﻿@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600&display=swap";

@font-face {
  font-family: "font_hopy";
  /* src: url('../font/DREPHONIC.ttf') format('truetype'); */
  /* src: url('../font/LTSuperior-Light.otf') format('truetype'); */
  /* src: url('../font/shutle_x.ttf') format('truetype'); */
  src: url("../font/Nauman-Regular.ttf") format("truetype");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "f_login_hopy";
  src: url("../font/shutle_x.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Estilos para la barra de progreso */

/* body.modal-open {
    overflow: hidden;
} */

.scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 8px;
  /* box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
}

.datarangepicker {
  background: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 5px;
}

::-webkit-scrollbar {
  width: 0.4em;
  height: 0.5em;
}

::-webkit-scrollbar-track {
  background: #edf3f3; /* hsl(108, 29%, 97%);*/
  border-radius: 100vw;
}

::-webkit-scrollbar-thumb {
  background: #3299a0; /* hsl(102, 80%, 88%);*/
  /* background: linear-gradient(rgb(243, 55, 55), rgb(35, 34, 34)); */
  border-radius: 100vw;
}

::-webkit-scrollbar-thumb:hover {
  background: #5afff9; /* #008069;*/
}

@supports (scrollbar-color: rgb(51, 0, 255) hsl(237, 84, 75%)) {
  * {
    scrollbar-color: hsl(237, 84, 75%) hsl(0, 30%, 96%);
    scrollbar-width: 0.4em; /*none*/
  }
}

/* Animacion intermitente */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Stella Favorito*/
.stella input {
  position: flex;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.stella {
  display: flex;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.stella svg {
  position: flex;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.3s;
  fill: #666;
}

.stella svg:hover {
  transform: scale(1.1);
}

.stella input:checked ~ svg {
  /* fill: #ffeb49; */
  fill: #0bb90b;
}

/********* fine *********/

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #ea4c89;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #33d685;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6e7985;
  --bs-gray-dark: #313c47;
  --bs-gray-100: #f8f9fc;
  --bs-gray-200: #f3f5f9;
  --bs-gray-300: #e2e5ec;
  --bs-gray-400: #ccd2da;
  --bs-gray-500: #9ea7b1;
  --bs-gray-600: #6e7985;
  --bs-gray-700: #41505f;
  --bs-gray-800: #313c47;
  --bs-gray-900: #212830;
  --bs-primary: #506fd9;
  --bs-secondary: #6e7985;
  --bs-success: #0cb785;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fc;
  --bs-dark: #212830;
  --bs-primary-rgb: 80, 111, 217;
  --bs-primary-rgb_dsh: 136, 195, 247;
  --bs-secondary-rgb: 110, 121, 133;
  --bs-success-rgb: 12, 183, 133;
  --bs-success-rgb_dsh: 99, 242, 177;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-danger-rgb_dsh: 247, 121, 121;
  --bs-light-rgb: 248, 249, 252;
  --bs-dark-rgb: 33, 40, 48;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 65, 80, 95;
  --bs-body-bg-rgb: 251, 252, 254;
  --bs-gray-bg-rgb: 110, 121, 133;
  --bs-font-sans-serif: 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-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: "font_hopy"; /*poppins, sans-serif;*/
  --bs-body-font-size: 0.975rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #41505f;
  --bs-body-bg: #fbfcfe;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e2e5ec;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #506fd9;
  --bs-link-hover-color: #4059ae;
  --bs-code-color: #ea4c89;
  --bs-highlight-bg: #fff3cd;
  --bg-primary-db: #17436f;
  --bg-stato_attesa_conferma: #fdd8a6;
  --bg-stato_benvenuto: #e4b015;
  --bg-stato_cancellata: #f9d1d1; /*#333333*/
  --bg-stato_cancellata_dsh: #f9d1d1;
  --bg-stato_check_in: #abd4fa;
  --bg-stato_check_out: #999999;
  --bg-stato_confermata: #d9f4e8; /*#468847*/
  --bg-stato_confermata_dsh: #d9f4e8; /*#468847*/
  --bg-stato_istruzioni_inviate: #f1ddf5; /*#8dc3f9; #17436F*/
  --bg-stato_barca_pullita: #5ea618;
  --bg-stato_no_show: #333333;
  --bg-warning_MANUNT: #faf0ce;
  --bg-warning_INFORM: #d7d7d7;
  --bg-warning_CONTAB: #cffaca;
  --bg-warning_PULIZZ: #bfeefb;
  --bg-warning_ADMINI: #e0e0e0;

  /* Upload Files*/
  --colorPrimaryNormal: #00b3bb;
  --colorPrimaryDark: #00979f;
  --colorPrimaryGlare: #00cdd7;
  --colorPrimaryHalf: #80d9dd;
  --colorPrimaryQuarter: #bfecee;
  --colorPrimaryEighth: #dff5f7;
  --colorPrimaryPale: #f3f5f7;
  --colorPrimarySeparator: #f3f5f7;
  --colorPrimaryOutline: #dff5f7;
  --colorButtonNormal: #00b3bb;
  --colorButtonHover: #00cdd7;
  --colorLinkNormal: #00979f;
  --colorLinkHover: #00cdd7;

  --sidebar-logo-h: 82px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100vw;

  overflow-x: hidden;
  overflow-y: auto;
}

/* mostrar photo*/

/* OCCHIO LOGIN*/
.password-wrapper {
  position: relative;
}

.toggle-button {
  display: inline-flex;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: unset;
  right: 12px;
  cursor: pointer;
}

.password-wrapper-settings {
  position: relative;
}

.input-wrapper-settings {
  position: relative;
}

.toggle-button-settings {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: 12px;
  cursor: pointer;
}

.eye-icon {
  width: 20px;
  height: 20px;
  color: #83c3a7;
}

/* OCCHIO Conferma PASS(Conferma PASS)*/
.password-conf {
  position: relative;
}

.toggle-button-conf {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: 10%;
  cursor: pointer;
}

.toggle-button-conf-settings {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: 12px;
  cursor: pointer;
}

.eye-icon-conf {
  width: 20px;
  height: 20px;
  color: #83c3a7;
}

/* OCCHIO Settings (API)*/
.password-api {
  position: relative;
}

.toggle-buttonApi {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: 15px;
  cursor: pointer;
}

.eye-iconApi {
  width: 20px;
  height: 20px;
  color: #83c3a7;
}

/* OCCHIO Settings (Auth code)*/
.password-apiAC {
  position: relative;
}

.toggle-buttonApiAC {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: 15px;
  cursor: pointer;
}

.eye-iconApiAC {
  width: 20px;
  height: 20px;
  color: #83c3a7;
}

/* OCCHIO Settings (Auth code AvaiBook)*/

/* OCCHIO Settings (API MAS)*/

.toggle-buttonApiMas {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: unset;
  right: 15px;
  cursor: pointer;
}

/* Ocultar el botón original del input tipo file */
.custom-file-input {
  display: none;
}
/* Estilo adicional para el botón de archivo personalizado */

/* Upload File*/
.upload_dropZone {
  color: #0f3c4b;
  background-color: var(--colorPrimaryPale, #c8dadf);
  outline: 2px dashed var(--colorPrimaryHalf, #c1ddef);
  outline-offset: -12px;
  transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out,
    background-color 0.2s ease-out;
}

.upload_dropZone.highlight {
  outline-offset: -4px;
  outline-color: var(--colorPrimaryNormal, #0576bd);
  background-color: var(--colorPrimaryEighth, #cadfc8);
}

.upload_svg {
  fill: var(--colorPrimaryNormal, #0576bd);
}

.btn-upload {
  color: #fff;
  background-color: var(--colorPrimaryNormal);
}

.btn-upload:hover,
.btn-upload:focus {
  color: #fff;
  background-color: var(--colorPrimaryGlare);
}

.upload_img {
  width: calc(33.333% - (2rem / 3));
  object-fit: contain;
}

/* imagini */
.contImg {
  width: 100%;
  min-height: 5vh;
  align-items: center;
  justify-content: center;
  padding: 28px 2px;
}

/* imagini File Manager*/

.gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 18px;
}

.gallery img {
  width: 100%;
}

/*Task Manager File*/

.galleryTsk {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 25px;
  grid-gap: 15px;
  padding: 5px 0;
}

.galleryTsk img {
  width: 30%;
  height: 30%;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--bs-body-font-family);
}

h1,
.h1 {
  font-size: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.1875rem;
  }
}

h2,
.h2 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: calc(1.278125rem + 0.3375vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.53125rem;
  }
}

h4,
.h4 {
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.3125rem;
  }
}

h5,
.h5 {
  font-size: 1.09375rem;
}

h6,
.h6 {
  font-size: 0.975rem;
}

/*para nueva letra*/
h6_menu,
.h6_menu,
h5_menu,
.h5_menu,
h2_menu,
.h2_menu {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--bs-body-font-family);
  color: white;
}

h2_menu,
.h2_menu {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h2_menu,
  .h2_menu {
    font-size: 1.75rem;
  }
}

h5_menu,
.h5_menu {
  font-size: 0.93rem;
}

h6_menu,
.h6_menu {
  font-size: 0.775rem;
}
/* fin para nueva letra*/

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6e7985;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button; /* fallback per Safari/vecchi Chrome */
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  appearance: textfield;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  appearance: button;
  -webkit-appearance: button; /* fallback per Safari/vecchi Chrome */
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fbfcfe;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-12 {
  margin-left: 120%;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

.g-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5 {
  --bs-gutter-x: 3rem;
}

.g-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .g-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  font-family: var(--bs-body-font-family);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  background-color: #f7f7f9; /*#D5F0F2*/
  vertical-align: bottom;
  position: sticky;
  top: 0;
  color: #04273a;
  border-radius: 0.25rem;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e4e7;
  --bs-table-border-color: #cbcdd0;
  --bs-table-striped-bg: #d7d9db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbcdd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d3d6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fc;
  --bs-table-border-color: #dfe0e3;
  --bs-table-striped-bg: #ecedef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-label {
  margin-bottom: 0.5rem;
  font-family: var(--bs-body-font-family);
}

.form-label_login {
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
  font-family: var(--bs-body-font-family);
  color: #5afff9;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.406rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #41505f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccd2da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #41505f;
  background-color: #fff;
  border-color: #a8b7ec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(80, 111, 217, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #6e7985;
  opacity: 1;
}

.form-control:disabled {
  background-color: #f3f5f9;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.406rem 0.75rem;
  margin: -0.406rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #41505f;
  background-color: #f3f5f9;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e7e9ed;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.812rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.form-control-color {
  width: 3.5rem;
  height: calc(1.5em + 0.812rem + 2px);
  padding: 0.406rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.406rem 2.25rem 0.406rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.675rem;
  font-weight: 400;
  line-height: 1.5;
  color: #41505f;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313c47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ccd2da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #a8b7ec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(80, 111, 217, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #f3f5f9;
}

.form-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #41505f;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.6125rem;
  border-radius: 0.25rem;
}

.form-check {
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  font-family: var(--bs-body-font-family);
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #eef9e8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #a8b7ec;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(80, 111, 217, 0.25);
}

.form-check-input:checked {
  background-color: #0cb785;
  border-color: #0fb725;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #506fd9;
  border-color: #506fd9;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a8b7ec'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn,
.ui-datepicker-buttonpane .btn-check[disabled] + button,
.btn-check:disabled + .btn,
.ui-datepicker-buttonpane .btn-check:disabled + button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 60%;
  font-family: var(--bs-body-font-family);
}

.input-group_G {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 20%;
}

.input-group_O {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 37%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group_G > .form-control,
.input-group_G > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group_O > .form-control,
.input-group_O > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 5;
}

.input-group_G > .form-control:focus,
.input-group_G > .form-select:focus {
  z-index: 5;
}

.input-group_O > .form-control:focus,
.input-group_O > .form-select:focus {
  z-index: 5;
}

.input-group .btn,
.input-group .ui-datepicker-buttonpane button,
.ui-datepicker-buttonpane .input-group button {
  position: relative;
  z-index: 2 !important;
}

.input-group_G .btn,
.input-group_G .ui-datepicker-buttonpane button,
.ui-datepicker-buttonpane .input-group_G button {
  position: relative;
  z-index: 2 !important;
}

.input-group_O .btn,
.input-group_O .ui-datepicker-buttonpane button,
.ui-datepicker-buttonpane .input-group_O button {
  position: relative;
  z-index: 2 !important;
}

.input-group .btn:focus,
.input-group .ui-datepicker-buttonpane button:focus,
.ui-datepicker-buttonpane .input-group button:focus {
  z-index: 5 !important;
}

.input-group_G .btn:focus,
.input-group_G .ui-datepicker-buttonpane button:focus,
.ui-datepicker-buttonpane .input-group_G button:focus {
  z-index: 5 !important;
}

.input-group_O .btn:focus,
.input-group_O .ui-datepicker-buttonpane button:focus,
.ui-datepicker-buttonpane .input-group_O button:focus {
  z-index: 5 !important;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.406rem 0.75rem;
  font-size: 0.675rem;
  font-weight: 400;
  line-height: 1.5;
  color: #41505f;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f5f9;
  border: 1px solid #ccd2da;
  border-radius: 0.25rem;
}

.input-group-text_G {
  display: flex;
  align-items: center;
  padding: 0.406rem 0.75rem;
  font-size: 0.675rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  text-align: center;
  white-space: nowrap;
  background-color: #eef9e8;
  border: 1px solid #b2b3b4;
  border-radius: 0.25rem;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group_G:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.input-group_G:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group_O:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ),
.input-group_O:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group_G
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group_O
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control.is-valid {
  border-color: #0cb785;
  padding-right: calc(1.5em + 0.812rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230cb785' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.203rem) center;
  background-size: calc(0.75em + 0.406rem) calc(0.75em + 0.406rem);
}

.form-control.is-valid:focus {
  border-color: #0cb785;
  box-shadow: 0 0 0 0.25rem rgba(12, 183, 133, 0.25);
}

textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.812rem);
  background-position: top calc(0.375em + 0.203rem) right
    calc(0.375em + 0.203rem);
}

.form-select.is-valid {
  border-color: #0cb785;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313c47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230cb785' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.406rem) calc(0.75em + 0.406rem);
}

.form-select.is-valid:focus {
  border-color: #0cb785;
  box-shadow: 0 0 0 0.25rem rgba(12, 183, 133, 0.25);
}

.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.812rem));
}

.form-check-input.is-valid {
  border-color: #0cb785;
}

.form-check-input.is-valid:checked {
  background-color: #0cb785;
}

.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(12, 183, 133, 0.25);
}

.form-check-input.is-valid ~ .form-check-label {
  color: #0cb785;
}

.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-select:not(:focus).is-valid {
  z-index: 3;
}

.input-group_G > .form-control:not(:focus).is-valid,
.input-group_G > .form-select:not(:focus).is-valid {
  z-index: 3;
}

.input-group_O > .form-control:not(:focus).is-valid,
.input-group_O > .form-select:not(:focus).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.812rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.203rem) center;
  background-size: calc(0.75em + 0.406rem) calc(0.75em + 0.406rem);
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.812rem);
  background-position: top calc(0.375em + 0.203rem) right
    calc(0.375em + 0.203rem);
}

.form-select.is-invalid {
  border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313c47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.406rem) calc(0.75em + 0.406rem);
}

.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.812rem));
}

.form-check-input.is-invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-select:not(:focus).is-invalid {
  z-index: 4;
}

.input-group_G > .form-control:not(:focus).is-invalid,
.input-group_G > .form-select:not(:focus).is-invalid {
  z-index: 4;
}

.input-group_O > .form-control:not(:focus).is-invalid,
.input-group_O > .form-select:not(:focus).is-invalid {
  z-index: 4;
}

.btn,
.ui-datepicker-buttonpane button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.406rem;
  --bs-btn-font-family: var(--bs-body-font-family);
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #41505f;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .ui-datepicker-buttonpane button {
    transition: none;
  }
}

