/*------------------------------------------------------------ form-popup */
.popup-area {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-close {
  position: absolute;
  background: #2229;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  position: relative;
  width: 90%;
  max-width: 960px;
  overflow: hidden;
}

.popup .close-button {
  position: absolute;
  right: 25px;
  top: 10px;
  border: none;
  padding: 7px 12px 5px 12px;
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.popup .close-button:hover {
  color: white;
  border-radius: 18px;
  background: rgb(230, 19, 19);
}

.popup-area .popup-content {
  position: relative;
  overflow: auto;
  max-height: 90vh;
}

@media screen and (min-width: 48em) {
  .popup {
    border-radius: 15px;
    border: 1px solid #333;
  }
}

.p-descrizione {
  padding-bottom: 40px;
}

form.job-form>div {
  display: flex;
}

form.job-form>div>div {
  width: 0;
  flex-grow: 1;
}

#form-info {
  max-width: 380px;
}


form.job-form hr {
  color: #4f535e;
  margin: 5px 0;
}

form.job-form input {
  width: 100%;
}

form.job-form h2 {
  margin-top: 0;
}

.text-p {
  color: #4f535e;
  font-size: 15px;
  font-weight: normal;
  margin-top: -5px !important;
}

@media screen and (min-width: 48em) {
  form.job-form .left {
    padding-right: 15px;
  }

  form.job-form .rigth {
    padding-left: 15px;
  }
}

form.job-form input,
form.job-form textarea {
  border: solid 2px #5c625b;
  padding: 4px;
  border-radius: 8px;
}

form.job-form textarea {
  width: 100%;
  resize: vertical;
}

form.job-form input[type="submit"] {
  background: #84ba3f;
  border: none;
  color: white;
  width: auto;
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding: 8px 16px;
  border-radius: 8px;
}

/*------------------------------------------------------------ form-popup */

#job {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 10px;
}


#job .grid {
  display: grid;
  grid-auto-flow: column;
}

#job-grid {
  padding: 20px;
}

@media screen and (min-width: 600px) {
  #job-grid {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-auto-flow: dense;
    justify-content: center;
    align-content: center;
    gap: 20px;
    grid-gap: 20px;
  }

}

#job h1 {
  padding-left: 16px;
}

#job-grid>div {
  padding: 0;
}

#job-grid label {
  padding-left: 16px;
  margin-bottom: 6px;
  margin-top: 16px;
}

#job-grid input,
#job-grid select {
  border-radius: 8px;
  font-size: 13px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 15px 15px 20px;
  background: #f6f7f8;
  color: #323232;
  border: 0px solid transparent;
  box-shadow: none;
  width: 100%;
  height: 48px;
}

#job-grid input[type="submit"] {
  color: white;
  background: #84ba3f;
}



#job .prposta {
  display: flex;
  border-bottom: solid 3px #84ba3f;
  background: #fbfbfb;
}

#job .prposta .desc {
  width: 0;
  flex-grow: 1;
  padding: 32px 16px;
}

#job .prposta .desc>h2 {
  margin-bottom: 24px;
}



#job .prposta .desc>p {}

#job .prposta .desc>p.compact {
  max-height: 80px;
  position: relative;
  overflow: hidden;
}

#job .prposta .desc>p.compact::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #fbfbfb00, #fbfbfb);
  content: '';
}

#job .prposta .desc>p>span.expand {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  color: #3b652a;
}

#job .prposta .desc>p.compact>span.expand {
  display: block;
}

#job .prposta .act {
  width: 320px;
  background: #f2f4f7;
  padding: 20px;
}

#job .prposta .act>button {
  background: white;
  color: black;
  padding: 12px;
  display: block;
  width: 100%;
  display: block;
  border-radius: 8px;
  margin-bottom: 16px;
  border: none;
  display: block;
}

#job .prposta .act>button.send {
  color: white;
  background: #84ba3f;
}




#job .links-row {
  display: flex;
  gap: 15px;
}

#job .links-row>a,
#job button#cb-link {
  width: 42px;
  height: 42px;
  padding-top: 8px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  color: white;
}

#job .link-whatsapp {
  background: rgb(38, 172, 38);
}

#job .link-linkedin {
  background: #0961b8;
}

#job .link-facebook {
  background: #395498;
}




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


  #job .propsta .act {
    width: 100;
  }

}

.area-list {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  color: #222;
  height: 100%;
}

.area-list .focus {
  position: absolute;
  background: #fffe;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.area-list .box {
  position: relative;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 10vh;

  background: white;
  box-shadow: 2px 2px 18px #1112;
}

.area-list .list {
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 50px;
}


.area-list input[type="button"] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  color: white;
  background: #84ba3f;
  border: none;
  border-radius: 0;
}

.area-list .element {
  padding: 8px;
  transition: background-color .25s ease;
}

.area-list .element:hover {
  background: #dee;
}

.area-list .element.active {
  background: #84ba3f;
  color: white;
}

.area-list .element.active:hover {
  background: #caed9c;
  color: white;
}

.area-list .element label {
  padding: 5px;
}

.area-list .element i {
  opacity: .1;
  margin: 0 10px;
}

.area-list .element.active i {
  opacity: 1;
}




span.city-lable {
  padding: 4px 16px;
  background: #3b652a;
  background: linear-gradient(339deg, #57a938, #7eb43a);
  border-radius: 12px;
  color: #fbfcf2;
  margin-left: 12px;
}




#offerta-di-lavoro {
  padding: 80px 20px;
  padding-top: 160px;
  max-width: 1170px;
  margin: 0 auto;
}

#offerta-di-lavoro>h2 {
  margin-bottom: 32px;
}

#offerta-di-lavoro>p {
  padding: 0 16px;
  padding-top: 32px;
}

#offerta-di-lavoro .specs {
  padding: 16px;
  border-radius: 24px;
  background: #e8e8e8;
  display: flex;
  gap: 8px;
  grid-gap: 8px;
}

#offerta-di-lavoro .specs>div.el {
  width: 0;
  flex-grow: 1;
  font-weight: bold;
}

#offerta-di-lavoro .specs>div.el>span {
  font-size: 8pt;
  font-weight: normal;
}

#offerta-di-lavoro .specs>div.separator {

  width: 2px;
  border-radius: 2px;
  background: #dedede;
}


#candidatura-generica-inviata {
  padding: 50px 20px;
}

#candidatura-generica-inviata>p {
  padding: 0;
}