@media (min-width: 380px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-calculadora-test-default] {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 768px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-calculadora-test-default] {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 980px) {
  .views-exposed-form[data-drupal-selector=views-exposed-form-calculadora-test-default] {
        grid-template-columns: repeat(4, 1fr);
    }
}
.calculator-content {
  display: flex;
  @media (max-width: 980px){
    flex-direction: column;
  }

  span.vertical-line{
    border-left: 2px solid #D0D0D0;
    margin: 0px 10px;
  }

  .calculator-block-left {
    width: 40%;
    margin: 0px 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    @media (max-width: 980px){
      width: 100%;
      margin: 0px 0px;
    }

    .certification-process {
      padding: 20px;
      background-color: #fff;
      border: 1px solid #46B258;
      border-radius: 10px;
      margin: 10px;

      .ptitle{
        font-weight: bold;
      }
      .phighlight{
        padding: 4px;
        background-color: #f1f1f1;
      }
      .results-certification-block{
        display: flex;
        margin-bottom: 1rem;
        justify-content: space-around;

        p {
          margin-bottom: 0.5rem;
          line-height: 1.5rem;
          padding-top: 0.5rem;
        }

        p span{
          font-weight: 600;
          font-size: 1.4em;
          margin-right: 6px;
          float: left;
          padding-bottom: 0.5rem;
        }
      }
    }
    .total-energy {
      padding: 20px;
      background-color: #fff;
      border-radius: 10px;
      margin: 10px;
      max-height: 250px;
      overflow-x: hidden;
      overflow-y: scroll;
      scrollbar-width: thin;
      scrollbar-color: #ccc transparent;
      @media (max-width: 580px){
        max-height: unset;
      }
      .results-energy-row{
        display: flex;
        margin-bottom: 1rem;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
        @media (max-width: 480px){
          flex-direction: column;
        }
        p {
          margin-bottom: 0rem;
        }
        div {
          width: 65%;
          @media (max-width: 480px){
            width: 100%;
          }
          p{
            padding-right: 15px;
            @media (max-width: 480px){
              padding-right: 0px;
            }
          }
        }
        div.highlight {
          width: 35%;
          border: 1px solid #46B258;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          @media (max-width: 480px){
            margin-top: 6px;
          }
          p{
            padding-right: 0px;
          }
        }
      }
    }
  }
  .calculator-block-right {
    width: 60%;
    margin: 0px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    @media (max-width: 980px){
      width: 100%;
      margin: 0px 0px;
    }
    @media (max-width: 580px){
      grid-template-columns: repeat(1, 1fr);
    }

    .trees, .lights, .cars, .flights {
      padding: 20px;
      background-color: #F5F5F5;
      border-radius: 10px;
      margin: 10px;
      text-align: center;

      .ptitle-grey{
        font-weight: bold;
        color: #525A54;
        }

      .results-block{
        display: flex;
        justify-content: center;

        p {
          margin-bottom: 0.5rem;
        }
        span{
          font-weight: 600;
          font-size: 1.4em;
        }

      }
      .icon{
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        img{
          height: auto;
        }
      }
    }
  }
}

/* HOME STYLES */
.pnav-home-wrapper{
  display: flex;
  @media (max-width: 574px){
    flex-direction: column;
  }
  .block-left{
    display: flex;
    flex-direction: column;
    width: 65%;
    @media (max-width: 574px){
      width: 100%;
    }
    .main-links{
      display: flex;
      padding-right: 40px;
      justify-content: space-between;
      @media (max-width: 574px){
        padding-right: 0px;
      }
      div {
        padding-right: 30px;
      }
      .arrow-link{
        width: 60px;
        background-color: #46B258;
        padding: 3px 0px 7px 0px;
        border-radius: 20px;
        float: left;
        margin-bottom: 0px;
        text-align: center;
        a{
          text-decoration: none;
        }
      }
      .arrow-link:hover{
        background-color: #194120;
        color: #fff;
      }
    }
    .certifications{
      margin-top: 50px;
      @media (max-width: 574px){
        margin-bottom: 35px;
      }
      .sealIcons{
        width: 50%;
        padding: 0px 0px;
        display: flex;
        @media (max-width: 980px){
          width: 100%;
        }
        .width350{
          width: 350px;
          @media (max-width: 574px){
            width: 100%;
          }
          .seal{
            display: flex;
            background: #fff;
            padding: 15px;
            border-radius: 15px;
            margin-right: 20px;
            @media (max-width: 574px){
              margin-right: 0px;
            }
            p{
              margin-bottom: 0;
              font-size: 18px;
              color: #918A8A;
              font-weight: 700;
              width: 66%;
            }
          }
          a {
            text-decoration: none;
            img{
              padding-right: 8px;
            }
          }
        }
      }
    }
  }
  .block-right{
    width: 35%;
    @media (max-width: 574px){
      width: 100%;
    }
    .icon{
      width: 100px;
      height: auto;
      margin-left: calc(50% - 50px);
      margin-bottom: 20px;
    }
    .guias-container{
      margin-bottom: 15px;
      display: flow-root;
    }
    .guias{
      display: inline;
      width: 80%;
      padding: 0px 10px 0 0;
      float: left;
    }
    .arrow-link{
      display: inline;
      width: 60px;
      background-color: #46B258;
      padding: 3px 0px 7px 0px;
      border-radius: 15px;
      float: right;
      margin-bottom: 0px;
      text-align: center;
      a{
        text-decoration: none;
      }
    }
    .arrow-link:hover{
      background-color: #194120;
      color: #fff;
    }
  }
}

