/*
 * My Startup component styling
 */
 .startup__container {
   max-width: 1148px;
   min-height: 586px;
   display: flex;
   flex-direction: column;
   gap: 50px;
   padding: 80px 20px 120px 20px;
   margin: 0 auto;
 }

 .startup__container h2{
    font-size: 40px;
 }

 .startup__container.align-left {
    -webkit-box-pack: start;
 }

 .startup__title,
 .startup__title h1 {
  width: 100%;
  min-height: 70px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  margin: 0 auto;
 }

 .startup__description {
  width: 100%;
  max-width: 1148px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 0 auto;
 }

 @media screen and (max-width: 768px) {
     .startup__container {
       gap: 30px;
    }
     .startup__title,
     .startup__title h1 {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
     }
     .startup__description {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
     }
 }

 .button__add-startup {
  max-width: 560px;
  width: 100%;
  max-height: 172px;
  padding: 30px;
  display: flex;
  gap: 30px;
  border: 1px solid #1218A2;
  background-color: white;
 }

 #startupApplyPopup  .button__add-startup {
    padding-left: 0px;
 }

 .button__add-startup .txt-button {
  font-family: Poppins;
  color: #1218A2;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  display: flex;
  gap: 10px;
  width: 100%;
  text-align: left;
 }

 .button__add-startup .btn-icon {
   width: 52px;
   height: 52px;
   float: right;
   margin: auto;
 }

.button__add-startup .btn-icon:hover svg circle {
  fill: #1218A2;
}

.button__add-startup .btn-icon:hover svg line {
  stroke: #ffffff;
}


 .startup-buttons {
  max-width: 1148px;
  min-height: 172px;
  display: flex;
  gap: 28px;
 }

.card__startup-wrapper {
  width: 100%;
  min-height: 172px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}


.card-startup {
   max-width: 560px;
   width: 100%;
   padding: 30px;
   display: flex;
   flex-direction: column;
   gap: 6px;
   border: none;
}

.card-startup:hover {
  border: 2px solid #1218A2;
  color: #1218A2;
}

.card-startup.is-selected,
.card-startup.is-selected .txt__candidature-number {
  background: #1218A2;
  color: #FFFFFF;
}

.card-startup .txt-button {
  font-family: Poppins;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  width: 100%;
  text-align: left;
  word-break: break-word;
 }

.card-startup .txt__candidature-number {
  font-family: Poppins;
  color: #686868;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.06em;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
 }

 @media screen and (max-width: 768px) {
   .card__startup-wrapper,
   .startup-buttons{
     max-width: 335px;
    }

   .button__add-startup .txt-button {
     font-weight: 500;
     font-size: 16px;
     line-height: 26px;
   }

   .card-startup .txt-button {
     font-weight: 500;
     font-size: 20px;
     line-height: 26px;
   }

   .card-startup .txt__candidature-number{
     font-weight: 500;
     font-size: 12px;
     line-height: 20px;
   }

   .button__add-startup .btn-icon,
   .button__add-startup .btn-icon svg {
     width: 30px;
     height: 30px;
   }

   .card__startup-wrapper {
     display: flex;
     flex-wrap: wrap;
   }

   .card-startup  {
     max-height: 172px;
   }
 }

 @media screen and (min-width: 768px) {
   .card-startup  {
     min-height: 172px;
   }
 }

@media screen and (min-width: 768px) and (max-width: 882px) {
  .button__add-startup .txt-button {
    font-size: xx-large;
    line-height: 37px;
  }
}

/*
 * My Initiative component styling
 */
.startup__container.initiative-component{
    padding: 0 20px 120px 20px;
    justify-content: flex-start;
    gap: 0;
}

.startup__container.initiative-component .hero-section {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
 }

.startup__container.initiative-component .hero-section .separator {
    width: 1px;
    background-color: #999;
    height: 10rem;
}

.startup__container.initiative-component .hero-section .img-container {
    margin: 0 auto;
    display: flex;
    gap: 35px;
    align-items: center;
    flex-wrap: wrap;
 }

.startup__container.initiative-component .hero-section .img-container .initiative_img {
    max-height: 118px;
}

.startup__container.initiative-component .course-list__info{
    margin-bottom: 50px;
}

.startup__container.initiative-component .title-description{
    height:318px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 30px;
    padding-right: 30px;
}

.startup__container.initiative-component .startup__title{
    padding-top: 20px;
}

.startup__container.initiative-component .course-list__filters{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.startup__container.initiative-component .course-list__grid{
    margin-top: 0;
}

.startup__container.initiative-component .course-list__item{
    height: 293px;
    padding-left: 20px;
    padding-right: 20px;
}

.startup__container.initiative-component .course-list__info[data-expired=true] .course-list__status:before {
    background-color: transparent;
    border: 1px solid #686868;
}

.startup__container.initiative-component .course-list__image{
    flex: 0 0 40%;
    width: 462px;
    height: 293px;
}

.startup__container.initiative-component .course-list__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.startup__container.initiative-component .course-list__content{
    max-width: 576px;
}

.startup__container.initiative-component .course-list__link{
    text-align: right;
}

.startup__container.initiative-component .course-list__link a,
.startup-initiatives .course-list__link a,
.startup__container.initiative-component button.show-more-button{
    text-decoration:none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1218A2;
    text-align: right;
}

.startup__container.initiative-component button.show-more-button{
    text-align: center;
}

.startup__container.initiative-component .show-more-button-container{
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.startup__container.initiative-component .show-more-button{
    width: 196px;
    border-radius: 1000px;
    border: 1px solid #686868;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 48px;
    padding-right: 48px;
    background-color: transparent;
}

.startup__container.initiative-component .show-more-button:disabled{
    color: #686868;
}

.startup__container.initiative-component .filter-section {
    margin-bottom: 50px;
}

.startup__container.initiative-component .filter-section__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (min-width: 1130px) {
    .startup__container.initiative-component .filter-section__row {
        display: flex;
        flex-direction: row;
        gap: 28px;
        flex-wrap: unset;
    }
}

.startup__container.initiative-component .filter-section__row input {
    width: 350px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #686868;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
    text-overflow: ellipsis;
    outline: none;
    padding: 15px 30px;
}

.startup__container.initiative-component .filter-section__row .search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    padding: 0;
    margin-left: 296px;
    margin-top: 4px;
}

.startup__container.initiative-component .filter-section__row .label-field-wrapper {
    display: flex;
    flex-direction: column;
}

.startup__container.initiative-component .filter-section__row .label-field-wrapper.margin-top{
    margin-top: 18px;
}

.startup__container.initiative-component .filter-section__row .label-field-wrapper label {
    position: relative;
    top: 9px;
    left: 30px;
    background-color: white;
    width: fit-content;
    font-size: 12px;
    color: #686868;
    padding: 0 5px;
    z-index: 1;
}

.startup__container.initiative-component .filter-section__row .label-field-wrapper select,
.startup__container.initiative-component .filter-section__row .label-field-wrapper select + .ss-main {
    width: 350px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #686868;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
    text-overflow: ellipsis;
    outline: none;
    padding: 15px 30px;
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* Standard */
}

.startup__container.initiative-component .filter-section__row .label-field-wrapper select + .ss-main.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .startup__container.initiative-component .filter-section__row .label-field-wrapper select + .ss-main.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    top: 6px;
  }

.startup__container.initiative-component .filter-section__row .label-field-wrapper select:valid {
    color: #1218A2;
}


.startup__container.initiative-component .applied-startup-section{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    justify-content: space-evenly;
}

.startup__container.initiative-component .applied-startup-section .startup-card {
    max-width: 364px;
    display: flex;
    flex-direction: column;
    min-height: 405px;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 50px;
    min-width: 0;
}

.startup__container.initiative-component .applied-startup-section .startup-card p {
    color: #686868;
}

.startup__container.initiative-component .applied-startup-section .startup-card span.startup-profile {
    text-align: right;
    color: #1218A2;
    justify-content: right;
}

.startup__container.initiative-component .applied-startup-section .startup-card span.startup-profile a{
    font-size: 14px;
    color: #1218A2;
    text-decoration: none;
}

.startup__container.initiative-component .applied-startup-section .startup-card.evalued span {
    color: #1218A2;
}

.startup__container.initiative-component .applied-startup-section .startup-card img {
    height: 174px;
    object-fit: contain;
}

.startup__container.initiative-component .applied-startup-section .startup-card span{
    text-transform: uppercase;
}

.startup__container.initiative-component .applied-startup-section .startup-card span.evalutation-text{
    text-transform: none;
    color: #686868;
}

.startup__container.initiative-component.applied-startups .course-list__more,
.startup-registration__container .startup-initiatives .course-list__more {
    margin-top: 0px;
}

.startup__container.initiative-component .course-list__more button.disabled,
 .startup-registration__container .startup-initiatives .course-list__more button.disabled {
    color: #686868;
    border: 1px solid #686868;
}

