::-webkit-scrollbar-track {background: linear-gradient(to right,#201c29,#201c29 1px,#100e17 1px,#100e17);}
::-webkit-scrollbar {width: 25px; height: 25px;}
::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear,left top,left bottom,from(#ff8a00),to(#da1b60));
  background: linear-gradient(to bottom,#ff8a00,#da1b60); border-radius: 30px;
  -webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
  box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}

.my-alert {margin-bottom: 0; border-radius: 0;}

.text-alert {
  font-size: 18px;
  font-weight: bold;
  color: #F00;
  padding: 1rem 2rem;
}

.my-icon {
  color: #fff;
  font-size: 55px;
}

.my-text h2 {
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  line-height: 1;
  margin: auto;
  margin-top: 5px;
}
.my-text span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

/*************** box real-time temperature custom style *****************/
.h6_data_misurazione_rt {color: #FFFFFF; margin-top: 7px;}

.btn-pdf {
  border-radius: 5px;
  border: 3px solid #b70000;
  padding: 0;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-pdf .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
.btn-pdf .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