/* AUTODIAGNOSYS STYLES */
.pnav-autoevaluation-wrapper{
  border: 2px solid #ccc;
  padding: 20px;
  .style100-auto{
    width: 100%;
    display: flex;
    @media (max-width: 580px){
      flex-direction: column-reverse;
    }
  }
  .style65-auto{
    width: 65%;
    padding: 0px;
    @media (max-width: 580px){
      width: 100%;
    }
  }
  .style35-auto{
    width: 35%;
    padding: 0px 0px 0px 20px;
    @media (max-width: 580px){
      width: 100%;
    }
  }
}
.pnav-autoevaluation-results ul li span{
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.pnav-autoevaluation-results ul li{
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}
.pnav-autoevaluation-results ul{
  width: 90%;
}
#form_autoevaluation, #form_model_register, #form_model_sheet, #form_route_seal, #form-checkList, #form_filter_data{
  display: flex;
  flex-direction: column;
  input, select {
    border: 1px solid #46B258;
    width: 100%;
    padding: 10px;
    background-color: transparent;
  }
  input:focus::placeholder {
    color: transparent;
  }
  input[type="checkbox"]#conditions, #rg_acepto, #rg_lopd {
    float: left;
    width: 18px;
    height: 18px;
    margin: 2px 10px 20px 0px;
    padding: 2px;
  }
  .lopd{
    display: flex;
    flex-direction: row;
    padding-left: 0.9em;
  }
  .accept-conditions{
    display:none;
  }
  select{
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343434' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position:right 16px center;
    background-repeat:no-repeat;
    background-size:18px 14px;
    height:inherit;
  }
  label{
    margin-bottom: 5px;
  }
  label.acept-conditions{
    font-size: 0.85rem;
    margin-top: 40px;
  }
  label.lopd{
    font-size: 0.85rem;
    margin-top: 0px;
  }
  .style100{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
  }
   .display-flex-col{
    flex-direction: column;
  }
  .al-left{
    align-items: flex-start;
  }
  .al-right{
    align-items: flex-end;
  }
  .style100.btn-center{
    justify-content: center;
  }
  .style50{
    width: 50%;
    padding: 0px 15px;
  }
  .form-registro-modelo .style50{
    padding: 0px 15px 0 0 ;
  }
  .form-registro-modelo .form-item.js-form-type-checkbox{
    padding-left: 0em!important;;
  }
  .pnav-training-model-wrapper, .pnav-inference-model-wrapper {
    padding-left: 0px!important;
  }
  .style50flex{
    width: 50%;
    padding: 0px 0px;
    display: flex;
  }
  .style70flex{
    width: 70%;
    padding: 0px 0px;
    display: flex;
  }
  .style30flex{
    width: 30%;
    padding: 0px 0px;
    display: flex;
    .btnTrash{
      border: none;
      background: none;
      cursor: pointer;
    }
  }
  .style33{
    width: 33%;
    padding: 0px 15px;
  }
  .style25{
    width: 25%;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
  }
  .style33:last-child{
    padding-right: 5px;
  }
  input.btn-send{
    width: 100px  !important;
    background-color: #46B258;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 30px 10px 20px 10px;
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  .btn-send:hover{
    background-color: #194120;
  }
  .just-center{
    justify-content: center;
  }
  input.btn-send-file{
    width: 100px  !important;
    background-color: #46B258;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 0px 0px 20px calc(50% - 110px);
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  div[id^="edit-archivo"]{
    position: relative;
    background-color: #e3e0e0;
    padding: 4px;
    span a{
      font-weight: 600;
    }
  }
  .select2-container--default .select2-selection{
    border-color: #fff;
    padding: 7px 10px 8px 10px;
  }
  input[id^="edit-archivo-remove-button"]{
    position: absolute;
    top: 45px;
    width: 100px  !important;
    background-color: #46B258;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 0px 0px 0px calc(50% - 150px);
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  .btn-send-file:hover, input[id^="edit-archivo-remove-button"]:hover{
    background-color: #194120;
  }
}
#form_model_register{
  @media (max-width: 580px){
    .style100 {
      flex-direction: column;
      .style50 {
        width: 100%;
      }
    }
  }
::placeholder {
  color: #646464;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #646464;
}
::-moz-placeholder {
  color: #646464;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #646464;
}
::-ms-input-placeholder {
  color: #646464;
}
}
#form_model_sheet{
  .style100{
      @media (max-width: 580px){
      .style50 {
        .sello{
          width: 100%!important;
        }
      }
    }
    @media (max-width: 780px){
      flex-direction: column;
      .style50-mb-1 {
          width: 100%;
      }
      .style50 {
        width: 100%;
        padding: 0px 0px;
        .sello{
          margin-bottom: 10px;
          flex-direction: row!important;
          width: 60%;
        }
        .pre-icon-notchecked {
            margin-left: 0px;
        }
      }
    }
    @media (max-width: 980px){
      .style50 {
        width: 100%;
        .sello{
          flex-direction: column-reverse;
        }
        .post-icon {
            margin-left: 15px;
        }
        .pre-icon-notchecked {
            margin-left: 0px;
        }
      }
    }
  }
}

