/*-----------
Version 20240903_04gy
-------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

body {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: #ececec7a;
}
a,
a:hover {
  color: #c01414;
}
.btn-primary,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active  {
  /* border-radius: 6px; */
  background: #c01414;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-color: #c01414;
  /* font-size: 13px; */
  font-style: normal;
  /* font-weight: 600; */
  /* line-height: 14px; */
}

.btn-primary:hover {
  opacity: 0.9;
  background-color: #c01414;
  border-color: #c01414;
}

.alert-primary {
  border-radius: 7px;
  border: 1px dashed var(--Primary-Primary, #c01414);
  background: rgba(69, 114, 186, 0.13);
}

.alert-primary span {
  color: var(--Gray-Gray-800, #3f4254);
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.alert-primary small {
  color: var(--Primary-Primary, #c01414);
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.alert-primary small a {
  color: var(--Primary-Primary, #c01414);
}

.main-container-auth {
  width: 100vw;
  height: 100vh;
  background-image: url("../assets/images/hero-login3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.main-container-auth .logo-container img {
  width: 300px;
}

.main-container-auth .form-container h2 {
  color: #202224;
  font-family: "Nunito Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.114px;
}

.main-container-auth label.form-label {
  color: #202224;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.064px;
}

.col-logo {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.payoff {
  width: 300px;
  margin-top: 20px;
}

.form-container {
  background: #fff;
  width: 540px;
  min-height: 450px;
  padding: 20px 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  border-radius: 24px;
}

.form-container h2 {
  color: #202224;
  font-size: 24px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.24px;
}

.form-container input,
.form-container .form-select {
  border-color: #e1e3ea;
}

.form-container ::placeholder,
.form-container .form-select,
.questionario select option.scelta-iniziale {
  color: #7e8299 !important;
  font-size: 12px !important;
  line-height: 14px;
}

.form-container .form-select {
  padding-top: 11px;
  padding-bottom: 11px;
}

.form-container p {
  color: #202224;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7em;
}

.form-container p a {
  color: #c01414 !important;
  text-decoration: none;
}

.form-container p a:hover {
  color: #c01414 !important;
  text-decoration: underline;
}

.form-check-label {
  color: #5e6278;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
}

.form-check-label a {
  color: #c01414;
  text-decoration: none;
}

/* checkbox */
.form-check-input:checked {
  background-color: #c01414;
  border-color: #c01414;
}

.custom-checkbox .form-check-input:focus {
  border-color: #c01414;
}

/*end Authentication Pages*/
/*== general setting ==*/
.accent-color {
  color: #bce784;
}

.accent-bg {
  background-color: #bce784;
}

/*navigazione*/
header,
footer {
  background-color: #fff;
  color: #c01414;
}

footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

header a {
  color: #202224;
}

.navbar-nav a.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #202224;
}

.navbar-brand {
  display: inline-block;
}

.navbar-brand img {
  height: 80px;
}

.border-top-1 {
  border-top: 1px dotted #eee;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-right: 36px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 40px;
}


/* == main container ==*/
.main-container {
  min-height: calc(100vh - 150px);
}

h3.title-page {
  color: #202224;
  font-family: "Nunito Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.114px;
}

h3.internal-title {
  color: #202224;
  font-family: "Nunito Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.114px;
}

.card {
  border-radius: 12px;
  border: 1px solid #f1f1f2;
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  min-height: 100px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.card .card-header {
  background: #fff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 12px 30px 12px;
  border-color: transparent;
}

.card .card-footer {
  background: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 10px 2.25rem;
  border-top: 0;
}

.card h3.card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.18px;
  margin-bottom: 0px;
  color: #3f4254;
}

.card .card-body {
  padding: 2rem 2.25rem;
}

.card input,
.card select,
.card textarea {
  border-color: #f1f1f2;
  color: #202224;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  outline-offset: 0;
  border-radius: 6px;
  border: 1px solid var(--Gray-Gray-300, #e1e3ea);
  background-color: var(--white-dark-white, #fff);
  padding: 13px 12px;
  line-height: 14px;
}
.card input:focus,
.card select:focus,
.card textarea:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}
.card input,
.card select{
  height: 40px;
}
.card input::placeholder {
  color: #7e8299;
}

.card input {
  line-height: 14px;
}

.card select {
  line-height: 14px;
}

label.form-label {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.18px;
  color: #5e6278;
}

.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #d9214e;
  padding-left: 0.25rem;
  font-weight: 600;
}

.questionario span.text-danger {
  color: #d9214e;
}

.card button.btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  min-width: 160px;
  min-height: 40px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border-width: 1px;
}

.card .btn-primary {
  background-color: #C01414;
  color: #fff;
  border-color: #C01414;
}

.card .btn-secondary {
  background-color: #fff;
  color: #C01414;
  border-color: #C01414;
}

.card .btn-blue {
  border-radius: 6px;
  background: var(--Primary-Primary, #c01414);
  color: #fff;
}

.button-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-bottom: 1rem;
}

.button-area-left {
  display: flex;
  gap: 14px;
}

/*== Clients card ==*/
.search-bar-clients {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

input#search-client {
  width: 400px;
  background-image: url("../assets/images/search-icon.svg");
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 600;
  color: #7e8299;
  padding-left: 50px;
  background-position-y: center;
  background-position-x: 8px;
}

input#search-client::placeholder {
  color: #202224;
}

.clients-card .card {
  box-shadow: none;
  text-align: center;
  min-height: 257px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.clients-card .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

.clients-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.card .btn-client {
  background-color: #fff;
  border-bottom: 0.5px solid #4572ba !important;
  width: 138px;
  padding: 11px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.clients-card h4 {
  color: #3f4254;
  font-size: 16px;
  line-height: 16px;
}

.clients-card h5 {
  color: #202224;
  font-size: 14px;
  line-height: 14px;
}

.card span.title-details {
  font-size: 14px;
  line-height: 14px;
  color: #4572ba;
  display: block;
  margin-bottom: 7px;
}

.card span.subtitle-details {
  font-size: 12px;
  line-height: 12px;
  color: #202224;
  display: block;
}

.clients-card .card-heading {
  margin-bottom: 12px;
}

/*--pagination--*/
.nav-pagination {
  margin-top: 79px;
}

.page-link {
  border-width: 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  letter-spacing: -0.18px;
  color: #7e8299;
}

.page-link.active {
  border-radius: 6px;
  background: var(--bce-784, #bce784);
}

/*== anagrafiche ==*/
/*top card*/
.top-card {
  margin-bottom: 20px;
}

.top-card .card-header {
  border: none;
}

.top-card .card-footer {
  border: none;
  padding-bottom: 1px;
}

.btn-top-right {
  position: absolute;
  top: 30px;
  right: 30px;
}

.top-card h3 {
  color: #202224;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.18px;
}

.top-card .legal-reference {
  color: #5e6278;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  background-image: url("../assets/images/legal-reference.svg");
  background-repeat: no-repeat;
  padding-left: 28px;
}

.top-card a.contact-wicon {
  color: var(--Carta-da-Zucchero-Futura, #4572ba);
  font-size: 13px;
  font-weight: 700;
  display: block;
  width: 82px;
  background-image: url(../assets/images/mail-icon.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  float: right;
}

.progress-container {
  width: 330px;
  overflow: hidden;
}

.progress-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.progress-info span {
  color: #202224;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 0;
}

.progress {
  height: 8px;
}

.progress-bar {
  height: 8px;
  background-color: #bce784;
  text-align: right;
  /* Positions the text to the right */
  border-radius: 10px;
  /* Rounded corners */
  box-sizing: border-box;
}

.progress-text {
  padding-left: 10px;
  /* Space before the text */
  display: inline-block;
  vertical-align: middle;
}

#tablist-for-anagrafica {
  border: none;
}

#tablist-for-anagrafica .nav-link {
  color: var(--Gray-Gray-500, #202224);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
}

#tablist-for-anagrafica .nav-link.active,
#tablist-for-anagrafica .nav-link:focus,
#tablist-for-anagrafica .nav-link:hover,
#tablist-for-anagrafica .nav-link {
  border-radius: 0;
  border-top-width: 0px !important;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: transparent;
}

#tablist-for-anagrafica .nav-link.active {
  border-radius: 8px;
  color: #fff;
  background: #c01414;
}

/* tab anagrafica */
.gruppi-accettazioni {
  display: flex;
  justify-content: space-between;
}

.gruppi-accettazioni label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-left: 10px;
}

.gruppo-accettazioni {
  display: flex;
  align-items: center;
}

/* tab Documenti*/
.docs-card .card {
  text-align: center;
  min-height: 240px;
  margin-top: 12px;
  margin-bottom: 12px;
}

p.doc-title {
  color: var(--Gray-Gray-800, #3f4254);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-top: 15px;
  height: 48px;
  margin-bottom: 4px;
}

p.date {
  color: var(--Gray-Gray-500, #202224);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

/* tab questionari */
select#assegnazione-questionario {
  padding: 9px 13px;
}

.storico-assegnazioni {
  margin-top: 50px;
}

p.Assegnazione-title {
  color: var(--Gray-Gray-800, #3f4254);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

p.assegnazione-data {
  color: var(--Gray-Gray-500, #202224);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

.progress-container-assegnazioni {
  width: 180px;
  overflow: hidden;
}

.progress-bar.verde-futura {
  background-color: #035158;
}

.progress-perc {
  color: var(--Gray-Gray-500, #202224);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}

.row.assigment select {
  padding: 9px 13px;
}

/*=== USER ===*/
/*-- navigazione verticale questionario ---*/
.form-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.vertical-nav {
  border-radius: 12px;
  border: 1px solid var(--Gray-Gray-200, #f1f1f2);
}

.vertical-nav .info-step {
  display: flex;
  flex-direction: column;
  width: 130px;
  padding: 0px;
}

.vertical-nav .list-group-item {
  display: flex;
  justify-content: start;
  flex-direction: row;
  gap: 8px;
  border-bottom: 0px;
  position: relative;
}

.vertical-nav .list-group-item .title-vnav {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.vertical-nav .list-group-item .subtitle-vnav {
  color: var(--Gray-Gray-800, #3f4254);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.vertical-nav .list-group-item.active .title-vnav {
  color: #4572ba;
}

.vertical-nav .list-group-item.active {
  background: transparent;
}

.vertical-nav .list-group-item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.vertical-nav .list-group-item:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.vertical-nav .list-group-item .step-number {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--bce-784, #bce784);
  color: var(--Primary-Primary, #c01414);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.vertical-nav .list-group-item.active .step-number {
  background: var(--Primary-Primary, #c01414);
  color: #fff;
}

/* Pseudo-elemento per la linea */
.vertical-nav .list-group-item .step-number:after {
  content: "";
  position: absolute;
  left: 50%;
  /* Centra la linea rispetto al numero */
  top: 100%;
  /* La linea inizia alla fine del numero */
  transform: translateX(-50%);
  /* Corregge il posizionamento centrale */
  border-left: 1px dashed #e1e3ea;
  height: 80px;
}

/* Remove line last-child .list-group-item */
.vertical-nav .list-group-item:last-child .step-number::after {
  display: none;
}


.questionario .form-check-input[type="radio"],
.questionario .form-check-input[type=checkbox] {
  margin-left: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 25px;
  height: 25px;
  padding: 6px;
  background-repeat: no-repeat;
  opacity: unset;
}

.questionario iframe {
  aspect-ratio: 16/9;
}

.questionario label,
.questionario select option {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.18px;
}

.questionario label.form-label {
  color: var(--Gray-Gray-700, #5e6278);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.questionario label.form-check-label,
.questionario select option {
  color: var(--Gray-Gray-800, #3f4254);
  font-weight: 600;
}

.questionario .title-results {
  color: var(--Gray-Gray-800, #3f4254);
  font-size: 28px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.28px;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.option-selected {
  border-radius: 6px;
  background: var(--Primary-Primary-Light, #c0181317);
}

.attention-red,
.attention-blue {
  font-size: 13px;
  font-weight: 500;
  border-radius: 7px;
  padding: 20px 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.attention-red {
  border: 1px solid var(--Danger-Danger, #f1416c);
  background: var(--Danger-Danger-Light, #fff5f8);
}

.attention-blue {
  border: 1px solid var(--Primary-Primary, #c01414);
  background: rgba(69, 114, 186, 0.1);
}

.attention-red .img-box,
.attention-blue .img-box {
  width: 65px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.attention-red .img-box {
  background-image: url("../assets/images/shield-cross.svg");
}

.attention-blue .img-box {
  background-image: url("../assets/images/shield-cross-blue.svg");
}

.attention-red img.icon,
.attention-blue img.icon {
  margin-left: 7px;
}

.attention-red .box-title,
.attention-blue .box-title {
  color: #3f4254;
  font-size: 15px;
}

.attention-red .text-information {
  color: var(--Danger-Danger, #f1416c);
}

.info-box {
  width: 100%;
}

/* =========================== CHATBOT ========================= */

/* Stili generali per il chatbot */
.chatbot {
  position: fixed;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: 0;
  border: 5px solid #7280996b;
  border-radius: 50%;
  margin-bottom: 25px;
  margin-right: 25px;
  background-color: #c01414;
  cursor: pointer;
  z-index: 99;
}

/* Al click, il chatbot si espande mostrando il corpo */
.chatbot-body {
  width: 35vw;
  height: auto;
  max-height: 50vh;
  border: 1px solid #3f4254;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -102%);
  background-color: #ffffff;
  box-shadow: 0px 4px 7px 1px #2632387a;
  display: flex;
  flex-direction: column-reverse;
  padding: 12px;
  font-size: 12px;
  overflow-y: auto;
}

/* Mostra il corpo del chatbot quando è aperto */
.chatbot-body.visible {
  visibility: visible;
}

/* Stili per l'input del testo */
.form-control {
  border-radius: 6px;
  border: 1px solid var(--Gray-Gray-300, #e1e3ea);
  background: var(--white-dark-white, #fff);
  padding: 13px 12px;
  line-height: 14px;
}
.form-control:disabled,
.form-control.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
/* Stili per le domande e risposte */
.chatbot-message {
  border: 2px solid #4572ba21;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
}

.chatbot-question {
  color: #3f4254;
  text-align: right;
  font-style: italic;
  padding-right: 12px;
}

.chatbot-answer {
  color: #3f4254;
  text-align: left;
  font-weight: bold;
  background-color: #eef6ff;
  border-radius: 8px;
  padding: 8px;
}

.chatbot-question label,
.chatbot-answer label {
  display: block;
  font-style: normal;
  color: #4573bb;
  font-weight: 600;
}

.chatbot i.bi {
  transform: translate(60%, 30%);
  font-size: 25px;
  color: #728099;
}

.chatbot-body::-webkit-scrollbar {
  width: 10px;
}

.chatbot-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.chatbot-body::-webkit-scrollbar-thumb {
  background-color: #4573bb;
  border-radius: 20px;
  border: 2px solid #ffffff;
}

.chatbot-body::-webkit-scrollbar-thumb:hover {
  background-color: #34568b;
}

/* ============================================================= */
/* ===== Form check =====*/
.form-check input.form-control {
  margin: 10px 0px 10px 4%;
  margin-top: 10px;
}

.table-customized thead tr {
  border-bottom: 0.6px solid #D5D5D5;
  background: #f8cecd17;
  color: #202224;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}
.table-customized thead th {
  width: auto;
}
.table-customized th.info-data {
  width: 254px;
}
.table-customized tbody {
  background: #fff;
  color: #202224;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
td.url-in-table a {
  word-break: break-word;
  white-space: normal;
}
.table-customized button.btn.btn-outline {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: #C01414;
  border: 1.5px solid;
  padding: 5px 13px;
  min-width: 80px;
  border-radius: 21px;
  line-height: 12px;
  min-height: 20px;
  display: inline-block;
  margin-bottom: 4px; 
}
.table-customized button.btn.btn-outline:active{
  color:#fff;
}
.table-customized td{
  vertical-align: middle;
}
.text-truncate {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 200px;
}

.headingWButton {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: center;
}

.headingWButton>button.btn,
.headingWButton>button.btn.active,
.headingWButton>button.btn:active {
  border-radius: 12px;
  background: #c01414;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-color: #c01414;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  min-height: 25px;
  height: 25px;
}

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border: 1px solid #c01414;

}

.modal.show .modal-dialog {
  transform: translate(0px, 75px);
}

.modal.fade.show {
  background: #cccccc82;
}

/* switch visualizzazione menu breakpoint 992*/
@media (min-width: 992.1px) {
  .only-mobile-view {
    display: none;
  }

  header {
    height: 90px;
  }

  .navbar {
    padding: 0;
  }

  .menu-desktop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 85px;
  }

  .menu-desktop li {
    text-align: center;
    width: 157px;
    height: 42px;
    font-size: 16px;
    font-weight: 600;
  }

    .menu-desktop a.nav-link {
        padding: 8px 0px;
        display: inline-block;
        width: 157px;
        height: 50px;
        padding-top: 12px;
        border-radius: 8px;
    }

  .menu-desktop a.nav-link.active {
    color: #fff;
    background-color: #c01414;
    height: 50px;
    border-radius: 8px;
  }

  .menu-desktop a.nav-link img {
    margin-right: 24px;
  }

  .menu-desktop a.nav-link.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(15%) hue-rotate(262deg) brightness(104%) contrast(105%);
  }

  .user-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }

  .user-menu span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    text-align: right;
    display: block;
  }

  .user-menu .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-end;
    text-decoration: none;
  }

  .user-menu .user-menu-name {
    color: #202224;
    font-size: 12px;
  }

  a.user-menu .user-menu-name:hover {
    color: #202224;
  }

  a.setting {
    background: rgb(229 235 241 / 20%);
    padding: 8px 8px;
    border-radius: 6px;
  }

  #settingsDropdown {
    display: none;
  }

  /*-- menu --*/
  .user-menu a.setting {
    cursor: pointer;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .user-menu .dropdown-menu {
    top: 80px;
    right: 0;
    min-width: 150px;
    font-size: 12px;
  }

  /*== wrapper ==*/
  .container-wrapper {
    padding: 25px;
  }

  /*== sidebar ==*/
  #sidebar h2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.18px;
    margin-bottom: 40px;
  }

  #sidebar ul.nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid #f1f1f2;
    max-width: 150px;
    height: calc(100vh - 60px - 180px);
  }

  #sidebar li.sidebar-button {
    display: flex;
    width: 110px;
    height: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    border: 1px solid #f1f1f2;
    margin-bottom: 10px;
    padding: 0 6px;
  }

  li.sidebar-button.active {
    background: #bce784 !important;
  }

  #sidebar li.sidebar-button a {
    text-align: center;
    color: #3f4254;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    /* 100% */
  }

  #sidebar li.sidebar-button img {
    display: block;
    margin: 0 auto 5px;
  }

  .btn-azioni {
    width: 30%;
  }

}

.msg-alert {
  color: #FF0000;
}

.w-33 {
  max-width: 33%;
}

.downloadFile {
    cursor: pointer;
    color: blue !important;
}

button.btn.btn-light.color-spinner-primary {
  color: #c01414;
  background: transparent;
  border-color: transparent;
}