.c_cookie-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  max-width: 900px;
  background-color: white;
  box-shadow: 0 0 50px 20px #333;
  z-index: 9999999999;
  padding: 15px 20px 20px 20px;
  border-radius: 10px;
}

#c_header {
  padding-bottom: 10px;
}

#c_header img {
  max-height:40px;
  max-width:100%;
  margin-top:0px!important;
}

.c_powered {
  text-align: right;
/*line-height: 40px;*/
  color: #808080;
  font-size: 10px;
}

.c_by {
  font-size: 16px;
  letter-spacing:-2px;
}

.c_cookie-popup p {
  font-size:15px!important;
  line-height:24px;
}

.c_hidden {
  display: none !important;
}


.c_right {
  text-align:right!important;
}

.c_center {
  text-align:center!important;
}

.c_sep {
  height: 1px;
  background: #ccc;
}

.c_mb20 {
  margin-bottom:20px;
}

.c_bold {
  font-weight:bold;

}

.c_necessari {
  background:#7ea7c7!important;
  cursor:default!important;
}

#linkimpostazionicookie {
  cursor:pointer;
}

#c_body::-webkit-scrollbar {
  width: 4px;
  margin-left:5px;
}

#c_body::-webkit-scrollbar-track {
  background: #f1f1f1; /* Colore di sfondo */
}

#c_body::-webkit-scrollbar-thumb {
  background: #888; /* Colore di sfondo */
}

#c_body::-webkit-scrollbar-thumb:hover {
  background: #555; /* Colore di sfondo al hover */
}

#c_body {
  max-height:320px;
  overflow-x: hidden;
  overflow-y: auto;
  width:auto;
}

.c_btn-lightrgray {
  border: 2px #cccccc solid!important;
  color: #b0b0b0!important;
  border-radius:5px;
  white-space:normal;
  background:#fff;
  font-size:16px;
}

.c_btn-action{
  background-color: #e60000!important;
  border: 2px #e60000 solid!important;
  color: #ffffff!important;
  border-radius:5px;
  white-space:normal;
  font-size:16px;
}

.c_bottoni {
  text-align:right;
  /*border-top: 1px #ccc solid;*/
  padding-top: 15px;
}

.c_33p {
  width:32%;
  min-height:50px;
}

.c_mr {
  margin-right:1%;
}

.c_catCookie {
  cursor:pointer;
}

.c_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom:10px;
}

.c_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.c_evidenzia {
  border:2px #e60000 solid!important;
  color:#e60000!important;
}

.c_elenco {
  display: none;
  overflow:hidden;
}

.c_elenco ul li {
  font-style:italic;
  font-size:14px!important;
  margin-bottom:10px;
}

#c_elencoSiti {
  padding-left: 45px !important;
}

#c_elencoCookie {
  padding-left: 18px !important;
}

.c_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.c_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .c_slider {
  background-color: #2196F3;
}

input:focus + .c_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .c_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.c_slider.c_round {
  border-radius: 34px;
}

.c_slider.c_round:before {
  border-radius: 50%;
}

/*#refuseAllButton {
  display:none;
}*/

.consent_id p {
  font-size:11px!important;
  text-align:right!important;
  margin-right:5px;
}

.c_tab-content {
  display: none; /* Nasconde tutto il contenuto delle tab di default */
}

.c_tab-headers {
  overflow: hidden;
  text-align:center;
  border-bottom:1px #ccc solid;
  margin-bottom:20px;
}

.c_tab-link {
  background-color: inherit;
  /*float: left;*/
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  /*transition: 0.3s;*/
  font-size: 17px;
  color:#000;
}

.c_tab-link:hover {
  color:#e60000;
}

.c_no-m {
  margin-right:0px;
  margin-left:0px;
}

.c_ovh {
  overflow:hidden;
}
/* Stile per la tab attiva */
.c_active-tab {
  border-bottom:3px #e60000 solid;
  color:#e60000;
}

.c_rotate {
  transform: rotate(270deg)!important;
  transition: transform 0.3s ease;
}

#c_arrow-icon, #c_arrow-icon2, #c_arrow-icon3 {
  display: inline-block; 
  transition: transform 0.3s ease; 
  margin-right:20px;
  transform: rotate(90deg);
}

/******************** RESPONSIVE *************************/

/*schermi piu piccoli di 600 px*/
@media screen and (max-width: 600px) {
#c_body {
  max-height:230px;
  overflow-x: hidden;
  overflow-y: auto;
}

.c_33p {
  width:100%;
  min-height:50px;
  margin-bottom: 10px;
}

.c_bottoni {
  text-align:center;
  /*border-top: 1px #ccc solid;*/
  padding-top: 15px;
  display: flex;
  flex-direction: column-reverse;
}
}

/************************ BOOTSTRAP ********************************/
.c_row {
    display: flex;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.c_col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}

.c_col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.c_d-flex {
    display: flex !important;
}

.c_justify-content-center {
    justify-content: center !important;
}

.c_container-fluid {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    padding:0px;
}

.c_col-12 {
    flex: 0 0 auto;
    width: 100%;
}


.c_col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.c_btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 17px;
    line-height:18px;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 768px) {
    .c_col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .c_col-md-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
}

@media (min-width: 0px) {
    .c_col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.c_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .c_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .c_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .c_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .c_container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .c_container {
        max-width: 1320px;
    }
}