.bg-black{background-color: #000000; color: #f1f1f1;}
a,a:hover{text-decoration: none;}
.cursor-pointer{cursor: pointer;}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f1f1f1;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #565665;
}

.table-data {
  min-height: 50vh;
}

.table {
  width: 100%;
}

.text-danger{color: #b2060a !important;}
.bg-danger{background-color: #b2060a !important;}