a{text-decoration: none;}

.my-data-row:hover
{
	background-color: red;
}


.my-data-cell
{
	background-color: red;
	font-size: 25pt;	
}

.unselectable{
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;	
}

[darkmode="true"] {
  color-scheme: dark;
}

[darkmode="false"] {
  color-scheme: light;
}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "Loading…" }

.link
{
  color: #1976d2;
}

.v-application {
  /*
  font-family: 'Plus Jakarta Sans', sans-serif;
  */
}

.v-sheet{
  /*
  font-family: 'Plus Jakarta Sans', sans-serif;
  */
}

.v-card-text{
  /*
  font-family: 'Plus Jakarta Sans', sans-serif;
  */
}

.v-card-title{
 /* 
    font-family: 'Plus Jakarta Sans', sans-serif;
*/    
  }
.product-card-title{
 /* 
    font-family: 'Plus Jakarta Sans', sans-serif;
*/    
}

.stive-font{
/*  
  font-family: 'Poppins',sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
*/
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.03125em;  
}

.product-description{
  font-family: 'Roboto', sans-serif;
  white-space: pre-wrap;
}

.side-menu-item{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 10pt;

}

.product-page-title{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.product-page-brand{
  /*
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 900; 
  */
}

.customfont{
 /*
  font-family: 'Plus Jakarta Sans', sans-serif;
  */
}

.custom-tooltip {
    opacity: 1!important;
}