.btn:hover,
.ui-datepicker-buttonpane button:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover,
.ui-datepicker-buttonpane .btn-check + button:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible,
.ui-datepicker-buttonpane button:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn,
.ui-datepicker-buttonpane .btn-check:focus-visible + button {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
.ui-datepicker-buttonpane .btn-check:checked + button,
:not(.btn-check) + .btn:active,
.ui-datepicker-buttonpane :not(.btn-check) + button:active,
.btn:first-child:active,
.ui-datepicker-buttonpane button:first-child:active,
.btn.active,
.ui-datepicker-buttonpane button.active,
.btn.show,
.ui-datepicker-buttonpane button.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
.ui-datepicker-buttonpane .btn-check:checked + button:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.ui-datepicker-buttonpane :not(.btn-check) + button:active:focus-visible,
.btn:first-child:active:focus-visible,
.ui-datepicker-buttonpane button:first-child:active:focus-visible,
.btn.active:focus-visible,
.ui-datepicker-buttonpane button.active:focus-visible,
.btn.show:focus-visible,
.ui-datepicker-buttonpane button.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.ui-datepicker-buttonpane button:disabled,
.btn.disabled,
.ui-datepicker-buttonpane button.disabled,
fieldset:disabled .btn,
fieldset:disabled .ui-datepicker-buttonpane button,
.ui-datepicker-buttonpane fieldset:disabled button {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #506fd9;
  --bs-btn-border-color: #506fd9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #445eb8;
  --bs-btn-hover-border-color: #4059ae;
  --bs-btn-focus-shadow-rgb: 106, 133, 223;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4059ae;
  --bs-btn-active-border-color: #3c53a3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #506fd9;
  --bs-btn-disabled-border-color: #506fd9;
  border-radius: 18px;
}

.btn-primary_ch {
  --bs-btn-color: #fff;
  --bs-btn-bg: #626362;
  --bs-btn-border-color: #3e403e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #998363;
  --bs-btn-hover-border-color: #998363;
  --bs-btn-focus-shadow-rgb: 106, 133, 223;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #998363;
  --bs-btn-active-border-color: #3c53a3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3e403e;
  --bs-btn-disabled-border-color: ##3e403e;
  border-radius: 18px;
}

.btn-secondary,
.ui-datepicker-buttonpane button {
  --bs-btn-color: #000;
  --bs-btn-bg: #6e7985;
  --bs-btn-border-color: #6e7985;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #848d97;
  --bs-btn-hover-border-color: #7d8691;
  --bs-btn-focus-shadow-rgb: 94, 103, 113;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8b949d;
  --bs-btn-active-border-color: #7d8691;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6e7985;
  --bs-btn-disabled-border-color: #6e7985;
  border-radius: 18px;
}

.btn-secondary-det-pre,
button {
  --bs-btn-color: #1d1d1d;
  --bs-btn-bg: #d6d8db;
  --bs-btn-border-color: #6e7985;
  --bs-btn-hover-color: #7a7878;
  --bs-btn-hover-bg: #a7a7a7;
  --bs-btn-hover-border-color: #7d8691;
  --bs-btn-focus-shadow-rgb: 94, 103, 113;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8b949d;
  --bs-btn-active-border-color: #7d8691;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6e7985;
  --bs-btn-disabled-border-color: #6e7985;
  border-radius: 18px;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #0cb785;
  --bs-btn-border-color: #0cb785;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #30c297;
  --bs-btn-hover-border-color: #24be91;
  --bs-btn-focus-shadow-rgb: 10, 156, 113;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dc59d;
  --bs-btn-active-border-color: #24be91;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0cb785;
  --bs-btn-disabled-border-color: #0cb785;
  border-radius: 18px;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
  border-radius: 18px;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
  border-radius: 18px;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
  border-radius: 18px;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fc;
  --bs-btn-border-color: #f8f9fc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d6;
  --bs-btn-hover-border-color: #c6c7ca;
  --bs-btn-focus-shadow-rgb: 211, 212, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7ca;
  --bs-btn-active-border-color: #babbbd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fc;
  --bs-btn-disabled-border-color: #f8f9fc;
  border-radius: 18px;
}

.btn-outline-primary {
  --bs-btn-color: #506fd9;
  --bs-btn-border-color: #506fd9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #506fd9;
  --bs-btn-hover-border-color: #506fd9;
  --bs-btn-focus-shadow-rgb: 80, 111, 217;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #506fd9;
  --bs-btn-active-border-color: #506fd9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #506fd9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #506fd9;
  --bs-gradient: none;
  border-radius: 18px;
}

.btn-outline-secondary {
  --bs-btn-color: #6e7985;
  --bs-btn-border-color: #6e7985;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6e7985;
  --bs-btn-hover-border-color: #6e7985;
  --bs-btn-focus-shadow-rgb: 110, 121, 133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6e7985;
  --bs-btn-active-border-color: #6e7985;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6e7985;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6e7985;
  --bs-gradient: none;
  border-radius: 18px;
}

.btn-outline-success {
  --bs-btn-color: #0cb785;
  --bs-btn-border-color: #0cb785;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0cb785;
  --bs-btn-hover-border-color: #0cb785;
  --bs-btn-focus-shadow-rgb: 12, 183, 133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0cb785;
  --bs-btn-active-border-color: #0cb785;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0cb785;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0cb785;
  --bs-gradient: none;
  border-radius: 18px;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
  border-radius: 18px;
}

.btn-outline-dark {
  --bs-btn-color: #212830;
  --bs-btn-border-color: #212830;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212830;
  --bs-btn-hover-border-color: #212830;
  --bs-btn-focus-shadow-rgb: 33, 40, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212830;
  --bs-btn-active-border-color: #212830;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212830;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212830;
  --bs-gradient: none;
  border-radius: 18px;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6e7985;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 106, 133, 223;
  text-decoration: none;
  border-radius: 18px;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-sm,
.ui-datepicker-buttonpane button {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.8125rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: #41505f;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.25rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.25rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(33, 40, 48, 0.15);
  --bs-dropdown-link-color: #212830;
  --bs-dropdown-link-hover-color: #1e242b;
  --bs-dropdown-link-hover-bg: #f3f5f9;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #506fd9;
  --bs-dropdown-link-disabled-color: #9ea7b1;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6e7985;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0.3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-menu.show {
  display: block;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.ui-datepicker-buttonpane .btn-group > button {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.ui-datepicker-buttonpane .btn-group > .btn-check:checked + button,
.btn-group > .btn-check:focus + .btn,
.ui-datepicker-buttonpane .btn-group > .btn-check:focus + button,
.btn-group > .btn:hover,
.ui-datepicker-buttonpane .btn-group > button:hover,
.btn-group > .btn:focus,
.ui-datepicker-buttonpane .btn-group > button:focus,
.btn-group > .btn:active,
.ui-datepicker-buttonpane .btn-group > button:active,
.btn-group > .btn.active,
.ui-datepicker-buttonpane .btn-group > button.active {
  z-index: 1 !important;
}

.btn-group {
  border-radius: 0.25rem;
}

.btn-group > :not(.btn-check:first-child) + .btn,
.ui-datepicker-buttonpane .btn-group > :not(.btn-check:first-child) + button,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.ui-datepicker-buttonpane
  .btn-group
  > button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.ui-datepicker-buttonpane .btn-group > .btn-group:not(:last-child) > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.ui-datepicker-buttonpane .btn-group > button:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.ui-datepicker-buttonpane .btn-group > :not(.btn-check) + button,
.btn-group > .btn-group:not(:first-child) > .btn,
.ui-datepicker-buttonpane .btn-group > .btn-group:not(:first-child) > button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6e7985;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-family: var(--bs-body-font-family);
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 12px;
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #e2e5ec;
  --bs-nav-tabs-border-radius: 0.25rem;
  --bs-nav-tabs-link-hover-border-color: #f3f5f9 #f3f5f9 #e2e5ec;
  --bs-nav-tabs-link-active-color: #41505f;
  --bs-nav-tabs-link-active-bg: #fbfcfe;
  --bs-nav-tabs-link-active-border-color: #e2e5ec #e2e5ec #fbfcfe;
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3359375rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.09375rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.09375rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.25rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.card {
  text-shadow: 0 0 black;
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.25rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.25rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);

  margin: auto;
  margin-top: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  font-family: var(--bs-body-font-family);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  font-family: var(--bs-body-font-family);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  font-family: var(--bs-body-font-family);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius)
    var(--bs-card-inner-border-radius);
}

.accordion {
  --bs-accordion-color: #41505f;
  --bs-accordion-bg: #fbfcfe;
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.25rem;
  --bs-accordion-inner-border-radius: calc(0.25rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #41505f;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2341505f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234864c3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #a8b7ec;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(80, 111, 217, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #4864c3;
  --bs-accordion-active-bg: #eef1fb;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.875rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6e7985;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6e7985;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  font-family: var(--bs-body-font-family);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
  /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #e2e5ec;
  --bs-pagination-border-radius: 0.25rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #f3f5f9;
  --bs-pagination-hover-border-color: #e2e5ec;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #f3f5f9;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(80, 111, 217, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #506fd9;
  --bs-pagination-active-border-color: #506fd9;
  --bs-pagination-disabled-color: #6e7985;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #e2e5ec;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge-dsh {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.8em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.75rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.badge-pre {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 11px;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #f7f6f6;
  --bs-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 8px;
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  justify-content: space-between;
  border-radius: var(--bs-badge-border-radius);
}

.btn .badge,
.ui-datepicker-buttonpane button .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.25rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-success {
  --bs-alert-color: #076e50;
  --bs-alert-bg: #cef1e7;
  --bs-alert-border-color: #b6e9da;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.65625rem;
  --bs-progress-bg: #f3f5f9;
  --bs-progress-border-radius: 0.25rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(33, 40, 48, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #506fd9;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.list-group {
  --bs-list-group-color: #212830;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.25rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #41505f;
  --bs-list-group-action-hover-color: #41505f;
  --bs-list-group-action-hover-bg: #f8f9fc;
  --bs-list-group-action-active-color: #41505f;
  --bs-list-group-action-active-bg: #f3f5f9;
  --bs-list-group-disabled-color: #6e7985;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #506fd9;
  --bs-list-group-active-border-color: #506fd9;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y)
    var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid
    var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(80, 111, 217, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.25rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(33, 40, 48, 0.15);
  --bs-toast-header-color: #6e7985;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(33, 40, 48, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-content_Demo {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: #04273a;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid
    var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(33, 40, 48, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.8125rem;
  --bs-tooltip-color: #f70b6a;
  --bs-tooltip-bg: #eaf7f1;
  --bs-tooltip-border-radius: 0.25rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-body-font-family); /*"Open Sans", sans-serif;*/
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 12px; /*var(--bs-tooltip-font-size);*/
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.8125rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(33, 40, 48, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 0.875rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #41505f;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-body-font-family); /*"Open Sans", sans-serif;*/
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 2px; /*normal;*/
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0;
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid
    var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
    /* rtl:ignore */
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(33, 40, 48, 0.075);
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before,
.ui-datepicker-buttonpane button.placeholder::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-middle {
  vertical-align: middle !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 40, 48, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 40, 48, 0.075) !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.end-0 {
  right: 0 !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.w-30 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-content-center {
  align-content: center !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.25rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.fs-3 {
  font-size: calc(1.278125rem + 0.3375vw) !important;
}

.fs-4 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-5 {
  font-size: 1.09375rem !important;
}

.fs-6 {
  font-size: 0.775rem !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  font-family: var(--bs-body-font-family);
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  font-family: var(--bs-body-font-family);
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  font-family: var(--bs-body-font-family);
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  font-family: var(--bs-body-font-family);
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  font-family: var(--bs-body-font-family);
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  font-family: var(--bs-body-font-family);
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  font-family: var(--bs-body-font-family);
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6e7985 !important;
  font-family: var(--bs-body-font-family);
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-primary_dsh {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb_dsh),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-success_dsh {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb_dsh),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-stato_confermata {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_confermata);
  color: #2a8e38;
}

.bg-stato_confermata_dsh {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_confermata);
  color: #039f14;
}

.bg-stato_cancellata {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_cancellata);
  color: #631c4c;
}

.bg-stato_cancellata_dsh {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_cancellata);
  color: #631c4c;
}

.bg-stato_check_in {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_check_in);
  color: #04273a;
}

.bg-stato_check_out {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_check_out);
}

/*PARA LOS ESTADOS DE LOS TEMPLATE*/
.bg-success_tmp {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-attesa_conferma_tmp {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-danger_tmp {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/******************************/

.bg-stato_attesa_conferma {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_attesa_conferma);
  color: #be2d1a;
}

.bg-stato_benvenuto {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_benvenuto);
}

.bg-stato_istruzioni_inviate {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_istruzioni_inviate);
  color: #04273a;
}

.bg-stato_barca_pullita {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_barca_pullita);
}

.bg-stato_no_show {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_no_show);
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger_dsh {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-danger-rgb_dsh),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .p-xxl-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .fs-3 {
    font-size: 1.53125rem !important;
  }

  .fs-4 {
    font-size: 1.3125rem !important;
  }
}

.accordion-item {
  border-color: #e2e5ec;
  background-color: #fff;
}

.accordion-button {
  background-color: #fff;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(243, 245, 249, 0.6);
  box-shadow: inset 0 -1px 0 #e2e5ec;
}

.accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  opacity: 0.6;
}

.accordion-custom .accordion-item + .accordion-item {
  margin-top: 5px;
}

.accordion-custom .accordion-item:not(:first-of-type) {
  border-top: 1px solid #e2e5ec;
}

.accordion-custom .accordion-button {
  background-color: #f8f9fc;
}

.accordion-custom .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

.accordion-custom .accordion-body {
  padding-top: 0;
}

.alert {
  padding-top: 12px;
  padding-bottom: 12px;
}

.alert > i {
  font-size: 24px;
  line-height: 0.7;
  margin-right: 10px;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: block;
  position: relative;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

.avatar.online::after,
.avatar.offline::after,
.avatar.wait::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 0 0 1.5px #fbfcfe;
}

.avatar.online::after {
  background-color: #0cb785;
}

.avatar.offline::after {
  background-color: #f50f07;
}

.avatar.wait::after {
  background-color: #8a8a8a;
}

.avatar-initial {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fde9f1; /*#04273A; /*#008069;*/
  color: #04273a; /*#5AFFF9; /*#fff;*/
  border-radius: inherit;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  font-size: 14px;
  text-transform: uppercase;
}

.avatar-sm {
  width: 26px;
  height: 26px;
}

.avatar-sm .avatar-initial {
  font-size: 13px;
}

.avatar-sm.online::after,
.avatar-sm.offline::after,
.avatar-sm.wait::after {
  width: 5px;
  height: 5px;
  right: 3px;
}

.avatar-xl {
  width: 61px;
  height: 61px;
}

.avatar-xl .avatar-initial {
  font-size: 32px;
}

.avatar-xl.online::after,
.avatar-xl.offline::after,
.avatar-xl.wait::after {
  width: 8px;
  height: 8px;
  right: 7px;
  bottom: 2px;
}

.avatar-xxl {
  width: 150px;
  height: 150px;
}

.avatar-xxl .avatar-initial {
  font-size: 62px;
}

.badge {
  font-weight: 400;
  font-size: 10px;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  border-radius: 2px;
}

.badge:hover,
.badge:focus {
  color: #fff;
}

.badge.bg-warning,
.badge.bg-light {
  color: #212830;
}

.badge-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.badge-dot_tmp {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.btn:focus,
.ui-datepicker-buttonpane button:focus {
  box-shadow: none;
}

.btn-secondary,
.ui-datepicker-buttonpane button,
.btn-success {
  color: #fff;
}

.btn-secondary:hover,
.ui-datepicker-buttonpane button:hover,
.btn-secondary:focus,
.ui-datepicker-buttonpane button:focus,
.btn-success:hover,
.btn-success:focus {
  color: #fff;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  color: #fff;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
}

.btn-white {
  border: 1px solid #ccd2da;
  background-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  border-color: #bdc5cf;
  background-color: #f8f9fc;
}

.card {
  border-color: #e2e5ec;
}

.card-header {
  background-color: #f8f9fc;
  border-bottom-color: #e2e5ec;
}

.card-footer {
  border-top-color: #e2e5ec;
  background-color: #f8f9fc;
}

.dropdown-menu {
  border-color: rgba(65, 80, 95, 0.16);
  padding: 5px;
}

.dropdown-item {
  padding: 5px 10px;
  border-radius: 3px;
  color: inherit;
}

.list-group-item {
  border-color: #e2e5ec;
}

.marker {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
}

.marker.top-left {
  top: 5px;
  left: 5px;
}

.marker.top-right {
  top: 5px;
  right: 5px;
}

.marker.bottom-right {
  bottom: 5px;
  right: 5px;
}

.marker.bottom-left {
  bottom: 5px;
  left: 5px;
}

.marker-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  overflow: hidden;
  border-radius: inherit;
}

.marker-icon::before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
}

.marker-icon i {
  position: relative;
  color: #212830;
  font-size: 16px;
}

.marker-icon.top-left {
  top: 0;
  left: 0;
  padding-left: 6px;
  padding-top: 2px;
}

.marker-icon.top-left::before {
  top: -45px;
  left: -45px;
}

.marker-icon.top-right {
  top: 0;
  right: 0;
  text-align: right;
  padding-right: 6px;
  padding-top: 2px;
}

.marker-icon.top-right::before {
  top: -45px;
  right: -45px;
}

.marker-icon.bottom-left {
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2px;
  padding-left: 6px;
}

.marker-icon.bottom-left::before {
  bottom: -45px;
  left: -45px;
}

.marker-icon.bottom-right {
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 2px;
  padding-right: 7px;
}

.marker-icon.bottom-right::before {
  bottom: -45px;
  right: -45px;
}

.modal-content {
  border-width: 0;
}

.modal-backdrop {
  background-color: #171b21;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.nav-sidebar {
  display: flex;
  flex-direction: column;
}

.nav-sidebar .nav-item.show .nav-link::after {
  content: "";
}

.nav-sidebar .nav-item.show .nav-sub {
  display: flex;
}

.nav-sidebar .nav-link {
  color: #41505f;
  display: flex;
  align-items: center;
}

.nav-sidebar .nav-link:hover {
  color: #212830;
}

.nav-sidebar .nav-link.active {
  color: #506fd9;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.nav-sidebar .nav-link.has-sub {
  position: relative;
}

.nav-sidebar .nav-link.has-sub::after {
  content: "";
  font-family: "remixicon";
  font-size: 14px;
  font-weight: 400;
  color: #9ea7b1;
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 0;
  opacity: 0.6;
}

.nav-sidebar .nav-link i {
  margin-right: 12px;
  line-height: 1;
  font-size: 20px;
  width: 18px;
  opacity: 0.85;
}

.nav-sidebar .nav-sub {
  flex-direction: column;
  position: relative;
  display: none;
}

.nav-sidebar .nav-sub-link {
  display: block;
  padding: 6px 20px;
  font-size: 0.8125rem;
  text-indent: 30.5px;
  color: #6e7985;
  position: relative;
}

.nav-sidebar .nav-sub-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  width: 5px;
  height: 1.5px;
  background-color: #9ea7b1;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .nav-sidebar .nav-sub-link::before {
    transition: none;
  }
}

.nav-sidebar .nav-sub-link:hover::before,
.nav-sidebar .nav-sub-link:focus::before {
  width: 16px;
  left: 20.5px;
}

.nav-sidebar .nav-sub-link.active {
  color: #212830;
  font-weight: 500;
}

.nav-sidebar .nav-sub-link.active::before {
  width: 16px;
  background-color: #506fd9;
  left: 20.5px;
}

.nav-line {
  border-bottom: 1px solid #e2e5ec;
  flex-wrap: nowrap;
  overflow: hidden;
}

@media (min-width: 576px) {
  .nav-line {
    overflow: visible;
  }
}

.nav-line .nav-link {
  color: #6e7985;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  position: relative;
  white-space: nowrap;
}

.nav-line .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1.5px solid #506fd9;
  display: none;
}

@media (min-width: 576px) {
  .nav-line .nav-link::before {
    bottom: -1px;
  }
}

.nav-line .nav-link:hover {
  color: #313c47;
}

.nav-line .nav-link + .nav-link {
  margin-left: 25px;
}

.nav-line .nav-link.active {
  color: #212830;
  font-weight: 600;
}

.nav-line .nav-link.active::before {
  display: block;
}

.nav-classic {
  flex-direction: column;
}

.nav-classic .nav-link {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.nav-classic .nav-link + .nav-link {
  border-top: 1px solid red;
}

.nav-classic .nav-link:first-child {
  padding-top: 0;
}

.nav-classic .nav-link:last-child {
  padding-bottom: 0;
}

.nav-classic i {
  width: 20px;
  font-size: 20px;
  line-height: 1;
  color: #6e7985;
  margin-right: 10px;
}

.nav-classic .badge {
  color: #6e7985;
  font-size: 0.8125rem;
  opacity: 0.75;
  margin-left: auto;
}

.nav-icon {
  align-items: center;
}

.nav-icon.nav-icon-lg .nav-link i {
  font-size: 20px;
}

.nav-icon.nav-icon-lg-ch .nav-link i {
  font-size: 30px;
}

.nav-icon .nav-link {
  padding: 0;
  color: #6e7985;
  display: flex;
  align-items: center;
}

.nav-icon .nav-link i {
  line-height: 1;
  font-size: 18px;
}

.nav-icon .nav-link + .nav-link {
  margin-left: 10px;
}

.nav-icon.nav-icon-sm .nav-link i {
  font-size: 16px;
}

.nav-icon.nav-icon-sm .nav-link + .nav-link {
  margin-left: 2px;
}

.offcanvas-backdrop {
  background-color: #101418;
}

.popover {
  border-color: #ccd2da;
}

.popover-header {
  padding: 10px 12px;
  background-color: #f3f5f9;
  border-color: #ccd2da;
}

.progress {
  height: 12px;
}

.progress.h-1 {
  height: 2px;
}

.progress.h-4 {
  height: 15px;
}

.table thead th {
  font-weight: 600;
  font-size: 0.8125rem;
}

.table tbody th {
  font-weight: 600;
}

.table:not(.table-borderless) > :not(:first-child) {
  border-top-width: 1.5px;
  border-top-color: #ccd2da;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  box-shadow: inset 0 0 0 9999px rgba(243, 245, 249, 0.6);
}

.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(243, 245, 249, 0.85);
}

.table-active td,
.table-active th {
  box-shadow: inset 0 0 0 9999px rgba(243, 245, 249, 0.85);
}

