/*H-SERVICE INDEX START*/
.h-service-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
  border-radius:12px;
  height: 100%;
  min-height: 220px;
}

.h-service-box h1 {
  font-size: 27px;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(var(--secondary-color-RGB), 1);
  letter-spacing: 0.02em;
}

.h-service-box h2 {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: rgba(var(--secondary-color-RGB), 1);
}

.h-service-box p {
  color: #333333;
  margin-bottom: 10px;
}

.h-service-box .available-qty {
  text-align: right;
}

.h-service-box .available-qty, .h-service-box span {
  /* color: var(--main-color); */
  color: #65717f;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.h-service-box .available-qty .highlights {
  color: #3763EB;
  /* color: var(--color-primary); */
  /* color: #6A7C92; */
  /* color: #051441; */
}

.h-service-box span {
  font-size: 16px;
}

.h-service-box .small {
  font-size: 13px;
}

.h-service-box-content a {
  width: 100%;
  height: 100%;
}

.h-service-box-content .w-1{
  width:100%;
  max-width: 300px;
}

.h-service-box-1, .h-service-box-3 {
  border: 3px solid rgba(var(--secondary-color-RGB), .8);
}

.h-service-box-3 {
  background-color: var(--bg-soft);
}

.h-service-box-2 {
  background-color: var(--bg-soft);
  border: 3px dashed rgba(var(--secondary-color-RGB), .8);
}

#h-service .clear-btn {
  color: rgba(var(--secondary-color-RGB), 1);
  border: 3px solid rgba(var(--secondary-color-RGB), 1);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30.39%, #c6ddf9 100%);
  font-weight: 700;
  text-transform: uppercase;
}

.h-service-box span.info {
  font-size: 12px;
  display: block;
  text-transform: initial;
  font-weight: 400;
  color: #2c343e;
}

.h-service-box input {
  border: 1px solid #aec1de;
    padding: 11px 25px;
    border-radius: 30px;
}

#h-service-use h1 {
  font-size: 36px;
}

#h-service-use p {
  color: #2c343e;
}

#h-service-use label {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #2c343e;
  width: 100%;
}

#h-service-use .search-data .card {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

#h-service-use .search-data .card,
#h-service-use .search-data input,
#h-service-use .search-data textarea {
  border-radius: 12px;
  border-color: #657c97;
  /* border: 3px solid #004492; */
  /* border-color: #004492; */
}

button.btn.cta-btn {
    margin-right: 10px;
    padding: 12px 27px;
    border-radius: 12px;
    background-color: #004492;
    border: 2px solid #004492;
    color: #fff;
    transition: all 0.3s ease-out 0s;
    border: 2px solid #004492;
    text-transform: uppercase;
    font-size: 18px!important;
    font-weight: 700;
}

button.btn.cta-btn:hover {
    background-color: #fff;
    color: #004492;
}

/*H-SERVICE INDEX END*/

/*H-SERVICE SERVICE START*/
/* #h-service-use {

} */
/*H-SERVICE SERVICE END*/

/*H-SERVICE SERVICE RESULT START*/
#h-service-result h4 {
  font-size: 21px;
}
#h-service-result .r-date {
  color: #657c97;
}

#h-service-result #result-list-block thead tr {
  background-color: #004492;
  color: #ffffff;
}

#h-service-result #result-list-block thead th {
  font-size: 16px;
  padding: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
}

#h-service-result #result-list-block td {
  font-size: 15px;
  padding: 18px;
}

#h-service-result #result-list-block thead tr,
#h-service-result #result-list-block tr {
  border-bottom: 1px solid #657c97;
}

#h-service-result #result-list-block tr:last-child {
  border-bottom: none; 
}

#h-service-result #result-list-block {
  border: 1px solid #657c97;
  border-radius:12px;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

#h-service-result #result-list-block .table>:not(caption)>*>* {
  border:0;
  vertical-align: middle;
}


#result-list button,
#result-list button i {
  color: #004492;
  text-transform: uppercase;
  font-weight: 600;
}

#result-list button:hover,
#result-list button:hover i {
  color: #4b77ff;
}

#nome-ricerca span.datetime {
  font-size: 18px;
  font-weight: 400;
}

#result-list-block td span.no-result {
  color: #9c9c9c;
}

#form-btn-div.not-active span {
  color: red;
}

#form-btn-div.active span {
  color: #3763EB;
  /* color: rgba(var(--secondary-color-RGB), 1); */
  font-weight: 700;
  font-size: 20px;
}

#form-btn-div.not-active a{
  color: rgba(var(--secondary-color-RGB), 1);
  font-weight: 700;
  text-decoration: underline;
}

#search-pec-form input:disabled, #search-pec-form textarea:disabled, #search-pec-form button.btn.cta-btn:disabled {
  opacity: .4!important;
}

/* #h-service-result .search-list {
    border-radius: 12px;
    overflow: hidden;
} */
/*H-SERVICE SERVICE RESULT END*/