@media screen and (max-width: 480px) {
    .startup__container.initiative-component{
        padding: 0;
    }

    .startup__container.initiative-component .course-list__grid{
        padding-left: 20px;
        padding-right: 20px;
    }

    .startup__container.initiative-component .course-list__item{
        height: 100%;
        padding-bottom: 30px;
    }

    .startup__container.initiative-component .course-list__image img{
        height: 214px;
        object-fit: cover;
    }

    .startup__container.initiative-component .course-list__content{
        padding-left: 15px;
        padding-right: 15px;
    }

    .startup__container.initiative-component .title-description{
        height: 324px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .startup__container.initiative-component .show-more-button{
        width: 335px;
    }

    .startup__container.initiative-component.applied-startups{
        padding: 20px;
    }

    .startup__container.initiative-component .filter-section__row .label-field-wrapper {
        max-width: 335px;
        width: 100%;
        position: relative;
    }

    .startup__container.initiative-component .filter-section__row input{
        padding: 20px;
        max-width: 335px;
        width: 100%;
    }

    .startup__container.initiative-component .filter-section__row .label-field-wrapper select{
        width: 320px;
    }

    .startup__container.initiative-component .filter-section__row .search-button {
        margin-left: unset;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .startup__container.initiative-component .applied-startup-section .startup-card {
        max-width: 100%;
    }

    .startup__container.initiative-component .filter-section__row .label-field-wrapper select,
    .startup__container.initiative-component .filter-section__row .label-field-wrapper select + .ss-main {
        max-width: 335px;
        width: 100%;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px){
    .startup__container.initiative-component .course-list__item{
        flex-direction: row;
    }

    .startup__container.initiative-component .course-list__image{
        padding-right: 20px;
    }

}

@media screen and (min-width: 590px) and (max-width: 1024px){
    .startup__container.initiative-component .applied-startup-section{
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 589px) {
    .startup__container.initiative-component .applied-startup-section{
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-evenly;
    }

    .startup__container.initiative-component .applied-startup-section .startup-card {
        max-width: unset;
        width: 100%;
    }
    
}
@media (max-width: 630px) {
    .startup-registration__hero .lang-heading,
    .startup-registration__hero .separator,
    .hero-section .lang-heading,
    .hero-section .separator {
      display: none;
    }

    .startup__container h2 {
        text-align: center;
    }

    .startup__container.initiative-component .course-list__info {
        align-items: center;
    }

    .startup__container.initiative-component .filter-section__row {
        justify-content: center;
        align-items: center;
        flex-wrap: unset;
        flex-flow: column;
    }

    .startup__container.initiative-component .course-list__image {
        width: auto;
        height: auto;
    }

    .startup__container.initiative-component .course-list__image img{
        height: auto;
    }
}

@media (max-width: 992px) {
    .startup__container.initiative-component .course-list__image {
        width: auto;
        height: auto;
    }

    .startup__container.initiative-component .course-list__image img{
        height: auto;
    }
}
/*
 * Startup Multi-step Registration Form styling - Step 1
 */
.startup-registration__container {
    max-width: 1148px;
    width: 90%;
    padding-top: 80px;
    padding-bottom: 120px;
    display: flex;
    gap: 50px;
    flex-direction: column;
    margin: 0 auto;
}

.startup-registration__form .startup_form-group:has(> input):not(:has(.innovation-category)),
.startup-registration__form .startup_form-group:has(#genderCeo) {
    height: 60px;
}

.startup-registration__form .startup-appendice__section .startup_form-group:has(> input),
.startup-registration__form .group.startup_form-group:has(> input) {
    height: unset !important;
  }

.startup_form-group:has(.custom-select-wrapper) {
    height: 60px;
    display: flex;
    align-items: center;
}

.startup-registration__form .startup_form-group:has(.custom-select-wrapper .choices.is-open)  {
    height: unset !important;
}

.startup-registration__container .startup-registration__hero {
   height: 150px;
   display: flex;
   flex-direction: row;
   margin: 0 auto;
   gap: 35px;
   align-items: center;
}

.startup-registration__container .startup-registration__hero .initiative_img{
    max-height: 118px;
}

.startup-registration__container .startup-registration__hero .separator{
    width: 1px;
    background-color: #323232;
    height: 10rem;
}

.startup-registration__container .startup-registration__hero h2{
    font-size: 40px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .startup-registration__container {
        max-width: 960px;
    }
}

.title-download-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.title-download-wrapper .download-startup,
.download-document {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 156px;
    width: 100%;
    min-height: 60px;
    align-items: center;
}

.title-download-wrapper .download-startup span,
.download-document span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: right;
}

.title-download-wrapper .download-startup button,
.download-document button {
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 1000px;
    left: 96px;
    border-width: 1px;
    border: 1px solid #1218A2;
    background: white;
}

.startup-registration__title,
.startup-registration__title h1 {
    width: 100%;
    /* max-height: 70px; */
    font-family: Poppins;
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
}

.startup-registration__wrapper {
    width: 100%;
    display: flex;
    gap: 28px;
}

#evaluationFormContainer .startup-registration__form.item-content-review p {
    text-transform: uppercase;
}

.startup-registration__wrapper.container--position {
    position: relative;
}

/* Loader styling */
.startup-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
  }

  .startup-loader svg {
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }
  

/* Startup popup styling */
.startup-generic-popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1050;
    display: flex;
}

.startup-generic-popup-content{
    background-color: white;
    padding: 30px;
    border-radius: 4px;
    text-align: left;
    position: relative;
    width: 50%;
    max-width: 732px;
    height: 284px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: 1px 1px 4px 0px #00000040;
}

.startup-generic-popup-content h3{
    font-family: Poppins;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0;
    color: #1218A2;
}

.startup-generic-popup-content p{
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0;
    color: #323232;
}

/* Backdrop */
.evaluation-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
  }

.startup-evaluation-popup {
    position: absolute;
    max-width: 468px;
    width: 100%;
    max-height: 640px;
    left: 50vw;
    display: flex;
    flex-flow: column;
    gap: 20px;
    opacity: 1;
    z-index: 1000;
}

.startup-evaluation-popup:focus-within {
    outline: none;
  }

.startup-evaluation-popup-content {
    width: 100%;
    background-color: white;
    display: flex;
    flex-flow: column;
    height: 568px;
    gap: 50px;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 1px 1px 4px 0px #00000040;
    overflow-y: auto;
}

.startup-evaluation-popup-content div {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.startup-evaluation-popup-content .startup_form-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.startup-evaluation-popup .close-button {
    min-height: 52px;
    display: flex;
    gap: 15px;
    opacity: 1;
    border-radius: 32px;
    padding-top: 17px;
    padding-right: 42px;
    padding-bottom: 15px;
    padding-left: 42px;
    background: #FFFFFF;
    border: 1px solid #1218A2;
    box-shadow: 1px 1px 4px 0px #00000040;
    margin-left: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.startup-evaluation-popup .close-button span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1218A2;
}

.startup-evaluation-popup .startup-evaluation-popup-content h3,
.startup-evaluation-popup .startup-evaluation-popup-content h4 {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0;
}

.startup-evaluation-popup-content h3 {
    font-size: 25px;
}

.startup-evaluation-popup .startup-evaluation-popup-content h4 {
    font-size: 20px;
}

.startup-evaluation-popup-content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #686868;
}