.form-control {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.form-control:active,
.form-control:focus {
  border-color: #ccd2da;
  box-shadow: 0 1px 1px rgba(226, 229, 236, 0.25),
    0 2px 2px rgba(226, 229, 236, 0.2), 0 4px 4px rgba(226, 229, 236, 0.15),
    0 8px 8px rgba(226, 229, 236, 0.1);
}

.form-control::placeholder {
  color: #9ea7b1;
}

.form-select:active,
.form-select:focus {
  border-color: #ccd2da;
  box-shadow: 0 1px 1px rgba(226, 229, 236, 0.25),
    0 2px 2px rgba(226, 229, 236, 0.2), 0 4px 4px rgba(226, 229, 236, 0.15),
    0 8px 8px rgba(226, 229, 236, 0.1);
}

.form-select-sm {
  padding-left: 4px;
}

.form-check-input {
  border-color: rgba(33, 40, 48, 0.3);
}

.form-check-input[type="checkbox"] {
  border-radius: 2.5px;
}

.form-check-input[role="switch"] {
  border-radius: 10px;
}

.form-search {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  background-color: #fff;
  padding: 3px 10px;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
  transition: all 0.15s;
}

@media (prefers-reduced-motion: reduce) {
  .form-search {
    transition: none;
  }
}

.form-search.onfocus {
  border-color: #506fd9;
}

.form-search > i {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.form-search .form-control {
  border-radius: 0;
  border-width: 0;
  background-color: rgba(0, 0, 0, 0);
}

.form-search .form-control:focus {
  box-shadow: none;
}

.form-search .form-control::placeholder {
  color: #9ea7b1;
}

.header {
  height: 72px;
}

.header .container {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.header .nav-icon .nav-link {
  padding: 0;
  font-size: 21px;
  line-height: 1;
  color: #6e7985;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .header .nav-icon .nav-link {
    transition: none;
  }
}

.header .nav-icon .nav-link + .nav-link {
  margin-left: 8px;
}

.header .nav-icon .nav-link:hover {
  color: #506fd9;
  transform: scale(1.1);
}

/* .logo_hp{
    padding: 0px 0px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.logo_hp img{
    width: 30%;
    height: 60%;
} */

/* contenedor */
.sidebar .logo_hp {
  display: grid;
  place-items: center;
  height: var(--sidebar-logo-h);
  padding: 0 4px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: auto;
}

.sidebar .logo_hp > a {
  display: block;
  width: 100%;
  max-width: 90%;
}

.sidebar .logo_hp img {
  display: block;
  max-height: calc(var(--sidebar-logo-h) - 10px);
  height: auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Si tu sidebar puede colapsar a iconos (muy angosta) */
@media (max-width: 480px) {
  :root {
    --sidebar-header-h: 52px;
  }
  .sidebar .logo_hp {
    padding: 0 12px;
  }
  .sidebar .logo_hp > a {
    max-width: 100%;
  }
}

.logo_account {
  padding: 0px 12px;
  margin: 4px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.logo_account img {
  width: 70%;
  padding: 0px 6px 8px 12px;
}

.header-main {
  height: 62px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  border-bottom: 1px solid #f3f5f9;
  background: linear-gradient(to right, #ee659b, #a53f67);
  /*background-color: #EE659B; /*#04273A; /*#e9f2f7;*/
  display: flex;
  align-items: center;
  transition: all 0.25s;
  box-shadow: 0 1px 1px rgba(33, 40, 48, 0.01), 0 4px 4px rgba(33, 40, 48, 0.01),
    0 16px 16px rgba(33, 40, 48, 0.01);
}

@media (prefers-reduced-motion: reduce) {
  .header-main {
    transition: none;
  }
}

@media (min-width: 992px) {
  .header-main {
    left: 240px;
    border-left: 1px solid #f8f9fc;
  }
}

@media (min-width: 1400px) {
  .header-main {
    left: 250px;
  }
}

.header-main .form-search {
  width: 180px;
  box-shadow: none;
  background-color: #f3f5f9;
}

@media (max-width: 767.98px) {
  .header-main .form-search {
    height: 38px;
    border-radius: 4px;
  }
}

@media (min-width: 576px) {
  .header-main .form-search {
    width: 270px;
  }
}

@media (min-width: 1200px) {
  .header-main .form-search {
    width: 320px;
  }
}

.header-main .form-search .form-control {
  padding-left: 3px;
}

.header-main .form-search i {
  opacity: 0.6;
}

.header-main .form-search.onfocus {
  background-color: #fff;
}

.header-main .menu-link {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.325rem;
  color: #04273a; /*#F70B6A*/
}

.header-main .menu-link:hover {
  color: #04273a; /*#3299A0*/
}

.header-main .nav-link {
  color: #6e7985;
}

.header-main .nav-link:hover {
  color: #41505f;
}

.header-main .nav-link.active {
  font-weight: 500;
  color: #506fd9;
  letter-spacing: -0.1px;
}

.header-main .nav-link .badge {
  color: #506fd9;
  border: 1px solid #506fd9;
  border-radius: 4px;
  padding: 3px;
  margin-left: 2px;
}

.header-main .dropdown-link {
  display: block;
  color: #6e7985;
  position: relative;
}

.header-main .dropdown-link:hover {
  color: #41505f;
}

.header-main .dropdown-link i {
  font-size: 20px;
  line-height: 1.4;
}

.header-main .dropdown-link small,
.header-main .dropdown-link .small {
  position: absolute;
  top: -2px;
  right: -4px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #dc3545;
  color: #fff;
  font-size: 9px;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  box-shadow: 0 0 0 1px #fff;
}

.dropdown-skin .dropdown-link {
  display: flex;
  margin-top: 2px;
}

.dropdown-skin .dropdown-link i {
  font-size: 22px;
  animation: rotation 5s infinite linear;
  color: #506fd9;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.dropdown-skin .dropdown-menu {
  width: 250px;
  margin-right: 10px;
  padding: 20px;
  border-color: #e2e5ec;
  border-radius: 6px;
  border-width: 0;
  box-shadow: 0 2px 10px rgba(110, 121, 133, 0.1),
    0 10px 20px rgba(110, 121, 133, 0.1);
}

.dropdown-skin .dropdown-menu label {
  font-size: 10px;
  font-weight: 500;
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif;*/
  color: #6e7985;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.dropdown-skin .dropdown-menu hr {
  border-color: #e2e5ec;
  opacity: 1;
  margin: 20px 0;
}

.nav-skin {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.nav-skin .nav-link {
  border: 1px solid #ccd2da;
  font-size: 0.8125rem;
  padding: 4px 15px;
  color: #41505f;
}

.nav-skin .nav-link:hover,
.nav-skin .nav-link:focus {
  border-color: #9ea7b1;
  background-color: #f3f5f9;
  position: relative;
}

.nav-skin .nav-link + .nav-link {
  margin-left: -1px;
}

.nav-skin .nav-link:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.nav-skin .nav-link:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.nav-skin .nav-link.active {
  letter-spacing: normal;
  font-weight: 400;
  border-color: #6e7985;
  background-color: #e2e5ec;
  color: #212830;
  position: relative;
  z-index: 2;
}

.dropdown-notification {
  position: relative;
}

.dropdown-notification .dropdown-link {
  margin-top: 5px;
}

.dropdown-notification .dropdown-menu {
  margin-right: 10px;
  width: 320px;
  padding: 0;
  border-color: #e2e5ec;
  border-radius: 6px;
  border-width: 0;
  box-shadow: 0 2px 10px rgba(110, 121, 133, 0.1),
    0 10px 20px rgba(110, 121, 133, 0.1);
}

@media (min-width: 576px) {
  .dropdown-notification .dropdown-menu {
    width: 340px;
  }
}

.dropdown-notification .list-group {
  padding: 5px;
}

.dropdown-notification .list-group-item {
  border-width: 0;
  display: flex;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-notification .list-group-item:hover {
  background-color: rgba(243, 245, 249, 0.85);
  cursor: pointer;
}

.dropdown-notification .list-group-item strong {
  font-weight: 600;
}

.dropdown-notification .avatar {
  margin-right: 15px;
  flex-shrink: 0;
}

.dropdown-profile .dropdown-link .avatar {
  width: 34px;
  height: 34px;
}

.dropdown-profile .dropdown-menu {
  width: 230px;
  padding: 0;
  border-color: #e2e5ec;
  border-radius: 6px;
  border-width: 0;
  box-shadow: 0 2px 10px rgba(110, 121, 133, 0.1),
    0 10px 20px rgba(110, 121, 133, 0.1);
}

.dropdown-profile .dropdown-menu-body {
  padding: 20px 20px 15px;
}

.dropdown-profile .dropdown-menu-body h5,
.dropdown-profile .dropdown-menu-body .h5 {
  font-size: 16px;
}

.dropdown-profile .nav {
  flex-direction: column;
  margin: 0 -10px;
}

.dropdown-profile .nav a {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  color: #41505f;
  border-radius: 4px;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .dropdown-profile .nav a {
    transition: none;
  }
}

.dropdown-profile .nav a:hover {
  background-color: #f3f5f9;
  color: #212830;
}

.dropdown-profile .nav a i {
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
}

.dropdown-profile hr {
  opacity: 0.12;
  margin: 5px -2px;
}

@media (max-width: 991.98px) {
  .sidebar-show {
    overflow: hidden;
  }

  .sidebar-show .sidebar {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .sidebar-show .header-main,
  .sidebar-show .main-mobile-header,
  .sidebar-show .main {
    transform: translateX(250px);
  }

  .sidebar-show .main-backdrop {
    opacity: 1;
    visibility: visible;
  }
}

.sidebar-offset .sidebar {
  left: -250px;
  box-shadow: none;
}

.sidebar-offset .header-main {
  left: 0;
}

.sidebar-offset .main {
  margin-left: 0;
}

.sidebar-offset.sidebar-show {
  overflow: hidden;
}

.sidebar-offset.sidebar-show .sidebar {
  left: 0;
  box-shadow: 1px 0 1px rgba(33, 40, 48, 0.01), 4px 0 4px rgba(33, 40, 48, 0.01),
    16px 0 16px rgba(33, 40, 48, 0.01);
}

.sidebar-offset.sidebar-show .header-main,
.sidebar-offset.sidebar-show .main {
  transform: translateX(250px);
}

.sidebar-offset.sidebar-show .main-backdrop {
  opacity: 1;
  visibility: visible;
}

/* 
@media (min-width: 992px) {
  .sidebar-hide .sidebar {
    left: -150px;
    opacity: 0;
    visibility: hidden;
  }

  .sidebar-hide .header-main {
    left: 0;
    border-left-width: 0;
  }

  .sidebar-hide .main {
    margin-left: 0;
  }

  .sidebar-hide .music-player {
    left: 23px;
  }
} */

/* ─────────────────────────────────────────────
   COLLASSO SIDEBAR (desktop): solo icone
   ───────────────────────────────────────────── */
@media (min-width: 992px) {
  body.sidebar-hide .sidebar {
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 40px; /* sidebar stretta */
    overflow: hidden;
  }

  /* header + contenuto si agganciano alla nuova larghezza */
  body.sidebar-hide .header-main {
    left: 70px;
  }

  /* body.sidebar-hide .main {
    margin-left: 70px;
  } */

  /* logo più piccolo / centrato */
  body.sidebar-hide .logo_hp img {
    max-width: 33px;
    margin: auto;
  }

  /* nascondo il testo menu, tengo solo le icone */
  body.sidebar-hide .nav-sidebar h6_menu {
    display: none;
  }

  body.sidebar-hide .nav-sidebar .nav-sub {
    display: none; /* niente sottomenu in modalità stretta */
  }
}

.sidebar {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -290px;
  opacity: 0;
  visibility: hidden;

  background: linear-gradient(to right, #ee659b, #a53f65); /*#e9f2f7;*/

  z-index: 1000;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar {
    transition: none;
  }
}

@media (min-width: 992px) {
  .sidebar {
    width: 250px;
    opacity: 1;
    visibility: visible;
    left: 0;
    box-shadow: 1px 0 1px rgba(33, 40, 48, 0.01),
      4px 0 4px rgba(33, 40, 48, 0.01), 16px 0 16px rgba(33, 40, 48, 0.01);
  }
}

@media (min-width: 1400px) {
  .sidebar {
    width: 250px;
  }
}

.sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar::before {
    transition: none;
  }
}

.sidebar.footer-menu-show::before {
  visibility: visible;
  opacity: 1;
}

.sidebar.footer-menu-show .sidebar-footer {
  bottom: 0;
}

.sidebar-header {
  padding: 0 20px;
  height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9f2f7;
}

.sidebar-body {
  height: calc(100% - 136px);
  position: relative;
  overflow-y: auto;
  background: none;
}

/* Shadow SOLO se c'è la classe .has-shadow */
.sidebar-body.has-shadow::before {
  content: "";
  position: sticky;
  top: 0;
  height: 18px;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent);
  z-index: 500;
  pointer-events: none;
}

.sidebar-body .nav-group {
  border-bottom: 1px solid #e9f2f7;
}

.sidebar-body .nav-group.show .nav-label::after {
  content: "";
}

.sidebar-body .nav-group.show .nav-sidebar {
  display: block;
}

.sidebar-body .nav-label {
  display: block;
  padding: 12px 20px;
  font-size: 11px;
  font-family: var(--bs-body-font-family); /*"Archivo", sans-serif;*/
  text-transform: uppercase;
  color: #6e7985;
  letter-spacing: 0.7px;
  position: relative;
}

.sidebar-body .nav-label:hover,
.sidebar-body .nav-label:focus {
  color: #6e7985;
}

.sidebar-body .nav-label::after {
  content: "";
  font-family: "remixicon";
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 0;
  opacity: 0.6;
}

.sidebar-body .nav-sidebar {
  display: none;
}

.sidebar-body .nav-sidebar .nav-link {
  padding: 8px 20px;
}

.sidebar-body .nav-sidebar .nav-item.show .nav-sub {
  display: block;
}

/* .sidebar-body>.ps__rail-y {
    background-color: #e2e5ec;
    width: 5px
}

.sidebar-body>.ps__rail-y>.ps__thumb-y {
    background-color: #6e7985;
    width: 5px;
    left: 0
} */

.sidebar-footer {
  position: absolute;
  bottom: -250px;
  left: 0;
  right: 0;
  border-top: 1px solid #f3f5f9;
  background-color: #fff;
  z-index: 10;
  box-shadow: -20px -20px 20px #fff;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-footer {
    transition: none;
  }
}

.sidebar-footer .dropdown-link {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #6e7985;
  opacity: 0.6;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-footer .dropdown-link {
    transition: none;
  }
}

.sidebar-footer .dropdown-link:hover,
.sidebar-footer .dropdown-link:focus {
  background-color: rgba(243, 245, 249, 0.6);
  opacity: 1;
}

/* .sidebar-prime .sidebar-body>.ps__rail-y {
    background-color: rgba(255, 255, 255, .1)
} */

/* .sidebar-prime .sidebar-body>.ps__rail-y>.ps__thumb-y {
    background-color: rgba(255, 255, 255, .75)
} */

/* .sidebar-dark .sidebar-body>.ps__rail-y {
    background-color: rgba(255, 255, 255, .1)
}

.sidebar-dark .sidebar-body>.ps__rail-y>.ps__thumb-y {
    background-color: rgba(255, 255, 255, .75)
} */

.main {
  min-height: 50%;
  margin-top: 55px;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .main {
    transition: none;
  }
}

@media (min-width: 992px) {
  .main {
    margin-left: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .main {
    margin-left: 250px;
  }
}

.main-app {
  margin-top: 56px;
  position: relative;
}

.main-title {
  text-indent: -1px;
  margin-bottom: 15px;
  color: #f70b6a;
  font-size: 20px;
  letter-spacing: -0.2px;
  font-family: var(--bs-body-font-family);
}

@media (min-width: 992px) {
  .main-title {
    font-size: 21px;
  }
}

.main-mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 0 23px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  z-index: 800;
  transition: all 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .main-mobile-header {
    transition: none;
  }
}

@media (min-width: 992px) {
  .main-mobile-header {
    display: none;
  }
}

.main-mobile-header.scroll {
  box-shadow: 0 1px 1px rgba(226, 229, 236, 0.08),
    0 2px 2px rgba(226, 229, 236, 0.12), 0 4px 4px rgba(226, 229, 236, 0.16),
    0 8px 8px rgba(226, 229, 236, 0.2);
}

.main-mobile-header .menu-link {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #6e7985;
}

.main-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  background-color: rgba(33, 40, 48, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .main-backdrop {
    transition: none;
  }
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  color: #212830;
}

.section-title-sm {
  font-size: 14px;
}

.main-footer {
  font-size: 0.8125rem;
  color: #6e7985;
}

@media (min-width: 576px) {
  .main-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.main-footer span {
  display: block;
}

.main-footer span + span {
  margin-top: 5px;
}

@media (min-width: 576px) {
  .main-footer span + span {
    margin-top: 0;
  }
}

/* ─────────────────────────────────────────────────────────
   MENU FOOTER — Minimal + Icona + Gradiente Hopy
   ───────────────────────────────────────────────────────── */
.menu-footer {
  padding: 0px;
  width: 100%;
  text-align: center;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #e91e63, #16c1b3) 1;
}

.menu-footer__inner {
  display: inline-flex;
  gap: 1 px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-footer__text {
  color: #b8c7d3;
  font-size: 13px;
}

.menu-footer__link {
  margin-left: 3px;
  color: #5afff9;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.menu-footer__link:hover {
  text-decoration: underline;
}

.card-one {
  height: 100%;
  border-width: 0;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
}

.card-one .card-header {
  border-bottom-color: rgba(226, 229, 236, 0.55);
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
  display: flex;
  align-items: center;
}

.card-one .card-header .card-title {
  font-weight: 400;
  font-size: 18px;
  color: #f70b6a; /*#212830;*/
  margin-bottom: 0;
  line-height: 1.4;
}

.card-one .card-header .nav-icon {
  margin-right: -4px;
}

.card-one .nav-icon .nav-link {
  opacity: 0.6;
}

.card-one .nav-icon .nav-link:hover {
  opacity: 1;
}

.card-one .card-body {
  padding: 15px;
  position: relative;
}

.card-one small,
.card-one .small {
  color: #6e7985;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  font-size: 12px;
}

.card-one .legend {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.25;
}

.card-one .legend li {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 0.75rem;
}

.card-one .legend li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 5px;
}

.card-one .legend li + li {
  margin-left: 10px;
}

.card-one .legend li:first-child::before {
  background-color: #506fd9;
}

.card-one .legend li:nth-child(2)::before {
  background-color: #dbdffd;
}

.card-one .legend li:last-child::before {
  background-color: #85b6ff;
}

.card-one .card-footer {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0);
  border-top-color: #f3f5f9;
}

.card-one .list-group-item {
  border-color: #f3f5f9;
}

.card-value {
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif;*/
  font-weight: 500;
  color: #04273a;
  display: flex;
  align-items: center;
  grid-gap: 2px;
  letter-spacing: -0.2px;
  /* font-weight: bold; */
}

.card-value span {
  font-weight: 400;
}

.card-value i {
  margin-right: 5px;
  text-indent: -3px;
  color: #506fd9;
}

.table-one {
  margin-bottom: 0;
}

.table-one thead th,
.table-one tbody td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}

.table-one thead th:not(:first-child),
.table-one tbody td:not(:first-child) {
  text-align: right;
}

.table-one tbody td {
  border-color: #f3f5f9;
}

.table-one tbody tr:last-child td {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.table-one tbody td:not(:first-child) {
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif*/
}

.table-four {
  margin-bottom: 0;
}

.table-four thead th {
  background-color: #f8f9fc;
  padding-left: 10px;
  padding-right: 10px;
}

.table-four thead tr:first-child th {
  text-align: center;
}

.table-four thead tr:last-child th:not(:first-child) {
  text-align: right;
}

.table-four tbody td {
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.table-four tbody td:not(:first-child) {
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif;*/
  text-align: right;
}

.helpdesk-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.helpdesk-icon i {
  font-size: 36px;
}

.table-agent-db {
  white-space: normal;
}

.events-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.events-list li {
  display: flex;
}

.events-list li + li {
  margin-top: 10px;
}

.events-list li.active .event-date {
  background-color: #59aa3e;
  color: #fff;
}

.events-list li.active .ev-item {
  border-left-color: #506fd9;
  background-color: #d5f5e3;
}

.events-list li.active .ev-item h6,
.events-list li.active .ev-item .h6 {
  color: #85929e;
}

.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 50px;
  background-color: #e2e5ec;
  color: #212830;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 15px;
}

.event-date small,
.event-date .small {
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  font-weight: 500;
  font-family: var(--bs-body-font-family); /*"Archivo", sans-serif;*/
  letter-spacing: 0.5px;
  opacity: 0.65;
  color: inherit;
  line-height: 1.2;
}

.event-date h5,
.event-date .h5 {
  font-size: 22px;
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif;*/
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.events-body {
  flex: 1;
}

.events-body .ev-item {
  padding: 5px 10px;
  background-color: #fbfcfe;
  border-left: 2px solid #6e7985;
}

.events-body .ev-item + .ev-item {
  margin-top: 2px;
}

.events-body .ev-item small,
.events-body .ev-item .small {
  display: block;
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif;*/
  font-size: 11px;
  margin-bottom: 1px;
  color: #9ea7b1;
}

.events-body .ev-item h6,
.events-body .ev-item .h6 {
  color: #212830;
  font-weight: 600;
  margin-bottom: 5px;
}

.events-body .ev-item p {
  font-size: 0.75rem;
  color: #6e7985;
  margin-bottom: 3px;
  line-height: 1.4;
}

.card-product .card-label {
  display: block;
  color: #6e7985;
  margin-bottom: 3px;
}

.main-file-manager {
  min-height: 0;
  height: calc(100vh - 72px);
  margin-top: 72px;
  position: relative;
}

@media (max-width: 991.98px) {
  .main-file-manager.show .file-content {
    transform: translateX(230px);
  }
}

.file-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .file-content {
    transition: none;
  }
}

@media (min-width: 992px) {
  .file-content {
    left: 10px;
  }
}

.file-content .table-responsive {
  margin: 0 -15px;
  padding: 0 15px;
}

.card-file .dropdown-file,
.card-folder .dropdown-file {
  position: absolute;
  top: 10px;
  right: 10px;
}

.card-file .dropdown-link,
.card-folder .dropdown-link {
  font-size: 16px;
  color: #6e7985;
}

.card-file .dropdown-item,
.card-folder .dropdown-item {
  font-size: 0.8125rem;
  padding-left: 8px;
}

.card-file {
  border-width: 0;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
  padding: 10px;
  position: relative;
  height: 100%;
}

.card-file .card-file-icon {
  width: 100%;
  height: 60px;
  background-color: #f3f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  border-radius: 3px;
}

.card-file .card-file-icon.danger {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.08);
}

.card-file .card-file-icon.primary {
  color: #506fd9;
  background-color: rgba(80, 111, 217, 0.08);
}

.card-file .card-file-icon.info {
  color: #0dcaf0;
  background-color: rgba(13, 202, 240, 0.08);
}

.card-file .card-file-icon.success {
  color: #0cb785;
  background-color: rgba(12, 183, 133, 0.08);
}

.card-file .card-body {
  padding: 0;
  margin-top: 10px;
}

.card-file .card-body h6,
.card-file .card-body .h6 {
  margin-bottom: 5px;
  font-size: 0.8125rem;
}

@media (min-width: 576px) {
  .card-file .card-body h6,
  .card-file .card-body .h6 {
    font-size: 0.875rem;
  }
}

.card-file .card-body h6 a,
.card-file .card-body .h6 a {
  color: #212830;
}

.card-file .card-body span {
  display: block;
  font-size: 0.75rem;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  color: #6e7985;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.card-file .card-footer {
  background-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  font-size: 0.75rem;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  padding: 0;
  color: #6e7985;
}

.card-folder {
  border-width: 0;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
  position: relative;
}

.card-folder .dropdown-file {
  top: 2px;
  right: 0;
}

.card-folder .card-body {
  display: flex;
  align-items: center;
  padding: 8px;
}

@media (min-width: 576px) {
  .card-folder .card-body {
    padding: 10px;
  }
}

.card-folder .card-body > i {
  font-size: 40px;
  line-height: 0.75;
  color: #506fd9;
  margin-right: 8px;
}

@media (min-width: 576px) {
  .card-folder .card-body > i {
    font-size: 48px;
    margin-right: 10px;
  }
}

.card-folder .card-body h6,
.card-folder .card-body .h6 {
  margin-bottom: 2px;
  font-size: 0.8125rem;
  width: inherit;
}

@media (min-width: 576px) {
  .card-folder .card-body h6,
  .card-folder .card-body .h6 {
    font-size: 0.875rem;
  }
}

.card-folder .card-body h6 a,
.card-folder .card-body .h6 a {
  color: #212830;
  display: block;
  width: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-folder .card-body span {
  display: block;
  font-size: 11px;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  color: #6e7985;
}

@media (min-width: 576px) {
  .card-folder .card-body span {
    font-size: 0.75rem;
  }
}

.card-folder .card-content {
  flex: 1;
  max-width: calc(100% - 55px);
}

@media (min-width: 576px) {
  .card-folder .card-content {
    max-width: calc(100% - 60px);
  }
}

.table-files {
  border-collapse: separate;
  border-spacing: 0 5px;
  font-size: 0.8125rem;
  min-width: 520px;
  font-family: var(--bs-body-font-family);
}

.table-files thead th:nth-child(2),
.table-files thead th:nth-child(3),
.table-files tbody td:nth-child(2),
.table-files tbody td:nth-child(3) {
  text-align: right;
}

.table-files thead th {
  font-weight: 400;
  font-size: 0.8125rem;
  color: #6e7985;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 0;
}

.table-files thead th:first-child {
  width: 55%;
}

.table-files thead th:nth-child(2) {
  width: 20%;
}

.table-files thead th:nth-child(3) {
  width: 15%;
}

.table-files thead th:last-child {
  width: 10%;
}

.table-files tbody tr {
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
}

.table-files tbody tr td {
  border-bottom: 0;
  background-color: #fff;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0);
}

.table-files tbody tr td:not(:first-child) {
  border-left-width: 0;
}

.table-files tbody tr td:not(:last-child) {
  border-right-width: 0;
}

.table-files tbody tr td:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.table-files tbody tr td:nth-child(2),
.table-files tbody tr td:nth-child(3) {
  text-align: right;
}

.table-files tbody tr td:last-child {
  text-align: right;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.table-files .dropdown-link {
  line-height: 1;
  font-size: 18px;
  color: #6e7985;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.table-files .media {
  display: flex;
  align-items: center;
}

.table-files .media-icon {
  margin-right: 10px;
  font-size: 24px;
  color: #6e7985;
  line-height: 1;
}

.table-files .media-icon.primary {
  color: #506fd9;
}

.table-files .media-icon.success {
  color: #0cb785;
}

.table-files .media-icon.orange {
  color: #fd7e14;
}

.table-files .media-icon.danger {
  color: #dc3545;
}

.table-files .file-name {
  margin-bottom: 0;
}

.table-files .file-name a {
  color: #212830;
}

.menu-file-manager {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #6e7985;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .menu-file-manager {
    display: none;
  }
}

.compose {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 800;
}

@media (min-width: 768px) {
  .compose {
    padding: 20px 20px 0;
    max-height: 100vh;
    overflow-y: auto;
  }
}

.compose.fullscreen:not(.minimize) {
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(33, 40, 48, 0.5);
}

/*BOOKING*/

/*AIRBNB*/

.main-calendar {
  min-height: inherit;
  height: calc(100vh - 72px);
  margin-top: 72px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .main-calendar.show .calendar-sidebar {
    left: 0;
  }

  .main-calendar.show .calendar-body {
    transform: translateX(300px);
    padding-left: 0;
  }
}

.calendar-sidebar {
  position: absolute;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .calendar-sidebar {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .calendar-sidebar {
    left: 0;
  }
}

.calendar-sidebar .sidebar-header {
  height: 86px;
  border-bottom-width: 0;
}

.calendar-sidebar .form-search {
  width: 100%;
}

.calendar-sidebar .sidebar-body {
  height: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.calendar-sidebar .sidebar-body .mutual-badge ul .avatar {
  width: 20px;
  height: 20px;
}

.calendar-sidebar .sidebar-body .event-body h6,
.calendar-sidebar .sidebar-body .event-body .h6 {
  margin-bottom: 5px;
}

.calendar-sidebar .sidebar-body .event-body h6 a,
.calendar-sidebar .sidebar-body .event-body .h6 a {
  color: #212830;
}

.calendar-sidebar .sidebar-body .event-body h6 a:hover,
.calendar-sidebar .sidebar-body .event-body .h6 a:hover {
  color: #506fd9;
}

.calendar-sidebar .ui-datepicker .ui-datepicker-calendar th {
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 1200px) {
  .calendar-sidebar .ui-datepicker .ui-datepicker-calendar th {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.calendar-sidebar .ui-datepicker .ui-datepicker-calendar td a {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .calendar-sidebar .ui-datepicker .ui-datepicker-calendar td a {
    padding-left: 6px;
  }
}

.nav-calendar {
  flex-direction: column;
}

.nav-calendar .nav-link {
  padding: 0;
  display: flex;
  align-items: center;
  color: #41505f;
}

.nav-calendar .nav-link + .nav-link {
  margin-top: 10px;
}

.nav-calendar .nav-link.calendar span {
  background-color: #506fd9;
  box-shadow: 0 0 0 2px #506fd9;
}

.nav-calendar .nav-link.birthday span {
  background-color: #0cb785;
  box-shadow: 0 0 0 2px #0cb785;
}

.nav-calendar .nav-link.holiday span {
  background-color: #dc3545;
  box-shadow: 0 0 0 2px #dc3545;
}

.nav-calendar .nav-link.discover span {
  background-color: #0dcaf0;
  box-shadow: 0 0 0 2px #0dcaf0;
}

.nav-calendar .nav-link.meetup span {
  background-color: #ffc107;
  box-shadow: 0 0 0 2px #ffc107;
}

.nav-calendar .nav-link.other span {
  background-color: #6f42c1;
  box-shadow: 0 0 0 2px #6f42c1;
}

.nav-calendar span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  margin-right: 10px;
}

.calendar-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .calendar-body {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .calendar-body {
    left: 300px;
    padding-left: 0;
  }
}

.calendar-body .fc-toolbar-chunk {
  display: flex;
}

.calendar-body .fc-header-toolbar {
  display: block;
}

@media (min-width: 768px) {
  .calendar-body .fc-header-toolbar {
    display: flex;
  }
}

.calendar-body .fc-header-toolbar .fc-toolbar-chunk:first-child {
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .calendar-body .fc-header-toolbar .fc-toolbar-chunk:first-child {
    margin-bottom: 0;
  }
}

.calendar-body .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
  float: left;
  margin-top: 7px;
}

@media (min-width: 576px) {
  .calendar-body .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .calendar-body .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    float: none;
    margin-top: 0;
  }
}

.calendar-body .fc-header-toolbar .fc-toolbar-chunk:last-child {
  float: right;
}

@media (min-width: 768px) {
  .calendar-body .fc-header-toolbar .fc-toolbar-chunk:last-child {
    float: none;
  }
}

.calendar-body .fc-button {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
}

.calendar-body .fc-icon {
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
}

.calendar-body .fc-button-primary {
  background-color: #fff;
  color: #6e7985;
  border-color: #e2e5ec;
}

.calendar-body .fc-button-primary:hover,
.calendar-body .fc-button-primary:focus,
.calendar-body .fc-button-primary:active {
  background-color: #fff;
  color: #6e7985;
  border-color: #d3d7e2;
  box-shadow: none;
}

.calendar-body .fc-button-primary:disabled {
  background-color: #fff;
  color: #6e7985;
  border-color: #e2e5ec;
}

.calendar-body .fc-button-primary:not(:disabled).fc-button-active,
.calendar-body .fc-button-primary:not(:disabled):active {
  background-color: rgba(80, 111, 217, 0.1);
  color: #506fd9;
  border-color: #7a91e2;
  position: relative;
  z-index: 5;
}

.calendar-body .fc-button-primary:not(:disabled).fc-button-active:focus,
.calendar-body .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}

.calendar-body .fc-toolbar-title {
  font-weight: 600;
  font-size: 18px;
  color: #212830;
  letter-spacing: -0.2px;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 576px) {
  .calendar-body .fc-toolbar-title {
    font-size: 22px;
    max-width: none;
    overflow: inherit;
    text-overflow: inherit;
  }
}

.calendar-body .fc-scrollgrid {
  border-color: #e2e5ec;
  background-color: #fff;
}

.calendar-body .fc-col-header th {
  border-color: #e2e5ec;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.calendar-body .fc-col-header th a {
  color: #41505f;
  font-weight: 600;
  text-transform: uppercase;
}

.calendar-body .fc-daygrid-day {
  border-color: #e2e5ec;
}

.calendar-body .fc-daygrid-day-number {
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  color: #41505f;
  padding: 5px 8px;
}

.calendar-body .fc-h-event .fc-event-main {
  color: #41505f;
}

.calendar-body .fc-daygrid-block-event .fc-event-time,
.calendar-body .fc-daygrid-block-event .fc-event-title {
  padding-left: 5px;
}

.calendar-body .fc-daygrid-dot-event .fc-event-title {
  color: #41505f;
  font-weight: 500;
}

.calendar-body .fc-daygrid-event {
  color: #6e7985;
  border-radius: 2px;
}

.calendar-body .fc-daygrid-event:hover {
  background-color: #e2e5ec;
}

.calendar-body .fc-daygrid-day.fc-day-today {
  background-color: rgba(80, 111, 217, 0.08);
}

.calendar-body .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #506fd9;
}

.calendar-body .fc-event-title {
  cursor: pointer;
}

.modal-event .modal-header {
  padding: 15px 20px 0;
  border-bottom-width: 0;
}

.modal-event .modal-header .btn-close {
  transform: scale(0.9);
}

.modal-event .modal-header .btn-close:focus {
  box-shadow: none;
}

.modal-event .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #212830;
}

.modal-event .modal-body {
  padding: 20px;
  position: relative;
}

.modal-event .modal-footer {
  padding: 0 20px 20px;
  border-top-width: 0;
}

.modal-event .form-label {
  color: #6e7985;
  margin-bottom: 5px;
  font-size: 13px;
}

.modal-event .date-item {
  display: flex;
  align-items: center;
}

.modal-event .date-item i {
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
  opacity: 0.75;
}

.modal-event .date-item + .date-item {
  margin-top: 10px;
}

.modal-event .date-item span {
  font-weight: 500;
  color: #212830;
}

.modal-event p {
  color: #212830;
}

.task-label {
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--bs-body-font-family); /*"Archivo", sans-serif;*/
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.task-label-det-pre {
  display: flex;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 200;
  font-family: var(--bs-body-font-family); /*"Archivo", sans-serif;*/
  letter-spacing: 0.5px;
}

.task-label-det-pre3 {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 800;
  font-family: var(--bs-body-font-family); /*"Archivo", sans-serif;*/
  letter-spacing: 0.5px;
}

.task-label-det-pre-ch {
  font-size: 12px;
  padding: 0px 10px;
  font-family: var(--bs-body-font-family);
}

.card-task {
  border-width: 0;
  border-radius: 24px;
  /* cursor: pointer; */
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: 3px solid #e9f2f7;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
  transition: all 0.25s;
}

@media (prefers-reduced-motion: reduce) {
  .card-task {
    transition: none;
  }
}

.card-task:hover {
  border-color: #3299a0;
}

.card-task + .card-task {
  margin-top: 12px;
}

.card-task .badge {
  font-size: 10px;
}

.card-task .card-date {
  font-size: 0.75rem;
  color: #6e7985;
  white-space: nowrap;
  align-self: flex-start;
}

.card-task p {
  color: #6e7985;
}

.card-task .card-title {
  margin-bottom: 0;
  font-weight: 600;
  color: #212830;
}

.card-task .progress {
  height: 4px;
}

.card-task .card-footer {
  padding-top: 0;
  border-top-width: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-task .card-footer .avatar {
  width: 18px;
  height: 18px;
}

.card-task .card-footer .nav-link {
  color: #9ea7b1;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  padding: 0;
  grid-gap: 2px;
}

.card-task .card-footer .nav-link:hover {
  color: #506fd9;
}

.card-task .card-footer .nav-link i {
  font-size: 14px;
}

.card-task .card-footer .nav-link + .nav-link {
  margin-left: 10px;
}

.task-calendar .ui-datepicker-inline {
  max-width: none;
  border-width: 0;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
}

.task-calendar .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .task-calendar .ui-datepicker .ui-datepicker-calendar th {
    padding-left: 12px;
    padding-right: 4px;
    text-align: right;
  }
}

.task-calendar .ui-datepicker .ui-datepicker-calendar td {
  border-color: #e2e5ec;
}

.task-calendar .ui-datepicker .ui-datepicker-calendar td:last-child {
  border-right: 1px solid #e2e5ec;
}

.task-calendar .ui-datepicker .ui-datepicker-calendar td a {
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  font-size: 0.8125rem;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .task-calendar .ui-datepicker .ui-datepicker-calendar td a {
    padding-left: 0;
    padding-right: 6px;
  }
}

.task-calendar .ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: #f3f5f9;
}

.task-calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background-color: rgba(0, 0, 0, 0);
  color: #506fd9;
}

.task-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  .ui-datepicker-today
  a:hover {
  background-color: #f3f5f9;
  color: #506fd9;
}

.task-category {
  color: #fff;
  border-radius: 6px;
  font-family: var(--bs-body-font-family);
}

.task-category .category-percent {
  font-weight: 100;
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif*/
}

.task-category .category-percent span {
  font-size: 50%;
  font-weight: 100;
}

.task-category > span {
  display: block;
  font-size: 0.8125rem;
  opacity: 0.65;
}

@media (min-width: 576px) {
  .media-profile {
    display: flex;
  }
}

.media-profile .media-img {
  flex-shrink: 0;
  width: 150px;
  margin-right: 25px;
  border-radius: 100%;
}

.media-profile .media-img img {
  border-radius: inherit;
}

.media-profile .media-body {
  flex: 1;
  position: relative;
  line-height: 1.55;
}

.media-profile .media-name {
  font-size: 24px;
  font-weight: 600;
  color: #f70b6a; /*#212830;*/
  margin-bottom: 3px;
}

.profile-item {
  display: flex;
  align-items: center;
}

.profile-item > i {
  font-size: 32px;
  line-height: 1;
  margin-right: 12px;
  color: #9ea7b1;
}

.profile-item-body p {
  font-weight: 600;
  color: #212830;
  margin-bottom: 2px;
}

.profile-item-body span {
  color: #6e7985;
  font-size: 0.8125rem;
  display: block;
}

.card-post {
  position: relative;
  border-width: 0;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
}

.card-post .card-header {
  padding: 18px 20px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-color: #f3f5f9;
}

.card-post .card-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: #212830;
}

.card-post .card-body {
  padding: 20px;
  line-height: 1.55;
}

.card-post .card-footer {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-top-color: #f3f5f9;
}

.card-post .card-footer .nav-link {
  display: flex;
  align-items: center;
  color: #6e7985;
  padding-left: 10px;
  border-radius: 4px;
}

.card-post .card-footer .nav-link:hover {
  background-color: rgba(80, 111, 217, 0.05);
  color: #506fd9;
}

.card-post .card-footer .nav-link i {
  font-size: 20px;
  margin-right: 3px;
  line-height: 1;
}

.post-preview {
  padding: 15px;
  background-color: #f8f9fc;
}

.post-preview h5,
.post-preview .h5 {
  font-size: 0.938rem;
  font-weight: 600;
  color: #212830;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}

.post-preview p {
  color: #313c47;
  margin-bottom: 2px;
}

.post-preview span {
  display: block;
  font-size: 0.8125rem;
  color: #6e7985;
}

.mutual-badge {
  display: flex;
  align-items: center;
}

.mutual-badge ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.mutual-badge ul .avatar {
  display: block;
  width: 16px;
  height: 16px;
  border: 1.5px solid #fff;
}

.mutual-badge li + li {
  margin-left: -8px;
}

.mutual-badge label {
  display: block;
  margin-left: 5px;
  margin-bottom: 0;
  font-size: 11px;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  color: rgba(110, 121, 133, 0.75);
}

.event-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-item {
  display: flex;
  align-items: center;
}

.event-item + .event-item {
  margin-top: 20px;
}

.event-body h6,
.event-body .h6 {
  margin-bottom: 2px;
}

.event-body h6 a,
.event-body .h6 a {
  color: #212830;
}

.event-body h6 a:hover,
.event-body .h6 a:hover {
  color: #506fd9;
}

.event-body p {
  font-size: 0.75rem;
  color: #6e7985;
  margin-bottom: 5px;
}

.card-settings {
  margin-top: 10px;
  border-width: 0;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
}

.card-settings .card-header {
  margin: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f3f5f9;
}

.card-settings .card-title {
  font-size: 15px;
  font-weight: 600;
  color: #212830;
  margin-bottom: 5px;
}

.card-settings .card-text {
  padding: 5px;
  color: #6e7985;
  margin-bottom: 0;
}

.setting-item {
  padding: 2px;
  padding-left: 5px;
  position: relative;
}

.setting-item + .setting-item {
  border-top: 1px solid #f3f5f9;
}

.setting-item h6,
.setting-item .h6 {
  margin-bottom: 3px;
}

.setting-item p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6e7985;
}

.setting-item .table {
  white-space: nowrap;
  font-size: 0.8125rem;
}

@media (min-width: 992px) {
  .setting-item .table {
    font-size: 0.875rem;
  }
}

.setting-item .table th {
  padding-top: 0;
  font-size: 0.8125rem;
}

.setting-item .table td {
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}

.setting-item .table th:first-child,
.setting-item .table td:first-child {
  padding-left: 0;
}

.setting-item .table th:last-child,
.setting-item .table td:last-child {
  padding-right: 0;
}

.setting-item .table th:not(:first-child),
.setting-item .table td:not(:first-child) {
  text-align: right;
}

.setting-item .table > :not(:first-child),
.setting-item .table th,
.setting-item .table td {
  border-color: #f3f5f9;
}

.setting-item .table nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.setting-item .table a {
  display: block;
  color: #6e7985;
  font-size: 16px;
  line-height: 1;
  opacity: 0.6;
}

.setting-item .table a:hover {
  opacity: 1;
  color: #506fd9;
}

.setting-item .table a + a {
  margin-left: 5px;
}

.card-app {
  height: 100%;
  border-color: #e2e5ec;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(226, 229, 236, 0.25),
    0 2px 2px rgba(226, 229, 236, 0.2), 0 4px 4px rgba(226, 229, 236, 0.15),
    0 8px 8px rgba(226, 229, 236, 0.1), 0 16px 16px rgba(226, 229, 236, 0.05);
}

.card-app .card-body {
  display: flex;
  padding: 15px;
}

.card-app .card-logo {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 4px;
  background-color: #6e7985;
  color: #fff;
  flex-shrink: 0;
  font-size: 32px;
}

.card-app .card-logo.bg-disqus {
  background-color: #1a9fff;
}

.card-app .card-logo.bg-settings {
  background-color: white;
}

.card-app .card-footer {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
}

.card-app .card-footer a {
  color: #9ea7b1;
}

.card-app .card-footer a:hover {
  color: #506fd9;
}

.card-app .card-footer .form-check {
  min-height: inherit;
}

.card-app .card-footer .form-switch {
  margin-bottom: 0;
}

.card-app .card-footer .form-switch .form-check-input {
  margin-left: 0;
}

.page-sign {
  min-height: 100vh;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

@media (min-width: 576px) {
  .page-sign {
    background-color: #fbfcfe;
  }
}

.page-sign.d-block {
  background-color: #add8e6; /*white*/

  /* background-image: linear-gradient(to right, #e8e897 -20%, #97e8ca 120%) */
  /* background-image: linear-gradient(to right, #97e8ca -20%, #e8e897 120%) */
}

.diagonal {
  background: #dfefe8;
  width: 20%;
  right: 0px;
  height: 910px;
  display: block;
  transform: skew(40deg);
}

.page-sign.d-block .row {
  min-height: inherit;
}

.page-sign.d-block .col-wrapper {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3299a0;
  box-shadow: 5px 10px 38px 5px #277c85;
  /* #DFEFE8; */
}

.page-sign.d-block .card-sign {
  border-radius: 24px;
  box-shadow: 5px 10px 18px #831853;
  background-color: #04273a;
  /* #DFEFE8 */
}

.card-sign {
  width: 100%;
  border-width: 0;
  border-radius: 0;
}

@media (min-width: 400px) {
  .card-sign {
    width: 380px;
  }
}

@media (min-width: 576px) {
  .card-sign {
    border-radius: 10px;
    box-shadow: 0 2.8px 2.2px rgba(110, 121, 133, 0.02),
      0 6.7px 5.3px rgba(110, 121, 133, 0.028),
      0 12.5px 10px rgba(110, 121, 133, 0.035),
      0 22.3px 17.9px rgba(110, 121, 133, 0.042),
      0 41.8px 33.4px rgba(110, 121, 133, 0.05),
      0 100px 80px rgba(110, 121, 133, 0.07);
  }
}

.card-sign .card-header {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  padding: 30px 30px 0;
}

.card-sign .card-title {
  letter-spacing: -0.5px;
  margin-bottom: 1px;
  font-weight: 400;
  font-size: 24px;
  color: #212830;
}

.card-sign .card-text {
  color: #6e7985;
  margin-bottom: 0;
  font-family: var(--bs-body-font-family);
}

.card-sign .card-body {
  padding: 30px;
  position: relative;
}

.card-sign .card-body small,
.card-sign .card-body .small {
  font-size: 12px;
  color: #6e7985;
  display: block;
}

.card-sign .card-body strong {
  font-weight: 600;
  color: #212830;
}

.card-sign .form-label {
  font-weight: 500;
  font-size: 0.8125rem;
  display: block;
}

.card-sign .form-control {
  font-weight: 500;
  color: #212830;
  height: 40px;
}

.card-sign .form-control::placeholder {
  font-weight: 400;
  color: rgba(110, 121, 133, 0.6);
  text-shadow: none;
}

.card-sign .form-control:focus {
  border-color: #506fd9;
}

.card-sign .btn,
.card-sign .ui-datepicker-buttonpane button,
.ui-datepicker-buttonpane .card-sign button {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--bs-body-font-family); /*"Archivo", sans-serif;*/
  letter-spacing: 1px;
  color: #fff;
}

.card-sign .btn i,
.card-sign .ui-datepicker-buttonpane button i,
.ui-datepicker-buttonpane .card-sign button i {
  line-height: 1;
  font-size: 16px;
  margin-right: 5px;
}

.card-sign .divider {
  text-transform: uppercase;
  font-family: var(--bs-body-font-family); /*"Archivo", sans-serif;*/
  letter-spacing: 0.5px;
}

.card-sign .divider span {
  font-size: 10px;
  color: rgba(110, 121, 133, 0.75);
}

.card-sign .card-footer {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 0 30px 30px;
  color: #6e7985;
  border-top-width: 0;
}

.auth-texto {
  width: 70%;
  height: 60%;
  margin-left: 160px;
  border-radius: 20%;
  margin-top: 25%;
  background-color: #add8e6;
  font-family: var(--bs-body-font-family);
  color: #f70b6a;
  font-size: 38px;
  text-align: center;
  /*animation: blink 2s infinite alternate;*/
}

.auth-img_ch {
  position: absolute;
  width: 10%;
  height: 20%;
  margin-top: 1%;
  margin-left: 87%;
  background: #add8e6;
  /*animation: blink 2s infinite alternate;*/
  z-index: -1;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.pricing-text {
  font-size: 16px;
  color: #6e7985;
  font-family: var(--bs-body-font-family);
}

.table-pricing {
  min-width: 780px;
}

.table-pricing thead th {
  border-bottom-width: 0;
  padding-bottom: 0;
  vertical-align: top;
}

.table-pricing thead th span {
  display: block;
  margin-bottom: 10px;
}

.table-pricing thead th > small,
.table-pricing thead th > .small {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  color: #41505f;
}

.table-pricing thead th.selected .pricing-price {
  color: #506fd9;
}

.table-pricing thead th.selected .pricing-price small,
.table-pricing thead th.selected .pricing-price .small {
  color: inherit;
}

.table-pricing thead th:not(:first-child),
.table-pricing tbody td:not(:first-child) {
  text-align: center;
}

.table-pricing thead th.selected,
.table-pricing tbody td.selected {
  background-color: rgba(80, 111, 217, 0.06);
}

.table-pricing > :not(:first-child) {
  border-top: 0;
}

.table-pricing tbody td {
  padding: 5px 0;
  vertical-align: middle;
}

.table-pricing tbody td i {
  font-size: 24px;
  font-weight: 700;
  color: #506fd9;
}

.table-pricing tbody td .btn,
.table-pricing tbody td .ui-datepicker-buttonpane button,
.ui-datepicker-buttonpane .table-pricing tbody td button {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.table-pricing tbody td:first-child {
  text-transform: capitalize;
  font-weight: 500;
  color: #212830;
  padding-right: 10px;
  white-space: nowrap;
}

.table-pricing tbody td:first-child small,
.table-pricing tbody td:first-child .small {
  font-weight: 400;
  text-transform: none;
  color: #6e7985;
  display: block;
  line-height: 1.4;
  white-space: normal;
}

.table-pricing tbody td:first-child i {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
}

.table-pricing tbody td:not(:first-child) span {
  display: block;
  padding: 8px 0;
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif;*/
  font-weight: 500;
}

.table-pricing tr:last-child td {
  border-bottom-width: 0;
  padding: 40px 10px 10px;
}

.table-pricing .title td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-width: 1.5px;
  border-bottom-color: #9ea7b1;
}

.table-pricing .title td:first-child {
  text-transform: uppercase;
  font-weight: 700;
  color: #212830;
}

.table-pricing .title:not(:first-child) td {
  padding-top: 25px;
}

.pricing-price {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif;*/
  letter-spacing: -1px;
  color: #474b4f; /*#212830*/
}

.pricing-price small,
.pricing-price .small {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--bs-body-font-family); /*"Open Sans", sans-serif;*/
  color: #6e7985;
  letter-spacing: -0.2px;
}

.accordion-faq .accordion-item {
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07),
    0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07),
    0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07),
    0 32px 64px rgba(204, 210, 218, 0.07);
}

