body {
            background-color:#212428;
            color:#fff;
            font-family: 'Poppins', sans-serif;
            background: rgb(38,40,45);
background: -moz-radial-gradient(circle, rgba(38,40,45,1) 0%, rgba(36,38,43,1) 35%, rgba(28,29,33,1) 100%);
background: -webkit-radial-gradient(circle, rgba(38,40,45,1) 0%, rgba(36,38,43,1) 35%, rgba(28,29,33,1) 100%);
background: radial-gradient(circle, rgba(38,40,45,1) 0%, rgba(36,38,43,1) 35%, rgba(28,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282d",endColorstr="#1c1d21",GradientType=1);

        }
        .sensorheader {
            background: rgb(45,47,53);
            background: linear-gradient(90deg, rgba(45,47,53,1) 0%, rgba(36,38,43,1) 35%, rgba(36,38,44,1) 100%); 
            -webkit-box-shadow: 0px 1px 3px #181a1e;
                -moz-box-shadow: 0px 1px 3px #181a1e;
                    box-shadow: 0px 1px 3px #181a1e;
        }
        
h1 {
    font-size:2.3em;
}
        /* unvisited link */
a:link {
  color: #fff;
  text-decoration: none!important;
}

/* visited link */
a:visited {
  color: #fff;
}

/* mouse over link */
a:hover {
  color: #fff;
}

/* selected link */
a:active {
  color: #fff;
}
.fill-blue-purple {
    border-radius:6px;
    padding:10px 10px 11px 10px;
    background: linear-gradient(to right, #b7459d, #5798c7);
    border:none
}
.button-border-blue-purple {
    border-radius:6px;
    padding:3px;
    background: linear-gradient(to right, #b7459d, #5798c7);
    border: none;
}
.text-blue-purple {
    background: linear-gradient(to right, #b7459d, #5798c7);
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:700;
}
.lightgreytext {
    color:#a2a4a9;
}
.lightgreytext a:link, .lightgreytext a:visited, .lightgreytext a:hover, .lightgreytext a:active  {
    color:#a2a4a9;
}

.producthomepage:hover {
border:3px solid #b83fa0;

}
.producthomepage {
border:3px solid transparent;

}








.v-effect-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size:0.8em;
}
.v-effect-link li {
  display: inline-block;
  min-width: 2em;
  margin: 0 2.5em;
  
}
.v-effect-link a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #fff;
  padding:.5em 0;
  
}
.v-effect-link a:hover {
  color: #5c9dd2;
}

.v-effect-link a:hover:before {
  left: 0;
  width: 100%;
}
.v-effect-link a:before {
  content: "";
  position: absolute;
  width: 0;
  height: .5px;
  background-color: #ba47a0;
  bottom: calc(-1px);
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.dark-background {
    background-color:#1e1e22; border-radius:15px; padding:20px 20px 15px 20px
}
.sensor-page-headings {
    font-size:2em;padding:0; margin:0
}



.all-list-view-more {
    border-radius:6px;
    padding:2px 5px 2px 5px;
    background: linear-gradient(to right, #b7459d, #5798c7);
    border:none
}
