@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-Light.ttf?55d5015c3ced03510e63f1acc1a64e72) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-LightItalic.ttf?bdf919ff2f3e42b1c5c71531abb670f3) format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-Regular.ttf?77c09223204154ae8d43dfae513f23d4) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-Italic.ttf?a397a4c1ecd07655fe34d33092820f79) format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-Medium.ttf?a4894b36b47378c77c5fe5f714d6f80e) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-MediumItalic.ttf?c184e31aeb6febd9f9284222bd839f29) format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-SemiBold.ttf?2f17aae884058c5a85df798664ce86b0) format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-SemiBoldItalic.ttf?3cddcd62e2a5d4bb004e699d711da4c8) format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-Bold.ttf?fa428cdd2e334e2be90480c8d7720625) format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-BoldItalic.ttf?e60eebe76f1e9ea3fc0964da4ac419bd) format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-ExtraBold.ttf?df2044929df5b18703f1c7eab876f2b3) format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/OpenSans-ExtraBoldItalic.ttf?58946b254d66c511e486db45600cbcdb) format('truetype');
  font-weight: 800;
  font-style: italic;
}

:root {
    --primary: #008BD5;
	--bs-primary-text: #008BD5;
	--bs-primary: #008BD5;
	--bs-primary-rgb: 0, 139, 213;
	--primary-dark: #214263;
	--header-h: 3.5rem;
	--footer-h: 0;
	--menu-link-c: #313131;
	--border-color: #e1e3e3;
	--active-color: #F2F2F2;
	--bs-light-rgb: 245,246,248;
	--bs-bg-opacity: 1;
	--title-c: #495057;
	--sidebar-expanded-w: 280px;
	--sidebar-compact-w: 61px;
	--scroll-width: 8px;

	--bs-teal-rgb: 32, 201, 151;

	--color-em_criacao: #8bcdf4;
	--color-aguarda_confirmacao: #fa9f55;
	--color-aguarda_pagamento: #c76e26;
	--color-pendente: var(--bs-orange);
	--color-paga: var(--bs-teal);
	--color-em_preparacao_armazem: #fdd765;
	--color-em_preparacao_farmacia_loja: #d4a61e;
	--color-em_processamento: var(--bs-warning-rgb);
	--color-em_faturacao: var(--bs-secondary-rgb);
	--color-faturada: #24a982;
	--color-expedida: #018bd5;
	--color-pronta_para_levantamento: #4cdfb3;
	--color-concluida: var(--bs-dark-rgb);
	--color-em_devolucao: #ce4794;
	--color-devolvido: var(--bs-danger-rgb);
	--color-cancelada: #7f0f1a;
    --color-pronta_para_entrega: #4CDFB3;
}

*::-webkit-scrollbar-track
{
	background-color: var(--bs-dark);
}

*::-webkit-scrollbar
{
	width: var(--scroll-width);
	background-color: var(--bs-dark);
}

*::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--bs-gray-500);
	-webkit-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

*::-webkit-scrollbar-thumb:hover
{
	background-color: var(--bs-gray-300);
	-webkit-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

h5 {
    font-size: 1rem;
    color: var(--bs-gray-700);
	margin: 0;
}

body {
    margin: 0 !important;
	font-family: 'OpenSans', sans-serif !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #444 !important;
    text-align: left !important;
    background-color: #f7f8fa !important;
	overflow: hidden !important;
}

.noscroll {
	overflow: hidden !important;
}

.bg-teal {
	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}

a, .btn-link {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
	transition: color .2s ease-in-out;
}

a:hover,
.btn-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
	transition: color .2s ease-in-out;
}

.table > :not(:first-child) {
	border-color: #e1e3e3;
}

thead {
	background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity));
}

thead tr td:first-child {
	border-top-left-radius: .25rem;
}

thead tr td:last-child {
	border-top-right-radius: .25rem;
}

td {
	vertical-align: middle;
}

.order-text-em_criacao {
	color: var(--color-em_criacao);
}
.order-text-aguarda_confirmacao {
	color: var(--color-aguarda_confirmacao);
}
.order-text-aguarda_pagamento {
	color: var(--color-aguarda_pagamento);
}
.order-text-pendente {
	color: var(--color-pendente);
}
.order-text-paga {
	color: var(--color-paga);
}
.order-text-em_preparacao_armazem {
	color: var(--color-em_preparacao_armazem);
}
.order-text-em_preparacao_farmacia_loja {
	color: var(--color-em_preparacao_farmacia_loja);
}
.order-text-em_processamento {
	--bs-text-opacity: 1;
	color: rgba(var(--color-em_processamento), var(--bs-text-opacity)) !important;
}
.order-text-em_faturacao {
	--bs-text-opacity: 1;
	color: rgba(var(--color-em_faturacao), var(--bs-text-opacity)) !important;
}
.order-text-faturada {
	color: var(--color-faturada);
}
.order-text-expedida {
	color: var(--color-expedida);
}
.order-text-pronta_para_levantamento {
	color: var(--color-pronta_para_levantamento);
}
.order-text-concluida {
	--bs-text-opacity: 1;
	color: rgba(var(--color-concluida), var(--bs-text-opacity)) !important;
}
.order-text-em_devolucao {
	color: var(--color-em_devolucao);
}
.order-text-devolvido {
	--bs-text-opacity: 1;
	color: rgba(var(--color-devolvido), var(--bs-text-opacity)) !important;
}
.order-text-cancelada {
	color: var(--color-cancelada);
}

.order-text-pronta_para_entrega {
	color: var(--color-pronta_para_entrega);
}

.order-bg-em_criacao {
	background-color: var(--color-em_criacao);
}
.order-bg-aguarda_confirmacao {
	background-color: var(--color-aguarda_confirmacao);
}
.order-bg-aguarda_pagamento {
	background-color: var(--color-aguarda_pagamento);
}
.order-bg-pendente {
	background-color: var(--color-pendente);
}
.order-bg-paga {
	background-color: var(--color-paga);
}
.order-bg-em_preparacao_armazem {
	background-color: var(--color-em_preparacao_armazem);
}
.order-bg-em_preparacao_farmacia_loja {
	background-color: var(--color-em_preparacao_farmacia_loja);
}
.order-bg-em_processamento {
	--bs-text-opacity: 1;
	background-color: rgba(var(--color-em_processamento), var(--bs-text-opacity)) !important;
}
.order-bg-em_faturacao {
	--bs-text-opacity: 1;
	background-color: rgba(var(--color-em_faturacao), var(--bs-text-opacity)) !important;
}
.order-bg-faturada {
	background-color: var(--color-faturada);
}
.order-bg-expedida {
	background-color: var(--color-expedida);
}
.order-bg-pronta_para_levantamento {
	background-color: var(--color-pronta_para_levantamento);
}
.order-bg-concluida {
	--bs-text-opacity: 1;
	background-color: rgba(var(--color-concluida), var(--bs-text-opacity)) !important;
}
.order-bg-em_devolucao {
	background-color: var(--color-em_devolucao);
}
.order-bg-devolvido {
	--bs-text-opacity: 1;
	background-color: rgba(var(--color-devolvido), var(--bs-text-opacity)) !important;
}
.order-bg-cancelada {
	background-color: var(--color-cancelada);
}
.order-bg-pronta_para_entrega {
	background-color: var(--color-pronta_para_entrega);
}