#form_autoevaluation{
  .style100{
    @media (max-width: 580px){
      flex-direction: column;
    }
  }
  .style100.just-center{
    @media (max-width: 580px){
      flex-direction: row;
    }
  }
  .style50{
    @media (max-width: 580px){
      width: 100%;
    }
  }
  ::placeholder {
  color: #646464;
  opacity: 1;
}
}

#form_filter_data{
  .style100{
    flex-wrap: wrap;
  }
  .style25{
    @media (max-width: 980px){
      width: 33%;
    }
    @media (max-width: 674px){
      width: 50%;
    }
    @media (max-width: 480px){
      width: 100%;
    }
  }
}

#form_advanced_seal, #form_advanced_seal_validation, .pnav-advanced-seal-form{
  display: flex;
  flex-direction: column;
  input, select, textarea {
    border: 1px solid #46B258;
    width: 100%;
    padding: 10px;
    background-color: transparent;
  }
  input:focus::placeholder {
    color: transparent;
  }
  input[type="checkbox"]#conditions, #rg_acepto, #rg_lopd{
    float: left;
    width: 18px;
    height: 18px;
    margin: 2px 10px 20px 0px;
    padding: 2px;
  }
  input[type="checkbox"].accept-conditions {
    float: left;
    width: 18px;
    height: 18px;
    margin: 2px 10px 20px 0px;
    padding: 2px;
  }
  .lopd{
    display: flex;
    flex-direction: row;
    padding-left: 40px;
  }
  .accept-conditions{
    display: flex;
    flex-direction: row;
    padding-left: 40px;
    width: 100%;
  }
  select{
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343434' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position:right 16px center;
    background-repeat:no-repeat;
    background-size:18px 14px;
    height:inherit;
  }
  select#edit-modelid{
    background-image: none!important;
  }
  label{
    margin-bottom: 5px;
  }
  label.acept-conditions{
    font-size: 0.85rem;
    margin-top: 40px;
  }
  label.lopd{
    font-size: 0.85rem;
    margin-top: 0px;
  }
  .style100, #upload-audit-form-wrapper, #upload-audit-form{
    width: 100%;
    /* display: flex; */
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .style100Buttons{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    .btn-send{
      width: 180px!important;
    }
    .btn-cancel{
      width: 180px!important;
    }
  }
   .display-flex-col{
    flex-direction: column;
  }
  .al-left{
    align-items: flex-start;
  }
  .al-right{
    align-items: flex-end;
  }
  .style100.btn-center{
    justify-content: center;
  }
  .style50{
    width: 50%;
    padding: 0px 15px;
  }
  .form-registro-modelo .style50{
    padding: 0px 15px 0 0 ;
  }
  .form-registro-modelo .form-item.js-form-type-checkbox{
    padding-left: 0em!important;;
  }
  .pnav-training-model-wrapper, .pnav-inference-model-wrapper {
    padding-left: 0px!important;
  }
  .style50flex{
    width: 50%;
    padding: 0px 0px;
    display: flex;
  }
  .style70flex{
    width: 70%;
    padding: 0px 0px;
    display: flex;
  }
  .style30flex{
    width: 30%;
    padding: 0px 0px;
    display: flex;
    .btnTrash{
      border: none;
      background: none;
      cursor: pointer;
    }
  }
  .style33{
    width: 33%;
    padding: 0px 15px;
  }
  .style25{
    width: 25%;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
  }
  .style33:last-child{
    padding-right: 5px;
  }
  input.btn-send{
    width: 100px  !important;
    background-color: #46B258;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 30px 10px 20px 10px;
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  .btn-send:hover{
    background-color: #194120;
  }
  input.btn-cancel{
    width: 100px  !important;
    background-color: #b31e1e;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 30px 10px 20px 10px;
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  .btn-cancel:hover{
    background-color: #383a38;
  }
  .just-center{
    justify-content: center;
  }
  input.btn-send-file{
    width: 100px  !important;
    background-color: #46B258;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 0px 0px 20px calc(50% - 110px);
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  div[id^="edit-archivo"]{
    position: relative;
    background-color: #e3e0e0;
    padding: 4px;
    span a{
      font-weight: 600;
    }
  }
  .select2-container--default .select2-selection{
    border-color: #fff;
    padding: 7px 10px 8px 10px;
  }
  input[id^="edit-archivo-remove-button"]{
    position: absolute;
    top: 45px;
    width: 100px  !important;
    background-color: #46B258;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 0px 0px 0px calc(50% - 150px);
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  .btn-send-file:hover, input[id^="edit-archivo-remove-button"]:hover{
    background-color: #194120;
  }
}
/* .pnav-advanced-seal-form{
  input.btn-send{
    width: 180px  !important;
    background-color: #46B258;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 30px 10px 20px 10px;
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  input.btn-send:hover{
    background-color: #194120;
  }
  input.btn-cancel{
    width: 180px  !important;
    background-color: #b31e1e;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 30px 10px 20px 10px;
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  input.btn-cancel:hover{
    background-color: #383a38;
  }
} */


/* MODEL REGISTRY STYLES */
.pnav-register-wrapper{
  padding: 20px;
}

/* MODEL STYLES */
.pnav-model-wrapper{
  padding: 20px;
}
h3.h3underline {
  border-bottom: 2px solid #46B258;
  font-size: 24px;
}
.style50 p span{
  font-weight: 700;
}
.style50 p span.greytext, p.greytext{
  color: #918A8A;
  font-weight: normal!important;
}
.pre-icon-checked{
  background-image: url('/modules/custom/pnav_api_calculator/images/icon-checked.svg');
  padding-left: 25px;
  margin-left: 20px;
  background-repeat: no-repeat;
}
.pre-icon-notchecked{
  background-image: url('/modules/custom/pnav_api_calculator/images/icon-not-checked.svg');
  padding-left: 25px;
  margin-left: 20px;
  background-repeat: no-repeat;
  filter: invert(10%);
}
.pre-icon{
  background-image: url('/modules/custom/pnav_api_calculator/images/icon-upload.svg');
  padding-left: 25px;
  margin-left: 40px;
  background-repeat: no-repeat;
}
.post-icon-img{
  background-image: url('/modules/custom/pnav_api_calculator/images/icon-upload.svg');
  padding-left: 25px;
  margin-left: 15px;
  background-repeat: no-repeat;
}
.post-icon{
  color: #46B258;
  font-weight: 700;
  padding-left: 10px;
  margin-left: 35px;
  display: block;
}
.sello{
  display: flex;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  justify-content: space-between;
  p{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px;
    color: #918A8A;
    font-weight: 700;
    width: 70%;
  }
  img{
    width: 50px;
    height: 48px;
  }
}
.style50 a{
  text-decoration: none!important;
}
.style50-mb-1{
  width: 50%;
}
.style50-mb-1 p{
  margin-bottom: 0.7rem!important;
}
.style50flex p, .style70flex p, .style30flex p{
  margin-bottom: 0px!important;
  margin-right: 10px;
}
.ico-copy, .ico-trash {
  height: 40px;
}
.style50-mb-1 p span, .style50flex p span, .style70flex p span, .style30flex p span{
  font-weight: 700;
}
.style100 .style50flex:last-child{
  justify-content: flex-end;
}
.style100.mt-40{
  margin-top: 40px;
}

/* ROUTE STYLES */
.pnav-ruta-wrapper{
  padding: 20px;
}
h3.h3ruta {
  color: #46B258;
  font-size: 40px;
}
h2.h2ruta {
  color: #46B258;
  font-size: 30px;
}
.ruta-arrow {
  filter: invert(10%);
}
.step-content{
  width: 85%;
  padding: 0px 5px 0 0;
}
.step-arrow{
  width: 15%;
}
.line-green{
  background: linear-gradient(to bottom, transparent 40%, #46B258 40%, #46B258 60%, transparent 60%);
}
.btn-rutas{
  width:130px!important;
  background-color: #46B258;
  padding: 10px;
  border-radius: 15px;
  border: none;
  color: #fff;
  margin: 30px 10px 20px 10px!important;
  a {
    color: #fff!important;
    text-decoration: none;
  }
}
#startRouteWrapper{
  margin-left: -10px;
}

/* MODAL WINDOW */
.ui-dialog{
  z-index: 10000!important;
}
#drupal-modal{
  margin-top: 20px;
  scrollbar-width: thin;
  scrollbar-color: #6b6b6b transparent;
}
.ui-widget.ui-widget-content, .ui-dialog .ui-widget-content.ui-dialog-content {
    border-radius: 20px;
    background: #D0D0D0!important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
  transform: translateY(75%) translateX(-50%)!important;
  z-index: 1000;
  background-color: #46B258!important;
  border-radius: 15px!important;
  width: 30px!important;
  height: 30px!important;
}
.ui-widget-header {
    border: none!important;
    background: none!important;
}
.ui-dialog .ui-dialog-title{
    display: none;
}
.ui-widget-overlay {
    background: #000!important;
    opacity: .4!important;
}
.ui-button{
  background: none!important;
  border: none!important;
}
.ui-dialog .ui-dialog-titlebar-close{
  margin: 0px!important;
}
.ui-button-icon-only .ui-icon{
    z-index: 1000;
}

/* MODEL LIST */


/* CHECKLIST STYLES */
.pnav-checklist-wrapper{
  padding: 20px;
  p.resalte{
    background-color: #e1e1e1;
    border-radius: 10px;
    padding: 10px;
  }
  h3.checkheader{
    margin-bottom: 10px;
  }
  h4.h4check{
    font-size: 1.3rem;
  }
  .resumen-list ul li span{
    font-weight: 600;
  }
  .resumen-checklist h4.h4resultado{
    background-color: #e1e1e1;
    border-radius: 10px;
    padding: 10px;
  }
}
#form_checkList .fieldgroup{
  border-bottom: 2px #a7a7a7 dotted;
  div.fieldset-wrapper > div:first-child{
    display: flex;
  }
  div.fieldset-wrapper .form-item.js-form-type-radio{
    padding-right: 0.8em;
  }
  .fieldset-legend{
    font-size: 1rem;
  }
  legend{
    line-height: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color:#388d46;
  }
  div.fieldset-wrapper .description{
    margin-block-end: 15px;
  }
}
#form_checkList{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  div.style100{
    width: 100%;
  }
}
.form-item.js-form-type-checkbox label.option{
  margin-right: 15px;
}