.startup-registration__form .startup-evaluation-popup .evaluation-radio-buttons,
.startup-registration__form .startup-evaluation-popup .outcome-radio-buttons,
.startup-registration__container .startup-evaluation-popup .evaluation-radio-buttons,
.startup-registration__container .startup-evaluation-popup .outcome-radio-buttons {
    max-width: 368px;
    width: 100%;
    max-height: 26px;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

/* popup scrollbar */
.startup-evaluation-popup-content::-webkit-scrollbar {
    width: 8px;
  }

/* Stepper Styling */

.startup-stepper {
    max-width: 364px;
    width: 100%;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.stepper-item-wrapper,
.stepper-item-wrapper-review {
    max-width: 332px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.stepper-item-wrapper svg,
.stepper-item-wrapper-review svg {
    height: 100%;
    width: 36px;
    stroke: #006273;
}

.stepper-item-wrapper h3, 
.stepper-item-wrapper-review h3 {
    max-width: 304px;
    width: 100%;
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #006273;
}

.stepper-item-wrapper.active h3,
.stepper-item-wrapper-review.active h3 {
    color: #1218A2;
}

.stepper-item-wrapper.active svg,
.stepper-item-wrapper-review.active svg {
    stroke: #1218A2;
}

/* Form Registration styling */
.startup-registration__wrapper .tab-content,
.startup-registration__form {
    max-width: 756px;
    width: 100%;
}

.startup-registration__wrapper .candidatura.tab-content{
    max-width: unset;
    width: 100%;
}

.startup-registration__wrapper .applications-unavailable {
    width: 100%;
    max-height: 70px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 36px;
    line-height: 70px;
    text-align: center;
}
.startup-registration__form form {
    display: flex;
    gap: 50px;
    flex-direction: column;
    margin: 0 auto;
}

.startup-registration__form fieldset {
    border: unset;
}

.startup-registration__form .startup_form-group label {
    position: relative;
    width: 100%;
}

.startup-registration__form .startup_form-group label.float-label {
    width: auto;
}

.startup-registration__form .startup_form-group textarea:-webkit-autofill,
.startup-registration__form .startup_form-group select:-webkit-autofill {
    color: #1218A2 !important;
    -webkit-text-fill-color: #1218A2 !important;
}
.startup-registration__form .startup_form-group label input,
.startup-registration__form .startup_form-group input,
.startup-registration__form .startup-evaluation-popup .startup_form-group textarea,
.startup-registration__container .startup-evaluation-popup .startup_form-group textarea {
     width: 100%;
     padding: 15px 30px;
     border-radius: 60px;
     border: 1px solid #686868;
     font-family: Poppins;
     font-size: 14px;
     font-weight: 500;
     line-height: 20px;
     letter-spacing: 0.06em;
     text-align: left;
     text-transform: uppercase;
     outline: none;
 }

 .startup-registration__form .startup_form-group label input,
.startup-registration__form .startup_form-group input {
    height: 60px;
}

.startup_form-group:has(.error-msg[style*="display: block"]) input {
    position: relative;
}


 .startup-registration__form .startup-evaluation-popup .startup_form-group textarea,
.startup-registration__container .startup-evaluation-popup .startup_form-group textarea {
    color: #1218A2;
    max-height: 60px;
}

.startup-registration__form .startup_form-group label input:focus,
.startup-registration__form .startup_form-group input:focus,
.startup-registration__form .startup-evaluation-popup .startup_form-group textarea:focus,
.startup-registration__container .startup-evaluation-popup .startup_form-group textarea:focus {
    box-shadow: 0 0 5px var(--ss-focus-color);
}

 .startup-registration__form .startup-evaluation-popup .startup_form-group.other-information textarea 
 .startup-registration__container .startup-evaluation-popup .startup_form-group.other-information textarea {
    resize: vertical;
    max-height: 196px;
    min-height: 60px;
  }

.startup-registration__form .startup_form-group label select,
.startup-registration__form .startup_form-group label select + .ss-main,
.startup-registration__form .startup_form-group select,
.startup-registration__form .startup_form-group select + .ss-main {
    width: 100%;
    padding: 15px 30px;
    /*max-height: 60px;*/
    height: 60px;
    border-radius: 60px;
    border: 1px solid #686868;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
    text-overflow: ellipsis;
    outline: none;
 }

 .startup-registration__form .startup_form-group .choices__inner {
    border: 1px solid #686868;
    border-radius: 60px;
    background-color: unset;
    padding: 15px 30px;
    display: flex;
    flex-flow: row;
    max-height: 60px;
 }

 .startup-registration__form .startup-sustainability__section .startup_form-group .choices__inner {
    /* max-height: unset;
    min-height: 60px; */
 }
  
.startup-registration__form .startup_form-group .choices__inner input{
    padding-left: 0;
    padding-right: 0;
    border-radius: 60px;
    border: none;
 }

 .startup-registration__form .startup_form-group .choices__inner input:focus {
    box-shadow: unset;
 }

 .startup-registration__form .startup_form-group .choices__list--dropdown, 
 .startup-registration__form .startup_form-group .choices__list[aria-expanded] {
    position: relative;
    padding: 15px 30px;
    bottom: 10px;
    border-top: transparent !important;
    border: 1px solid #686868;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 1.5px;
    border-top-right-radius: 1.5px;
 }

 .startup-registration__form .startup_form-group .choices:has(select.invalid) {
    margin-bottom: unset;
 }

 .startup-registration__form .startup_form-group .choices__list--multiple .choices__item {
    background-color: unset;
    border: unset;
    color: #1218A2;
    border-radius: unset;
    font-family: Poppins;
    font-size: 14px;
 }

 .startup-registration__form .startup_form-group .choices[data-type*=select-multiple] .choices__button, 
 .startup-registration__form .startup_form-group .choices[data-type*=text] .choices__button {
    border-left: 1px solid #1218A2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMTIxOEEyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
 }

 .startup-registration__form .startup_form-group .choices__input {
    background-color: unset;
    margin-bottom: 0;
 }

 .startup-registration__form .startup_form-group .choices__list--multiple {
    position: relative;
    z-index: 1;
    /* margin-top: 5px; */
    overflow: auto;
    height: 60px;
    align-items: flex-start;
    align-content: center;
 }

 .startup-registration__form .startup_form-group .choices__list--multiple::-webkit-scrollbar {
    width: 6px;
}

.startup-registration__form .startup_form-group .choices__list--multiple::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.startup-registration__form .startup_form-group .choices__list--multiple::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 10px;
}

 .startup-registration__form .startup_form-group .choices.is-open .choices__inner {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
 }

 .startup-registration__form .startup_form-group .choices + .custom-arrow {
    top: 50%;
 }
  .startup-registration__form .startup_form-group .custom-select-wrapper select {
    appearance: none;
  }

  .startup-registration__form .startup_form-group .custom-select-wrapper select:invalid {
    color: #686868;
  }
  
  .startup-registration__form .startup_form-group .custom-select-wrapper select:valid,
  .startup-registration__form .startup_form-group .custom-select-wrapper select:valid + .ss-main .ss-values .ss-single {
    color: #1218A2;
  }

  .ss-main .ss-values .ss-single {
    color: #1218A2;
  }
  

  .custom-select-wrapper,
  .custom-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .custom-arrow {
    position: absolute;
    top: 64%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none; 
    transition: transform 0.3s ease;
  }

  .startup-registration__form .choices.is-open + .custom-arrow {
    top: 20%;
    transform: translateY(-50%) rotate(180deg);
  } 

  .info-icon {
    position: absolute;
    top: 17%;
    right: 1rem;
    cursor: pointer;
  }

  .tooltip-custom {
    position: absolute;
    top: 130%; 
    right: 0;
    background-color: #1218A2;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: opacity 0.2s ease-in-out;
    white-space: pre-wrap;
    width: 600px;
  }

  .tooltip-custom::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #1218A2;
  }

  .startup-registration__form  .float-label,
  .startup-registration__form .custom-select-wrapper.floating .float-label {
    display: inline-block;
    bottom: 67px;
    left: 29px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    background: #FFFFFF;
    pointer-events: none;
    transform: translateY(-50%);
    transition: 150ms ease-in-out;
    opacity: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    max-height: 14px;
    max-width: 83%;
    justify-content: center;
    letter-spacing: 0.06em;
    white-space: nowrap;
    z-index: 1;
  }
  
  .startup-registration__form .float-label.business-model {
    opacity: 1;
    font-family: Poppins;
    color: #686868;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
    top: 48px;
    bottom: 0;
  }

  .ss-content .ss-list .ss-option.ss-disabled:not(.ss-selected),
  .ss-main .ss-single-selected.ss-placeholder  {
    color: #686868 !important;
  }

  .ss-main.ss-placeholder-active .ss-values .ss-single,
  .ss-main.ss-placeholder-active .ss-single-selected,
  .ss-main.ss-placeholder-active:focus .ss-single-selected {
    color: #686868 !important;
  }
  
  .startup-registration__form .ss-main .ss-arrow {
    display: none;
  }

  .startup-registration__form .startup_form-group .custom-select-wrapper select + .ss-main.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .startup-registration__form .startup_form-group .custom-select-wrapper select + .ss-main.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    top: 6px;
  }

  .ss-content.ss-open-below {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #686868;
    border-top: none;
  }

  .ss-content.ss-open-above {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 1px solid #686868;
    border-bottom: none;
  }

  .startup-registration__form .ss-main.ss-open-below + .custom-arrow,
  .startup-registration__form .ss-main.ss-open-above + .custom-arrow {
    transform: translateY(-50%) rotate(180deg);
  } 

  .ss-content .ss-search input,
  .ss-content .ss-search {
    display: none;
  }

  .ss-content[aria-label="Choose a country"] .ss-search,
  .ss-content[aria-label="Choose a country"] .ss-search input {
    display: block;
  }

  .ss-content {
    z-index: 2;
  }

  .startup-registration__form .startup_form-group .custom-select-wrapper select + .ss-main:focus-visible {
    box-shadow: 0 0 5px var(--ss-focus-color);
  }


  .ss-content .ss-list .ss-option.ss-highlighted, 
  .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected,
  .ss-content .ss-list .ss-option {
    color: #1218A2;
    border-bottom: 1px solid #f7f7f7;
    padding: 15px 30px;
  }

  .ss-content .ss-list .ss-option.ss-highlighted, 
  .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected  {
    background-color: #1218A2;
    color: #FFFFFF;
  }

  .ss-content .ss-list .ss-option:hover {
    background-color: #1218A2;
  }

  /* Float the label when input is focused or filled */
  .startup-registration__form  input:focus + .float-label,
  .startup-registration__form  input:not(:placeholder-shown) + .float-label,
  .startup-registration__form textarea.has-value + .float-label,
  .startup-registration__form  textarea:focus + .float-label {
    opacity: 1;
  }

  .startup-registration__form input[type="number"]:focus::placeholder,
  .startup-registration__form  textarea:focus::placeholder {
    color: transparent;
  }
  .startup-registration__form  textarea + .float-label {
    bottom: 13rem;
  }

.startup-registration__form .custom-select-wrapper.floating .float-label {
    top: 17px;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    color: #212529;
    text-transform: unset;
  }

