.table th, td {
   color: #ffffff !important;
}

.table-sm td, .table-sm th {
    padding: 0.25rem 0.4rem;
    font-size: 0.8rem;
    white-space: normal;
    /* word-break: break-word; */
}

.card {
	--bs-card-bg: #3F3F3F !important;
}


.btn {
    position: relative;
}

.btn::after {
    content: attr(data-text);
    font-weight: 700;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    display: block;
    pointer-events: none;
}



.btn:hover,
.btn:focus {
    color: #ffffff !important;
}

.btn-danger {
	color: #ffffff !important;
}

.btn-warning {
	color: rgb(35, 39, 43) !important;
}

.btn-warning:hover,
.btn-warning:focus {
    color: rgb(35, 39, 43) !important;
	font-weight: bold !important;
}

.btn-info {
	color: rgb(35, 39, 43) !important;
}

.btn-info:hover,
.btn-info:focus {
    color: rgb(35, 39, 43) !important;
	font-weight: bold !important;
}

a, #back-to-top {
    color: rgb(189, 214, 134) !important;
}

a:hover, #back-to-top {
    font-weight: bold !important;
}

.text-muted {
	color: #ffffff !important;	
}
