/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.apri {
    cursor: pointer;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    gap: 1rem;
  }

  .col {
    flex: 1;
    min-width: 200px;
  }

  label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
    font-weight: 700;
  }

  input[type="text"],
  select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 0.95rem;
    height: 50px;
  }

  .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .checkbox-group label {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
  }

  .form-section {
    margin-bottom: 9px;
  }
.col.col-6 {
    width: 50% !important;
    max-width: 50%;
    min-width: 49%;
}

.col.col-3 {
    width: 25% !important;
    max-width: 25%;
}
.checkbox-group label {
    width: 23%;
    gap: 0 !important;
}

input[type="checkbox"] {
    margin-right: 9px;
}
.avanzata .row.limit-width.row-parent {
    background: #f7f7f7;
    position:relative;

}
.avanzata {

    
}
form.fmain {
    position: relative;
    z-index: 2;
}

form.favanzata {
    background-color: #f0f0f0;
    padding: 40px 36px;
    position: relative;
    z-index: 1;
    top: -59px;
	display:none;
}
input.avanzatab.cerca{
    background-color: #cf1820;
    border-radius: 0px;
    color: #FFF;
    font-size: 15px;
    border: 0px solid #cf1820;
    height: 40px;
    letter-spacing: 0 !important;
	width: 200px;
}

input.avanzatab.pulisci {
     background-color: #939393;
     border-radius: 0px;
     color: #FFF;
     font-size: 15px;
     border: 0px solid #939393;
     height: 40px;
     letter-spacing: 0 !important;
     text-transform: none !important;
}