.accordion-faq .accordion-item + .accordion-item {
  margin-top: 5px;
}

.accordion-faq .accordion-button {
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  font-weight: 600;
  color: #506fd9;
  border-bottom: 0;
}

.accordion-faq .accordion-button.collapsed {
  color: #212830;
}

.accordion-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-faq .accordion-button:focus {
  box-shadow: none;
}

.wizard-demo {
  font-size: 18px;
}

.wizard-demo.wizard > .content > .title {
  font-size: 24px;
}

@keyframes scaling {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

.ps {
  overflow: hidden;
}

/* .ps>.ps__rail-y {
    width: 3px;
    background-color: rgba(58, 78, 136, .06);
    z-index: 10;
    position: absolute;
    left: auto !important;
    right: 0;
    opacity: 0;
    margin: 1px;
    transition: opacity .2s
} */

/* .ps>.ps__rail-y>.ps__thumb-y {
    position: absolute;
    border-radius: 0;
    width: 3px;
    left: 0;
    background-color: #9ea7b1
}

.ps.ps--active-y:hover>.ps__rail-y,
.ps.ps--active-y:focus>.ps__rail-y {
    opacity: 1
}

.scrollbar-sm>.ps__rail-y {
    width: 1px
}

.scrollbar-sm>.ps__rail-y>.ps__thumb-y {
    width: 1px
}

.scrollbar-lg>.ps__rail-y {
    width: 6px
}

.scrollbar-lg>.ps__rail-y>.ps__thumb-y {
    width: 6px
}

.scrollbar-primary>.ps__rail-y>.ps__thumb-y {
    background-color: #0d6efd
}

.scrollbar-dark>.ps__rail-y>.ps__thumb-y {
    background-color: #212830
} */

.select2-results__option {
  border-radius: 0;
  margin-bottom: 1px;
  font-size: inherit;
}

.select2-container--open {
  font-size: 14px;
}

.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
  background-color: #fff;
  border-color: #ccd2da;
}

