
.bg-slate-600 {	background-color: rgb(71, 85, 105); }
.bg-slate-800 {	background-color: rgb(30, 41, 59); }
.bg-slate-900 { background-color: rgb(15, 23, 42); }

.text-slate-600	{ color: rgb(71, 85, 105); }
.text-slate-800 { color: rgb(30, 41, 59);  }
.text-slate-900 { color: rgb(15, 23, 42);  }

.welcome-link {
    color: rgb(248, 249, 250);
    text-decoration: none;
}

.welcome-link:hover {
    color: rgb(201, 48, 48);
    text-decoration: underline;
}

.welcome-red {
    color: rgb(201, 48, 48);
}

.btn-point {
    cursor: pointer;
}

.alert-custom{
    padding: 0.4rem;
    margin-left: 1rem;
    margin-bottom: 0;
}

.alert-font {
    font-size: 14px;
}

.fs-7 {
    font-size: 0.9rem;
}