/* PANEL FILTERSSTYLES */
#form_filter_data{
  background-color: #46B258;
  padding: 20px 20px 0px 20px;
  margin-bottom: 30px;
  div.js-form-item{
    width: 100%;
  }
  input[type=text], input[type=date], .form-select {
    border: 2px solid #fff;
  }
  input.btn-send {
      background-color: #fff;
      border-radius: 20px;
      color: #343434;
  }
  .btn-send:hover{
    background-color: #343434;
    color: #46B258;
  }
  label {
    color: #343434;
  }
  select option[selected]{
    background-color: #c5ffd5;
    color: #000;
    font-weight: 600;
  }
}

/* Create Model button */
.btn-create{
    width: 200px  !important;
    background-color: #46B258;
    padding: 10px;
    border-radius: 15px;
    border: none;
    color: #fff;
    margin: 20px 0;
    text-align: center;
    a {
      color: #fff;
      text-decoration: none;
    }
  }
  .btn-create:hover{
    background-color: #194120;
  }

  /* Overrides */

  form.form-checklist input[type=submit]{
    max-width: 100px;
    margin-left: calc(50% - 50px);
  }
  .block-page-title-block{
    display: none!important;
  }
  #select2-cnae-results{
    .select2-results__option[aria-selected] {
      padding: 5px 0px 7px 10px;
    }
    .select2-results__option[aria-selected=true] {
        background-color: #c5ffd5;
        font-weight: 600;
    }
    .select2-results__option--highlighted[aria-selected] {
        background-color: #437ff0;
        color: #ffffff;
        font-weight: 400;
    }
  }