.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
}

.select2-dropdown {
  border-color: #ccd2da;
  z-index: 200;
}

.select2-search--dropdown {
  padding-bottom: 0;
}

.select2-results__option {
  padding: 6px 10px;
  font-size: inherit;
}

.bootstrap-tagsinput {
  display: flex;
  flex-wrap: wrap;
  box-shadow: none;
  padding-top: 5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
  padding-bottom: 0;
  border-color: #ccd2da;
  border-radius: 0.25rem;
}

.bootstrap-tagsinput .tag {
  display: inline-flex;
  align-items: center;
  background-color: #506fd9;
  color: #fff;
  padding: 2px 7px;
  margin: 0 2.5px 5px;
  font-size: 0.8125rem;
  border-radius: 3px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  display: inline-block;
  height: 16px;
  width: 10px;
  position: relative;
  opacity: 0.5;
}

.bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "";
  font-family: "remixicon";
  font-size: 14px;
  position: absolute;
  top: calc(50% + 0.5px);
  line-height: 0;
  text-indent: -3px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover,
.bootstrap-tagsinput .tag [data-role="remove"]:focus {
  opacity: 1;
  box-shadow: none;
}

.bootstrap-tagsinput > input {
  min-height: auto;
  font-size: 0.8125rem;
}

.bootstrap-tagsinput .tt-menu {
  margin-top: 7px;
  margin-left: -10px;
  background-color: #fff;
  min-width: 150px;
  padding: 2px;
  border-radius: 4px;
  border: 1px solid #ccd2da;
  box-shadow: 0 1px 1px rgba(226, 229, 236, 0.25),
    0 2px 2px rgba(226, 229, 236, 0.2), 0 4px 4px rgba(226, 229, 236, 0.15),
    0 8px 8px rgba(226, 229, 236, 0.1), 0 16px 16px rgba(226, 229, 236, 0.05);
}

.bootstrap-tagsinput .tt-suggestion {
  font-size: 0.8125rem;
  padding: 4px 8px;
  border-radius: 3px;
}

.bootstrap-tagsinput .tt-suggestion:hover,
.bootstrap-tagsinput .tt-suggestion:focus {
  cursor: pointer;
  background-color: #f3f5f9;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #e2e5ec;
  font-family: var(--bs-body-font-family); /*inherit;*/
  font-size: inherit;
  padding: 10px;
  margin: 1px 0 0;
  display: none;
  width: auto !important;
  z-index: 5 !important;
  border-radius: 0.25rem;
}

.ui-datepicker .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #212830;
  padding: 0 0 5px;
  letter-spacing: 1px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  text-indent: -99999px;
  color: #6e7985;
  top: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  font-size: 16px;
  font-family: "remixicon";
  position: absolute;
  top: -1px;
  text-indent: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before {
  color: #41505f;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  right: 5px;
  content: "";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  left: 5px;
  content: "";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  color: #41505f;
  cursor: pointer;
  top: 1px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}

.ui-datepicker .ui-datepicker-title {
  color: #212830;
  font-weight: 700;
  font-size: 13px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  font-size: 11px;
  border: 1px solid #ccd2da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 20px 2px 5px;
  border-radius: 0.25rem;
  position: relative;
  margin-top: -3px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 5px center/8px 8px;
}

.ui-datepicker .ui-datepicker-year {
  margin-left: 5px;
}

.ui-datepicker .ui-datepicker-calendar {
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.ui-datepicker .ui-datepicker-calendar th {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 9px;
  color: #41505f;
}

@media (max-width: 320px) {
  .ui-datepicker .ui-datepicker-calendar th {
    padding: 4px 0;
    letter-spacing: normal;
  }
}

.ui-datepicker .ui-datepicker-calendar td {
  border: 1px solid #fff;
  padding: 0;
  background-color: #fff;
  text-align: right;
}

.ui-datepicker .ui-datepicker-calendar td:last-child {
  border-right: 0;
}

.ui-datepicker
  .ui-datepicker-calendar
  td.ui-datepicker-other-month
  .ui-state-default {
  color: #9ea7b1;
}

.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  transition: all 0.2s ease-in-out;
  padding: 5px;
  color: #41505f;
  padding: 6px 10px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  border: 0;
  border-radius: 1px;
}

@media (prefers-reduced-motion: reduce) {
  .ui-datepicker .ui-datepicker-calendar td span,
  .ui-datepicker .ui-datepicker-calendar td a {
    transition: none;
  }
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: #fbfcfe;
  color: #41505f;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:focus {
  background-color: #506fd9;
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  color: #9ea7b1;
  background-color: #f3f5f9;
}

.ui-datepicker-multi .ui-datepicker-group {
  padding-right: 15px;
  width: auto;
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
  margin: auto;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
  left: 10px;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
  right: 10px;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0;
}

.ui-datepicker-multi .ui-datepicker-group-last {
  padding-right: 0;
}

.ui-datepicker-inline {
  border-color: #ccd2da;
}

@media (min-width: 576px) {
  .ui-datepicker-inline {
    max-width: 270px;
  }
}

.ui-datepicker-buttonpane {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  border-top: 1px solid #85b6ff;
  padding-top: 10px;
}

.ui-datepicker-buttonpane button {
  min-height: inherit;
  border-radius: 0.25rem;
}

.sp-replacer {
  border-color: #ccd2da;
  background-color: #fff;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #9ea7b1;
}

.sp-container {
  background-color: #fff;
  border-color: #ccd2da;
  margin-top: 2px;
  box-shadow: 0 1px 1px rgba(204, 210, 218, 0.25),
    0 2px 2px rgba(204, 210, 218, 0.2), 0 4px 4px rgba(204, 210, 218, 0.15),
    0 8px 8px rgba(204, 210, 218, 0.1), 0 16px 16px rgba(204, 210, 218, 0.05);
}

.sp-container button,
.sp-container button:hover,
.sp-container button:focus,
.sp-container button:active,
.sp-container a {
  display: inline-block;
  background-color: #6e7985;
  background-image: none;
  border: 0;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  font-size: 13px;
  text-shadow: none;
  text-transform: capitalize;
  color: #fff;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 3px;
}

.sp-container button:hover,
.sp-container button:focus {
  background-color: #626c77;
}

.sp-container .sp-cancel {
  background-color: #f3f5f9;
  color: #6e7985 !important;
}

.sp-container .sp-cancel:hover,
.sp-container .sp-cancel:focus {
  text-decoration: none;
  background-color: #e2e5ec;
}

.sp-picker-container {
  border-left-width: 0;
}

.wizard {
  border: 1px solid #e2e5ec;
  background-color: #fff;
  border-radius: 0.25rem;
}

.wizard > .steps {
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .wizard > .steps {
    padding: 15px 20px;
  }
}

.wizard > .steps > ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
}

.wizard > .steps > ul li {
  float: none;
  display: block;
  width: auto;
}

.wizard > .steps > ul li .current-info {
  display: none;
}

.wizard > .steps > ul li .title {
  margin-left: 5px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wizard > .steps > ul li .title {
    transition: none;
  }
}

