body{
    background-color: rgb(32,32,32);
}
p,h1,h2,h3,h4,h5,h6,span,div,th,tr{
    color: white;
}

.bg-prime{
    background-color: rgb(32,32,32);
}
.bg-black{
    background-color: black;
}
.pk-pointer{
    cursor: pointer;
}

.bg-footer{
    background-color: #313B47 !important;
}

.s-div::-webkit-scrollbar {
    width: 15px !important;
  }
  /* Track */
  .s-div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    /* border-radius: 5px; */
  }
   
  /* Handle */
  .s-div::-webkit-scrollbar-thumb {
    background: rgb(32,32,32);
    /* border-radius: 5px; */
  }
  
  /* Handle on hover */
  .s-div::-webkit-scrollbar-thumb:hover {
    background: #5e4e4e; 
  }