.startup-registration__form .startup_form-group textarea.invalid,
.startup-registration__form .startup_form-group input.invalid,
.startup-registration__form .startup_form-group select.invalid,
.startup-registration__form .startup_form-group input[type="checkbox"].invalid,
.startup-registration__form .startup_form-group input[type="radio"].invalid,
.startup-registration__form .startup_form-group select.invalid + .ss-main,
.startup-registration__form .startup_form-group .choices__inner:has(select.invalid) {
    border-color: red;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.4);
}

.startup-registration__form select.invalid + .ss-main + .custom-arrow {
    top: 50%;
}
.startup-registration__form select#city.invalid + .ss-main + .custom-arrow,
.startup-registration__form select#province.invalid + .ss-main + .custom-arrow {
    top: 65%;
}
  
  
  
/* Tabber styling */
.tabber {
    width: 100%;
    max-height: 97px;
}

/* .tabber .tab-level {
    max-width: 160px;
    max-height: 28px;
    top: 41px;
} */
.tabs {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}

.tab-label {
    max-width: 160px;
    width: 100%;
    max-height: 28px;
    padding: 0.5rem 0;
    cursor: pointer;
    position: relative;
    /* color: #1218A2; */
    color: #006273;
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;

}

.tab-label.active {
  color: #1218A2;
}

.tab-label.anagrafica {
    left: 405px;
}

.tab-label.candidatura {
    left: 602px;
}

.tab-label.active::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  border: 2px;
  top: 55px;
  width: 100%;
  color: #1218A2;
  background-color: #1218A2;
}
.hidden {
    display: none;
}

.tab-button.active {
    font-weight: bold;
}
/* Tab Candidatura styling */

.startup-registration__wrapper .startup-initiatives {
    display: flex;
    flex-flow: column;
    gap: 50px;
}
.startup-registration__wrapper #tab-candidatura.tab-content {
    max-width: unset;
}

.startup-initiatives .course-list__filters {
    margin-bottom: unset;
}

.course-link__wrapper button,
.call-for-startup {
    width: 100%;
    min-height: 52px;
    padding-top: 17px;
    padding-right: 42px;
    padding-bottom: 15px;
    padding-left: 42px;
    border-radius: 32px;
}

.course-link__wrapper button {
    max-width: 230px;
    border-width: 1px;
    border: 1px solid #1218A2;
    background: #FFFFFF;
    color: #1218A2;
    padding-left: 5px;
    padding-right: 5px;
}

.course-link__wrapper button.disabled{
    color: #686868;
    border: 1px solid #686868;
}

.call-for-startup {
    max-width: 416px;
    background: #1218A2;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}

.course-link__wrapper button span,
a.call-for-startup {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}
#tab-candidatura .course-link__wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 658px;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
}

#tab-candidatura .course-list__item {
    gap: 28px;
    min-height: 293px;
}


#tab-candidatura .course-list__item .course-list__image {
    flex-basis: unset;
    width: 462px;
    height: 293px;
}

#tab-candidatura .course-list__item .course-list__content {
    display: flex;
    max-width: 658px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    gap: 16px;
    flex: unset;
    margin-left: unset;
}
  


#tab-candidatura .course-list__item .course-list__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.startup-registration__wrapper .course-list__active__wrapper label input:focus-visible + span {
    outline: none;
    box-shadow: 0 0 0 4px rgba(18, 24, 162, 0.6);
    border-color: #1218a2;
    transition: box-shadow 0.2s ease;
  }
  

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #tab-candidatura .course-list__item .course-list__image {
        margin: 0 auto;
    }
    #tab-candidatura .course-list__item .course-list__image img {
        height: auto;
    }
    
    .tab-label.candidatura {
        left: unset;
        margin-left: auto;
    }
}

@media screen and (min-width: 1025px ) and (max-width: 1054px) { 
    #tab-candidatura .course-link__wrapper {
        gap: 18px;
        justify-content: right;
    }

    a.call-for-startup {
        order: 0;
      }
      
    .course-link__wrapper button{
        order: 1;
      }
}

/* Dynamic Accordion styling */

.is-hidden {
    display: none;
}

.stepper-item-wrapper.is-accordion-active,
.stepper-item-wrapper-review.is-accordion-active {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M15 11.5L7.99999 4.5L1 11.5' stroke='%23323232' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center right;
    background-size: 16px 16px;
    border-bottom: unset;
}

.stepper-item-wrapper.is-accordion-inactive,
.stepper-item-wrapper-review.is-accordion-inactive {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M1 4.5L8.00001 11.5L15 4.5' stroke='%23323232' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center right;
    background-size: 16px 16px; 
}
  
.stepper-item-wrapper.is-accordion-active + .startup-registration__form,
.stepper-item-wrapper-review.is-accordion-active + .startup-registration__form {
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}

