/* Classe per la direzione ltr */
.ltr {
  direction: ltr;
  text-align: left;
}
/* Classe per la direzione rtl (predefinita per le lingue come arabo) */
.rtl {
  direction: rtl;
  text-align: right;
}

.form-control {
  border-radius: 10px !important;
}
.form-select {
  border-radius: 10px !important;
}

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

.form-floating input,
.form-floating select,
.form-floating textarea,
.timezoneSelect,
.form-floating input:focus,
.form-floating select:focus,
.form-floating textarea:focus,
.timezoneSelect:focus,
.form-floating input[type="password"],
.form-floating input[type="email"],
.form-floating input[type="password"]:focus,
.form-floating input[type="email"]:focus {
  background-color: #f0f3f7;
  border: 0px;
}

/* Colora la label quando il campo è in focus */
.form-floating input:focus ~ label,
.form-floating select:focus ~ label,
.form-floating textarea:focus ~ label,
.timezoneSelect:focus ~ label {
  color: #000;
  font-weight: 500;
}

.form-floating:focus-within label {
  color: #000;
  font-weight: 500;
}

.form-control-sm {
  font-size: 0.900rem !important;
  border-radius: 15px;
}

/* pagine interattive */
body {
  font-weight: 300;
}

h4, .h4 {
  font-size: 1.50rem !important;
}


.btn-primary {
  background-color: #28a745 !important;
  border-color:#28a745 !important;
  border: 0px;
  color: #FFF !important;
}

.btn-secondary {
  background-color: #50429b !important;
  border-color:#50429b !important;
  border: 0px;
  color: #FFF !important;
}

a:not(.btn) {
  position: relative;
  color: #28a745;
  text-decoration: none;
}

a:not(.btn):hover {
  color: #28a745 !important;
  font-weight: bold !important;
}

/*
a:not(.btn)::before {
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #28a745;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.3s ease;
}
*/

b, strong {
  font-weight: 600 !important;
}

input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px white inset;
}

.xsmall-text {
  font-size: 11px;
}

 /* Sidebar */