@media (min-width: 576px) {
  .wizard > .steps > ul li .title {
    display: none;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .wizard > .steps > ul li .title {
    display: inline-block;
  }
}

.wizard > .steps > ul li + li {
  margin-left: 10px;
  position: relative;
}

@media (min-width: 576px) {
  .wizard > .steps > ul li + li {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .wizard > .steps > ul li + li {
    margin-left: 40px;
  }
}

.wizard > .steps > ul li + li::before {
  content: "";
  font-family: "remixicon";
  font-size: 16px;
  font-weight: 400;
  color: #ccd2da;
  position: absolute;
  top: calc(50% + 1px);
  left: -26px;
  line-height: 0;
  display: none;
}

@media (min-width: 768px) {
  .wizard > .steps > ul li + li::before {
    display: block;
  }
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  color: #212830;
  font-weight: 500;
  font-size: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}

@media (min-width: 1200px) {
  .wizard > .steps a,
  .wizard > .steps a:hover,
  .wizard > .steps a:active {
    justify-content: flex-start;
  }
}

.wizard > .steps a .number,
.wizard > .steps a:hover .number,
.wizard > .steps a:active .number {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(
    --bs-body-font-family
  ); /*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";*/
  border: 2px solid #6e7985;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .wizard > .steps a .number,
  .wizard > .steps a:hover .number,
  .wizard > .steps a:active .number {
    width: 32px;
    height: 32px;
  }
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  color: #9ea7b1;
}

.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
  color: #9ea7b1;
  border-color: #ccd2da;
}

.wizard > .steps .disabled .title {
  display: none;
}

@media (min-width: 768px) {
  .wizard > .steps .disabled .title {
    display: inline-block;
  }
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  color: #45b39d;
}

.wizard > .steps .current a .title,
.wizard > .steps .current a:hover .title,
.wizard > .steps .current a:active .title {
  display: inline-block;
}

.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
  border-color: #45b39d;
  background-color: #45b39d;
  color: #fff;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  color: #198754;
}

.wizard > .steps .done a .title,
.wizard > .steps .done a:hover .title,
.wizard > .steps .done a:active .title {
  display: none;
}

@media (min-width: 768px) {
  .wizard > .steps .done a .title,
  .wizard > .steps .done a:hover .title,
  .wizard > .steps .done a:active .title {
    display: inline-block;
  }
}

.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
  border-color: #198754;
  background-color: #198754;
  color: #fff;
}

.wizard > .content {
  border-top: 1px solid #e2e5ec;
  border-bottom: 1px solid #e2e5ec;
  min-height: 150px;
  padding: 20px;
  font-size: inherit;
}

@media (min-width: 768px) {
  .wizard > .content {
    padding: 20px;
  }
}

.wizard > .content > .title {
  font-size: 14px;
  color: #212830;
  font-weight: 600;
  margin-bottom: 5px;
  display: none;
}

.wizard > .content > .title.current {
  display: block;
}

.wizard > .content > .body {
  float: none;
  position: static;
  width: auto;
  height: auto;
}

.wizard > .content > .body input.parsley-error {
  border-color: theme-color("danger");
}

.wizard > .content > .body input.parsley-error + ul {
  list-style: none !important;
}

.wizard > .content input,
.wizard > .content textarea,
.wizard > .content select {
  font-size: inherit;
}

.wizard > .actions {
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .wizard > .actions {
    padding: 15px 20px;
  }
}

.wizard > .actions > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.wizard > .actions > ul > li:last-child a {
  background-color: #198754;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  display: block;
  background-color: #2ecc71;
  padding: 8px 20px;
  line-height: 1.428;
  color: #fff;
  border-radius: 0.25rem;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background-color: #e2e5ec;
  color: #6e7985;
}

.wizard.vertical > .steps {
  padding: 15px 20px;
}

@media (min-width: 576px) {
  .wizard.vertical > .steps {
    float: left;
    width: 20%;
  }
}

@media (min-width: 768px) {
  .wizard.vertical > .steps {
    width: 15%;
  }
}

@media (min-width: 992px) {
  .wizard.vertical > .steps {
    width: 30%;
  }
}

@media (min-width: 576px) {
  .wizard.vertical > .steps ul {
    flex-direction: column;
  }
}

.wizard.vertical > .steps ul li + li {
  margin-left: 10px;
}