.startup-general__section,
.startup-contacts__section,
.startup-enrollment__section,
.startup-headquarters__section,
.startup-referralsource__section,
.startup-team__section,
.startup-proposition__section,
.startup-patents__section,
.startup-currentyear__section,
.startup-forecastdata__section,
.startup-sustainability__section,
.startup-raisedcapital__section,
.startup-capitalsearch__section,
.startup-evaluation__section,
.startup-interestarea__section,
.startup-internationalization__section,
.startup-targetmarket__section,
.startup-pitchdeck__section,
.startup-businessplan__section,
.startup-videodeck__section,
.startup-deploymentplan__section,
.startup-logo__section,
.startup-other__section,
.startup-privacy__section,
.startup-browsing__section,
.startup-provideddata__section,
.startup-personaldataconsent__section,
.startup-legalpersonconsent__section,
.startup-appendice__section .question-list {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.startup-registration__form.item-content .startup-raisedcapital__section,
.startup-registration__form.item-content .startup-capitalsearch__section,
.startup-registration__form.item-content .startup-evaluation__section,
.startup-registration__form.item-content .startup-interestarea__section {
    gap: 15px;
}

.startup-sustainability__section {
    gap: 20px !important;
}

.startup-registration__form .startup-appendice__section .question-list {
    gap: 5px !important;
}

.startup-personaldataconsent__section,
.startup-legalpersonconsent__section {
    gap: 16px;
}
 /* Generalità section styling */

.startup-general_title,
.startup-general_title h4,
.startup-enrollment_title,
.startup-enrollment_title h4,
.startup-headquarters_title,
.startup-headquarters_title h4,
.startup-contacts_title,
.startup-contacts_title h4,
.startup-source_title,
.startup-source_title h4,
.startup-internationalization_title,
.startup-internationalization_title h4,
.startup-targetmarket_title,
.startup-targetmarket_title h4,
.startup-privacy_title,
.startup-privacy_title h4,
.startup-browsing_title,
.startup-browsing_title h4 ,
.startup-provideddata_title,
.startup-provideddata_title h4 { 
    width: 100%;
    max-height: 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

.startup_form-group.startup-name {
    height: 52px;
}

.startup-general__section .custom-select-wrapper,
.startup-headquarters__section .startup_form-group .city-province-wrapper .custom-select-wrapper,
.startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .custom-select-wrapper{
    top: -10px; /*for adjustment of item in div */
}

@media screen and (min-width: 992px) {
    .info-icon{
        top: 14%;
    }
}


.startup-registration__form .startup-general__section .startup_form-group .custom-select-wrapper .float-label {
    top: 10px;
    bottom: 0;
    transform: none;
    opacity: 1;
}

.startup-registration__form .startup_form-group .identification {
     display: flex;
     gap: 30px;
}

.startup-registration__form .startup_form-group .identification .identificationCheck {
    max-width: 221px;
    width: 100%;
    display: flex;
    gap: 20px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    min-height: 26px;
    margin-top: 12px;
}

.startup-registration__form .startup_form-group .identification .identificationCheck input {
    width: 24px;
    height: 24px;
}


.startup-registration__form .startup_form-group input[type="date"]:invalid {
    color: #686868; 
  }

  .startup-registration__form .startup_form-group input[type="date"]:valid {
    color: #1218A2; 
  }

/* Iscrizione al Registro delle Startup/PMI innovative section styling */

.startup-registration__form .startup_form-group .innovation-category,
.startup-registration__form .startup_form-group .sustainability-solution,
.startup-registration__form .startup_form-group .interestarea-category,
.startup-registration__form .startup_form-group .internationalization-category,
.startup-registration__form .startup_form-group .c2-consent,
.startup-registration__form .startup_form-group .c3-consent,
.startup-registration__form .startup_form-group .c4-consent,
.startup-registration__form .startup_form-group .c5-consent {
    max-height: 26px;
    width: 100%;
    display: flex;
    gap: 40px;
}

.startup-registration__form .startup_form-group .sustainability-solution,
.startup-registration__form .startup_form-group .c2-consent,
.startup-registration__form .startup_form-group .c3-consent,
.startup-registration__form .startup_form-group .c4-consent,
.startup-registration__form .startup_form-group .c5-consent {
    max-width: 343px;
}

.startup-registration__form .startup_form-group .innovation-category label,
.startup-registration__form .startup_form-group .sustainability-solution label,
.startup-registration__form .startup_form-group .interestarea-category label,
.startup-registration__form .startup_form-group .internationalization-category label,
.startup-registration__form .startup_form-group .c2-consent label,
.startup-registration__form .startup_form-group .c3-consent label,
.startup-registration__form .startup_form-group .c4-consent label,
.startup-registration__form .startup_form-group .c5-consent label,
.startup-registration__form .startup-evaluation-popup .evaluation-radio-buttons label,
.startup-registration__form .startup-evaluation-popup .outcome-radio-buttons label,
.startup-registration__container .startup-evaluation-popup .evaluation-radio-buttons label,
.startup-registration__container .startup-evaluation-popup .outcome-radio-buttons label {
    display: flex;
    gap: 20px;
}

.startup-registration__form .startup-evaluation-popup .evaluation-radio-buttons label, 
.startup-registration__form .startup-evaluation-popup .outcome-radio-buttons label,
.startup-registration__container .startup-evaluation-popup .evaluation-radio-buttons label, 
.startup-registration__container .startup-evaluation-popup .outcome-radio-buttons label  {
    width: 100%;
}

.startup-registration__form .startup_form-group .innovation-category input[type="radio"],
.startup-registration__form .startup_form-group .sustainability-solution input[type="radio"],
.startup-registration__form .startup_form-group .internationalization-category input[type="radio"],
.startup-registration__form .startup_form-group .c2-consent input[type="radio"],
.startup-registration__form .startup_form-group .c3-consent input[type="radio"],
.startup-registration__form .startup_form-group .c4-consent input[type="radio"],
.startup-registration__form .startup_form-group .c5-consent input[type="radio"],
.startup-registration__form .startup-evaluation-popup .evaluation-radio-buttons input[type="radio"],
.startup-registration__form .startup-evaluation-popup .outcome-radio-buttons input[type="radio"],
.startup-registration__form .startup_form-group .privacy-check input[type="checkbox"],
.startup-registration__container .startup-evaluation-popup .outcome-radio-buttons input[type="radio"],
.startup-registration__container .startup-evaluation-popup .evaluation-radio-buttons input[type="radio"] {
    appearance: none;
    max-width: 24px;
    width: 100%;
    height: 24px;
    border-radius: 4px;
    border-width: 1px;
    padding: 0;
    border: 1px solid #1218A2;
}

.startup-registration__form .startup-evaluation-popup .startup-evaluation-popup-content .evaluation-radio-buttons input[type="radio"],
.startup-registration__form .startup-evaluation-popup .startup-evaluation-popup-content .outcome-radio-buttons input[type="radio"],
.startup-registration__container .startup-evaluation-popup .startup-evaluation-popup-content .evaluation-radio-buttons input[type="radio"],
.startup-registration__container .startup-evaluation-popup .startup-evaluation-popup-content .outcome-radio-buttons input[type="radio"]{
    padding: 3.5px;
    position: relative;
}

.startup-registration__form .startup_form-group .innovation-category input[type="radio"]:checked::before,
.startup-registration__form .startup_form-group .sustainability-solution input[type="radio"]:checked::before,
.startup-registration__form .startup_form-group .internationalization-category input[type="radio"]:checked::before,
.startup-registration__form .startup_form-group .c2-consent input[type="radio"]:checked::before,
.startup-registration__form .startup_form-group .c3-consent input[type="radio"]:checked::before,
.startup-registration__form .startup_form-group .c4-consent input[type="radio"]:checked::before,
.startup-registration__form .startup_form-group .c5-consent input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-color: #1218A2;
    border-radius: 1px;
}

.startup-registration__form .startup-evaluation-popup .startup-evaluation-popup-content .evaluation-radio-buttons input[type="radio"]:checked::before,
.startup-registration__form .startup-evaluation-popup .startup-evaluation-popup-content .outcome-radio-buttons input[type="radio"]:checked::before,
.startup-registration__container .startup-evaluation-popup .startup-evaluation-popup-content .evaluation-radio-buttons input[type="radio"]:checked::before,
.startup-registration__container .startup-evaluation-popup .startup-evaluation-popup-content .outcome-radio-buttons input[type="radio"]:checked::before  {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #1218A2;
    border-radius: 1px;
}

.startup-registration__form .startup_form-group .innovation-category span, 
.startup-registration__form .startup_form-group .sustainability-solution span,
.startup-registration__form .startup_form-group .interestarea-category span,
.startup-registration__form .startup_form-group .internationalization-category span,
.startup-registration__form .startup_form-group .c2-consent span,
.startup-registration__form .startup_form-group .c3-consent span,
.startup-registration__form .startup_form-group .c4-consent span,
.startup-registration__form .startup_form-group .c5-consent span{
    max-width: 148px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

#review-internationalization::first-letter {
    text-transform: uppercase;
  }  

@media screen and (max-width: 992px) {
    .startup-registration__form .startup_form-group .innovation-category,
    .startup-registration__form .startup_form-group .internationalization-category,
    .startup-registration__form .startup_form-group .c2-consent,
    .startup-registration__form .startup_form-group .c3-consent,
    .startup-registration__form .startup_form-group .c4-consent,
    .startup-registration__form .startup_form-group .c5-consent,
    .startup-registration__form .startup-evaluation-popup .evaluation-radio-buttons,
    .startup-registration__form .startup-evaluation-popup .outcome-radio-buttons,
    .startup-registration__container .startup-evaluation-popup .outcome-radio-buttons,
    .startup-registration__container .startup-evaluation-popup .evaluation-radio-buttons {
        flex-flow: column;
        max-height: 335px;
        height: 100%;
    }

    .startup-registration__title,
    .startup-registration__title h1 {
        font-size: 44px;
    }
}

/* Sede Centrale section styling */

.startup-registration__form .startup-headquarters__section .startup_form-group .custom-select-wrapper .float-label,
.startup-registration__form .startup_form-group .custom-select-wrapper .float-label.visible  {
    top: 10px;
    bottom: 0;
    transform: none;
    opacity: 1;
    max-width: 62px;
    display: inline;
}

.startup-headquarters__section .startup_form-group .city-province-wrapper,
.startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper,
.startup-capitalsearch__section .startup_form-group .capitalsearch-wrapper {
    width: 100%;
    max-height: 60px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.startup_form-group.custom-input-wrapper .trl + .error-msg {
    position: relative;
    top: 4px;
}

.startup_form-group.custom-input-wrapper .trl input.invalid {
    position: relative;
    top: 15px;
}

.startup_form-group.custom-input-wrapper .trl input.invalid + .float-label {
    bottom: 35px;
}

.startup_form-group.custom-input-wrapper .trl input.invalid ~ .info-icon {
    position: absolute;
    top: 35%;
}

@media screen and (min-width: 1016px) and (max-width: 1188px) {
    .startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .custom-select-wrapper:has(select.invalid) {
        top: 5px;
    }
}

.startup-registration__form select#maturityStatus.invalid + .ss-main + .custom-arrow {
    top: 45%;
}

.startup-headquarters__section .startup_form-group#cityProvinceInput .city-province-wrapper {
    align-items: unset;
}

.startup-headquarters__section .startup_form-group .city-province-wrapper .custom-select-wrapper,
.startup-headquarters__section .startup_form-group .city-province-wrapper .custom-input-wrapper,
.startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .custom-select-wrapper {
    max-width: 363px;
}

.startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .trl,
.startup-capitalsearch__section .startup_form-group .capitalsearch-wrapper .capital-search,
.startup-capitalsearch__section .startup_form-group .capitalsearch-wrapper .time-frame {
    max-width: 363px;
    width: 100%;
    position: relative;
    top: 14px;
}

.startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .trl input[type="number"]::-webkit-outer-spin-button,
.startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .trl input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

.startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .trl input[type="number"] {
    -moz-appearance: textfield;
}

.startup-formInfo__section .startup_form-group {
    display: flex;
    justify-content: space-between;

}

