/* 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;
  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;
  padding: 10px 30px;
  border-radius: 22px;
}

.btn-sm {
  font-size: 12px;
  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;
}

.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;
}

.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: 4px solid #efefef;
  padding-bottom: 10px;
  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: 400 !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;
  }

  .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;
}

@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:-12px;
  right:30px;
  background-color: #FFF;
  color: #062440;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.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-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
  font-size: 13px;
  background-color: #efefef;
  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;
}
/*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

}

.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: 0px;
}