@media (min-width: 576px) {
  .wizard.vertical > .steps ul li + li {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .wizard.vertical > .steps ul li + li {
    margin-top: 20px;
  }
}

.wizard.vertical > .steps ul li + li::before {
  content: "";
  border-left: 1px solid #e2e5ec;
  position: absolute;
  top: -15px;
  left: 15px;
  height: 10px;
}

.wizard.vertical > .steps ul li .title {
  display: none;
  overflow: hidden;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .wizard.vertical > .steps ul li .title {
    display: block;
  }
}

@media (min-width: 992px) {
  .wizard.vertical > .steps a {
    justify-content: flex-start;
  }
}

.wizard.vertical > .steps .current a .title {
  display: inline-block;
}

@media (min-width: 576px) {
  .wizard.vertical > .steps .current a .title {
    display: none;
  }
}

@media (min-width: 992px) {
  .wizard.vertical > .steps .current a .title {
    display: inline-block;
  }
}

.wizard.vertical > .content {
  margin: 0;
  padding: 20px;
}

@media (min-width: 576px) {
  .wizard.vertical > .content {
    border-top-width: 0;
    border-bottom-width: 0;
    width: 80%;
    float: right;
    border-left: 1px solid #e2e5ec;
  }
}

@media (min-width: 768px) {
  .wizard.vertical > .content {
    width: 85%;
  }
}

@media (min-width: 992px) {
  .wizard.vertical > .content {
    width: 70%;
  }
}

.wizard.vertical > .actions {
  padding: 10px 15px;
}

@media (min-width: 576px) {
  .wizard.vertical > .actions {
    width: 80%;
    float: right;
    border-left: 1px solid #e2e5ec;
    padding: 15px 20px;
  }
}

@media (min-width: 768px) {
  .wizard.vertical > .actions {
    width: 85%;
    border-top: 1px solid #e2e5ec;
  }
}

@media (min-width: 992px) {
  .wizard.vertical > .actions {
    width: 70%;
  }
}

.wizard.vertical > .actions ul {
  float: none;
  margin: 0;
  padding: 0;
}

input.parsley-error,
input.parsley-error:focus,
textarea.parsley-error,
textarea.parsley-error:focus {
  box-shadow: none !important;
  border-color: #dc3545;
}

input.parsley-success,
input.parsley-success:focus,
textarea.parsley-success,
textarea.parsley-success:focus {
  box-shadow: none !important;
  border-color: #198754;
}

.form-select.parsley-error,
.form-select.parsley-success {
  box-shadow: none !important;
}

.form-select.parsley-error {
  border-color: #dc3545;
}

.form-select.parsley-success {
  border-color: #198754;
}

.parsley-errors-list {
  color: #dc3545;
  list-style: none;
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
}

.parsley-errors-list li {
  margin: 5px 0 0;
}

.ql-snow.ql-toolbar,
.ql-snow.ql-container {
  border-color: #e2e5ec;
}

.ql-snow.ql-toolbar {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.ql-snow.ql-toolbar button {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #41505f;
  border-radius: 1px;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus {
  background-color: #f3f5f9;
}

.ql-snow.ql-toolbar button.ql-active {
  background-color: #f3f5f9;
}

.ql-snow.ql-toolbar button + button {
  margin-left: 1px;
}

.ql-snow.ql-toolbar .ql-picker {
  font-size: 13px;
  height: 28px;
  color: #41505f;
}

.ql-snow.ql-toolbar .ql-picker:hover .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker:focus .ql-picker-label {
  color: #212830;
  background-color: #fdfefe;
}

.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  background-color: #fdfefe;
  border-color: #e2e5ec;
  color: #212830;
  outline: none;
  border-radius: 2px;
}

.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  border-color: #e2e5ec;
  box-shadow: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ql-snow.ql-toolbar
  .ql-picker:not(.ql-color-picker):not(.ql-icon-picker)
  .ql-picker-label
  .ql-stroke {
  stroke: #9ea7b1;
  stroke-width: 1.5;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.ql-snow.ql-toolbar .ql-picker-label {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
}

.ql-snow.ql-toolbar .ql-picker-label.ql-active {
  background-color: #fdfefe;
  color: #506fd9;
}

.ql-snow.ql-toolbar .ql-formats {
  display: inline-flex;
}

.ql-snow.ql-toolbar .ql-formats .ql-picker {
  float: none;
}

.ql-snow.ql-toolbar .ql-formats .ql-picker ~ .ql-picker {
  margin-left: 1px;
}

.ql-snow.ql-container {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.ql-container {
  font-size: 1rem;
}

.ql-editor {
  padding: 20px;
  background-color: #fff;
  color: #41505f;
}

.ql-editor.ql-blank::before {
  color: #9ea7b1;
  font-style: normal;
}

.ql-bubble .ql-tooltip {
  background-color: #212830;
  border-radius: 0.25rem;
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom-color: #212830;
}

.ql-bubble .ql-toolbar button {
  height: 28px;
  padding: 5px;
  border-radius: 1px;
}

.ql-bubble .ql-toolbar button.ql-active {
  background-color: #506fd9;
}

.ql-bubble .ql-toolbar button + button {
  margin-left: 1px;
}

.modal-body .ql-snow.ql-toolbar {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.modal-body .ql-snow.ql-container {
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.jqvmap-label {
  padding: 2px 8px;
  background-color: rgba(17, 17, 17, 0.9);
  border-radius: 2px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  font-size: 20px;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212830;
  border-radius: 2px;
}

.jqvmap-zoomout {
  top: 32px;
}

.jqvmap-pin {
  font-family: var(--bs-body-font-family); /*"Open Sans", sans-serif;*/
  cursor: default;
  pointer-events: none;
}

@media only screen and (min-width: 320px) {
  .jqvmap-pin {
    font-size: 6px;
  }
}

@media only screen and (min-width: 480px) {
  .jqvmap-pin {
    font-size: 8px;
  }
}

@media only screen and (min-width: 640px) {
  .jqvmap-pin {
    font-size: 10px;
  }
}

@media only screen and (min-width: 800px) {
  .jqvmap-pin {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .jqvmap-pin {
    font-size: 14px;
  }
}

.bg-gray-300 {
  background-color: #e2e5ec;
}

.bg-ui-03 {
  background-color: #4c5366;
}

.bg-agenda_fatto {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_confermata);
  color: #2a8e38;
}

.bg-agenda_nfatto {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_cancellata);
  color: #631c4c;
}

.bg-agenda_inproc {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_check_in);
  color: #04273a;
}

.bg-agenda_HOSPIT {
  --bs-bg-opacity: 1;
  background-color: var(--bg-stato_check_in);
  color: #04273a;
}

.bg-agenda_MANUNT {
  --bs-bg-opacity: 1;
  background-color: var(--bg-warning_MANUNT);
  color: #be2d1a;
}

.bg-agenda_INFORM {
  --bs-bg-opacity: 1;
  background-color: var(--bg-warning_INFORM);
  color: #000;
}

.bg-agenda_CONTAB {
  --bs-bg-opacity: 1;
  background-color: var(--bg-warning_CONTAB);
  color: #0f3c4b;
}

.bg-agenda_PULIZZ {
  --bs-bg-opacity: 1;
  background-color: var(--bg-warning_PULIZZ);
  color: #00979f;
}

.bg-agenda_ADMINI {
  --bs-bg-opacity: 1;
  background-color: var(--bg-warning_ADMINI);
  color: #d34446;
}

.bg-agenda_scaduta {
  background-color: #313c47;
  color: #ffffff;
}

.divider {
  position: relative;
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e2e5ec;
}

.divider span {
  padding: 0 10px;
  font-size: 12px;
  color: #6e7985;
}

.mt-10-f {
  margin-top: 10px !important;
}

.ht-350 {
  height: 350px;
}

.w-10 {
  width: 10%;
}

.w-17 {
  width: 17%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-32 {
  width: 32%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.lh-1 {
  line-height: 1;
}

.fs-sm {
  font-size: 0.8125rem;
}

.fs-sm-1 {
  font-size: 20px;
}

.fs-xs {
  font-size: 0.75rem;
}

.fs-9 {
  font-size: 9px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-48 {
  font-size: 48px;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.ff-numerals {
  font-family: var(--bs-body-font-family); /*"Inter", sans-serif*/
}

.ls--1 {
  letter-spacing: -1px;
}

.text-primary-dark {
  color: #152661;
}

.ti--1 {
  text-indent: -1px;
}

[data-skin="dark"] .accordion-item {
  background-color: inherit;
  border-color: #222b41;
}

[data-skin="dark"] .accordion-button {
  background-color: inherit;
  color: inherit;
}

[data-skin="dark"] .accordion-button:not(.collapsed) {
  background-color: #192030;
  box-shadow: inset 0 -1px 0 #222b41;
}

[data-skin="dark"] .accordion-custom .accordion-item:not(:first-of-type) {
  border-top-color: #222b41;
}

[data-skin="dark"] .accordion-custom .accordion-button {
  background-color: inherit;
}

[data-skin="dark"] .accordion-custom .accordion-button:not(.collapsed) {
  background-color: #192030;
}

[data-skin="dark"] .accordion-custom .accordion-collapse {
  background-color: #192030;
}

[data-skin="dark"] .avatar.online::after,
[data-skin="dark"] .avatar.offline::after,
[data-skin="dark"] .avatar.wait::after {
  box-shadow: 0 0 0 1.5px #192030;
}

[data-skin="dark"] .btn-close {
  filter: invert(1);
}

[data-skin="dark"] .card {
  background-color: #192030;
  border-color: #222b41;
}

[data-skin="dark"] .card-header {
  background-color: #1c2437;
  border-bottom-color: #222b41;
}

[data-skin="dark"] .card-footer {
  background-color: #1c2437;
  border-top-color: #222b41;
}

[data-skin="dark"] .divider::before,
[data-skin="dark"] .divider::after {
  background-color: #222b41;
}

[data-skin="dark"] .dropdown-menu {
  border-color: rgba(0, 0, 0, 0);
  background-color: #1e273a;
  color: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
}

[data-skin="dark"] .dropdown-item {
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .dropdown-item:hover,
[data-skin="dark"] .dropdown-item:focus {
  background-color: #192030;
  color: #fff;
}

[data-skin="dark"] .dropdown-item.disabled {
  opacity: 0.6;
}

[data-skin="dark"] .dropdown-item.active:hover,
[data-skin="dark"] .dropdown-item.active:focus {
  background-color: #506fd9;
}

[data-skin="dark"] .form-control {
  background-color: #192030;
  border-color: #27314b;
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .form-control:focus {
  box-shadow: none;
  background-color: #1e273a;
  border-color: #27314b;
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .form-control:disabled,
[data-skin="dark"] .form-control[readonly] {
  background-color: #141926;
}

[data-skin="dark"] .form-control::file-selector-button,
[data-skin="dark"] .form-control::-webkit-file-upload-button {
  background-color: #1e273a;
  color: #fff;
}

[data-skin="dark"]
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #192030;
}

[data-skin="dark"]
  .form-control:hover:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button {
  background-color: #192030;
}

[data-skin="dark"] .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

[data-skin="dark"] .form-select {
  background-color: #192030;
  border-color: #27314b;
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .form-select:focus {
  box-shadow: none;
  border-color: #2d3855;
}

[data-skin="dark"] .form-select:disabled {
  background-color: #141926;
}

[data-skin="dark"] .form-check-input {
  border-color: #27314b;
  background-color: #141926;
}

[data-skin="dark"] .form-check-input:focus {
  border-color: #2d3855;
}

[data-skin="dark"] .form-switch .form-check-input {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255,255,255,0.45)'/></svg>");
}

[data-skin="dark"] .input-group-text {
  background-color: #1c2335;
  border-color: #27314b;
  color: inherit;
}

[data-skin="dark"] .input-group-text_G {
  background-color: #1c2335;
  border-color: #27314b;
  color: inherit;
}

[data-skin="dark"] .form-search {
  background-color: #192030;
  border: 1px solid #27314b;
  box-shadow: none;
}

[data-skin="dark"] .form-search.onfocus {
  background-color: #1e273a;
}

[data-skin="dark"] .img-thumbnail {
  background-color: #1e273a;
  border-color: #27314b;
}

[data-skin="dark"] .list-group-item {
  border-color: #222b41;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
}

[data-skin="dark"] .list-group-item.disabled {
  background-color: #141926;
  color: rgba(255, 255, 255, 0.3);
}

[data-skin="dark"] .marker {
  background-color: #141926;
  color: inherit;
}

[data-skin="dark"] .modal-content {
  background-color: #1e273a;
}

[data-skin="dark"] .modal-header {
  border-bottom-color: #27314b;
}

[data-skin="dark"] .modal-title {
  color: #fff;
}

[data-skin="dark"] .modal-footer {
  border-top-color: #27314b;
}

[data-skin="dark"] .nav-sidebar .nav-link:not(.active) {
  color: inherit;
}

.nav-sidebar .nav-link:not(.active):hover,
.nav-sidebar .nav-link:not(.active):focus {
  background-color: #192030;
  color: inherit;
}

[data-skin="dark"] .nav-sidebar .nav-link:not(.active):hover,
[data-skin="dark"] .nav-sidebar .nav-link:not(.active):focus {
  background-color: #192030;
  color: inherit;
}

[data-skin="dark"] .nav-icon .nav-link:hover,
[data-skin="dark"] .nav-icon .nav-link:focus {
  color: #fff;
}

[data-skin="dark"] .nav-line {
  border-bottom-color: #222b41;
}

[data-skin="dark"] .nav-line .nav-link {
  color: inherit;
}

[data-skin="dark"] .nav-line .nav-link:hover,
[data-skin="dark"] .nav-line .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

[data-skin="dark"] .nav-line .nav-link.active {
  color: #fff;
}

[data-skin="dark"] .nav-classic .nav-link + .nav-link {
  border-top-color: #2b3651;
}

[data-skin="dark"] .nav-classic .badge {
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .offcanvas {
  background-color: #192030;
}

[data-skin="dark"] .page-link {
  background-color: #141926;
  border-color: #222b41;
}

[data-skin="dark"] .page-link:hover,
[data-skin="dark"] .page-link:focus {
  background-color: #192030;
  border-color: #27314b;
}

[data-skin="dark"] .page-item.disabled .page-link {
  background-color: #192030;
  border-color: #222b41;
  color: rgba(255, 255, 255, 0.3);
}

[data-skin="dark"] .popover {
  background-color: #192030;
  border-color: #27314b;
}

[data-skin="dark"] .popover-header {
  background-color: #192030;
  border-bottom-color: #27314b;
  color: #fff;
}

[data-skin="dark"] .popover-body {
  color: inherit;
}

[data-skin="dark"] .progress {
  background-color: #222b41;
}

[data-skin="dark"] .toast {
  background-color: rgba(34, 43, 65, 0.85);
}

[data-skin="dark"] .table {
  color: inherit;
}

[data-skin="dark"] .table th,
[data-skin="dark"] .table td {
  border-color: #222b41;
}

[data-skin="dark"] .table:not(.table-borderless) > :not(:first-child) {
  border-top-color: #222b41;
}

[data-skin="dark"] .table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  box-shadow: inset 0 0 0 9999px rgba(34, 43, 65, 0.6);
  color: inherit;
}

[data-skin="dark"] .table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(34, 43, 65, 0.85);
  color: inherit;
}

[data-skin="dark"] .table-active {
  color: inherit;
}

[data-skin="dark"] .table-active td,
[data-skin="dark"] .table-active th {
  box-shadow: inset 0 0 0 9999px rgba(34, 43, 65, 0.85);
}

[data-skin="dark"] .table-secondary tbody th,
[data-skin="dark"] .table-secondary tbody td {
  border-color: #141926;
}

[data-skin="dark"] .table-secondary td,
[data-skin="dark"] .table-secondary th {
  background-color: #6e7985;
}

[data-skin="dark"] .table-bordered {
  border-color: #222b41;
}

[data-skin="dark"] body {
  background: linear-gradient(to bottom right, #0f131a, #1a202d);
  color: rgba(255, 255, 255, 0.6);
}

/* SIDEBAR SKIN: PRIME */
[data-skin="dark"] .sidebar.sidebar-prime {
  background: linear-gradient(to right, #3063ad, #1b40ad);
  box-shadow: none;
  border-right: 1px solid #222b41;
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) {
  background: linear-gradient(to right, #11121a, #41505f);
  box-shadow: none;
  border-right: 1px solid #222b41;
}

[data-skin="dark"] .sidebar:not(.sidebar-prime)::before {
  background-color: rgba(11, 14, 21, 0.75);
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) .sidebar-header {
  border-bottom-color: #222b41;
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) .sidebar-body .nav-group {
  border-bottom-color: #222b41;
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) .sidebar-body .nav-label {
  color: rgba(255, 255, 255, 0.25);
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-link:hover,
[data-skin="dark"] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-link.active {
  color: #506fd9;
  font-weight: 400;
}

[data-skin="dark"]
  .sidebar:not(.sidebar-prime)
  .nav-sidebar
  .nav-link.has-sub::after {
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-sub-link {
  color: rgba(255, 255, 255, 0.5);
}

[data-skin="dark"]
  .sidebar:not(.sidebar-prime)
  .nav-sidebar
  .nav-sub-link::before {
  background-color: rgba(255, 255, 255, 0.4);
}

[data-skin="dark"]
  .sidebar:not(.sidebar-prime)
  .nav-sidebar
  .nav-sub-link.active {
  color: rgba(255, 255, 255, 0.85);
}

[data-skin="dark"]
  .sidebar:not(.sidebar-prime)
  .nav-sidebar
  .nav-sub-link.active::before {
  background-color: #506fd9;
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) .sidebar-footer {
  background-color: #192030;
  border-top-color: #222b41;
  box-shadow: none;
}

[data-skin="dark"] .sidebar:not(.sidebar-prime) .sidebar-footer .dropdown-link {
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"]
  .sidebar:not(.sidebar-prime)
  .sidebar-footer
  .dropdown-link:hover,
[data-skin="dark"]
  .sidebar:not(.sidebar-prime)
  .sidebar-footer
  .dropdown-link:focus {
  background-color: #1e273a;
  color: #fff;
}

[data-skin="dark"] .header-main {
  background: linear-gradient(to right, #41505f, #000000f0);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  border-left-width: 0;
}

[data-skin="dark"] .header-main .menu-link {
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .header-main .menu-link:hover,
[data-skin="dark"] .header-main .menu-link:focus {
  color: #fff;
}

[data-skin="dark"] .header-main .form-search {
  background-color: #1e273a;
  border-width: 0;
}

[data-skin="dark"] .header-main .form-search.onfocus {
  background-color: #222b41;
}

[data-skin="dark"] .header-main .form-search i {
  color: #fff;
}

[data-skin="dark"] .header-main .form-search .form-control {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

[data-skin="dark"] .header-main .form-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

[data-skin="dark"] .header-main .dropdown-link {
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .header-main .dropdown-link:hover,
[data-skin="dark"] .header-main .dropdown-link:focus {
  color: #fff;
}

[data-skin="dark"] .header-main .dropdown-link small,
[data-skin="dark"] .header-main .dropdown-link .small {
  box-shadow: 0 0 0 1px #141926;
}

[data-skin="dark"] .dropdown-skin .dropdown-menu {
  background-color: #1e273a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
}

[data-skin="dark"] .dropdown-skin .dropdown-menu hr {
  border-color: #2b3651;
  opacity: 1;
}

[data-skin="dark"] .nav-skin .nav-link {
  border-color: #344162;
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .nav-skin .nav-link:hover,
[data-skin="dark"] .nav-skin .nav-link:focus {
  border-color: #3c4c73;
  background-color: #2b3651;
  color: rgba(255, 255, 255, 0.75);
}

[data-skin="dark"] .nav-skin .nav-link.active {
  border-color: #506fd9;
  background-color: #506fd9;
  color: #fff;
}

[data-skin="dark"] .dropdown-notification .dropdown-menu {
  background-color: #1e273a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
}

[data-skin="dark"] .dropdown-notification .list-group-item:hover,
[data-skin="dark"] .dropdown-notification .list-group-item:focus {
  background-color: #192030;
}

[data-skin="dark"] .dropdown-profile .dropdown-menu {
  background-color: #1e273a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
}

[data-skin="dark"] .dropdown-profile .nav a {
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .dropdown-profile .nav a:hover,
[data-skin="dark"] .dropdown-profile .nav a:focus {
  background-color: #222b41;
  color: #fff;
}

[data-skin="dark"] .dropdown-profile hr {
  background-color: #222b41;
}

[data-skin="dark"] .main-title {
  color: #fff;
}

[data-skin="dark"] .main-footer {
  color: inherit;
  border-top-color: #222b41;
}

[data-skin="dark"] .section-title {
  color: #fff;
}

[data-skin="dark"] .main-backdrop {
  background-color: rgba(20, 25, 38, 0.85);
}

[data-skin="dark"] .select2-container--open .select2-selection--single,
[data-skin="dark"] .select2-container--open .select2-selection--multiple {
  background-color: #192030;
  border-color: #222b41;
}

[data-skin="dark"] .select2-dropdown {
  border-color: rgba(0, 0, 0, 0);
  background-color: #222b41;
}

[data-skin="dark"] .bootstrap-tagsinput {
  background-color: #192030;
  border-color: #27314b;
}

[data-skin="dark"] .ui-datepicker {
  background-color: #192030;
  border-color: #27314b;
}

[data-skin="dark"] .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
[data-skin="dark"] .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .ui-datepicker .ui-datepicker-title {
  color: #fff;
}

[data-skin="dark"] .ui-datepicker .ui-datepicker-calendar th {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

[data-skin="dark"] .ui-datepicker .ui-datepicker-calendar td {
  background-color: rgba(0, 0, 0, 0);
  border-color: #222b41;
}

[data-skin="dark"] .ui-datepicker .ui-datepicker-calendar td a {
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .ui-datepicker .ui-datepicker-calendar td a:hover,
[data-skin="dark"] .ui-datepicker .ui-datepicker-calendar td a:focus {
  background-color: #1e273a;
  color: #fff;
}

[data-skin="dark"]
  .ui-datepicker
  .ui-datepicker-calendar
  td.ui-datepicker-other-month
  .ui-state-default {
  color: rgba(255, 255, 255, 0.3);
}

[data-skin="dark"] .ui-datepicker select.ui-datepicker-month,
[data-skin="dark"] .ui-datepicker select.ui-datepicker-year {
  background-color: rgba(0, 0, 0, 0);
  border-color: #222b41;
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .sp-replacer {
  background-color: #141926;
  border-color: #222b41;
}

[data-skin="dark"] .sp-replacer:hover,
[data-skin="dark"] .sp-replacer:focus {
  border-color: #2b3651;
}

[data-skin="dark"] .sp-dd {
  color: rgba(255, 255, 255, 0.3);
}

[data-skin="dark"] .sp-container {
  background-color: #1e273a;
  border-color: #2d3855;
  box-shadow: none;
}

[data-skin="dark"] .wizard {
  background-color: #192030;
  border-color: #27314b;
}

[data-skin="dark"] .wizard > .content {
  border-top-color: #222b41;
  border-bottom-color: #222b41;
}

[data-skin="dark"] .wizard > .content > .title {
  color: #fff;
}

[data-skin="dark"] .wizard > .actions .disabled a,
[data-skin="dark"] .wizard > .actions .disabled a:hover,
[data-skin="dark"] .wizard > .actions .disabled a:focus {
  background-color: #222b41;
  color: rgba(255, 255, 255, 0.3);
}

[data-skin="dark"] .wizard > .steps .disabled a .number {
  border-color: #2b3651;
}

[data-skin="dark"] .wizard > .steps .disabled a:hover .number,
[data-skin="dark"] .wizard > .steps .disabled a:focus .number {
  border-color: #344162;
}

[data-skin="dark"] .wizard.vertical > .steps ul li + li::before {
  border-color: #222b41;
}

@media (min-width: 576px) {
  [data-skin="dark"] .wizard.vertical > .content,
  [data-skin="dark"] .wizard.vertical > .actions {
    border-left-color: #222b41;
  }
}

@media (min-width: 768px) {
  [data-skin="dark"] .wizard.vertical > .actions {
    border-top-color: #222b41;
  }
}

[data-skin="dark"] .ql-snow.ql-toolbar {
  background-color: #192030;
  border-color: #222b41;
}

[data-skin="dark"] .ql-snow.ql-toolbar button:hover,
[data-skin="dark"] .ql-snow.ql-toolbar button:focus {
  background-color: #222b41;
}

[data-skin="dark"] .ql-snow.ql-toolbar button.ql-active {
  background-color: #222b41;
}

[data-skin="dark"] .ql-snow.ql-toolbar .ql-picker {
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .ql-snow.ql-toolbar .ql-stroke {
  stroke: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .ql-snow.ql-toolbar .ql-fill {
  fill: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  background-color: #192030;
  border-color: #222b41;
}

[data-skin="dark"]
  .ql-snow.ql-toolbar
  .ql-picker.ql-expanded
  .ql-picker-label::before {
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .ql-snow.ql-toolbar .ql-font.ql-picker:hover,
[data-skin="dark"] .ql-snow.ql-toolbar .ql-font.ql-picker:focus {
  background-color: #192030;
}

[data-skin="dark"] .ql-snow.ql-container {
  border-color: #27314b;
}

[data-skin="dark"] .ql-editor {
  background-color: #141926;
  color: inherit;
}

[data-skin="dark"] .card-one {
  box-shadow: none;
}

[data-skin="dark"] .card-one .card-header {
  border-bottom-color: #222b41;
}

[data-skin="dark"] .card-one .card-header .card-title {
  color: #fff;
}

[data-skin="dark"] .card-one small,
[data-skin="dark"] .card-one .small {
  color: inherit;
}

[data-skin="dark"] .card-one .card-footer {
  border-top-color: #222b41;
}

[data-skin="dark"] .card-one .list-group-item {
  border-color: #27314b;
}

[data-skin="dark"] .card-value {
  color: #fff;
}

[data-skin="dark"] .table-one tbody td {
  border-color: #222b41;
}

[data-skin="dark"] .table-four thead th {
  background-color: #141926;
}

[data-skin="dark"] .events-body .ev-item {
  background-color: #222b41;
  border-left-color: #344162;
}

[data-skin="dark"] .events-body .ev-item h6,
[data-skin="dark"] .events-body .ev-item .h6 {
  color: #fff;
}

[data-skin="dark"] .events-body .ev-item p {
  color: inherit;
}

[data-skin="dark"] .event-date {
  background-color: #2a3652;
  color: #fff;
}

[data-skin="dark"] .card-task {
  box-shadow: none;
}

[data-skin="dark"] .card-task:hover,
[data-skin="dark"] .card-task:focus {
  border-color: #506fd9;
}

[data-skin="dark"] .card-task .card-title {
  color: #fff;
}

[data-skin="dark"] .task-calendar .ui-datepicker-inline {
  box-shadow: none;
}

[data-skin="dark"] .task-calendar .ui-datepicker .ui-datepicker-calendar td {
  border-color: #27314b;
}

[data-skin="dark"]
  .task-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  td
  a:hover,
[data-skin="dark"]
  .task-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  td
  a:focus,
[data-skin="dark"]
  .task-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  td.ui-datepicker-today
  a:hover,
[data-skin="dark"]
  .task-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  td.ui-datepicker-today
  a:focus {
  background-color: #222b41;
}

[data-skin="dark"] .calendar-sidebar .sidebar-body .event-body h6 a,
[data-skin="dark"] .calendar-sidebar .sidebar-body .event-body .h6 a {
  color: #fff;
}

[data-skin="dark"] .nav-calendar .nav-link {
  color: inherit;
}

[data-skin="dark"] .nav-calendar .nav-link:hover,
[data-skin="dark"] .nav-calendar .nav-link:focus {
  color: #fff;
}

[data-skin="dark"] .calendar-body .fc-col-header th a {
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .calendar-body .fc-button-primary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #27314b;
}

[data-skin="dark"] .calendar-body .fc-button-primary:hover,
[data-skin="dark"] .calendar-body .fc-button-primary:focus {
  background-color: #1e273a;
  border-color: #2d3855;
  color: #fff;
}

[data-skin="dark"] .calendar-body .fc-button-primary:disabled {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.3);
  border-color: #222b41;
}

[data-skin="dark"] .calendar-body .fc-toolbar-title {
  color: #fff;
}

[data-skin="dark"] .calendar-body .fc-scrollgrid {
  background-color: #192030;
  border-color: #27314b;
}

[data-skin="dark"] .calendar-body .fc-col-header th {
  border-color: #27314b;
}

[data-skin="dark"] .calendar-body .fc-daygrid-day {
  border-color: #27314b;
}

[data-skin="dark"] .calendar-body .fc-daygrid-dot-event {
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .calendar-body .fc-daygrid-dot-event .fc-event-title {
  color: rgba(255, 255, 255, 0.6);
}

[data-skin="dark"] .calendar-body .fc-daygrid-dot-event:hover,
[data-skin="dark"] .calendar-body .fc-daygrid-dot-event:focus {
  background-color: #222b41;
  color: #fff;
}

[data-skin="dark"] .calendar-body .fc-daygrid-dot-event:hover .fc-event-title,
[data-skin="dark"] .calendar-body .fc-daygrid-dot-event:focus .fc-event-title {
  color: #fff;
}

[data-skin="dark"] .calendar-body .fc-daygrid-day-number {
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .fc-theme-standard th,
[data-skin="dark"] .fc-theme-standard td {
  border-color: #27314b;
}

[data-skin="dark"]
  .task-calendar
  .ui-datepicker
  .ui-datepicker-calendar
  td:last-child {
  border-color: #27314b;
}

[data-skin="dark"] .modal-event .date-item span {
  color: #fff;
}

[data-skin="dark"] .modal-event p {
  color: #fff;
}

[data-skin="dark"] .card-file {
  box-shadow: none;
}

[data-skin="dark"] .card-file .card-body h6 a,
[data-skin="dark"] .card-file .card-body .h6 a {
  color: #fff;
}

[data-skin="dark"] .card-file .card-file-icon {
  background-color: #222b41;
}

[data-skin="dark"] .card-folder {
  box-shadow: none;
}

[data-skin="dark"] .card-folder .card-body h6 a,
[data-skin="dark"] .card-folder .card-body .h6 a {
  color: #fff;
}

[data-skin="dark"] .table-files tbody tr {
  box-shadow: none;
}

[data-skin="dark"] .table-files tbody tr td {
  background-color: #192030;
}

[data-skin="dark"] .table-files .file-name a {
  color: #fff;
}

[data-skin="dark"] .media-profile .media-name {
  color: #fff;
}

[data-skin="dark"] .profile-item-body p {
  color: #fff;
}

[data-skin="dark"] .profile-item-body span {
  color: inherit;
}

[data-skin="dark"] .card-post {
  box-shadow: none;
}

[data-skin="dark"] .card-post .card-header {
  border-bottom-color: #27314b;
}

[data-skin="dark"] .card-post .card-title {
  color: #fff;
}

[data-skin="dark"] .card-post .card-footer {
  border-top-color: #27314b;
}

[data-skin="dark"] .card-post .card-footer .nav-link {
  color: inherit;
}

[data-skin="dark"] .post-preview {
  background-color: #222b41;
}

[data-skin="dark"] .post-preview h5,
[data-skin="dark"] .post-preview .h5 {
  color: #fff;
}

[data-skin="dark"] .post-preview p {
  color: inherit;
}

[data-skin="dark"] .post-preview span {
  color: inherit;
  opacity: 0.65;
}

[data-skin="dark"] .event-body h6 a,
[data-skin="dark"] .event-body .h6 a {
  color: #fff;
}

[data-skin="dark"] .event-body p {
  color: inherit;
}

[data-skin="dark"] .mutual-badge ul .avatar {
  border-color: #141926;
}

[data-skin="dark"] .card-settings {
  box-shadow: none;
}

[data-skin="dark"] .card-settings .card-title {
  color: #fff;
}

[data-skin="dark"] .card-settings .card-text {
  color: inherit;
}

[data-skin="dark"] .card-settings .card-header {
  border-bottom-color: #27314b;
}

[data-skin="dark"] .setting-item h6,
[data-skin="dark"] .setting-item .h6 {
  color: #fff;
}

[data-skin="dark"] .setting-item p {
  color: inherit;
}

[data-skin="dark"] .setting-item + .setting-item {
  border-top-color: #27314b;
}

[data-skin="dark"] .setting-item .table td {
  border-color: #27314b;
}

[data-skin="dark"] .card-app {
  box-shadow: none;
}

[data-skin="dark"] .page-sign {
  background-color: #1e273a;
}

@media (min-width: 576px) {
  [data-skin="dark"] .page-sign {
    background-color: #141926;
  }
}

[data-skin="dark"] .page-sign.d-block .col-wrapper {
  background-color: #1e273a;
}

[data-skin="dark"] .card-sign {
  box-shadow: none;
  background-color: #1e273a;
}

[data-skin="dark"] .card-sign .card-title {
  color: #fff;
}

[data-skin="dark"] .card-sign .card-text {
  color: inherit;
}

[data-skin="dark"] .pricing-text {
  color: inherit;
}

[data-skin="dark"] .pricing-price {
  color: #474b4f;
}

[data-skin="dark"] .table-pricing thead th > small,
[data-skin="dark"] .table-pricing thead th > .small {
  color: inherit;
}

[data-skin="dark"] .table-pricing .title td {
  border-bottom-color: #2b3651;
}

[data-skin="dark"] .table-pricing .title td:first-child {
  color: #fff;
}

[data-skin="dark"] .table-pricing tbody td:first-child {
  color: #fff;
}

[data-skin="dark"] .table-pricing tbody td:first-child small,
[data-skin="dark"] .table-pricing tbody td:first-child .small {
  color: rgba(255, 255, 255, 0.65);
}

[data-skin="dark"] .table-pricing thead th.selected,
[data-skin="dark"] .table-pricing tbody td.selected {
  background-color: rgba(80, 111, 217, 0.1);
}

[data-skin="dark"] .accordion-faq .accordion-item {
  background-color: #192030;
  box-shadow: none;
}

[data-skin="dark"] .accordion-faq .accordion-button.collapsed {
  color: #fff;
}

[data-skin="dark"] .accordion-faq .accordion-button::after {
  opacity: 1;
}

[data-skin="dark"] .token.operator {
  background-color: rgba(0, 0, 0, 0);
}

[data-skin="dark"] .text-dark {
  color: #fff !important;
}

[data-skin="dark"] .text-secondary {
  color: rgba(255, 255, 255, 0.65) !important;
}

[data-skin="dark"] .border {
  border-color: #2b3651 !important;
}

[data-skin="dark"] .border-bottom {
  border-bottom-color: #2b3651 !important;
}

[dir="rtl"] .header .nav-icon .nav-link + .nav-link {
  margin-left: 0;
  margin-right: 8px;
}

@media (min-width: 992px) {
  [dir="rtl"] .header-main {
    left: 0;
    right: 240px;
    border-left: 0;
    border-right: 1px solid #f8f9fc;
  }
}

@media (min-width: 1400px) {
  [dir="rtl"] .header-main {
    right: 250px;
  }
}

[dir="rtl"] .header-main .nav-link .badge {
  margin-left: 0;
  margin-right: 2px;
}

[dir="rtl"] .header-main .dropdown-link small,
[dir="rtl"] .header-main .dropdown-link .small {
  right: auto;
  left: -4px;
}

[dir="rtl"] .dropdown-skin .dropdown-menu {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .dropdown-skin .dropdown-menu label {
  text-align: right;
}

[dir="rtl"] .nav-skin {
  flex-wrap: nowrap;
  white-space: nowrap;
}

[dir="rtl"] .nav-skin .nav-link + .nav-link {
  margin-left: 0;
  margin-right: -1px;
}

[dir="rtl"] .nav-skin .nav-link:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

[dir="rtl"] .nav-skin .nav-link:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

[dir="rtl"] .dropdown-notification .dropdown-menu {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .dropdown-notification .avatar {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] .dropdown-profile .nav a i {
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 991.98px) {
  [dir="rtl"] .sidebar-show .sidebar {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .sidebar-show .header-main,
  [dir="rtl"] .sidebar-show .main-mobile-header,
  [dir="rtl"] .sidebar-show .main {
    transform: translateX(-290px);
  }

  [dir="rtl"] .sidebar-show .main-backdrop {
    opacity: 1;
    visibility: visible;
  }
}

[dir="rtl"] .sidebar-offset .sidebar {
  left: auto;
  right: -250px;
}

[dir="rtl"] .sidebar-offset .header-main {
  right: 0;
}

[dir="rtl"] .sidebar-offset .main {
  margin-right: 0;
}

[dir="rtl"] .sidebar-offset.sidebar-show .sidebar {
  right: 0;
  box-shadow: -1px 0 1px rgba(33, 40, 48, 0.01),
    -4px 0 4px rgba(33, 40, 48, 0.01), -16px 0 16px rgba(33, 40, 48, 0.01);
}

[dir="rtl"] .sidebar-offset.sidebar-show .header-main,
[dir="rtl"] .sidebar-offset.sidebar-show .main {
  transform: translateX(-250px);
}

@media (min-width: 992px) {
  [dir="rtl"] .sidebar-hide .sidebar {
    left: auto;
    right: -250px;
  }

  [dir="rtl"] .sidebar-hide .header-main {
    right: 0;
    border-right-width: 0;
  }

  [dir="rtl"] .sidebar-hide .main {
    margin-right: 0;
  }
}

[dir="rtl"] .sidebar {
  left: auto;
  right: -290px;
}

@media (min-width: 992px) {
  [dir="rtl"] .sidebar {
    left: auto;
    right: 0;
    box-shadow: -1px 0 1px rgba(33, 40, 48, 0.01),
      -4px 0 4px rgba(33, 40, 48, 0.01), -16px 0 16px rgba(33, 40, 48, 0.01);
  }
}

[dir="rtl"] .sidebar-body .nav-label::after {
  left: 15px;
  right: auto;
}

[dir="rtl"] .sidebar-footer {
  box-shadow: 20px 20px 20px #fff;
}

@media (min-width: 992px) {
  [dir="rtl"] .main {
    margin-left: 0;
    margin-right: 240px;
  }
}

@media (min-width: 1400px) {
  [dir="rtl"] .main {
    margin-left: 0;
    margin-right: 250px;
  }
}

[dir="rtl"] .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

[dir="rtl"] .form-check-inline {
  margin-right: 0;
  margin-left: 1rem;
}

[dir="rtl"] .form-select {
  background-position: left 0.75rem center;
}

[dir="rtl"] .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}

[dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

[dir="rtl"] .list-group {
  padding-right: 0;
}

[dir="rtl"] .nav-sidebar .nav-link.has-sub::after {
  right: auto;
  left: 15px;
}

[dir="rtl"] .nav-sidebar .nav-link i {
  margin-right: 0;
  margin-left: 12px;
}

[dir="rtl"] .nav-sidebar .nav-sub-link::before {
  left: auto;
  right: 26px;
}

[dir="rtl"] .nav-sidebar .nav-sub-link:hover::before,
[dir="rtl"] .nav-sidebar .nav-sub-link:focus::before {
  right: 20.5px;
}

[dir="rtl"] .nav-sidebar .nav-sub-link.active::before {
  right: 20.5px;
}

[dir="rtl"] .nav-icon .nav-link + .nav-link {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] .nav-line .nav-link + .nav-link {
  margin-left: 0;
  margin-right: 25px;
}

/* [dir=rtl] .ps>.ps__rail-y {
    right: auto !important;
    left: 0 !important
} */

[dir="rtl"] .event-date {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] .events-body .ev-item {
  border-left: 0;
  border-right: 2px solid #6e7985;
}

[dir="rtl"] .events-list li.active .ev-item {
  border-right-color: #506fd9;
}

[dir="rtl"] .card-one .legend li::before {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] .card-one .legend li + li {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] .table-one thead th:not(:first-child),
[dir="rtl"] .table-one tbody td:not(:first-child) {
  text-align: left;
}

[dir="rtl"] .table-four thead tr:last-child th:not(:first-child),
[dir="rtl"] .table-four tbody td:not(:first-child) {
  text-align: left;
}

[dir="rtl"] .mutual-badge li + li {
  margin-left: 0;
  margin-right: -8px;
}

[dir="rtl"] .mutual-badge label {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] .main-file-manager {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  [dir="rtl"] .main-file-manager.show .file-content {
    transform: translateX(-230px);
  }
}

@media (min-width: 992px) {
  [dir="rtl"] .file-content {
    left: 0;
    right: 230px;
  }
}

[dir="rtl"] .card-file .dropdown-file {
  right: auto;
  left: 10px;
}

[dir="rtl"] .card-folder .dropdown-file {
  right: auto;
  left: 5px;
}

@media (min-width: 576px) {
  [dir="rtl"] .card-folder .card-body > i {
    margin-right: 0;
    margin-left: 10px;
  }
}

[dir="rtl"] .table-files .media-icon {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .table-files thead th:nth-child(2),
[dir="rtl"] .table-files thead th:nth-child(3),
[dir="rtl"] .table-files tbody td:nth-child(2),
[dir="rtl"] .table-files tbody td:nth-child(3) {
  text-align: left;
}

[dir="rtl"] .menu-file-manager {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .menu-file-manager i {
  transform: rotate(180deg);
}

[dir="rtl"] .compose {
  right: auto;
  left: 0;
}

[dir="rtl"] .main-calendar {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  [dir="rtl"] .main-calendar.show .calendar-sidebar {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .main-calendar.show .calendar-body {
    transform: translateX(-300px);
    padding-right: 0;
  }
}

[dir="rtl"] .calendar-sidebar {
  left: auto;
  right: -300px;
}

@media (min-width: 1200px) {
  [dir="rtl"] .calendar-sidebar {
    left: auto;
    right: 0;
  }
}

[dir="rtl"] .nav-calendar span {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .modal-event .date-item i {
  margin-right: 0;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  [dir="rtl"] .calendar-body {
    left: 0;
    right: 300px;
    padding-right: 0;
    padding-left: 20px;
  }
}

[dir="rtl"] .card-task .card-footer .nav-link + .nav-link {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] .nav-classic i {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .nav-classic .badge {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] .media-profile .media-img {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] .profile-item > i {
  margin-right: 0;
  margin-left: 12px;
}

[dir="rtl"] .setting-item .table a + a {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] .card-app .card-logo {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] .setting-item .table th:not(:first-child),
[dir="rtl"] .setting-item .table td:not(:first-child) {
  text-align: left;
}

[dir="rtl"] .card-sign .btn i,
.ui-datepicker-buttonpane [dir="rtl"] .card-sign button i,
[dir="rtl"] .card-sign .ui-datepicker-buttonpane button i,
[dir="rtl"] .ui-datepicker-buttonpane .card-sign button i {
  margin-right: 0;
  margin-left: 5px;
}

.stato-label {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.stato-label.hidden {
  opacity: 0;
  transform: translateY(5px);
}

/* Solo para switches animados en este módulo */

.anim-switch-wrapper {
  display: inline-block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.anim-switch-wrapper.hidden {
  opacity: 0;
  transform: translateY(5px);
}

/* Aplica solo a los switches dentro de tu módulo animado */
.anim-switch-wrapper .form-check-input[type="checkbox"] {
  border-radius: 20px;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

/* El círculo (thumb) del switch */
.anim-switch-wrapper .form-check-input[type="checkbox"]::before {
  border-radius: 50%;
}

/* ANTEPRIMA MESSAGGI*/
.anteprima {
  margin-left: 15px;
  width: 380px;
  border-radius: 6px;
  overflow: hidden;
  font-family: var(--bs-body-font-family);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.backAnteprima {
  background-color: #e9f1fb;
  padding: 10px;
  font-weight: bold;
}

.backMsgAnteprima {
  background-color: #efeae2;
  background-size: contain;
  background-repeat: repeat;
  padding: 20px;
  min-height: 200px;
  border-radius: 0 0 6px 6px;
  position: relative;
}

.back_MsgAnteprima {
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 40px 10px 12px;
  border-radius: 8px;
  position: relative;
  max-width: 120%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-family: var(--bs-body-font-family);
  font-size: 14px;
  word-wrap: break-word;
  min-height: 30px;
  width: 100%;
}

.back_MsgAnteprima::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
}

.oraAnteprima {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 11px;
  color: #999;
}

/* Hover sobre toda la opción */
.form-check:hover {
  background-color: #f0fdf4;
  border-radius: 6px;
  cursor: pointer;
}

/* Efecto cuando está seleccionado */
.form-check-input:checked ~ .form-check-label {
  background-color: #e6f9ee; /* fondo verde claro */
  border-radius: 6px;
  color: #198754; /* texto verde Bootstrap */
}

/* Layout básico para alinear radio + texto + descripción */
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 1px 22px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

/* Base visual de todos los botones */
.btn-group-toggle .btn {
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 16px;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

/* Estilo para el botón seleccionado (verde claro) */
.btn-check:checked + .btn {
  background-color: #e6f9ee !important; /* verde claro */
  border-color: #91e3b3 !important; /* borde verde suave */
  color: #198754 !important; /* texto verde Bootstrap */
  box-shadow: none;
}

/* Hover sobre cualquier botón */
.btn-group-toggle .btn:hover {
  background-color: #f0fdf4;
}

/* Ocultar bloques por defecto */
.message-block {
  display: none;
}

.message-block.active {
  display: block;
}

/* Emoji */
.emoji-picker-container {
  width: 360px;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 10px;
  z-index: 9999;
}

/* Ajustar contenedor principal */

.emoji-category {
  margin-bottom: 4px;
  padding-bottom: 1px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}

.emoji-category-title {
  font-weight: bold;
  margin: 5px 0;
  font-size: 14px;
  color: #333;
}

.emoji-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr); /* 10 emojis por fila */
  gap: 1px; /* Casi sin espacio entre emojis */
  padding: 2px;
  margin: 0;
}

.emoji-grid span {
  font-size: 16px; /* Más pequeño */
  padding: 1px;
  margin: 0;
  line-height: 1;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji",
    sans-serif !important;
  font-size: 20px;
}

.emoji-button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
}

.emoji-button:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}

/*VALORI CAMPO DINAMICI*/
.valori-esempio-box {
  margin-left: 15px;
  width: 380px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.valori-titolo {
  background-color: #f5f5f5;
  padding: 10px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.info-icon {
  margin-left: 6px;
  font-size: 14px;
  cursor: pointer;
}

.valori-content {
  padding: 10px;
}

.valori-messaggio {
  background-color: #f0eeee;
  padding: 12px;
  font-size: 13px;
  color: #333;
  border-radius: 4px;
  text-align: center;
}

.btn-whatsapp-preview {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 6px;
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: background-color 0.2s ease;
}

.btn-whatsapp-preview:hover {
  background-color: #e2e2e2;
  text-decoration: underline;
}

.btn-whatsapp-preview.drag-over {
  border: 2px dashed #30c297;
  background-color: #f0f8ff;
}

/* Píldoras de idioma */
.tpl-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #cbeedd;
  background: #eaf8f1 !important; /* fuerza el fondo en caso de overrides */
  color: #0a8d3f !important; /* fuerza el color de texto */
  font-size: 11px;
  line-height: 1;
  margin: 0.2rem 0.25rem 0 0;
  white-space: nowrap;
}
.tpl-pill .tpl-dot {
  width: 0.5rem;
  height: 0.5rem;
  background: #0ac56e;
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 0.5rem;
}

/* Modo compacto para table-pricing */
.table-pricing--compact td {
  /* menos padding vertical */
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.table-pricing--compact .td-name {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.table-pricing--compact .fw-semibold {
  /* título más cerrado */
  margin: 0;
  line-height: 1.15;
}

.table-pricing--compact .tpl-pill {
  /* chips más pequeños */
  margin-top: 2px;
  margin-right: 4px;
  padding: 0.12rem 0.45rem;
  font-size: 0.78rem;
}

.table-pricing--compact .tpl-pill .tpl-dot {
  width: 0.35rem;
  height: 0.35rem;
}

.table-pricing--compact .row-sep {
  /* divisoria sutil */
  border-top: 1px solid #f0f3f2;
}

/* Alinear todas las filas como la segunda */
.table-pricing thead th:first-child,
.table-pricing tbody td:first-child {
  padding-left: 16px !important; /* ajusta a 12–18px según te guste */
}

/* Por si la celda de nombre tenía padding distinto */
.table-pricing .td-name {
  padding-left: 0 !important; /* usamos el padding del td anterior */
}

/* Pills sin sangría extra */
.table-pricing .tpl-pill {
  padding: 0.08rem 0.4rem !important;
  font-size: 0.64rem !important;
  margin-top: 1px !important;
  margin-right: 4px !important;
  line-height: 1 !important;
}

.table-pricing .tpl-pill .tpl-dot {
  width: 0.6rem !important;
  height: 0.6rem !important;
}

/* Base pill (si ya la tienes, puedes dejar solo las variantes) */
.tpl-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #cbeedd;
  background: #eaf8f1;
  color: #0a8d3f;
  font-size: 0.85rem;
  line-height: 1;
  margin: 0.2rem 0.25rem 0 0;
  white-space: nowrap;
}
.tpl-pill .tpl-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #0ac56e;
}

/* Aprobado: mismo fondo verde suave + texto en negrita */
.table-pricing .tpl-pill--approved {
  background: #eaf8f1 !important; /* el que ya usabas */
  border-color: #b7ebc9 !important;
  color: #0a8d3f !important;
  font-weight: 700; /* negrita */
}
.table-pricing .tpl-pill--approved .tpl-dot {
  background: #10b981 !important;
}

/* Rechazado: fondo rojo suave + texto rojo en negrita */
.table-pricing .tpl-pill--rejected {
  background: #fdecec !important; /* rojo suave */
  border-color: #f8b4b4 !important;
  color: #b91c1c !important; /* rojo fuerte legible */
  font-weight: 700; /* negrita */
}
.table-pricing .tpl-pill--rejected .tpl-dot {
  background: #ef4444 !important;
}

/* Pending: ámbar suave + texto en negrita */
.table-pricing .tpl-pill--pending {
  background: #fff7ed !important; /* fondo ámbar suave */
  border-color: #fde68a !important;
  color: #a16207 !important;
  font-weight: 700 !important;
}
.table-pricing .tpl-pill--pending .tpl-dot {
  background: #f59e0b !important;
}

/* Draft: gris suave + texto en negrita */
.table-pricing .tpl-pill--draft {
  background: #f9fafb !important; /* fondo gris muy suave */
  border-color: #e5e7eb !important;
  color: #374151 !important;
  font-weight: 700 !important;
}
.table-pricing .tpl-pill--draft .tpl-dot {
  background: #9ca3af !important;
}

/* Received: azul suave + texto en negrita */
.table-pricing .tpl-pill--received {
  background: #eff6ff !important; /* azul muy suave */
  border-color: #bfdbfe !important; /* azul tenue */
  color: #1d4ed8 !important; /* azul fuerte legible */
  font-weight: 700 !important; /* negrita */
}
.table-pricing .tpl-pill--received .tpl-dot {
  background: #3b82f6 !important;
}

/* Unsubmitted: gris suave + texto en negrita */
.table-pricing .tpl-pill--unsubmitted {
  background: #f3f4f6 !important; /* gris suave */
  border-color: #e5e7eb !important;
  color: #374151 !important; /* gris oscuro */
  font-weight: 700 !important; /* negrita */
}
.table-pricing .tpl-pill--unsubmitted .tpl-dot {
  background: #9ca3af !important;
}

/* Pill de categoría bajo el ID */

.table-pricing .tpl-cat {
  display: inline-block;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  font-weight: 700; /* negrita */
  font-size: 0.78rem;
  line-height: 1;
  border: 1px solid transparent;
  white-space: nowrap;
}

/* título en línea con la categoría */
.table-pricing .td-headline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  text-transform: none !important;
}
.table-pricing .tpl-title {
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  text-transform: none !important;
}

/* pill de categoría: ya definido antes; se mantiene */
.table-pricing .tpl-cat {
  display: inline-block;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #f3f4f6 !important; /* gris suave */
  border-color: #e5e7eb !important;
  color: #111827 !important; /* negro/gris muy oscuro */
  font-weight: 700; /* negrita */
}

/* Fallback genérico si llega otra categoría */
.table-pricing
  .tpl-cat:not(.tpl-cat--marketing):not(.tpl-cat--utility):not(
    .tpl-cat--authentication
  ) {
  background: #f3f4f6 !important; /* gris suave */
  border-color: #e5e7eb !important;
  color: #374151 !important;
}

/* Fila clickeable: cambia el cursor y un hover sutil */
.table-pricing tbody#tplBody tr.tpl-row {
  cursor: pointer !important;
}
.table-pricing tbody#tplBody tr.tpl-row:hover {
  background-color: #f8fafc; /* opcional, para feedback visual */
}

/* Mantén cursor normal en controles dentro de la fila */
.table-pricing tbody#tplBody tr.tpl-row input[type="checkbox"],
.table-pricing tbody#tplBody tr.tpl-row label {
  cursor: default !important;
}

/* base neutral con más especificidad para ganar a estilos previos */
.badge.tpl-pill {
  background: #f3f4f6 !important;
  color: #374151 !important;
  border: 1px solid #e5e7eb !important;
}

/* colores de estado (mismos que en Templates) */
.badge.tpl-pill.tpl-pill--approved {
  background: #eaf8f1 !important; /* el que ya usabas */
  border-color: #b7ebc9 !important;
  color: #0a8d3f !important;
  font-weight: 700; /* negrita */
}

.badge.tpl-pill.tpl-pill--pending {
  background: #fff7ed !important; /* fondo ámbar suave */
  border-color: #fde68a !important;
  color: #a16207 !important;
  font-weight: 700 !important;
}

.badge.tpl-pill.tpl-pill--draft {
  background: #f9fafb !important; /* fondo gris muy suave */
  border-color: #e5e7eb !important;
  color: #374151 !important;
  font-weight: 700 !important;
}

.badge.tpl-pill.tpl-pill--rejected {
  background: #fdecec !important; /* rojo suave */
  border-color: #f8b4b4 !important;
  color: #b91c1c !important; /* rojo fuerte legible */
  font-weight: 700; /* negrita */
}

.badge.tpl-pill.tpl-pill--received {
  background: #eff6ff !important; /* azul muy suave */
  border-color: #bfdbfe !important; /* azul tenue */
  color: #1d4ed8 !important; /* azul fuerte legible */
  font-weight: 700 !important; /* negrita */
}

.badge.tpl-pill.tpl-pill--unsubmitted {
  background: #f3f4f6 !important; /* gris suave */
  border-color: #e5e7eb !important;
  color: #374151 !important; /* gris oscuro */
  font-weight: 700 !important; /* negrita */
}

/* Botón eliminar: respeta tus clases existentes */
.btn.btn-link.delete-template-all {
  color: #e72c80 !important; /* rosa fuerte */
  background: transparent !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  padding: 2px 4px !important;
}

.btn.btn-link.delete-template-all i {
  color: inherit !important; /* icono toma el color del botón */
  font-size: 14px; /* ajusta si quieres */
}

/* Hover / Focus */
.btn.btn-link.delete-template-all:hover,
.btn.btn-link.delete-template-all:focus {
  color: #ffffff !important; /* icono y texto en blanco */
  background: #f02476 !important; /* fondo */
  border-radius: 14px;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Active (por si Bootstrap intenta forzar estilos) */
.btn.btn-link.delete-template-all:active {
  color: #ffffff !important;
  background: #f02476 !important;
  box-shadow: none !important;
}

/* Clase personalizada para espaciar botones */
.swal2-btns-row .swal2-space {
  margin: 0 8px; /* Espaciado horizontal */
}

/* Asegura que los botones mantengan su estilo */
.swal2-btns-row {
  display: flex !important;
  justify-content: center !important;
}