.btn-order-em_criacao {
	--bs-btn-color: var(--color-em_criacao);
    --bs-btn-border-color: var(--color-em_criacao);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #7ab9d9;
    --bs-btn-hover-border-color: #7ab9d9;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-em_criacao);
    --bs-btn-active-border-color: var(--color-em_criacao);
    --bs-btn-disabled-color: var(--color-em_criacao);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-em_criacao);
    --bs-btn-bg: var(--color-em_criacao);
    --bs-btn-hover-bg: #7ab9d9; /* Slightly darker variant */
}
.btn-order-aguarda_confirmacao {
	--bs-btn-color: var(--color-aguarda_confirmacao);
    --bs-btn-border-color: var(--color-aguarda_confirmacao);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #e68e4b;
    --bs-btn-hover-border-color: #e68e4b;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-aguarda_confirmacao);
    --bs-btn-active-border-color: var(--color-aguarda_confirmacao);
    --bs-btn-disabled-color: var(--color-aguarda_confirmacao);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-aguarda_confirmacao);
    --bs-btn-bg: var(--color-aguarda_confirmacao);
    --bs-btn-hover-bg: #e68e4b; /* Slightly darker variant */
}
.btn-order-aguarda_pagamento {
	--bs-btn-color: var(--color-aguarda_pagamento);
    --bs-btn-border-color: var(--color-aguarda_pagamento);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #b65f1f;
    --bs-btn-hover-border-color: #b65f1f;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-aguarda_pagamento);
    --bs-btn-active-border-color: var(--color-aguarda_pagamento);
    --bs-btn-disabled-color: var(--color-aguarda_pagamento);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-aguarda_pagamento);
    --bs-btn-bg: var(--color-aguarda_pagamento);
    --bs-btn-hover-bg: #b65f1f; /* Slightly darker variant */
}
.btn-order-pendente {
	--bs-btn-color: var(--color-pendente);
    --bs-btn-border-color: var(--color-pendente);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #e68e4b;
    --bs-btn-hover-border-color: #e68e4b;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-pendente);
    --bs-btn-active-border-color: var(--color-pendente);
    --bs-btn-disabled-color: var(--color-pendente);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-pendente);
    --bs-btn-bg: var(--color-pendente);
    --bs-btn-hover-bg: #e68e4b; /* Slightly darker variant */
}
.btn-order-paga {
	--bs-btn-color: var(--color-paga);
    --bs-btn-border-color: var(--color-paga);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #249f7f;
    --bs-btn-hover-border-color: #249f7f;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-paga);
    --bs-btn-active-border-color: var(--color-paga);
    --bs-btn-disabled-color: var(--color-paga);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-paga);
    --bs-btn-bg: var(--color-paga);
    --bs-btn-hover-bg: #249f7f; /* Slightly darker variant */
}
.btn-order-em_preparacao_armazem {
	--bs-btn-color: var(--color-em_preparacao_armazem);
    --bs-btn-border-color: var(--color-em_preparacao_armazem);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #e6c14b;
    --bs-btn-hover-border-color: #e6c14b;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-em_preparacao_armazem);
    --bs-btn-active-border-color: var(--color-em_preparacao_armazem);
    --bs-btn-disabled-color: var(--color-em_preparacao_armazem);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-em_preparacao_armazem);
    --bs-btn-bg: var(--color-em_preparacao_armazem);
    --bs-btn-hover-bg: #e6c14b; /* Slightly darker variant */
}
.btn-order-em_preparacao_farmacia_loja {
	--bs-btn-color: var(--color-em_preparacao_farmacia_loja);
    --bs-btn-border-color: var(--color-em_preparacao_farmacia_loja);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #b68e1f;
    --bs-btn-hover-border-color: #b68e1f;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-em_preparacao_farmacia_loja);
    --bs-btn-active-border-color: var(--color-em_preparacao_farmacia_loja);
    --bs-btn-disabled-color: var(--color-em_preparacao_farmacia_loja);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-em_preparacao_farmacia_loja);
    --bs-btn-bg: var(--color-em_preparacao_farmacia_loja);
    --bs-btn-hover-bg: #b68e1f; /* Slightly darker variant */
}
.btn-order-em_processamento {
	--bs-btn-color: var(--color-em_processamento);
    --bs-btn-border-color: var(--color-em_processamento);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #e6b84b;
    --bs-btn-hover-border-color: #e6b84b;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-em_processamento);
    --bs-btn-active-border-color: var(--color-em_processamento);
    --bs-btn-disabled-color: var(--color-em_processamento);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-em_processamento);
    --bs-btn-bg: var(--color-em_processamento);
    --bs-btn-hover-bg: #e6b84b; /* Slightly darker variant */
}
.btn-order-em_faturacao {
	--bs-btn-color: var(--color-em_faturacao);
    --bs-btn-border-color: var(--color-em_faturacao);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #5a5a5a;
    --bs-btn-hover-border-color: #5a5a5a;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-em_faturacao);
    --bs-btn-active-border-color: var(--color-em_faturacao);
    --bs-btn-disabled-color: var(--color-em_faturacao);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-em_faturacao);
    --bs-btn-bg: var(--color-em_faturacao);
    --bs-btn-hover-bg: #5a5a5a; /* Slightly darker variant */
}
.btn-order-faturada {
	--bs-btn-color: var(--color-faturada);
    --bs-btn-border-color: var(--color-faturada);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #1e8b6a;
    --bs-btn-hover-border-color: #1e8b6a;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-faturada);
    --bs-btn-active-border-color: var(--color-faturada);
    --bs-btn-disabled-color: var(--color-faturada);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var (--color-faturada);
    --bs-btn-bg: var(--color-faturada);
    --bs-btn-hover-bg: #1e8b6a; /* Slightly darker variant */
}
.btn-order-expedida {
	--bs-btn-color: var(--color-expedida);
    --bs-btn-border-color: var(--color-expedida);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #0177b5;
    --bs-btn-hover-border-color: #0177b5;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-expedida);
    --bs-btn-active-border-color: var(--color-expedida);
    --bs-btn-disabled-color: var(--color-expedida);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-expedida);
    --bs-btn-bg: var(--color-expedida);
    --bs-btn-hover-bg: #0177b5; /* Slightly darker variant */
}
.btn-order-pronta_para_levantamento {
	--bs-btn-color: var(--color-pronta_para_levantamento);
    --bs-btn-border-color: var(--color-pronta_para_levantamento);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #3ccaa3;
    --bs-btn-hover-border-color: #3ccaa3;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-pronta_para_levantamento);
    --bs-btn-active-border-color: var(--color-pronta_para_levantamento);
    --bs-btn-disabled-color: var(--color-pronta_para_levantamento);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-pronta_para_levantamento);
    --bs-btn-bg: var(--color-pronta_para_levantamento);
    --bs-btn-hover-bg: #3ccaa3; /* Slightly darker variant */
}
.btn-order-concluida {
	--bs-btn-color: var(--color-concluida);
    --bs-btn-border-color: var(--color-concluida);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #1a1a1a;
    --bs-btn-hover-border-color: #1a1a1a;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-concluida);
    --bs-btn-active-border-color: var(--color-concluida);
    --bs-btn-disabled-color: var(--color-concluida);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-concluida);
    --bs-btn-bg: var(--color-concluida);
    --bs-btn-hover-bg: #1a1a1a; /* Slightly darker variant */
}
.btn-order-em_devolucao {
	--bs-btn-color: var(--color-em_devolucao);
    --bs-btn-border-color: var(--color-em_devolucao);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #b63d7e;
    --bs-btn-hover-border-color: #b63d7e;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-em_devolucao);
    --bs-btn-active-border-color: var(--color-em_devolucao);
    --bs-btn-disabled-color: var(--color-em_devolucao);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-em_devolucao);
    --bs-btn-bg: var(--color-em_devolucao);
    --bs-btn-hover-bg: #b63d7e; /* Slightly darker variant */
}
.btn-order-devolvido {
	--bs-btn-color: var(--color-devolvido);
    --bs-btn-border-color: var(--color-devolvido);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #b63d3d;
    --bs-btn-hover-border-color: #b63d3d;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-devolvido);
    --bs-btn-active-border-color: var(--color-devolvido);
    --bs-btn-disabled-color: var(--color-devolvido);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-devolvido);
    --bs-btn-bg: var(--color-devolvido);
    --bs-btn-hover-bg: #b63d3d; /* Slightly darker variant */
}
.btn-order-cancelada {
	--bs-btn-color: var(--color-cancelada);
    --bs-btn-border-color: var(--color-cancelada);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #6f0d16;
    --bs-btn-hover-border-color: #6f0d16;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-cancelada);
    --bs-btn-active-border-color: var(--color-cancelada);
    --bs-btn-disabled-color: var(--color-cancelada);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-cancelada);
    --bs-btn-bg: var(--color-cancelada);
    --bs-btn-hover-bg: #6f0d16; /* Slightly darker variant */
}

.btn-order-pronta_para_entrega {
	--bs-btn-color: var(--color-pronta_para_entregaa);
    --bs-btn-border-color: var(--color-pronta_para_entregaa);
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #40ba96;
    --bs-btn-hover-border-color: #40ba96;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: var(--color-pronta_para_entregaa);
    --bs-btn-active-border-color: var(--color-pronta_para_entregaa);
    --bs-btn-disabled-color: var(--color-pronta_para_entregaa);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--color-pronta_para_entregaa);
    --bs-btn-bg: var(--color-pronta_para_entregaa);
    --bs-btn-hover-bg: #40ba96; /* Slightly darker variant */
}