/* form info section styling */
.mandatory-fields {
    max-width: 139px;
    width: 100%;
    max-height: 36px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.save-later {
    max-width: 161px;
    width: 100%;
    display: flex;
    gap: 10px;
    background: unset;
    border: unset;
    cursor: pointer;
}

.save-later span {
    max-width: 127px;
    max-height: 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1218A2;
}

.elimina-startup {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    background: unset;
    border: unset;
}

.cancella-icon {
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.66216 8.94593C10.1323 8.94593 10.5135 9.3271 10.5135 9.79728V16.6081C10.5135 17.0783 10.1323 17.4594 9.66216 17.4594C9.19197 17.4594 8.81081 17.0783 8.81081 16.6081V9.79728C8.81081 9.3271 9.19197 8.94593 9.66216 8.94593Z" fill="%231218A2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.2027 8.94593C14.6729 8.94593 15.0541 9.3271 15.0541 9.79728V16.6081C15.0541 17.0783 14.6729 17.4594 14.2027 17.4594C13.7325 17.4594 13.3514 17.0783 13.3514 16.6081V9.79728C13.3514 9.3271 13.7325 8.94593 14.2027 8.94593Z" fill="%231218A2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.1216 4.4054C5.59179 4.4054 5.97295 4.78657 5.97295 5.25676V18.8784C5.97295 19.6621 6.60822 20.2973 7.39187 20.2973H16.473C17.2566 20.2973 17.8919 19.6621 17.8919 18.8784V5.25676C17.8919 4.78657 18.273 4.4054 18.7432 4.4054C19.2134 4.4054 19.5946 4.78657 19.5946 5.25676V18.8784C19.5946 20.6024 18.197 22 16.473 22H7.39187C5.66786 22 4.27025 20.6024 4.27025 18.8784V5.25676C4.27025 4.78657 4.65141 4.4054 5.1216 4.4054Z" fill="%231218A2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 5.25676C2 4.78657 2.38116 4.4054 2.85135 4.4054H21.0135C21.4837 4.4054 21.8649 4.78657 21.8649 5.25676C21.8649 5.72694 21.4837 6.10811 21.0135 6.10811H2.85135C2.38116 6.10811 2 5.72694 2 5.25676Z" fill="%231218A2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.67565 4.12162C7.67565 2.3976 9.07325 1 10.7973 1H13.0675C14.7916 1 16.1892 2.39761 16.1892 4.12162V5.25676C16.1892 5.72695 15.808 6.10811 15.3378 6.10811C14.8676 6.10811 14.4865 5.72695 14.4865 5.25676V4.12162C14.4865 3.33797 13.8512 2.7027 13.0675 2.7027H10.7973C10.0136 2.7027 9.37836 3.33797 9.37836 4.12162V5.25676C9.37836 5.72695 8.99719 6.10811 8.52701 6.10811C8.05682 6.10811 7.67565 5.72695 7.67565 5.25676V4.12162Z" fill="%231218A2"/></svg>') no-repeat center / contain;
}

/* Next and save Buttons */

.startup-buttons__wrapper .form-next,
.startup-buttons__wrapper .form-previous,
.save__previous-wrapper .form-previous,
.submit-startup,
.form-next {
    max-height: 52px;
    display: flex;
    gap: 10px;
    padding-top: 17px;
    padding-right: 42px;
    padding-bottom: 15px;
    padding-left: 42px;
    border-radius: 32px;
    background-color: #1218A2;
    border: 1px solid #1218A2;
    color: #FFFFFF;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    align-items: flex-end;
}

.startup-buttons__wrapper .form-next,
.submit-startup,
.form-next {
    float: right;
}

.startup-buttons__wrapper .form-previous,
.save__previous-wrapper .form-previous {
    float: left;
}

.startup-buttons__wrapper .form-previous,
.save__previous-wrapper .form-previous {
    background-color: #FFFFFF;
    color: #1218A2;
}

.save__delete-wrapper,
.save__previous-wrapper,
.startup-buttons__wrapper {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.save-startup {
    width: 159px;
    height: 52px;
    padding-top: 17px;
    padding-right: 42px;
    padding-bottom: 15px;
    padding-left: 42px;
    border-radius: 32px;
    background: #1218A2;
    border: 1px solid #1218A2;
}

.save-startup span {
    width: 48px;
    height: 20px;
    display: flex;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin: auto;
}

/* Team configuration section */
.startup-team_title,
.startup-team_title h4,
.startup-proposition_title,
.startup-proposition_title h4,
.startup-currentyear_title,
.startup-currentyear_title h4,
.startup-forecastdata_title,
.startup-forecastdata_title h4,
.startup-pitchdeck_title,
.startup-pitchdeck_title h4,
.startup-businessplan_title,
.startup-businessplan_title h4,
.startup-videodeck_title,
.startup-videodeck_title h4,
.startup-deploymentplan_title,
.startup-deploymentplan_title h4,
.startup-logo_title,
.startup-logo_title h4,
.startup-other_title,
.startup-other_title h4 {
    width: 100%;
    max-height: 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}

.startup-proposition_title h4 {
    max-height: none;
}

.startup-team__section .custom-select-wrapper,
.startup-sustainability__section .custom-select-wrapper,
.startup-headquarters__section .custom-select-wrapper,
.startup-patents__section .custom-select-wrapper {
    top: -10px; /*for graphical adjustment of item in div */
}

/* Business Model configuration section */
.invoice-year-block {
    display: flex;
    gap: 30px; 
    align-items: flex-start;
    margin-bottom: 1.7rem;
  }
  
  .year-label {
    max-width: 70px;
    width: 100%;
    height: 39px;
    flex-shrink: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
  
  .invoice-inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .add-invoice-btn {
    /* width: 100px; */
    height: 24px;
    display: flex;
    gap: 8px;
    background: none;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1218A2;
  }

  .add-invoice-btn.disabled {
    color: #686868;
  }

  .add-invoice-btn.disabled svg path {
    fill: #686868;
}

  .startup-registration__form .startup-proposition__section .startup_form-group textarea.proposition-description,
  .startup-registration__form .startup-patents__section .startup_form-group textarea,
  .startup-registration__form .startup-sustainability__section .startup_form-group textarea {
    width: 100%;
    max-height: 196px;
    height: 196px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 20px;
    padding-left: 32px;
    border-radius: 18px;
    border-width: 1px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    resize: none;
    box-sizing: border-box;
    outline: none;
    /* color: #1218A2; */
  }

  .startup-registration__form .startup-proposition__section .startup_form-group .proposition-max-char,
  .startup-registration__form .startup-sustainability__section .startup_form-group .sustainaibility-max-char,
  .startup-registration__form .startup-patents__section .startup_form-group .other-max-char {
    width: 100%;
    bottom: 20px;
    display: flex;
    position: relative;
    left: 32px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    color: #686868;
  }

  /* Sustainability Model configuration section */

  .startup-question-one,
  .startup-question-one h4,
  .startup-question-two,
  .startup-question-two h4,
  .startup-question-three,
  .startup-question-three h4,
  .startup-question-four,
  .startup-question-four h4,
  .startup-question-five,
  .startup-question-five h4,
  .startup-question-six,
  .startup-question-six h4,
  .startup-question-seven,
  .startup-question-seven h4,
  .startup-raisedcapital__title,
  .startup-raisedcapital__title h4,
  .startup-capitalsearch__title,
  .startup-capitalsearch__title h4,
  .startup-evaluation__title,
  .startup-evaluation__title h4,
  .startup-interestarea__title,
  .startup-interestarea__title h4,
  .startup-personaldataconsent_title,
  .startup-personaldataconsent_title h4,
  .startup-legalpersonconsent_title,
  .startup-legalpersonconsent_title h4,
  .startup-appendice_title,
  .startup-appendice_title h4 {
    width: 100%;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }

/* Equity and fundraising Model configuration section */

.startup-registration__form .startup_form-group .interestarea-category {
    max-height: unset;
    display: flex;
    flex-flow: column;
    gap: 24px;
}
  
.startup-registration__form .startup_form-group .interestarea-category span {
    max-width: unset;
}

.startup-registration__form .startup_form-group .interestarea-category label input[type="checkbox"],
.startup-registration__form .startup_form-group .identification .identificationCheck input[type="checkbox"] {
    appearance: none;
    max-width: 24px;
    width: 100%;
    height: 24px;
    border-radius: 0;
    border-width: 1px;
    padding: 0;
    border: 1px solid #1218A2;
    background-color: #fff;
}

.startup-registration__form .startup_form-group .interestarea-category input[type=checkbox]:checked,
.startup-registration__form .startup_form-group .identification .identificationCheck input[type="checkbox"]:checked {
    position: relative;
}

.startup-registration__form .startup_form-group .interestarea-category input[type=checkbox]:checked + span {
    color: #1218A2 ;
}

.startup-registration__form .startup_form-group .interestarea-category label input[type=checkbox]:checked::before,
.startup-registration__form .startup_form-group .identification .identificationCheck input[type="checkbox"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 8px;
    height: 14px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.startup-registration__form .startup_form-group .interestarea-category label input[type="checkbox"]:focus,
.startup-registration__form .startup_form-group .identification .identificationCheck input[type="checkbox"]:focus {
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Document upload section */
.button-add-document {
    width: 100%;
    min-height: 110px;
    padding: 30px;
    display: flex;
    gap: 30px;
    border: 1px solid #1218A2;
    background-color: white;
   }
   .button-add-document.read {
    border: unset;
    padding: unset;
    align-items: center;
   }
.button-add-document .txt-button-wrapper {
    max-width: 614px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 56px;
}

.button-add-document .txt-button {
    font-family: Poppins;
    color: #1218A2;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: left;
    word-break: break-word;
}

.button-add-document .txt-button a {
    color: #1218A2;
    text-decoration: none;
}

.button-add-document .txt-button a:hover {
    color: #4C52C2; 
}

.button-add-document .file-type-info {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #686868;
    text-align: left;
}

.button-add-document .btn-icon {
    width: 52px;
    height: 52px;
    float: right;
    margin: auto;
}
 
.button-add-document .btn-icon:hover svg circle {
    fill: #1218A2;
}

.button-add-document .btn-icon:hover svg line {
    stroke: #ffffff;
}

/* Privacy configuration section */
.startup-registration__form .startup-personaldataconsent__section fieldset legend, 
.startup-registration__form .startup-legalpersonconsent__section fieldset legend,
.startup-registration__form .startup-personaldataconsent__section p,
.startup-registration__form .startup-legalpersonconsent__section p {
    display: unset !important;
    width: 100%;
    min-height: 40px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.startup-registration__form .startup-personaldataconsent__section fieldset,
.startup-registration__form .startup-legalpersonconsent__section fieldset {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.startup-registration__form .startup_form-group .privacy-check {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.startup-registration__form .startup_form-group .privacy-check label,
.startup-registration__form .startup-personaldataconsent__section .startup_form-group label span,
.startup-registration__form .startup-legalpersonconsent__section .startup_form-group label span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    color: #1218A2;
    
}
.startup-registration__form .startup_form-group .privacy-check input[type="checkbox"]:checked{
    position: relative;
}
.startup-registration__form .startup_form-group .privacy-check input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-color: #1218A2;
    border-radius: 1px;
}

.startup-registration__form .startup_form-group .interestarea-category label input[type="checkbox"]:focus {
    border-color: rgb(134, 182.5, 254);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.startup-registration__form .startup_form-group .disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  
/* Appendice configuration section */

.startup-appendice__section .startup-appendice_title {
    margin-bottom: 20px;
}

.myInitiatives .startup-appendice__section .startup-appendice_title {
    margin-bottom: 5px;
    margin-top: 30px;
}

.startup-registration__form .icon-delete {
    display: flex;
    flex-flow: row;
    font-weight: 500;
    font-family: Poppins !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.06em;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 91px;
    width: 100%;
    gap: 8px;
    color: #1218A2;
    align-items: center;
}

/* error messages styling */
.error-msg {
    color: #DD2A00;
    line-height: 16px;
    font-size: 12px;
    margin-top: 5px;
}
.startup-registration__form .startup_form-group label + .error-msg {
    position: relative;
    bottom: 28px;
}

@media screen and (min-width: 993px) and (max-width: 1161px){
    .startup-registration__form .startup_form-group #startupRegistryMandatoryFieldMsg + .error-msg {
        position: relative;
        top: 20px;
    }
}

/* Startup Details */
.startup-registration__form .startup_form-group .read-only,
.startup-registration__form .invoice-readonly-data .startup_form-group span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #686868;
}

.evaluation-container{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

.evaluation-status {
    min-height: 26px;
    display: flex;
    align-items: center;
    gap: 16px;
    opacity: 1;
}

.evaluation-status span,
.startup__container.initiative-component .applied-startup-section .startup-card span {
    font-family: Poppins;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #686868;
}


/* Startup Evaluation Button */

.form-next#evaluationButtonId[disabled] {
    background-color: #9093d5;
    border: 0;
    cursor: not-allowed;
    opacity: 0.8;
  }
  

.form-next.send-evaluation {
    margin-left: auto;
    justify-content: center;
}

.text-wrap {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    display: block;
  }  

@media screen and (max-width: 400px) {
    .button-add-document {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 576px) {
    .startup-generic-popup-buttons .startup-buttons__wrapper {
        flex-flow: column;
        align-items: unset;
    }
}

@media screen and (max-width: 767px) {

    .tabber {
        width: 100%;
        height: 49px;
        padding-top: 20px;
    }

    .tabs {
        gap: 28px;
        position: relative;
    }

    .tabs::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; 
        top: 57.2px;
        height: 1px;
        background-color: rgba(50, 50, 50, 0.3);
    }

    .tab-label.anagrafica,
    .tab-label.candidatura {
        left: unset;
        width: 157.5px;
        height: 28px;
    }
    .tab-label.anagrafica {
        margin-right: auto;
    }
    .tab-label.candidatura {
        margin-left: auto;
    }

    #tab-anagrafica.tab-content {
        display: none;
    }

    #tab-candidatura .course-link__wrapper {
        gap: 18px;
        align-items: flex-end;
        flex-flow: column;
    }

    #tab-candidatura .course-list__item .course-list__image {
        margin: 0 auto;
        height: auto;
        width: auto;
    }


    .startup-registration__form form {
        gap: 35px;
    }

    .stepper-item-wrapper,
    .stepper-item-wrapper-review {
        padding-top: 32px;
        padding-bottom: 22px;
        border-bottom: 1px solid rgba(50, 50, 50, 0.3);
        width: 100%;
        max-width: unset;
    }

    .stepper-item-wrapper svg,
    .stepper-item-wrapper-review svg {
        display: none;
    }

    .stepper-item-wrapper h3,
    .stepper-item-wrapper-review h3 {
        position: relative;
        bottom: 5px;
    }

    .startup-stepper {
        max-width: unset;
    }

    .startup-general__section,
    .startup-contacts__section,
    .startup-enrollment__section,
    .startup-headquarters__section,
    .startup-referralsource__section,
    .startup-team__section,
    .startup-proposition__section,
    .startup-patents__section,
    .startup-currentyear__section,
    .startup-forecastdata__section,
    .startup-sustainability__section,
    .startup-raisedcapital__section,
    .startup-capitalsearch__section,
    .startup-evaluation__section,
    .startup-interestarea__section,
    .startup-internationalization__section,
    .startup-targetmarket__section,
    .startup-pitchdeck__section,
    .startup-businessplan__section,
    .startup-videodeck__section,
    .startup-deploymentplan__section,
    .startup-logo__section,
    .startup-other__section,
    .startup-privacy__section,
    .startup-browsing__section,
    .startup-provideddata__section,
    .startup-appendice__section {
        gap: 25px;
    }

    .startup-personaldataconsent__section,
    .startup-legalpersonconsent__section {
        gap: 16px;
    }

    .startup-registration__title,
    .startup-registration__title h1 {
        width: 100%;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0;
    }

    .title-download-wrapper .download-startup,
    .download-document {
        display: none;
    }

    .startup-general_title,
    .startup-general_title h4,
    .startup-enrollment_title,
    .startup-enrollment_title h4,
    .startup-headquarters_title,
    .startup-headquarters_title h4,
    .startup-contacts_title,
    .startup-contacts_title h4,
    .startup-source_title,
    .startup-source_title h4,
    .startup-internationalization_title,
    .startup-internationalization_title h4,
    .startup-targetmarket_title,
    .startup-targetmarket_title h4,
    .startup-privacy_title,
    .startup-privacy_title h4,
    .startup-browsing_title,
    .startup-browsing_title h4 ,
    .startup-provideddata_title,
    .startup-provideddata_title h4{
        font-size: 18px;
        max-height: 40px;
    }

    .startup-registration__form .startup_form-group .identification .partita-iva {
        height: 52px;
    }

    .startup-registration__form .startup_form-group .identification {
        flex-flow: column;
        gap: 25px;
    }

    .startup-registration__form .startup_form-group .identification .identificationCheck {
        top: 0;
    }

    .startup-headquarters__section .startup_form-group .city-province-wrapper,
    .startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper,
    .startup-capitalsearch__section .startup_form-group .capitalsearch-wrapper {
        flex-flow: column;
        max-height: fit-content;
    }

    .startup-headquarters__section .startup_form-group .city-province-wrapper {
        gap: 25px;
    }

    .startup-registration__form .startup-proposition__section .startup_form-group textarea.proposition-description,
    .startup-registration__form .startup-patents__section .startup_form-group textarea,
    .startup-registration__form .startup-sustainability__section .startup_form-group textarea {
        max-height: 436px;
        height: 436px;
    }

    .startup-registration__form  textarea + .float-label {
        bottom: 28rem;
      }

    .startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .trl {
        height: 60px;
        top: 0;
    }

    .startup-formInfo__section .startup_form-group { 
        flex-flow: column;
        gap: 28px;
    }

    .save__delete-wrapper .elimina-startup {
        padding-bottom: 50px;
    }

    .startup-buttons__wrapper .form-next,
    .startup-buttons__wrapper .form-previous,
    .save__previous-wrapper .form-previous,
    .save-startup,
    .form-next {
        display: none;
    } 
    
    #formNext.show-on-mobile,
    .save-startup.show-on-mobile {
        display: block;
        margin: auto;
        margin-bottom: 50px;
        width: 100%; 
    }

    .startup-team_title,
    .startup-team_title h4,
    .startup-proposition_title,
    .startup-proposition_title h4,
    .startup-currentyear_title,
    .startup-currentyear_title h4,
    .startup-forecastdata_title,
    .startup-forecastdata_title h4,
    .startup-pitchdeck_title,
    .startup-pitchdeck_title h4,
    .startup-businessplan_title,
    .startup-businessplan_title h4,
    .startup-videodeck_title,
    .startup-videodeck_title h4,
    .startup-deploymentplan_title,
    .startup-deploymentplan_title h4,
    .startup-logo_title,
    .startup-logo_title h4,
    .startup-other_title,
    .startup-other_title h4 {
        font-size: 18px;
        max-height: 80px;
    }

    .startup-question-one,
    .startup-question-one h4,
    .startup-question-two,
    .startup-question-two h4,
    .startup-question-three,
    .startup-question-three h4,
    .startup-question-four,
    .startup-question-four h4,
    .startup-question-five,
    .startup-question-five h4,
    .startup-question-six,
    .startup-question-six h4,
    .startup-question-seven,
    .startup-question-seven h4,
    .startup-raisedcapital__title,
    .startup-raisedcapital__title h4,
    .startup-capitalsearch__title,
    .startup-capitalsearch__title h4,
    .startup-evaluation__title,
    .startup-evaluation__title h4,
    .startup-interestarea__title,
    .startup-interestarea__title h4,
    .startup-personaldataconsent_title,
    .startup-personaldataconsent_title h4,
    .startup-legalpersonconsent_title,
    .startup-legalpersonconsent_title h4,
    .startup-appendice_title,
    .startup-appendice_title h4 {
        font-size: 18px;
        /* max-height: 40px; */
    }

    .button-add-document .txt-button-wrapper {
        gap: 5px;
    }

    .button-add-document .btn-icon,
    .button-add-document .btn-icon svg {
        width: 30px;
        height: 30px;
    }

    .save__previous-wrapper {
        margin-bottom: 50px;
        margin-top: 0;
    }

    .startup-registration__form .startup_form-group .choices__inner { 
        max-height: unset;
        min-height: 60px;
    }

    .startup-registration__form .startup_form-group .choices__list--dropdown, 
    .startup-registration__form .startup_form-group .choices__list[aria-expanded] {
       bottom: 25px;
    }

    .startup-registration__form .float-label.business-model {
        top: 57px;
    }
    .startup-generic-popup-content {
        width: 90%;
        min-height: 284px;
        height: unset;
    }

    .startup-headquarters__section .startup_form-group .city-province-wrapper .custom-select-wrapper,
    .startup-headquarters__section .startup_form-group .city-province-wrapper .custom-input-wrapper,
    .startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .custom-select-wrapper,
    .startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .trl,
    .startup-capitalsearch__section .startup_form-group .capitalsearch-wrapper .capital-search,
    .startup-capitalsearch__section .startup_form-group .capitalsearch-wrapper .time-frame {
        max-width: unset;
    }

    .save__delete-wrapper {
        flex-flow: column;
    }

    .form-next.evaluation-button,
    .form-next.send-evaluation {
        display: block;
        max-height: unset;
    }


    .startup-evaluation-popup {
        width: 90%;
    }

    .startup-registration__wrapper .applications-unavailable {
        font-size: 24px;
        line-height: 30px;
    }

    #evaluationButtonId.form-next {
        display: block;
        max-height: unset;
    }

    .tooltip-custom {
        width: unset;
    }

    .startup_form-group:has(.custom-select-wrapper #maturityStatus),
    .startup_form-group:has(.custom-select-wrapper #trendCluster),
    .startup_form-group:has(.custom-select-wrapper #targetMarket),
    .startup_form-group:has(.custom-select-wrapper #businessModel),
    .startup_form-group:has(.custom-select-wrapper #sdgTargets),
    .startup_form-group:has(.custom-select-wrapper #targetmarketDescription) {
        height: unset;
    }

}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .startup-registration__form .startup_form-group .identification {
       flex-flow: column;
       gap: unset;
    }

    .startup-headquarters__section .startup_form-group .city-province-wrapper,
    .startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper,
    .startup-capitalsearch__section .startup_form-group .capitalsearch-wrapper {
        flex-flow: column;
        max-height: unset;
        gap: unset;
    }

    .startup-headquarters__section .startup_form-group .city-province-wrapper .custom-select-wrapper,
    .startup-headquarters__section .startup_form-group .city-province-wrapper .custom-input-wrapper,
    .startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .custom-select-wrapper,
    .startup-proposition__section .startup_form-group .maturityStatus-trl-wrapper .trl,
    .startup-capitalsearch__section .startup_form-group .capitalsearch-wrapper .capital-search,
    .startup-capitalsearch__section .startup_form-group .capitalsearch-wrapper .time-frame {
        max-width: unset;
    }

    .save__delete-wrapper, .save__previous-wrapper, .startup-buttons__wrapper {
        flex-flow: column;
        justify-content: center;
        gap: 20px;
    }

    .form-next {
        margin-left: auto;
        margin-right: auto;
        float: unset;
    }

    #evaluationButtonId.form-next {
        margin-right: unset;
    }

    .startup-registration__form .startup-proposition__section .startup_form-group textarea.proposition-description,
    .startup-registration__form .startup-patents__section .startup_form-group textarea,
    .startup-registration__form .startup-sustainability__section .startup_form-group textarea {
        max-height: 436px;
        height: 436px;
    }

    .startup-registration__form  textarea + .float-label {
        bottom: 28rem;
      }

    .startup-generic-popup-content {
        min-height: 284px;
        height: unset;
        width: 90%;
    }

    .startup-evaluation-popup {
        left: 36vw;
    }

    .startup_form-group:has(.custom-select-wrapper),
    .startup-registration__form .startup_form-group:has(> input):not(:has(.innovation-category)) {
        height: unset;
    }
}

@media screen and (max-width: 456px) {

    .evaluation-container{
        display:flex;
        flex-direction:column;
        justify-content: unset;
    }

    #evaluationButtonId.form-next {
        position: relative;
        top: 30px;
    }

    .startup-evaluation-popup .close-button {
        margin-left: unset;
    }
}

@media screen and (max-width: 556px) {
    .startup-evaluation-popup {
        left: unset;
    }
}

@media screen and (min-width: 557px) and (max-width: 767px){
    .startup-evaluation-popup {
        left: 10vw;
    }
}

@media screen and (max-width: 1095px) {
    .startup-registration__form .startup_form-group .identification {
        flex-flow: column;
        gap: 25px;
    }
    .startup-registration__form .startup_form-group .identification .identificationCheck {
        top: unset;
        margin-top: unset;
    }
    .startup-registration__form .startup_form-group:has(> .identification) {
        height: unset !important;
    }
}

@media screen and (min-width: 992px) {
    .startup-question-one,
    .startup-question-seven {
        max-height: 45px;
    }

    .startup-question-two,
    .startup-question-four,
    .startup-question-five,
    .startup-question-six {
        max-height: 22px;
    }

    .startup-sustainability__section .startup_form-group:has(> textarea) {
        max-height: 230px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .startup-evaluation-popup {
        left: 47vw;
    }

    .startup-generic-popup-content {
        min-height: 284px;
        height: unset;
    }
}
.startup-generic-popup-content.startup-apply-popup{
    width: 66%;
    max-width: 756px;
    max-height: 90%;
    min-height: 550px;
    padding: 20px 20px 20px 20px;
    overflow-y: auto;
}

.startup-generic-popup-content.startup-apply-popup .card__wrapper{
    padding: 0 30px 0 30px;
}

.startup-generic-popup-content.startup-apply-popup .card__close-button{
    margin-left: auto;
}

.startup-generic-popup-content.startup-apply-popup .card__close-button button{
     border: none;
     background-color: white;
}

.startup-generic-popup-content.startup-apply-popup .card__wrapper .card__text-wrapper{
    /* min-height: 142px; */
    max-height: 142px;
    padding-bottom: 20px;
}

.startup-generic-popup-content.startup-apply-popup .card__wrapper .card__startup-wrapper .card-startup{
    min-height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
}

.startup-generic-popup-content.startup-apply-popup .card__wrapper .startup-buttons__wrapper{
    padding: 20px 0 20px 0;
}

.startup-generic-popup-content.startup-apply-popup .card__wrapper .startup-buttons__wrapper .addStartupTxt{
    font-size: 14px;
    text-transform: uppercase;
    color: #1218A2;
}

.startup-generic-popup-content.startup-apply-popup .card__wrapper .startup-buttons__wrapper .button__add-startup{
    border: none;
}

.startup-generic-popup-content.startup-apply-popup .startup-buttons__wrapper .form-next.disabled{
    background-color: buttonface;
    border: none;
    color: buttontext;
    cursor: default;
}

@media (max-width: 992px) {
    .startup-generic-popup-content.startup-apply-popup .startup-buttons__wrapper{
        display: flex;
        width: 100%;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .startup-generic-popup-content.startup-apply-popup .card__wrapper .startup-buttons__wrapper .button__add-startup{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

}

@media (max-width: 768px) {
    .startup-generic-popup-content.startup-apply-popup .card__wrapper .card__startup-wrapper{
        flex-wrap: wrap;
    }

    .startup-generic-popup-content.startup-apply-popup .card__wrapper .card__startup-wrapper .card-startup{
        gap: 0px;
        min-height: 20px;
        width: 100%;
        padding: 5px;
    }

    .startup-generic-popup-content.startup-apply-popup .startup-buttons__wrapper{
        flex-wrap: wrap;
        flex-flow: column;
    }

    .startup-generic-popup-content.startup-apply-popup .startup-buttons__wrapper .form-next {
        display: flex;
    }

    .startup-generic-popup-content.startup-apply-popup .card__wrapper .startup-buttons__wrapper .button__add-startup{
        padding: 5px;
    }
}

@media (max-width: 575px) {
    .startup-generic-popup-content.startup-apply-popup .card__wrapper{
        padding: 0;
    }
}

.titoloInfoBando .bando-header .bando-header__info a{
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 992px){
    .startup-generic-popup-content.startup-apply-popup{
        width: unset;
    }
}