.sidebar {
  background-color: #b1babf;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  /*
  background-image: url("../assets/img/globalisation-3390877_1920.jpg");
  background-image: url("../assets/img/bg_left1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  */
  background-image: linear-gradient(45deg, #5e3387 0%, #112480 100%);
  animation-duration: 1s;
  background-size: cover;
}

.dt-search {
  text-align: right;
}

.dt-paging-button {
  /*padding: 1px 9px !important;*/
  background-color: #efefef  !important;
  border-radius: 12px !important;
  font-size: 14px;
  color: #FFF !important;
  font-weight: bold;
  font-family: monospace;
}

.dt-info {
  font-size: 12px;
}

.welcome {
  font-size: 36px;
}
.welcome small {
  font-size: 20px;
  display: block;
  margin-bottom: 0px;
  font-weight: 200;
  margin-top: 15px;
}

.headerCardMediation {
}


.btn {
  border-radius: 20px !important;
  padding: 10px 30px;
  border-radius: 22px;
}

.btn-sm {
  font-size: 14px;
  border-radius: 20px;
  padding: 1px 20px;
}

.app-name h4 {
  padding: 30px;
  color: #FFFFFF !important;
  font-size: 35px;
  line-height: 25px;
  margin-bottom: 30px;
}

.app-name h4 span {
  /*font-family: "Yesteryear", cursive;*/
  font-weight: normal !important;
  font-size: 120%;
}

.payoff {
  /*font-family: "Turret Road", sans-serif !important;*/
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 20px !important;
  display: block !important;
  color:  #FFF;
  margin-top: 10px;
  line-height: 22px;
}

.page_modulo ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.page_modulo ol li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.page_modulo h4 {
  margin-top:50px;
}

.btn-white-app {
  background-color: #FFF;

  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;

  margin-bottom: 3px;

}
.btn-white-app:first-child {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}

.btn-white-app a {
  color: #062440;
  font-size: 20px;
  font-weight: 300;
}

.badge-glossary {
  background-color: #062440;
  color: #FFF;
  font-size: 10px;
}

.btn-white-app small {
  font-size: 12px;
  font-weight: 300;
  padding-left: 32px;
  padding-right: 15px;
  font-weight: 600;
  margin-top: -18px;
  padding-bottom: 20px;
  display: block;
}

.adr-user a {
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.unselected {
  background-color: #efefef !important;
  width: 95%;
  margin-left: 4%;
}

.unselected a {
  color: #666 !important;
}


.mini-menu-top {
  font-size: 14px;
}

.sidebar a {
  /*color: white ;*/
  padding: 15px 30px;
  display: block;
  text-decoration: none;
}

.card {
  padding: 20px !important;
  border: 0px !important;
  border-radius: 18px !important;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.card p {
  font-size: 0.9rem;
}
.card-header {
  background-color: #F0F6FF;
  border: 0px !important;
}

.card2 {
  padding: 20px !important;
  border: 0px !important;
  border-radius: 18px !important;
  margin-bottom: 20px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background-color: #FFF;
}
.card2 p {
  font-size: 0.9rem;
}
.card2-header {
    background-color: #F0F6FF;
    border: 0px !important;
    margin: -20px;
    margin-bottom: 15px;
    border-radius: 20px 20px 0px 0px !important;
    font-size: 15px;
    padding: 10px 20px;
}
.card2-footer {
    border-top: 1px solid #efefef;
    margin: -20px;
    margin-top: 15px;
    border-radius: 0px 0px 20px 20px !important;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.header-decorative-image {
  position:absolute; 
  right:0px; 
  bottom:34px; 
  width:240px
}


/* contenuto */
.content {
  margin-left: 300px;
  padding: 0px 20px; 
  background-image: url("../assets/img/exagone2.jpg");
  background-position: bottom center;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.criteria {
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 8px;
  /* color: #FFF !important; */
  font-weight: 600;
  margin-bottom: 2px;
  display: inline-block;
}

.red {
  color: crimson;
}

.blu {
  color: #005587;
}

.mini {
  font-size: 20px !important;
}

.purple {
  background-color: purple;
  color: #FFF;
}
.purple-color {
  color: purple;
}
.blue {
  background-color: #005587;
  color:#FFF;
}
.blue-color {
  color: #005587;
}
.orange {
  background-color: coral;
  color:#FFF;
}
.orange-color {
  color: coral;
}

.green {
  background-color: #28a745;
  color:#FFF;
}
.green-color {
  color: #28a745;
}
/*
@media (max-width: 1400px) {

  .sidebar {
      width: 300px;
  }
  .content {
      margin-left: 300px;
  }
  .app-name h4 {
    padding: 30px;
    font-size: 16px !important;
  }

}
*/



.language-form-chooser {
  position: fixed;
  top:0px;
  left:0px;
  width: 100%;
  padding: 30px;
  background-color: rgba(0,0,0,0.9);
  color: #FFF;
  z-index: 999;
  font-size: 12px;
}

.language-form-chooser a {
  color: #efefef !important;
}

.language-form-chooser h5 {
  font-weight: 400;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}

.list-unstyled li {
  padding-bottom: 6px;
}

/* conteuto mid*/
@media (max-width: 1100px) {

  .sidebar {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
  }

  .content {
    margin-left: 0 !important;
  }

  .app-name h4 {
    padding: 30px;
    font-size: 18px !important;
  }

}

.help-icon {
  width: 40px;
}

.logo-form {
  width: 90%;
  padding: 5% 5%;
  margin-left: 5%;
}

.title-mediation-section {
  font-weight: 700;
  border-bottom: 2px solid #efefef;
  padding-bottom: 7px;
  font-size: 26px;
  display: inline-block;
}



.question-outer {
  width: 100%;
}


.question-box {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.question-white-box {
  padding: 40px;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.info {
  font-size: 12px;
  border-top:1px solid #efefef;
  padding-top: 10px;
}

.procedure-date {
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}

.back-button {
  font-size: 18px;
  margin-left: 20px;
  color: #666 !important;
}

.mediation-detail {
  font-size: 16px;
  border-bottom: 1px solid #efefef;
  font-weight: 500;
  margin-bottom: 14px;
  background-color: #f3f3f3;
  padding: 6px 12px;
  border-radius: 10px;
}

.mediation-detail small {
  font-size: 13px !important;
  font-weight: 400;
  display: block;
  /*text-transform: uppercase;*/
  margin-bottom: 2px;
  color: #818181;
  /*letter-spacing: 1px;*/
}

.party-detail {
  font-size: 14px;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
  margin-bottom: 14px;
  background-color: #f9fbfd;
  padding: 8px;
  border-radius: 10px;
}

.party-detail small {
  font-size: 9px !important;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  color: #818181;
  letter-spacing: 1px;
}

.section-inner-title-h4 {
  font-weight: 600 !important;
  font-size: 26px;
}

.no-meeting {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 7px;
}
.no-meeting .fa {
  margin-right: 5px;
}

.odr-ico-sm {
  width: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.odr-ico-card {
  width: 40px;
}


.odr-ico-md {
  width: 80px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.odr-ico-lg {
  width: 120px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.meeting-time {
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
}



.errore {
  color: crimson;
  font-size: 11px;
  text-transform: uppercase;
  display: none;
  font-weight: 700;
}

.successo {
  color: #28a745 ;
  font-weight: 700;
}
.nav {
    display: block;
    margin: 0 0 100px 30px;
}


.icon-table-grey {
  color: #666;
}

.iconFlex {
  display: flex;
  /* flex-basis: inherit; */
  align-items: center;
}

.choose-lang {
  width: 26px;
  cursor: pointer;
}

.lang-text-button {
  color: #333;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.infoAlreadyStart {
  background: linear-gradient(90deg, #aea4e3, #d3ffe8);
  text-align: center;
  padding: 10px 40px;
  border-radius: 30px;
  text-align: left;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.nationality-icon {
  width: 30px;
  margin-top: 10px;
  margin-left: 20px;
}

.wrapper {
    min-height: 100vh;
    font-weight: 300;
    color: #fff;
    position: relative;
  } 
  .highSection {
    height: min-content;
  }

  /*
  .nav__wrapper {
    font-family: "Roboto Slab", serif;
    position: fixed;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    z-index: 9999;
  }
  */
  .nav__wrapper {
    position: fixed;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    z-index: 9999;
    left:330px;
  }

  .nav {
    margin: 100px 0 100px 30px;
  }
  .nav__counter {
    font-size: 24px;
    transition: all 0.15s ease-out;
  }
  .nav__title {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 0.25em;
    width: 200px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease-out, opacity 0.2s ease-out;
  }
  .nav__body {
    font-weight: 100;
    font-size: 18px;
    width: 200px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease-out, opacity 0.2s ease-out;
  }
  .nav li {
    position: relative;
    transition: all 0.3s ease-out;
    margin-bottom: 1em;
    width: 60px;
  }
  .nav li:after {
    content: "";
    display: block;
    border-top: 2px solid #999;
    height: 250px;
    width: 20px;
    position: absolute;
    left: -30px;
    top: 15px;
  }
  .nav li a {
    display: block;
    padding: 0;
    color: #333;
    transition: all 0.15s ease-out;
    text-decoration: none;
  }
  .nav li a:hover {
    background-color: transparent;
    padding-left: 1em;
  }
  .nav li a:focus {
    background-color: transparent;
  }
  .nav li.active {
    pointer-events: none;
    padding-left: 1em;
  }
  .nav li.active:after {
    width: 35px;
    height: 400px;
    top: 35px;
  }
  .nav li.active .nav__counter {
    font-size: 44px;
    font-family: 'Inter';
    font-weight: 700;
    margin-bottom: -8px;
    display: block;
  }
  .nav li.active .nav__title {
    height: 40px;
    opacity: 1;
    overflow: visible;
    text-align: left;
    font-size: 18px;
  }
  .nav li.active .nav__body {
    height: 100px;
    opacity: 1;
    overflow: visible;
  }
  
.desaturate {
  filter: grayscale(100%);
}

@media screen and (max-width: 600px) {
    .nav__wrapper {
        display: none;
    } 

    .question-box {
      padding: 0px;
      border-radius: 30px;
      width: 100%;
      margin-bottom: 20px;
      box-shadow: none !important;
    }

    .question-white-box {
      padding: 0px;
      box-shadow: none !important;
    }
}

.blu-line {
  font-weight: bold;
}

.content {
    font-size: 16px !important;
}

.dashed-line-with-arrow {
    position: relative;
    width: 1px; /* Spessore della linea */
    height: 130px; /* Altezza della linea */
    background: repeating-linear-gradient(
      to bottom,
      gray 0,
      gray 5px,
      transparent 5px,
      transparent 10px
    );
    margin: 0 auto;
  }
  
  .dashed-line-with-arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px; /* Posiziona la freccia subito sotto la linea */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid gray; /* Colore della freccia */
  }
  
  .label {
    position: absolute;
    min-width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #50429b;
    padding: 3px 10px;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #efefef;
    border-radius: 10px;  
    font-weight: 900;
    letter-spacing: 2px;
  }

  .form-floating > label { 
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
  }

  .choices__inner {
    border-radius: 6px !important;
  }

  .ticketId {
    text-transform: uppercase;
    font-size: 13px;
    background-color: #efefef;
    padding: 4px 21px;
    border-radius: 16px;
    display: inline-block;
    float: right;
  }

  /* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  box-sizing: border-box;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 600px; /* Responsive max-width */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border-radius: 8px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(-20px); /* Start above the view */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal-content.show {
  opacity: 1;
  transform: translateY(0); /* Slide down to the view */
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.question-footer {
  display: block;
  z-index: 9999999999999;
  text-align: right;
  background-color: #efefef;
  margin-bottom: 0px !important;
  position: fixed;
  width: auto;
  bottom: 0px;
  right: 0px;
} 
.question-footer ul  {
  margin-bottom: 0px !important;
}

.question-footer ul li {
  display: inline;
  font-size: 13px;
  padding: 0px 10px;
  margin-bottom: 0px !important;
}

.question-footer ul li a {
  color: #333;
}




label {
    width: 100%;
}

.edited-card {
  padding: 0px !important;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 0px;
    padding: 0px;
}

.card-input .card-header {
  font-weight: bold;
  -webkit-border-top-left-radius: 18px;
  -webkit-border-top-right-radius: 18px;
  -moz-border-radius-topleft: 18px;
  -moz-border-radius-topright: 18px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.card h4 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
}

.card2 h4 {
  font-weight: 500;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 6px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
     box-shadow: 0 0 2px 2px #BED600;
}

/*area di uplaod dei files */
.upload-area {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 18px;
}

.upload-area.dragging {
  border-color: #28a745;
  background-color: #e6ffe6;
}

.file-preview {
  margin-top: 35px;
}

.file-preview img {
  max-width: 100px;
  margin-right: 10px;
}

.upload-status {
  margin-top: 10px;
  color: #28a745;
}

.upload-error {
  color: crimson;
}

.info-stop {
  border: 2px solid crimson;
  color: crimson;
  border-radius: 30px;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.error-icon {
  width: 30px;
  margin-bottom: 6px;
}

.okImage {
  max-width: 70px;
}

.file-input2 {
  text-align: right;
  border: 1px dashed #999999;
  padding: 5px;
  border-radius: 6px;
  width: 100%;
}

input[type="file"] {
  display: none;
}
.custom-file-upload {
  display: inline;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #00A2FF;
  color: #FFF;
  font-weight: 700;
  border-radius: 16px;
}

.single-file {
  background-color: #FFF;
  display: inline-block;
  font-size: 11px !important;
  text-transform: uppercase !important;
  margin-right: 25px;
  color: #333 !important;
  border-radius: 16px;
  padding: 10px 15px;
  padding-right: 25px;
  position: relative;
  margin-bottom: 10px;
  width:29%;
}

.single-file small {
  color: #666666;
}


.single-file a {
  font-size: 11px !important;
  text-transform: uppercase !important;
  color: #333 !important;
  font-weight: 700;
}
.remove-image {
  border: 0px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color:crimson;
  color: #FFF;
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: -5px;
  right: -20px;
}

.topRow {
    background-color: #FFF;
}

.subscribePage {
  /*  
  background-image: url("../assets/img/meeting-5395615_1920_2.jpg") !important;
  background-size: cover;  
  */
}

.subscribe-outer {
  /*
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  */
}

.breadcrumb {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  border-top:1px solid #efefef;
  padding-top: 5px;
  font-weight: 600;
}

.breadcrumb a {
  font-size: 12px !important;
  color: #999 !important;
  text-decoration: underline;
}

.breadcrumb span {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.dash-row-column {
  border-right: 1px solid #efefef;
}

.dash-row-column small {
  display: block;
  line-height: 14px;
}

@media (max-width: 1300px) {
  .single-file {
    width: 44% !important;
  }
}


@media (max-width: 768px) {
  .single-file {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .single-file {
    background-color: #efefef;
  }
}

.my-tabs {
  display: flex;
  border-bottom: 1px solid #efefef;
}

.my-tabs .tab-item {
  padding: 15px 20px;
  cursor: pointer;
  position: relative; /* Necessario per l'animazione */
  background: #f8f9fa;
  color: #73bc4f;
  margin-right: 5px;
  border-radius: 10px 10px 0 0;
  transition: color 0.3s ease-in-out;
  margin-bottom:-5px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Ombra solo sopra */
}

/* Creiamo il bordo inferiore animato */
.my-tabs .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #73bc4f;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

/* Quando il mouse passa sopra, l'underline si espande */
.my-tabs .tab-item:hover::after {
  width: 100%;
  left: 0;
}

/* Stile della tab attiva */
.my-tabs .tab-item.active {
  background: #FFF;
  color: #333;
  font-weight: bold;
}

.my-tabs .tab-item.active::after {
  background: #73bc4f;
  width: 60%;
  left: 20%;
  background: #73bc4f;
  margin: 0 auto;
}

/* Contenitore del contenuto delle tab */
.tab-content {
  padding: 25px;
  border-top: 4px solid #efefef;
  border-radius: 0 0 5px 5px;
  background-color: #FFF;
  padding-bottom: 100px;
}


.table-sm-custom {
  font-size: 14px;
}



.feedback-upload-positive {
  font-size: 13px;
  color: #28a745;
}

.errore-login {
  color: crimson;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}

.item-risposta small {
  color:#666666;
}

.item-risposta p {
  font-weight: 600;
  border-bottom: 1px solid #CCC;
  padding-bottom: 4px;
}

.inner {
  margin-bottom: 100px;
}

.choices__list--multiple .choices__item {
  background-color: #00A2FF !important;
  border: 1px solid #0099f1 !important;
}

.resultInvitation {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.party-box {
  background-color: #FFF;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 20px;
  position: relative;
  border-top: 1px solid #efefef;
}
.party-box-small {
  background-color: #FFF;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 20px;
  position: relative;
  border-top: 1px solid #efefef;
  padding-top: 20px;
}
.main-part {
  position: absolute;
    top: -13px;
    right: 30px;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #666;
    padding: 2px 13px;
    border-radius: 12px;
}

.section-inner-title-h5 {
  font-weight: 400;
  font-size: 20px;
}

.party-box-actions {
  border-top: 1px solid #f1f1f1;
  padding: 10px 30px;
  text-align: right;
  margin: -30px;
  margin-top: 10px;
  padding-bottom: 14px;
  padding-bottom: 14px;
  background-color: #f7f7f7;
  border-radius: 0px 0px 18px 18px;
}
.action-part  {
  display: inline-block;
  padding: 0px 15px;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 15px;
}

.convocation-data {
  font-size: 10px;
  text-transform: uppercase;
}
.edit-part {
  color:coral;
  font-weight: 700;
}
.remove-part {
  color:crimson;
  font-weight: 700;
}


.modal-invite-to-mediation {
  display: none;
  width: 700px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFFFFF;
  padding: 40px;
  padding-top: 20px;
  
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  z-index: 9;
}

.close-modal {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}


/* Balloon ODS */
#ods-alert {
    position: relative;
    display: none;            /* gestito via JS */
    background: #e6f4ff;      /* azzurrino */
    border: 1px solid #b5d9ff;
    color: #0b3c5d;
    border-radius: 12px;
    padding: 12px 18px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* freccia sotto (riempimento) */
#ods-alert:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px; /* distanza dal bordo del balloon */
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #e6f4ff transparent transparent transparent;
}

/* freccia sotto (bordino) */
#ods-alert:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px; /* 1px in più per simulare il bordo */
    border-width: 11px 11px 0 11px;
    border-style: solid;
    border-color: #b5d9ff transparent transparent transparent;
}

/* testo e link un filo più eleganti */
#ods-alert strong {
    font-weight: 600;
}

#ods-alert .small {
    font-size: 0.9rem;
}

#ods-alert a {
    font-weight: 600;
    text-decoration: none;
    color: #0b63a8;
}

#ods-alert a:hover {
    text-decoration: underline;
}


/*TIMELINE*/

.line_box {
  display: flex;
  margin: 0 0 30px 0;
  /*
  background-color: #FFFF;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  */
  padding-top: 15px;
  padding-bottom: 10px;
}

/*
.done, .done .circle h4 {
  color: #28a745;
}
*/
.done .circle h4 {
  border-radius: 5px;
  color: #fff;
  background-color: #28a745;
  display: inline-block;
  padding: 0px 12px;
}
.done .circle p {
  color: #28a745;
}

.text_circle {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}
.text_circle:after {
  background-color: #ccc;
  bottom: 1.25em;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: -1;
}
.stav_projektu .text_circle:after,.stav_projektu .text_circle:before {background-color: #efefef;}
.line_box h4 {
  /*color: #005587;*/
  color: #666;
  font-weight: bold;
}
.line_box h4,.line_box p {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0 5px;
}
.subline {
  position: absolute;
  right: -25px;
  bottom: -43%;
}
.subline:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  bottom: 14px;
  right: 15px;
  background-color: #005587;
  border-radius: 50%;
  top: -25px;
}
.subline h6 {margin-bottom: 0;}
.timeline {margin: 40px 0;}
.text_circle.done:after,.text_circle.done + .text_circle:before,.stav_projektu .text_circle.done:after,.stav_projektu .text_circle.done + .text_circle:before {background-color: #005587;}
.text_circle.sub:after {background-color: #005587;}
.text_circle:not(:first-child):before {
  bottom: 1.25em;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: -1;
  background-color: #ccc;
}
.stav_projektu .text_circle:not(:first-child):before {background-color: #ccc;}
.text_circle:last-child:after {width: 0;}
.circle {height: 100%;}
.tvar {
  height: 25px;
  width: 25px;
  border: 2px solid #CCC;
  display: flex;
  position: relative;
  border-radius: 100%;
  top: -43px;
  margin: 9px auto;
  background-color: #fff;
}
.tvar span {
  margin: 26% auto;
  height: 10px;
  width: 10px;
  background-color: #005587;
  border-radius: 100%;
  color: #fff;
}

.stav_projektu .tvar {border: 2px solid #ccc;}
.stav_projektu .done .tvar,.stav_projektu .sub .tvar {border: 2px solid #005587;}
.subline h6 {color: #005587;}
.timeline .card-header:hover {
  background-color: #ececec;
  cursor: pointer;
}
/* iPhone X ----------------------------------- */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
 .subline:before {top: -43px;}
}
@media only screen and (device-width : 812px) and (device-height : 375px) and (orientation : landscape) and (-webkit-device-pixel-ratio : 3) {
 .subline:before {top: -31px;}
}
/* iPad portrait ----------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 .subline:before {top: -29px;}
}
/* mobile width till 767px ----------------------------------- */
@media (max-width: 767px){
 .subline:before {top: -30px;}
}
/* Portrait iPad Pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
 .subline:before {top: -23px;}
}
/* mobile width till 480px ----------------------------------- */
@media (max-width: 480px){
 .subline:before {top: -43px;}
}





@media (max-width: 1400px) {
  .nav__wrapper {
    left: 220px;
  }
}

@media (max-width: 1250px) {
  .nav__wrapper {
    left: 210px;
  }
}
@media (max-width: 1100px) {
  .nav__wrapper {
    left: -10px;
  }
  .btn-white-app {
    background-color: #FFF;
    float: left;
    width: 50%;
  }
  .app-navigation{
    margin-top: -7px;
  }
}

@media (max-width: 1100px) {
  .logo-form {
    /* width: 80%; */
    /* padding: 0%; */
    margin-left: 0%;
    width: 260px;
    margin: 0 auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sidebar {
    background-size: 101%;
    background-position: 0pc -15pc;
  }

  .sidebar h4 { 
    padding: 30px;
    font-size: 40px !important;
    line-height: 34px !important;
    display: none;
  }
  .btn-white-app {
    border-radius: 30px;
    width: 48%;
    margin: 1%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {

  .sidebar {
    background-size: 111%;
    background-position: 0pc -10pc;
    border-radius: 30px;
    margin-top: 10px;
  }

  .hideOnMobile {
    display: none;
  }

  .question-footer {
    margin: 0px !important;
    padding: 0px !important;    
    background-color: #efefef;
    position: relative !important;
    border-radius: 30px;
  } 

  .question-footer ul {
    padding: 0px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  } 

  .question-footer ul li {
    text-align: center;
    display: block;
    font-size: 13px;
    padding: 0px 10px;
  }
  .card-input {
    margin: 10px;
    padding: 0px;
  }
  .nationality-icon {
    display: none;
  }
  .btn-white-app {
    background-color: #FFF;
    float:none;
    width: auto;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  .app-navigation{
    margin-top: -7px;
  }

  .dash-row-column {
    border-right: none;
    border-bottom: 1px solid #efefef;
    padding-top: 10px;
  }

  .btn-partecipa {
    font-size: 20px;
    width: 100%;
  }

  .header-decorative-image {
    z-index: -1;
  }

  .btn-white-app {
    width: 100%;
    margin: 0%;
  }

  .mini-menu-top {
    margin-top: 10px !important;
  }
  
  
}


.hepdesk {
  position: fixed;
  bottom: 40px;
  right:0px;
  font-size: 20px;
  font-weight: 900;
  background-color: #50429b;
  color: #FFF;
  writing-mode:vertical-rl;
  padding: 20px 10px;
  text-align: center;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* Overlay */
.infoModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  padding: 20px; /* per spazio attorno su mobile */
  box-sizing: border-box;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

/* Contenuto interno della modale */
.infoModal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  box-sizing: border-box;
  animation: fadeIn 0.3s ease-in-out;
}

.closeInfoModal {
  position: absolute;
  right: 30px;
  top:30px;
  font-weight: 600;
  font-size: 12px;
}

/* Animazione di entrata (opzionale) */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive: su schermi piccoli riduci padding */
@media (max-width: 900px) {
  .infoModal-content {
    padding: 20px;
  }
  .infoModal {
    width: 90%
  }
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.motivi {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.motivo-btn {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;

}

.motivo-btn .icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.motivo-btn:hover {
  background-color: #e0e0e0;
}

.motivo-btn.selected {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.motivo-btn.selected .icon {
  filter: brightness(0) invert(1); /* rende l'immagine bianca */
}




/* PROGRESS BAR ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.procedure-progress-25 {
  width: 100%;
  padding: 5px 30px;
  background-color: #efefef;
  background: #c1cbd4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #eef2f3, #efefef);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #eef2f3, #efefef); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  border-radius: 25px;
  padding-top: 7px;
}

.step-25 {
  width: 25%;
  float: left;
  border-left: 1px solid #CCC;
}

.step-25 h4 {
  font-size: 14px !important;
  display: block;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  padding-bottom: 6px;
  border-bottom: 3px dashed #CCC;
  padding-left: 10px;
}

.done-step-25 {
  border-bottom: 3px solid #73bc4f !important

}
.inProgress-step-25 {
  border-bottom: 3px solid !important;
  border-image: linear-gradient(to right, #73bc4f, #ffb700) 1 !important;
}

.step-25 p {
  font-size: 11px;
  display: block;
  font-weight: 200;
  margin: 0px;
  padding: 0px;
  margin-top: 2px;
  padding-left: 10px;
}

.dt-length label {
  width: auto !important;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 13px;
}
.dt-search label {
  width: auto !important;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 13px;
}

.scheduledCall {
  /*background: linear-gradient(90deg, #effaff, #efefef);*/
  padding:20px 30px;
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.scheduledCallDone {
  background: linear-gradient(90deg, #effff9, #efefef);
  padding:20px 30px;
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.greenScreen {
  background-color:#DAF7A6; 
  text-align:center; 
  padding:200px 20px; 
  font-size:40px; 
  margin:20px;
  border-radius: 20px;
}

.autoheightTextArea {
  height: 180px;
  border: 1px solid #ccc;
  overflow-x: hidden;
  overflow-y: auto;
}

.meetSummary {
  font-size: 14px;
}

.meetSummaryText {
  border-left:1px solid #efefef;
  padding-left: 20px;
}

.partySummary h6 {
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ededed;
  margin-top: 20px;
}

.partySummary p {
  font-size: 14px;
  margin: 0px;
  padding: 6px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.party-box.editing {
    background: #fffaf2;
    border: 2px dashed #f0ad4e;
}


/* =========================================================
   LOW AMOUNT WARNING – Digital Platform Style
   ========================================================= */

.low-amount-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 24px 26px;
    margin-top: 20px;

    border-radius: 18px;

    /* Gradient coerente con card progetto */
    background: linear-gradient(
        135deg,
        rgba(255, 167, 38, 0.18),
        rgba(255, 202, 40, 0.30)
    );

    border: 1px solid rgba(255, 167, 38, 0.35);

    box-shadow:
        0 10px 28px rgba(255, 167, 38, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);

    color: #5f4300;
    font-size: 0.95rem;
    line-height: 1.6;

    animation: lowAmountFadeIn 0.35s ease-out;
    margin-bottom: 100px;
}


.custom-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal {

    animation: modalFadeIn .15s ease-out;
    background-color: #FFF;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 20px;
    position: relative;
}

@keyframes modalFadeIn {
    from { transform: scale(.95); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

.custom-modal-header,
.custom-modal-footer {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.custom-modal-footer {
    border-top: 1px solid #eee;
    border-bottom: none;
    text-align: right;
}

.custom-modal-body {
    padding: 16px;
}

.close-modal {
    background: none;
    border: 0;
    font-size: 22px;
    cursor: pointer;
}

.custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-lawyer-modal {
    cursor: pointer;
}

.party-lawyers-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.party-lawyers-list li {
    padding: 10px 0;
    border-top: 1px solid #eee;
}

/* SEZIONE PAGAMENTI */
.payment-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
}

.payment-drawer {
    position: fixed;
    top: 0;
    right: -500px;
    width: 500px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    transition: right .3s ease;
    box-shadow: -5px 0 15px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
}

.payment-drawer.open {
    right: 0;
}

.payment-drawer-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.payment-drawer-body {
    padding: 20px;
    overflow-y: auto;
}

.ph {
  font-size: 120%;
  position: relative;
  bottom: -1px;
}

/* ===============================
   OVERLAY
=============================== */
.meeting-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1040;
}

/* ===============================
   DRAWER BASE
=============================== */
.meeting-drawer {
    position: fixed;
    top: 0;
    right: -520px; /* fuori schermo */
    width: 520px;
    height: 100vh;
    background: #fff;
    z-index: 1050;

    box-shadow: -4px 0 20px rgba(0,0,0,0.15);

    display: flex;
    flex-direction: column;

    transition: right .25s ease;
}

/* ===============================
   OPEN STATE
=============================== */
.meeting-drawer.open {
    right: 0;
}

/* ===============================
   HEADER
=============================== */
.meeting-drawer-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ===============================
   BODY
=============================== */
.meeting-drawer-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.adhesion-reminder p {
  font-size: 14px !important;
}

/* ICON */
.low-amount-icon {
    min-width: 54px;
    height: 54px;
    border-radius: 16px;

    background: linear-gradient(
        135deg,
        #ffa726,
        #ffca28
    );

    color: #ffffff;
    font-size: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 8px 18px rgba(255, 167, 38, 0.45);
}

/* CONTENT */
.low-amount-content strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #4e3600;
}

.low-amount-content p {
    margin: 0;
    opacity: 0.92;
}

/* ===============================
   OVERLAY
=============================== */
.participation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 1040;
}

/* ===============================
   DRAWER
=============================== */
.participation-drawer {

    position: fixed;
    top: 0;
    right: -620px; /* nascosto */

    width: 620px;
    height: 100%;

    background: #fff;
    box-shadow: -5px 0 25px rgba(0,0,0,.15);

    z-index: 1050;

    display: flex;
    flex-direction: column;

    transition: right .3s ease;
}

/* OPEN STATE */
.participation-drawer.open {
    right: 0;
}

/* ===============================
   HEADER
=============================== */
.participation-drawer-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ===============================
   BODY
=============================== */
.participation-drawer-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}


/* ===============================
   Drawer base (riusa stile payments/meetings)
   Se hai già classi globali, puoi togliere questa parte
=============================== */
.drawer-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 2000;
}
.drawer-panel{
    position: fixed;
    top: 0;
    right: -460px;
    width: 460px;
    max-width: 95vw;
    height: 100vh;
    background: #fff;
    z-index: 2100;
    box-shadow: -10px 0 25px rgba(0,0,0,.15);
    transition: right .25s ease;
    display: flex;
    flex-direction: column;
}
.drawer-panel.open{ right: 0; }
.drawer-header{
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.drawer-body{
    padding: 16px;
    overflow:auto;
}

/* ===============================
   Documents blocks
=============================== */
.docs-block{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    overflow: hidden;
    background:#fff;
}
.docs-block-header{
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.docs-private .docs-block-header{ background: rgba(33,37,41,.06); }
.docs-parties .docs-block-header{ background: rgba(13,202,240,.10); }
.docs-all .docs-block-header{ background: rgba(25,135,84,.10); }

.docs-block-body{
    padding: 10px 14px;
}
.doc-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,.12);
}
.doc-row:last-child{ border-bottom:0; }
.doc-title{
    display:flex;
    align-items:center;
    gap: 8px;
}
.doc-actions i{
    font-size: 18px;
}
.doc-actions i:hover{
    opacity: .75;
}


/* ===============================
   SNACKBAR BASE
=============================== */
.snackbar {
    visibility: hidden;
    min-width: 320px;
    max-width: 420px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 12px;
    padding: 14px 18px;
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    font-size: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all .35s ease;
}

/* SHOW */
.snackbar.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* SUCCESS */
.snackbar-success {
    background: linear-gradient(135deg,#28a745,#20c997);
}

/* ERROR */
.snackbar-error {
    background: linear-gradient(135deg,#dc3545,#ff6b6b);
}

.login-hero-img {
    max-height: 420px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .login-hero-img {
        max-height: 520px;
    }
}

/* ===============================
   FORGOT LINK
=============================== */

.forgot-link {
    font-size: 0.85rem;
    text-decoration: none;
    color: #6c757d;
}

.forgot-link:hover {
    text-decoration: underline;
}

/* ===============================
   SUBSCRIBE BTN
=============================== */

.subscribe-btn {
    border-radius: 10px;
    font-weight: 500;
}

/* ===============================
   DIVIDER
=============================== */

.login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 25px 0;
    color: #999;
    font-size: 0.85rem;
}

.login-divider::before,
.login-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e5e5e5;
}

.login-divider span {
    padding: 0 12px;
}

/* ===============================
   SOCIAL
=============================== */

.social-login {
    margin-top: 5px;
}

.social-btn {
    border-radius: 10px;
    padding: 10px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-btn:hover {
    background: #f8f9fa;
}

/* ICONS */
.social-icon {
    width: 18px;
    height: 18px;
}

/* BRAND COLORS HOVER */

.google-btn:hover {
    border-color: #db4437;
}

.linkedin-btn:hover {
    border-color: #0a66c2;
}

/* ===============================
   SOCIAL ICONS INLINE
=============================== */

.social-login-icons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
}

/* BTN */

.social-icon-btn {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #444;
    text-decoration: none;
    transition: all .15s ease;
}

/* HOVER EFFECT */

.social-icon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
}

/* BRAND COLORS */

.social-icon-btn.google:hover {
    color: #db4437;
    border-color: #db4437;
}

.social-icon-btn.linkedin:hover {
    color: #0a66c2;
    border-color: #0a66c2;
}

.login-page-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* limita immagine */

.login-hero-img {
    max-height: 420px;
    object-fit: contain;
}


@media (max-width: 991px) {

    .min-vh-100 {
        min-height: auto !important;
    }

}


/* MOBILE: icona sopra al testo */
@media (max-width: 768px) {
    .low-amount-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .low-amount-icon {
        margin-bottom: 12px;
    }
}

/* ANIMAZIONE */
@keyframes lowAmountFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