.status-icon-container {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.text-teal {
	color: var(--bs-teal);
}

.text-in-creation {
	color: #8BCDF4;
}

.bg-in-creation {
	background: #8BCDF4;;
}

.text-awaits-confirmation {
	color: #FA9F55;
}

.bg-awaits-confirmation {
	background: #FA9F55;;
}

.text-awaits-payment {
	color: #C76E26;
}

.bg-awaits-payment {
	background: #C76E26;;
}

.text-dispatched {
	color: #018BD5;
}

.bg-dispatched {
	background: #018BD5;
}

.text-orange {
	color: var(--bs-orange);
}

.bg-orange {
	background: var(--bs-orange);
}

.text-billed {
	color: #24A982;
}

.bg-billed {
	background: #24A982;
}

.text-cancelled {
	color: #7F0F1A;
}

.bg-cancelled {
	background: #7F0F1A;
}

.text-warehouse-preparation {
	color: #FDD765;
}

.bg-warehouse-preparation {
	background: #FDD765;
}

.text-store-preparation {
	color: #D4A61E;
}

.bg-store-preparation {
	background: #D4A61E;
}

.text-refunding {
	color: #CE4794;
}

.bg-refunding {
	background: #CE4794;
}

.text-ready-for-pickup {
	color: #4CDFB3;
}

.bg-ready-for-pickup {
	background: #4CDFB3;
}

.text-ready-for-delivery {
	color: #2bb78d;
}

.bg-ready-for-delivery {
	background: #2bb78d;
}

.bg-secondary {
    background-color: #6C757D;
}

.bg-user {
    background-color: #959595 !important;
}

.b-orange {
	border-color: var(--bs-orange) !important;
}

.b-danger {
	border-color: var(--bs-danger) !important;
}

.b-dpd {
	border-color: #DB002F !important;
}

.b-vasp {
	border-color: #0096D7 !important;
}

.b-mrw {
	border-color: #AAAAAA !important;
}

.b-gls {
	border-color: #FFD100 !important;
}

.b-delnext {
	border-color: #003461 !important;
}

.b-dhl {
	border-color: #fc0000 !important;
}

.b-primary {
	border-color: #018BD5 !important;
}

.full-h .card {
    height: 100%;
}

.card-overflow {
	max-height: 165px;
	overflow-y: auto;
}

.card-overflow::-webkit-scrollbar-track
{
	background-color: white;
}

.card-overflow::-webkit-scrollbar
{
	width: var(--scroll-width);
	background-color: var(--bs-dark);
}

.card-overflow::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--bs-primary);
	-webkit-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

.card-overflow::-webkit-scrollbar-thumb:hover
{
	background-color: var(--bs-gray-300);
	-webkit-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

.btn-clear {
	padding: .3rem;
}

.btn-clear-danger {
	color: var(--bs-danger);
	transition: color .2s ease-in-out;
}

.btn-clear-danger:hover {
	color: darkred;
	transition: color .2s ease-in-out;
}

.btn-clear-info {
	color: var(--bs-info);
	transition: color .2s ease-in-out;
}

.btn-clear-info:hover {
	color: var(--primary-dark);
	transition: color .2s ease-in-out;
}

.btn-clear-warning {
	color: var(--bs-warning);
	transition: color .2s ease-in-out;
}

.btn-clear-warning:hover {
	color: var(--bs-orange);
	transition: color .2s ease-in-out;
}

.btn-clear-teal {
	color: var(--bs-teal);
	transition: color .2s ease-in-out;
}

.btn-clear-teal:hover {
	color: var(--bs-success);
	transition: color .2s ease-in-out;
}

.btn-sm > i {
    font-size: .7rem;
}

.dropdown-item {
	font-size: .85rem;
}

.dropdown-menu > li > form {
	width: 100%;
}

.dropdown-menu-lg{
	width: 320px;
}

.btn-group > form > .btn:not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-floating > .form-control.form-control-sm, 
.form-floating > .form-control-plaintext.form-control-sm, 
.form-floating > .form-select.form-control-sm {
    min-height: calc(1.9rem + calc(var(--bs-border-width) * 2));
	height: calc(1.9rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
	padding: 1rem 0.7rem .2rem .7rem;
	font-size: .8rem;
}

.form-floating > label.floating-label-sm {
	padding: 0.3rem 0.9rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
	background-color: transparent;
}

.form-floating > .form-control-plaintext ~ label::after, 
.form-floating > .form-control:focus ~ label::after, 
.form-floating > .form-control:not(:placeholder-shown) ~ label::after, 
.form-floating > .form-select~label::after {
	background-color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label.floating-label-sm {
    opacity: .65;
    transform: scale(.75) translateY(-0.35rem) translateX(0);
}

.form-floating > .form-control-plaintext ~ label.floating-label-sm, 
.form-floating > .form-control:focus ~ label.floating-label-sm, 
.form-floating > .form-control:not(:placeholder-shown) ~ label.floating-label-sm, 
.form-floating > .form-select ~ label.floating-label-sm {
    opacity: .65;
    transform: scale(.75) translateY(-0.35rem) translateX(0);
}

.modal-dialog-scrollable > form {
	width: 100%;
	height: 100%;
}

.bread {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    font-size: .9rem;
}

.bread i {
    font-size: .6rem;
}

.tabulator .tabulator-header {
	border: 0;
    color: var(--title-c);
    border-radius: 0.25rem;
    font-size: .8rem;
    box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb),.075) !important;
    border-bottom: 1px solid var(--border-color);
    z-index: 11;
}

.tabulator-row.tabulator-row-even {
    background-color: transparent;
}

.tabulator .tabulator-tableholder .tabulator-table {
    font-size: .75rem;
}

.tabulator .tabulator-footer {
    border: 0;
	background-color: transparent;
}

.tabulator .tabulator-footer .tabulator-page.active {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
    border-color: var(--active-color);
    background: var(--active-color);
    color: var(--primary-dark);
}

.tabulator .tabulator-footer .tabulator-page {
	padding: 0.375rem 0.75rem;
	margin: 0;
	font-size: .8rem;
}

.tabulator .tabulator-footer .tabulator-page-size {
    display: inline-block;
    padding: 0.375rem 0.75rem;
	margin: 0;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
	font-size: .8rem;
}

.tabulator .tabulator-footer .tabulator-paginator {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}

.tabulator-paginator label {
	font-size: .8rem;
}

.tabulator .tabulator-footer .tabulator-page-counter {
	font-size: .8rem;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
    padding: 0.1rem 0.3rem !important;
}

.tabulator-header-filter span {
    display: flex;
    gap: 0.5rem;
}

.tabulator-pages .tabulator-page {
    border-radius: 0 !important;
}

.tabulator-pages .tabulator-page:first-child {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.tabulator-pages .tabulator-page:last-child {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.tabulator-row.tabulator-selected {
	background-color: var(--bs-gray-300);
	border-bottom-color: var(--bs-gray-500);
}

.tabulator-row.tabulator-selectable:hover {
	background-color: var(--bs-gray-200);
	border-bottom-color: var(--bs-gray-300);
}

.tabulator-tree-level-0 > .tabulator-cell > .btn-toggle-searcher {
	margin-right: 5px;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right,
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right,
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left,
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
	border: none;
}

.tabulator-row:last-child {
    border-bottom: 0;
}

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual] {
    min-height: unset;
    min-width: unset;
	width: 100% !important;
}

.tabulator-row .tabulator-cell.tabulator-row-header {
	background: unset;
}

.card-table .tabulator-row.tabulator-group {
    background-color: white;
    border: 0;
    color: var(--primary);
    text-align: center;
}

.card-table .tabulator-row.tabulator-group > .tabulator-group-toggle {
	display: none;
}

.table-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
	height: 100%;
}

.no-label {
	margin: 0;
	padding: 0;
}

.category-parents {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.category-parents i {
    font-size: .6rem;
}

.dropdown-item:hover, 
.dropdown-item:focus {
    color: var(--primary-dark);
    background-color: var(--active-color);
	text-decoration: none;
}

.accordion-button:focus {
	outline: unset;
    box-shadow: unset;
}

.login-page {
	width: 100%;
	height: 100vh;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .3;
	z-index: -1;
}

.login-page .login-form {
	width: 100%;
	height: 100%;
	padding: 3rem;
	background-color: var(--primary);
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-page .login-form h3 {
	color: white;
}

.login-page .login-form small {
	color: rgba(255,255,255,.65);
}

.login-page .login-form form {
	width: 100%;
}

.login-page .btn-login {
	color: #fff;
    background-color: #0081C7;
    border-color: #0081C7;
	display: flex;
	font-weight: 600;
	width: 100%;
}

.login-page .btn-login:hover {
    background-color: #00A2FA;
    border-color: #00A2FA;
}

.auth-img {
	height: 515px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.login-form input[type="email"],
.login-form input[type="password"],
.login-form input[type="text"] {
	background-color: #0081C7;
    border-color: #0081C7;
    color: #fff;
} 

.login-form input[type="email"]:focus,
.login-form input[type="email"]:active,
.login-form input[type="password"]:focus,
.login-form input[type="password"]:active,
.login-form input[type="text"]:focus,
.login-form input[type="text"]:active {
	background-color: #00A2FA;
    border-color: #00A2FA;
    color: #fff;
} 

.login-form input:-webkit-autofill:focus, 
.login-form input:-webkit-autofill:active,
.login-form input:-webkit-autofill:hover {
	-webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 30px #00A2FA inset !important;
}

.login-form input:-webkit-autofill {
	-webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 30px #0081C7 inset !important;
}


.login-form .form-floating label {
	font-family: OpenSans;
	font-weight: 600;
	color: rgba(255,255,255,.65);
	display: flex;
    align-items: center;
    align-content: center;
} 

.login-form .form-floating label > span {
	font-family: OpenSans;
	font-weight: 600;
	color: rgba(255,255,255,.65);
} 

.login-logo img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(200%) contrast(102%);
}

button,
a,
.btn,
.form-check-input:focus,
.form-control:focus,
.form-select:focus {
	box-shadow: unset;
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
	background-color: var(--primary);
    border-color: var(--primary);
	box-shadow: unset;
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: unset;
}

.btn-check:focus+.btn,
.btn:focus {
	box-shadow: unset;
}

.btn-check:checked + .btn-outline-primary:focus, 
.btn-check:active + .btn-outline-primary:focus, 
.btn-outline-primary:active:focus, 
.btn-outline-primary.active:focus, 
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-danger:focus, 
.btn-check:active + .btn-outline-danger:focus, 
.btn-outline-danger:active:focus, 
.btn-outline-danger.active:focus, 
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-info :active:focus, 
.btn-outline-info .active:focus, 
.btn-outline-info .dropdown-toggle.show:focus {
	box-shadow: unset;
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus, 
.btn-outline-info.active:focus, 
.btn-outline-info.dropdown-toggle.show:focus, 
.btn-outline-info:active:focus {
	box-shadow: unset;
}

.btn-outline-info:hover {
	color: white;
}

.btn-check:active+.btn-outline-info, 
.btn-check:checked+.btn-outline-info, 
.btn-outline-info.active, 
.btn-outline-info.dropdown-toggle.show, 
.btn-outline-info:active {
	color: white;
}

.btn-xs {
	padding: 0.11rem 0.3rem;
}

.dropdown-menu {
	padding: 0;
}

.page-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 1rem 0;
}

.page-title h4 {
	font-weight: 500;
    color: var(--title-c);
	margin: 0;
}

.attachable .page-title {
	display: none;
    opacity: 0;
	transition: opacity .2s ease-in-out;
}

.attachable.attached .page-title {
	display: block;
    opacity: 1;
	transition: opacity .2s ease-in-out;
}

.attachable .page-title > h4 {
    font-size: 1rem;
}

.card {
	border: 0;
	box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb),.075);
}

.card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--border-color);
	color: var(--bs-primary);
	font-weight: 700;
	min-height: 56px;
}

