.stockBackground{
    background: #f0f2f5 !important;
}
.customCards{
    border-radius: 15px !important;
}
.dashboardIconPosition{
    margin-top:-100px;
    border-radius: 10px !important;
}
.customCardTopHeading{
    font-size:16px;
    font-weight: 300;
    color:#444;
}
.customCardTopNumber{
    font-size:25px;
    font-weight: 900;
    color:#000;
    text-align: right;
}
.tableDataGameTitle{
    font-size:13px;
    vertical-align: baseline;
    color:#fff;
}
.customGradientDarkBg{
    background-color: #000; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #000, #666);
}
.limitedColoumn{
    max-height: 300px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #ebebeb; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(194, 194, 194); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(150, 150, 150); 
  }
  .dataText .text-start{
    font-size:12.5px !important;
  }

  .smallText{
    font-size:12px;
    text-transform: none !important;
  }
  .customField .v-label{
    font-size:12px;
  }
  .logoHeading{
    font-size:30px;
  }
  .dialogBoxTitle{
    font-size:15px !important;
    font-weight: 300;
  }
.link-text{
  text-decoration: none;
}