/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.pos-page {
  margin-top: 50px;
  margin-bottom: 150px;
}

.countdown_title {
  font-size: 38px;
  font-weight: 600;
}

.box_qa {
  padding: 10px 10px 10px 10px;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  /*margin-bottom: 10px;*/
}
.title_qa {
  /*height: 50px;*/
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 8px 8px 14px;
}

.textarea_qa_size {
  height: 220px !important;
}

.title-page {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}


.header-block {
  border-bottom-style: solid;
  border-bottom-color: #022040;
  background-color: white;
}
.privacy_block {
  border-bottom-style: solid;
  border-bottom-color: #022040;
  background-color: #fff;
  color: #000;
}

.container h3.subtitle{
    color: #fff;
    font-style: italic;
}


.share_btn ul li:first-child, .share_btn li a i{
    color: #000
}

a.btn_2,
.btn_2 {
  background: #eee;
   color: #333;
/*  background: #ca0202;
  color: white;*/
  border: 1px solid #ddd;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 10px 40px;

  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
a.btn_2:hover,
.btn_2:hover {
  background: #a12006;
  color: #fff;
}
a.btn_2.full-width,
.btn_2.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_2.medium,
.btn_2.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}
a.btn_2.rounded,
.btn_2.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}
a.btn_2.outline,
.btn_2.outline {
  border: 2px solid #d92f0d;
  color: #d92f0d;
  padding: 11px 40px;
  background: none;
}
a.btn_2.outline:hover,
.btn_2.outline:hover {
  background: #a12006;
  color: #fff;
  border-color: #a12006;
}

.card-content {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-bottom-width: 5px;
  border-radius: 15px;
  padding: 20px;
}

.privacy_link {
  color: #2196f3;
  text-decoration: underline;
}

.select2-results__options  {
  color: #000;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ca0202 !important;
  color: #fff !important;
}

.link_aziende {
  font-size: 18px;
  text-decoration: underline;
  color: #000 !important;
}

@media(max-width:1200px) {
  .textarea_qa_size {
    height: 150px !important;
  }
}