.card-actions {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.card-actions .actions-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.card-actions .actions-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.table-search {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.w-0 {
	width: 0 !important;
}

.btn {
    display: inline-flex;
    font-weight: 400;
	line-height: unset;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	gap: 0.5rem;
}

.btn:hover {
    text-decoration: none;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	opacity: .4;
}

.btn-xs {
	padding: 0.1rem 0.3rem;
	font-size: .9rem;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-primary {
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary);
    --bs-gradient: none;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-transparent {
	background-color: transparent;
}

.btn-transparent:hover {
	color: var(--primary);
}

.btn-transparent-light {
	background-color: transparent;
	color: white;
}

.btn-transparent-light:hover {
	background-color: transparent;
	color: var(--border-color);
}

.btn-outline-orange {
    color: var(--bs-orange);
    border-color: var(--bs-orange);
}

.btn-outline-orange:hover {
    color: white;
	background-color: var(--bs-orange);
}

.btn-contrast-red {
	color: var(--bs-danger);
	background-color: rgba(0,0,0, .7);
}

.btn-contrast-red:hover {
	background-color: rgba(255,255,255, .7);
}

.btn-contrast-light {
	color: var(--bs-light);
	background-color: rgba(0,0,0, .7);
}

.btn-contrast-light:hover {
	background-color: rgba(255,255,255, .7);
}

.btn-contrast-light:disabled {
	color: var(--bs-light);
	background-color: rgba(0,0,0, .7);
}

.btn-teal {
    color: black;
    background-color: var(--bs-teal);
    border-color: var(--bs-teal);
}

.btn-teal:hover {
    background-color: #27a57f;
    border-color: #27a57f;
}

.btn-check:checked+.btn:focus-visible, 
.btn.active:focus-visible, 
.btn.show:focus-visible, 
.btn:first-child:active:focus-visible, 
:not(.btn-check)+.btn:active:focus-visible {
	box-shadow: none;
}

.btn-check:checked+.btn, .btn.active, 
.btn.show, .btn:first-child:active, 
:not(.btn-check)+.btn:active {
	border: 1px solid transparent;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

form {
	display: inline-block;
}

.form-control-label {
	font-weight: 600;
}

.text-bg-teal {
    color: #000 !important;
    background-color: var(--bs-teal) !important;
}

.toast-bootstrap {
	position: fixed;
	right: 1rem;
	top: calc(var(--header-h) + 1rem);
	min-height: 0;
	height: auto;
	flex-direction: column;
	z-index: 999999;
}


.modal-partial-fullscreen {
    width: 90vw;
    max-width: none;
    height: 100%;
    margin: 0;
	margin-left: auto;
}

.modal-partial-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-right {
	margin: 0;
	margin-left: auto;
}

.modal-full-height {
	height: 100%;
}

.modal-full-height .modal-content {
	height: 100%;
	border-radius: 0;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #87a6ab;
}

.blockquote-footer:before {
    content: "\2014\A0";
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #becdcf;
    border-radius: .25rem;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #87a6ab;
}

code {
    font-size: 87.5%;
    color: #e85d75;
    word-break: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #444;
    border-radius: .2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #444
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.input-no-step::-webkit-outer-spin-button,
.input-no-step::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-no-step[type=number] {
  -moz-appearance: textfield;
}

/* 
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #718f93;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c9d0d0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
 */

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #23a38b
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(35, 163, 139, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #23a38b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2323a38b' d='M2.3 6.73L.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: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #23a38b;
    box-shadow: 0 0 0 .2rem rgba(35, 163, 139, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #23a38b;
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23607375' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2323a38b' d='M2.3 6.73L.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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #23a38b;
    box-shadow: 0 0 0 .2rem rgba(35, 163, 139, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #23a38b
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #23a38b
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #23a38b
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #2ccdaf;
    background-color: #2ccdaf
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(35, 163, 139, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #23a38b
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #23a38b;
    box-shadow: 0 0 0 .2rem rgba(35, 163, 139, .25)
}

/*.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f24236
}*/

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(242, 66, 54, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: 99% 50%;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 66, 54, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    padding-right: calc((3em + 2.25rem)/4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23607375' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F24236' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23F24236' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 66, 54, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #f56f66;
    background-color: #f56f66
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(242, 66, 54, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(242, 66, 54, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}


@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.font-italic {
	font-style: italic;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #718f93;
    text-align: center;
    white-space: nowrap;
    background-color: #f1f3f3;
    border: 1px solid #c9d0d0;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #385170;
    background-color: #385170
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(56, 81, 112, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #acc0c3
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #92aac9;
    border-color: #92aac9
}

.custom-control-input:disabled~.custom-control-label {
    color: #87a6ab
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #c9d0d0
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #9ab4b7
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #385170;
    background-color: #385170
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(56, 81, 112, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(56, 81, 112, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(56, 81, 112, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #9ab4b7;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(56, 81, 112, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #718f93;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23607375' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #c9d0d0;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #acc0c3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(56, 81, 112, .25)
}

.custom-select:focus::-ms-value {
    color: #718f93;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #87a6ab;
    background-color: #c9d0d0
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .75rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.09375rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #acc0c3;
    box-shadow: 0 0 0 .2rem rgba(56, 81, 112, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #c9d0d0
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c9d0d0;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #718f93
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #f1f3f3;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(56, 81, 112, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(56, 81, 112, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(56, 81, 112, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #385170;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #92aac9
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #becdcf;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #385170;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #92aac9
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #becdcf;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #385170;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #92aac9
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #becdcf;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #9ab4b7
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #9ab4b7
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #9ab4b7
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: flex;
	justify-content: center;
	align-items: center;
    padding: .5rem;
	color: var(--primary);
}

.nav-link > .nav-link-title {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.nav-link-livewire {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    gap: 0.2rem;
    margin-left: auto;
}

.sidebar.compact .nav-link-livewire {
    margin-left: unset;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
	color: var(--primary-dark);
}

.nav-link.disabled {
    color: #87a6ab;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #becdcf
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #c9d0d0 #c9d0d0 #becdcf
}

.nav-tabs .nav-link.disabled {
    color: #87a6ab;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #718f93;
    background-color: #fff;
    border-color: #becdcf #becdcf #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    justify-content: start;
	text-align: left;
	border: 1px solid transparent;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    color: var(--menu-link-c) !important;
    background: var(--active-color);
}

.nav-pills .nav-link.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
	color: var(--bs-form-invalid-color);
	padding-right: calc(1.5em + .75rem);
	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: 95% 50%;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3359375rem;
    padding-bottom: .3359375rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(1, 10, 12, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(1, 10, 12, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(1, 10, 12, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(1, 10, 12, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(1, 10, 12, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(1, 10, 12, .5);
    border-color: rgba(1, 10, 12, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1, 10, 12, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(1, 10, 12, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(1, 10, 12, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: .5rem 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f1f3f3;
    border-top: 1px solid #e1e3e3;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #87a6ab;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #87a6ab
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #385170;
    background-color: #fff;
    border: 1px solid #becdcf
}

.page-link:hover {
    z-index: 2;
    color: #1f2c3d;
    text-decoration: none;
    background-color: #c9d0d0;
    border-color: #becdcf
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(56, 81, 112, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #385170;
    border-color: #385170
}

.page-item.disabled .page-link {
    color: #87a6ab;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #becdcf
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
	font-size: .6rem;
	font-weight: 500;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #c9d0d0;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-sm {
	padding: .25rem .5rem;
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.8125rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary hr {
    border-top-color: #b8c1cc
}

.alert-primary .alert-link {
    color: #0e161d
}

.alert-secondary hr {
    border-top-color: #dee5e7
}

.alert-secondary .alert-link {
    color: #4b5456
}

.alert-success {
    color: #135a4e;
    background-color: #d3ede8;
    border-color: #c1e5df
}

.alert-success hr {
    border-top-color: #afddd6
}

.alert-success .alert-link {
    color: #0a302a
}

.alert-info hr {
    border-top-color: #a5daef
}

.alert-info .alert-link {
    color: #043143
}

.alert-warning hr {
    border-top-color: #f6e8b4
}

.alert-warning .alert-link {
    color: #534a1e
}

.alert-danger hr {
    border-top-color: #f9b3af
}

.alert-danger .alert-link {
    color: #561b17
}

.alert-light {
    color: #7e8384;
    background-color: #fcfdfd;
    border-color: #fbfcfc
}

.alert-light hr {
    border-top-color: #ecf1f1
}

.alert-light .alert-link {
    color: #65696a
}

.alert-dark {
    color: #324143;
    background-color: #dfe3e3;
    border-color: #d2d8d8
}

.alert-dark hr {
    border-top-color: #c4cccc
}

.alert-dark .alert-link {
    color: #1c2526
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .65625rem;
    background-color: #f1f3f3;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #385170;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #718f93;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #718f93;
    text-decoration: none;
    background-color: #f1f3f3
}

.list-group-item-action:active {
    color: #444;
    background-color: #c9d0d0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(1, 10, 12, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #87a6ab;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #385170;
    border-color: #385170
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #1e2f40;
    background-color: #c7ced7
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #1e2f40;
    background-color: #b8c1cc
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1e2f40;
    border-color: #1e2f40
}

.list-group-item-secondary {
    color: #636f71;
    background-color: #edf1f2
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #636f71;
    background-color: #dee5e7
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #636f71;
    border-color: #636f71
}

.list-group-item-success {
    color: #135a4e;
    background-color: #c1e5df
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #135a4e;
    background-color: #afddd6
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #135a4e;
    border-color: #135a4e
}

.list-group-item-info {
    color: #075573;
    background-color: #bbe3f3
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #075573;
    background-color: #a5daef
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #075573;
    border-color: #075573
}

.list-group-item-warning {
    color: #796b2b;
    background-color: #f9efcb
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #796b2b;
    background-color: #f6e8b4
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #796b2b;
    border-color: #796b2b
}

.list-group-item-danger {
    color: #7e2722;
    background-color: #fbcac7
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7e2722;
    background-color: #f9b3af
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7e2722;
    border-color: #7e2722
}

.list-group-item-light {
    color: #7e8384;
    background-color: #fbfcfc
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7e8384;
    background-color: #ecf1f1
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7e8384;
    border-color: #7e8384
}

.list-group-item-dark {
    color: #324143;
    background-color: #d2d8d8
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #324143;
    background-color: #c4cccc
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #324143;
    border-color: #324143
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: inherit;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.toast-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.toast-body {
    padding: .75rem
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #010a0c
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #010a0c
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #010a0c
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #010a0c
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #010a0c;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(1, 10, 12, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(1, 10, 12, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(1, 10, 12, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(1, 10, 12, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(1, 10, 12, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #444
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.header-logo {
	height: 1.5rem;
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(200%) contrast(102%);
}

.appshell-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	height: var(--header-h);
	z-index: 100;
	background-color: var(--bs-dark);
}

.appshell-header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 0 1rem;
	height: 100%;
	transition: width .3s ease-in-out;
}

.client-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--bs-gray-600);
}

.appshell-header.expanded .header-logo-big {
	display: block;
}

.appshell-header.compact .header-logo-big {
	display: none;
}

.appshell-header.expanded .header-logo-small {
	display: none;
}

.appshell-header.compact .header-logo-small {
	display: block;
}

.appshell-header .header-logo-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
	border-right: 1px solid #0076B5;
	height: 100%;
	padding: 0 1rem;
	background-color: var(--primary);
	transition: width .3s ease-in-out;
}

.appshell-header.compact .header-logo-wrapper {
	padding: 0 0.5rem;
}

.appshell-header.compact .header-logo-wrapper {
	padding: 0 0.5rem;
}

.header-logo-small img {
    max-width: calc(2.5rem + 1px);
}

.appshell-header .menu-toggler {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
	cursor: pointer;
}

.appshell-header.compact .menu-toggler {
    position: absolute;
    left: calc(100% + 1rem);
}

.appshell-header.compact .menu-toggler:hover {
    text-decoration: none;
	color: var(--bs-gray-500);
}

.appshell-header.expanded .menu-toggler:hover {
    text-decoration: none;
	color: var(--primary-dark);
}

.appshell-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appshell-header-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.appshell-header .dropdown > a {
	display: flex;
    align-items: center;
    font-size: 1rem;
}

.appshell-header .dropdown > a:hover {
	color: var(--bs-gray-500);
	text-decoration: none;
}

.appshell-header-right .dropdown-menu {
	border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.appshell-header .dropdown > a {
    color: white;
}

.appshell-header .dropdown-item {
	color: #444;
}

#account-dropdown-link {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.appshell-header .img-avatar {
    float: left;
}

.appshell-header .dropdown-toggle:after {
    margin-left: .5rem
}

.appshell-header-user {
    float: left;
    text-align: left;
    margin: 0 0 0 .5rem
}

.appshell-header-user {
    font-weight: 400;
    font-size: 1rem;
}

.sidebar  {
	background-color: white;
	transition: width .3s ease-in-out;
}

.sidebar-logo {
    padding: 15px
}

.sidebar-logo-img,
.sidebar-logo-text {
    float: left
}

.sidebar-logo-img {
    height: 21px;
    width: auto
}

.sidebar-logo-text {
    margin: 0 0 0 1em;
    line-height: 21px;
    font-size: 15.75px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff !important;
}

.appshell-header-avatar {
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	border: 2px solid white;
    box-shadow: inset 0 0 0 2px var(--primary);
}

.img-avatar {
    max-width: 100%;
    border-radius: 50em;
}

.img-avatar-40 {
    width: 40px;
	height: 40px;
}

.img-avatar-50 {
    width: 50px;
}

.img-avatar-100 {
    width: 100px;
}

.collapse-toggler-heading i.zmdi {
    transition: .3s;
}

.collapse-toggler-heading[aria-expanded=true] i.zmdi {
    transform: rotate(90deg);
}

a[data-toggle=collapse] {
    text-decoration: none;
}

.main {
    display: flex;
    flex-direction: row;
    height: calc(100vh - var(--header-h));
    width: 100%;
}

.app-body {
    display: flex;
    flex-direction: column;
}

@media (min-width:768px) {
    .app-body {
        padding-left: 0;
        padding-right: 0;
    }
}

#heading-container {
    display: flex;
    justify-content: space-between;
}

@media (min-width:768px) {
    #heading-container {
        display: block;
    }
}

#mobile-menu {
    display: none;
    position: absolute;
    background-color: #385170;
    background: linear-gradient(0deg, #026c7c 1%, #385170);
    overflow-y: auto;
    left: 0;
    margin-top: 50px;
    height: 100vh;
    height: calc(100vh - 80px);
    width: 100%;
    padding: 30px 0;
    background-color: #122325;
    color: #fff;
    z-index: 999;
    transition: all .35s ease;
}

#mobile-menu.show {
    display: block;
}

#mobile-menu a {
    color: #fff;
}

#mobile-menu .nav-title {
    color: #c9d0d0;
    padding: .75rem 1rem;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

#hamburger {
    padding-top: 10px;
}

#hamburger svg {
    width: 24px;
}

@media (min-width:768px) {
    #hamburger {
        display: none;
    }
}

.sidebar.expanded {
	width: var(--sidebar-expanded-w);
	overflow-y: auto;
}

.sidebar.compact {
	width: var(--sidebar-compact-w);
	overflow-y: auto;
}

.appshell-header.expanded .header-logo-wrapper {
	width: var(--sidebar-expanded-w);
}

.appshell-header.compact .header-logo-wrapper {
	width: var(--sidebar-compact-w);
}

.content-page {
	max-height: calc(100vh - var(--header-h));
	overflow: auto;
	transition: width .3s ease-in-out;
}

.expanded > .content-page,
.expanded > .appshell-header-wrapper {
	width: calc(100% - var(--sidebar-expanded-w));
}

.compact > .content-page {
	width: calc(100% - var(--sidebar-compact-w));
}

.compact > .appshell-header-wrapper {
	width: calc(100% - (2 * var(--sidebar-compact-w)) + 1.5rem);
}

@media (min-width:768px) {
    .sidebar {
        display: flex;
        flex-direction: row;
        min-height: calc(100vh - var(--header-h));
    }
}

.sidebar-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

.sidebar-nav {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
	width: 100%;
	height: 100%;
	flex-wrap: nowrap;
}

.sidebar {
	background-color: var(--bs-dark);
}

.sidebar.expanded .sidebar-nav {
    width: 100%;
	padding: 0.2rem 0.2rem 0 0.2rem;
}

.sidebar-nav .nav-title {
    color: #c9d0d0;
    padding: .75rem 1rem;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.sidebar-nav .nav-link {
	border-left: 3px solid transparent;
}

.sidebar-nav > .nav-item > .nav-link {
	font-size: 1.3rem;
}

.sidebar.expanded .sidebar-nav > .nav-item > .nav-link {
	font-size: .8rem;
	justify-content: flex-start;
	gap: .4rem;
	width: 100%;
}

.change-sidebar {
	margin-top: auto;
}

.sidebar.compact .nav-name-main {
	display: none;
}

.nav-icon, .nav-icon-sub {
	color: var(--bs-gray-600);
	transition: color .5s ease-in-out;
}

.sidebar.expanded .sidebar-nav > .nav-item > .nav-link .nav-icon {
    font-size: 1.2rem;
	width: 1.6rem;
	display: flex;
	justify-content: center;
}

.sidebar.expanded .nav-link {
	color: var(--bs-gray-500);
	transition: color .5s ease-in-out;
}

.sidebar.expanded .nav-link:hover {
	color: white;
	transition: color .5s ease-in-out;
}

.sidebar.expanded .nav-link:hover .nav-icon {
    color: white;
	transition: color .5s ease-in-out;
}

.nav-dropdown-items .nav-link:hover {
    color: white;
	transition: color .5s ease-in-out;
}

.nav-dropdown-items .nav-link:hover .nav-icon-sub {
    color: white;
	transition: color .5s ease-in-out;
}

.nav-icon-sub {
	font-size: 1rem;
	width: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.sidebar.expanded .sidebar-nav .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.sidebar.expanded .sidebar-nav .nav-link {
	border-radius: 0.25rem;
}

.sidebar-nav .nav-link.active {
    font-weight: 700;
	background-color: var(--bs-gray-800);
	color: var(--primary) !important;
	transition: color .5s ease-in-out;
}

.sidebar-nav .nav-link.active .nav-icon,
.sidebar-nav .nav-link.active .nav-icon-sub {
	color: var(--primary) !important;
	transition: color .5s ease-in-out;
}

.sidebar-nav .nav-dropdown > a {
    text-transform: uppercase;
}

.sidebar.compact .nav-drop-icon {
    display: none;
}

.nav-drop-icon {
	font-size: .7rem;
    margin-left: auto;
	transition: transform .1s ease-in-out;
}

.nav-dropdown.open .nav-drop-icon {
    transform: rotateZ(-180deg);
	transition: transform .1s ease-in-out;
}

.nav-dropdown-toggle {
    position: relative
}

.nav-dropdown {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.nav-dropdown.open {
    background: none;
}

.sidebar.expanded .nav-dropdown{
	border-bottom: 1px solid transparent;
	transition: border .2s ease-in;
	transition-delay: .5s;
}

.sidebar.expanded .nav-dropdown.open > .nav-link + .nav-dropdown-items {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 0.5rem;
}

.sidebar.expanded .sidebar-nav .nav-main:last-child {
	border: 0;
}

.nav-dropdown > .nav-dropdown-items {
	max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}

.nav-dropdown.open > .nav-dropdown-items {
	max-height: 1000px;
    transition: max-height .5s ease-in-out;
}

.sidebar.expanded .nav-dropdown > .nav-dropdown-items {
	padding-left: 1rem;
}

.sidebar.compact .nav-dropdown.open > .nav-dropdown-items {
	display: block;
    position: absolute;
    top: inherit;
    left: 59px;
    width: 250px;
    z-index: 100;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background-color: var(--bs-dark);
}

.sidebar.compact .nav-dropdown-items .nav-item:first-child .nav-link.active {
	border-top-right-radius: 0.25rem;
}

.sidebar.compact .nav-dropdown-items .nav-item:last-child .nav-link.active {
	border-bottom-right-radius: 0.25rem;
}

.nav-dropdown-items .nav-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0.5rem 1rem;
	gap: 0.5rem;
	color: var(--bs-gray-500);
	font-size: .7rem;
	transition: color .5s ease-in-out;
}

.nav-dropdown.open .nav-dropdown.open {
    border-left: 0
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em !important;
	background: transparent;
	opacity: 1;
}

.hr-text:before {
    content: '';
    /*use the linear-gradient for the fading effect
    use a solid background color for a solid bar*/
    background: #D6D6D6;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    /* this is really the only tricky part, you need to specify the background color of the container element...*/
    color: #818078;
    background-color: #ffffff;
}

.select2 {
    width:100%!important;
}

.marginLeft1 {
    margin-left: 1%
}

#divacition{
	float: left;
	width: 100%;
	height: 20px;
}

.deleteImg{
    color: white;
    background: red;
    height: 20px;
    display: inline-block;
    width: 49%;
}

.renomearImg{
	color: white;
	background: #286090;
	float: left;
	height: 20px;
	margin-right: 0px;
	width: 49%;
}

.acitionlinks{
	display:none;
}

.file{
    text-align: center;
    margin-bottom: 15px;
}

.file:hover .acitionlinks {
	display:block;
}

.file a  > div{
	display:table;
	width:100%;
	vertical-align:middle;
	text-align:center;
}
.file a > div div{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	text-align:center;
}

.file a img { 
	max-width:190px;
	max-height:120px;
}

.file-image {
	height:125px;
}
.file-name {
	height:20px;
}

.acitionlinks{
	float: left;
	width: 100%;
}

.file-name span {
    font-size: 11px;
 }

 .file:hover{
	background:rgb(240, 248, 255);
}

#baixomanager{
	width: 100%;
	height: 500px;
	padding: 0px;
	display:inline-block;
}

#dic{
    float: left;
    margin-right: 0px;
	width:100%;
	height: 500px;
	overflow: hidden;
}

#uploaded_images{
	height: 100%;
	overflow: scroll;
}

.imgs-loading-container {
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.imgs-loading {
    min-height: 700px;
}

.toast {
    z-index: 11000;
  }

.modal-upload-content{
   height: calc(100% - var(--header-h));
}

#insertimage{
	background:#f8f8f8;
	width: 100%;
	height: 100%;
	padding: 0px;
	display:none;
}

#imageinsertback {
    padding: 10px 20px;
    background: #cccccc;
	color: black;	
}

#imageinserir{
    padding: 10px 20px;
    background: #cccccc;
	color: black;	
	float: right;
}

#imginsert{
	display: inline-block;
	max-width: 100%;
	margin-top: 5px;
	max-height: 350px;
}

.imgMaxWH{
    max-width: 70px;
	height: 70px;
}

.imgMaxWH2{
    max-width: 100px;
	max-height: 100px;
}

.imgMaxWH3{
    max-width: 47px;
	max-height: 35px;
}

.imgMaxWH4{
    max-width: 320px;
	max-height: 223px;
    margin: 0 auto;
}

.imgMaxWH5{
    max-width: 286px;
	max-height: 213px;
}

.product-selected{
    display: none !important;
}

.inputClass{
    padding-top: 25px;
}

.icon-btn {
    border: none; /* Remove borders */
    font-size: 16px; /* Set a font size */
    background-color: #fff;
}

.icon-btn:focus{
    outline: 0;
}
  
.color-red{
    color: #ff0000;
}

.warning{
    background: #fcf8e3 !important;
}
.danger {
    background: #f2dede !important;
}

.sep-l {
	border-left: 2px solid var(--primary);
}

.sep-t {
    border-top: 2px solid var(--primary);
}

.sep-r {
    border-right: 2px solid var(--primary);
}

.sep-b {
    border-bottom: 2px solid var(--primary);
}

.permission-list {
    list-style: none;
	padding-left: unset;
}

.permission-list li a {
    display: flex;
    gap: 0.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	text-decoration: none;
}

.permission-list > li > ul {
    list-style: none;
	margin-top: .5rem;
}

.permission-list > li > ul > li > .form-check {
    padding-left: unset;
}

.permission-list a > i {
	transition: transform .3s ease-in-out;
}

.permission-list a.toggled > i {
	transform: rotate(90deg);
	transition: transform .3s ease-in-out;
}

.w-30 {
    width: 30% !important
}


.w-45 {
    width: 45% !important
}

.payment-method-img-small {
	max-width: 50px;
	max-height: 30px;
}

input.datatable__filter {
    display: flex;
}

thead input {
    width: 100%;
}

thead select {
    width: 100%;
}

#gridProducts_wrapper .dataTables_filter { 
    display: none; 
}

.order-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}

.order-actions-left, .order-actions-right {
	display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
	justify-content: flex-start;
    gap: 1rem;
}

.order-actions-right {
    justify-content: flex-end;
}

.card.attached {
	border-radius: 0;
}

.order_delete_action {
    margin-right: 0px;
    margin-left: auto;
}

.tracking_number{
    border: 2px solid #ddd;
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
    border-width: 1px;
    margin: 0;
    padding: 0 .3rem;
    min-width: 130px;
    
}

.rotateIcon{
    transform: rotateZ(260deg);
    color: #fff;
}

.tracking_number_div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
}

#expedir_guias_modal .modal-footer{
    justify-content: space-between;
}

.ctt-remessas-msg-email{
    width: 95%;
    background-color: #FFF;
    text-align: start;
    padding: 10px;
    font-style: italic;
    font-size: 12px;;
}

.btn-remessas-order{
    width: 100px;
    color: #fff;
}

.btn-remessas-order:hover{
    color: #fff;
}

.weight-shipment-table{
    vertical-align: middle;
}

.tabbed-nav > .tab-content {
	flex-grow: 1;
    flex-shrink: 1;
    align-self: stretch;
	width: 100%;
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.card-dropdown-actions {
    color: var(--menu-link-c);
}

.card-dropdown-actions:hover {
    color: var(--menu-link-c);
}

.userHrefTag{
    color: white;
}

.userHrefTag:hover{
    color: white;
    text-decoration: none;
}

.daterangepicker {
    z-index: 99999999;
}

.chart-card h5 {
    font-size: .9rem;
	color: var(--primary);
	font-weight: 700;
}

.chart-card h6 {
	font-weight: 700;
	font-size: 1.1rem;
}

.modalDivClose {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
	background: var(--primary);
	border: 1px solid var(--primary);
	width: 15px;
	height: 15px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
    background: var(--primary-dark);
	border: 1px solid var(--primary-dark);
    cursor: pointer;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after, 
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand, 
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
    background: white;
}

.tabulator-row .tabulator-cell.tabulator-editing {
	padding: 8px;
	border-color: var(--primary);
}

#most-sold .chart-root .apexcharts-legend-series {
    width: 40%;
}

.chart-card {
    height: 100%;
}

.chart-card > .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chart-controlled-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.chart-controlled, .chart-static {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.saldo-group {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.25rem;
}

.saldo-size {
    font-size: 2rem;
}

.total-save{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.accept-appointment{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
}

.service-fullcalendar{
    overflow-y: scroll;
    height: 750px;
}

.btns-appointments{
    color: white;
}

.btns-appointments:hover{
    color: white;
}

.prescription-link {
    font-size: 3rem;
    max-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.attach-top {
    position: fixed;
    width: 100%;
    top: var(--header-h);
    right: var(--scroll-width);
    z-index: 1000;
}

.checkout-options-methods-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

label.form-control {
    padding: 0;
    border: 0;
}

.radio-checkout-label {
    display: block;
    cursor: pointer;
    background-color: white;
}

.radio-checkout-input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}

.radio-checkout-input:checked ~ .radio-checkout-wrapper {
    border: 3px solid var(--bs-primary);
    transition: border .2s ease-in-out;
}

.radio-checkout-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    border: 1.5px solid var(--border-color);
    border-radius: 0.25rem;
    padding: 1rem 1.5rem;
    transition: border .2s ease-in-out;
}

.radio-checkout-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    gap: 0.5rem;
}

.radio-checkout-info {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.radio-checkout-info-wrapper > .radio-checkout-info .radio-checkout-info-name {
    font-size: 1rem;
    color: #444;
}

.radio-checkout-price .radio-checkout-price-value {
    font-size: 1.1rem;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
}

label.is-invalid {
    border: 1px solid #dc3545;
}

.checkout-selection-wrapper, 
.checkout-store-pickup {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.radio-checkout-input:checked ~ .radio-checkout-wrapper .input-nif-use-ship-data {
    display: block;
}

.input-nif-use-ship-data {
    display: none;
}

.payment-methods {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.payment-methods img {
    width: 50px;
    max-height: 30px;
}

.tabulator-table-options {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: white;
}

.modal-dialog .tabulator-table-options {
	top: -1rem;
}

.table-options-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    flex: 1;
}

.table-options-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}

.table-options-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.column-toggle-wrapper {
	display: flex;
    flex-direction: column;
	gap: .5rem;
}

.column-toggle-item-wrapper {
	display: flex;
    flex-direction: row;
	align-items: center;
	gap: .5rem;
}

.column-toggle-item-wrapper > i.fa-grip-vertical,
.column-toggle-item-wrapper > i.fa-grip-lines-vertical {
	margin-bottom: -2px;
	cursor: grab;
}

.column-toggle-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
	flex: 1;
}

.column-toggle-item > .form-check-label {
    font-weight: 600;
}

.dropdown-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    gap: 0.5rem;
}

.dropdown-item-icon > .item-icon {
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-item-icon > .item-icon > i {
    margin-bottom: -2px;
}

.image-item {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: space-between;
	gap: .5rem;
}

.uploads-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
    gap: 0.5rem;
}

.image-upload-card {
    display: flex;
    flex-direction: column;
	align-items: center;
    gap: 0.5rem;
	width: 23.5%;
}

.image-upload-card-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.image-upload-card-img-container > img {
	width: 100%;
}

.image-upload-card-actions {
    position: absolute;
    bottom: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
    background-color: rgba(0,0,0, .8);
    width: 100%;
    transition: bottom .4s ease-in-out;
}

.image-upload-card:hover .image-upload-card-actions {
	bottom: 0;
	transition: bottom .4s ease-in-out;
}

.image-upload-card-name {
    display: flex;
    align-items: flex-start;
    align-content: center;
    height: 45px;
    overflow: hidden;
    font-size: .75rem;
    font-weight: 600;
    padding: 0.5rem;
}

.image-upload-card-img-error {
	position: absolute;
	color: var(--bs-danger);
}

.image-item-card {
    display: flex;
    width: 225px;
    height: 225px;
}

.image-item-card > .image-container {
    position: relative;
}

.image-item-card > .image-container > .image-description {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0, .6);
    width: 100%;
    color: white;
    padding: 0.3rem 0.5rem;
    max-height: 50px;
	opacity: 0;
	transition: opacity .4s ease-in-out;
	border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.image-item-card:hover > .image-container > .image-description {
	opacity: 1;
	transition: opacity .4s ease-in-out;
}

.image-item-card > .image-container > .image-actions {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.image-multiple-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

.modal-body .dropzone {
    min-height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bs-primary);
	flex-wrap: wrap;
}

.modal-body .dropzone .dz-message {
	margin: 0;
}

.modal-content .modal-body .modal.position-absolute .modal-content {
	border-radius: .25rem;
} 

.border-radius-sm {
	border-radius: .25rem;
}

.card-body-title h5 {
	font-size: .9rem;
    color: var(--primary);
    font-weight: 700;
}

.discount-levels {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.discount-level {
	display: flex;
	flex-direction: column;
}

.discount-level-controls {
	display: flex;
    gap: 1rem;
}

.discount-level-controls .form-control {
	width: auto;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    max-height: 250px;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    margin: 0px;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0!important;
    bottom: 0px;
    right: 0!important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: auto;
    width: auto;
    visibility: visible;
    overflow: hidden scroll;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0!important;
}


.text-link {
    color: var(--primary) !important;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
	transition: color .2s ease-in-out;
}

.text-link:hover {
    color: var(--primary-dark) !important;
    text-decoration: underline;
	transition: color .2s ease-in-out;
}

.notification-badge{
    position: absolute;
    background: var(--bs-danger);
    border-radius: 10rem;
    width: 16px;
    height: 16px;
    right: -8px;
    top: calc(50% - 16px);
    font-size: 70%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.notification-bell .dropdown-title {
    font-weight: 700;
	color: var(--bs-dark);
}

.notification-bell  .notification-card > .notification-content > h6 {
	font-size: .8rem;
    font-weight: 600;
	color: var(--text-c);
}

.notification-bell .notification-card > .notification-content > .notification-description {
	font-size: .75rem;
	color: var(--bs-light-text);
}

.notification-bell .notification-card > .notification-content > .notification-time {
	font-size: .7rem;
    font-weight: 700;
}

.notification-bell .notification-card {
    display: flex;
    gap: 1rem;
	color: var(--text-c);
	
	transition: background-color .2s ease-in-out;
}

.notification-bell .notification-card:not(:last-child) {
	border-bottom: 1px solid var(--bs-border-color);
}

.notification-bell .notification-card:hover {
    text-decoration: none;
	background-color: var(--bs-secondary-bg);
	transition: background-color .2s ease-in-out;
}

.notification-bell .notification-card .notification-icon {
    width: 40px;
    height: 40px;
    background-color: var(--bs-primary);
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.notification-bell .notification-card .notification-content {
    width: 100%;
}

.notification-bell .dropdown-header {
	border-bottom: 1px solid var(--bs-border-color);
}

.notification-bell .notification-card-container {
	overflow-y: auto;
	max-height: 300px;
}

.notification-bell .dropdown-item {
	text-align: center;
	color: var(--bs-primary);
	border-top: 1px solid var(--bs-border-color);
	border-bottom-left-radius: var(--bs-dropdown-border-radius);
	border-bottom-right-radius: var(--bs-dropdown-border-radius);
	transition: color .2s ease-in-out;
}

.notification-bell .dropdown-item:hover {
	color: var(--primary-dark);
	transition: color .2s ease-in-out;
}

.select2-container--default .select2-selection--single,
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: var(--bs-border-width) solid var(--bs-border-color);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: var(--primary);
	border-color: var(--primary);
	color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-color: var(--primary);
	color: white;
	border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, 
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: white;
}

.form-floating > .select2-container--default .select2-selection--single {
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .select2-container--default .select2-selection--multiple {
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: unset;
	padding-right: unset;
}

.form-floating > .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
    transform: translateY(-50%);
}

.form-floating > .select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
	margin: 0;
}

.login-form .form-floating>.form-control:not(:-moz-placeholder-shown) ~ label {
	color: rgb(255, 255, 255, .65);
}

.login-form .form-floating > .form-control-plaintext~label, 
.login-form .form-floating>.form-control:focus ~ label, 
.login-form .form-floating>.form-control:not(:placeholder-shown) ~ label, 
.login-form .form-floating>.form-select ~ label {
	color: rgb(255, 255, 255, .65);
}

.mass-update-switch{
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    --bs-border-opacity: 1;
    border-radius: var(--bs-border-radius);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.switch-label{
    color: #becdcf;
}

.mass-update-switch-selected{
    border: var(--bs-border-width) var(--bs-border-style) var(--primary);
}

.switch-label-selected{
    color: var(--primary);
}

.picking-barcode-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
}

.picking-items-wrapeer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 1rem;
    border-left: solid 10px red;
}

.picking-items-wrapeer-green {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 1rem;
    border-left: solid 10px green;
}

.picking-item-info {
    display: flex;
    flex-direction: column;
    color: black;
}

.picking-item-quantity {
    display: flex;
    gap: 1rem;
    font-weight: bold;
}

.mass-update-switch .form-switch {
	min-height: auto;
}

.input-group > .form-control:not(:focus).was-changed, 
.input-group > .form-floating:not(:focus-within).was-changed,
.input-group > .form-select:not(:focus).was-changed {
	z-index: 4;
}

.form-control.was-changed {
    border-color: var(--bs-warning);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-exclamation-triangle%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M7.938%202.016A.13.13%200%200%201%208.002%202a.13.13%200%200%201%20.063.016.15.15%200%200%201%20.054.057l6.857%2011.667c.036.06.035.124.002.183a.2.2%200%200%201-.054.06.1.1%200%200%201-.066.017H1.146a.1.1%200%200%201-.066-.017.2.2%200%200%201-.054-.06.18.18%200%200%201%20.002-.183L7.884%202.073a.15.15%200%200%201%20.054-.057m1.044-.45a1.13%201.13%200%200%200-1.96%200L.165%2013.233c-.457.778.091%201.767.98%201.767h13.713c.889%200%201.438-.99.98-1.767z%22%20style%3D%22%20%22%20fill%3D%22%23ffc107%22%3E%3C%2Fpath%3E%20%3Cpath%20fill%3D%22%23ffc107%22%20d%3D%22M7.002%2012a1%201%200%201%201%202%200%201%201%200%200%201-2%200M7.1%205.995a.905.905%200%201%201%201.8%200l-.35%203.507a.552.552%200%200%201-1.1%200z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.spinner-grow-lg {
	--bs-spinner-width: 3rem;
    --bs-spinner-height: 3rem;
}

.volumes-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.login-2fa {
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: var(--primary);
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
}

.login-2fa p{
    color: white;
}

.login-2fa h3{
    color: white;
}

.login-2fa label{
    color: white;
}

.login-2fa input[type="text"] {
	background-color: #0081C7;
    border-color: #0081C7;
    color: #fff;
} 

.login-2fa input[type="text"]:focus,
.login-2fa input[type="text"]:active {
	background-color: #00A2FA;
    border-color: #00A2FA;
    color: #fff;
} 

.login-2fa input:-webkit-autofill:focus, 
.login-2fa input:-webkit-autofill:active,
.login-2fa input:-webkit-autofill:hover {
	-webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 30px #00A2FA inset !important;
}

.login-2fa input:-webkit-autofill {
	-webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 30px #0081C7 inset !important;
}

.condition {
    color: red;
}
.condition.met {
    color: green;
}

.dropdown-menu.dropdown-livewire-fix {
	transform: translate(0, 56px) !important;
}

.notification-bell .dropdown-toggle::after {
	display: none;
}

.notification-bell .dropdown-menu {
	width: 300px;
}

.notification-list {
	height: 300px;
    max-height: 300px;
	overflow-x: hidden;
    overflow-y: auto;
}

.notification-item {
    display: flex;
    flex-direction: column;
    padding: .5rem 1rem;
	transition: all .2s ease-in;
	cursor: pointer;
}

.notification-item:hover {
	text-decoration: none;
	background-color: var(--bs-gray-300);
}

.notification-item > .notification-header {
    display: flex;
    justify-content: space-between;
}

.notification-item > .notification-footer {
    display: flex;
    justify-content: space-between;
}

.notification-item .notification-title {
    font-weight: 600;
	font-size: .9rem;
    color: var(--bs-primary);
}

.notification-item .notification-body {
    font-size: .75rem;
	color: var(--bs-body-color);
}

.notification-item .notification-footer {
    font-size: .8rem;
	color: var(--bs-secondary);
}

.notification-list > .notification-item:not(:last-child) {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.notification-list .empty-text {
	font-weight: 700;
	color: var(--bs-gray-300);
}

#translationModal {
    color: black;
    font-weight: normal;
}

#alertModal{
    color: black;
    font-weight: normal;
}

.card-fsh-100 {
	min-height: calc(100% - var(--header-h));
}

.schedule-list {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
	border-radius: .25rem;
	margin: 0;
	padding: 0;
}

.schedule-list > li {
	min-height: 72px;
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.schedule-day {
    min-width: 80px;
    align-self: stretch;
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.season-schedule-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gerir-saldo-buttons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1rem;
}


.py-8 {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important;
}

.bsb-timeline-1 {
	--bsb-tl-color: var(--bs-primary-bg-subtle);
	--bsb-tl-circle-color: var(--bs-primary);
	--bsb-tl-circle-size: 18px;
	--bsb-tl-circle-offset: 9px;
}

.bsb-timeline-1 .timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.bsb-timeline-1 .timeline:after {
	background-color: var(--bsb-tl-color);
	bottom: 0;
	content: "";
	left: 0;
	margin-left: -1px;
	position: absolute;
	top: 0;
	width: 2px;
}

.bsb-timeline-1 .timeline>.timeline-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.bsb-timeline-1 .timeline>.timeline-item:nth-child(1):before {
    background-color: var(--bsb-tl-circle-color);
    border: 2px solid var(--bsb-tl-circle-color);
}

.bsb-timeline-1 .timeline>.timeline-item:before {
	background-color: var(--bs-modal-bg);
	border-radius: 50%;
	content: "";
	height: var(--bsb-tl-circle-size);
	left: calc(var(--bsb-tl-circle-offset)*-1);
	position: absolute;
	top: 0;
	width: var(--bsb-tl-circle-size);
	z-index: 1;
	border: 2px solid var(--bsb-tl-circle-color);
}

.bsb-timeline-1 .timeline>.timeline-item .timeline-body {
	margin: 0;
	padding: 0;
	position: relative;
}

.bsb-timeline-1 .timeline>.timeline-item .timeline-content {
	padding: 0 0 2.5rem 2.5rem;
}

.bsb-timeline-1 .timeline>.timeline-item:last-child .timeline-content {
	padding-bottom: 0;
}

.notification-bubble {
	top: 30%;
    left: 65%;
    padding: .3rem;
}

@media (max-width:576px) {
    body{
        min-width: 1024px;
    }
}

@media (min-width:768px) {
	.bsb-timeline-1 .timeline>.timeline-item .timeline-content {
		padding-bottom: 3rem;
	}
}

@media (min-width:576px) {
	.py-sm-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
}

@media (min-width:768px) {
	.py-md-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
}

@media (min-width:992px) {
	.py-lg-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
}

@media (min-width:1200px) {
	.py-xl-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
}

@media (min-width:1400px) {
	.py-xxl-8 {
		padding-bottom: 4.5rem !important;
		padding-top: 4.5rem !important;
	}
}

/*# sourceMappingURL=appshell.css.map*/