.bg-gray-900 {
    background-color: #188dcd!important;
    color: #fff;
}
.sp-color {
    color: #188dcd!important;
}
.sp-background {
    color: #188dcd!important;
}
.text-light {
    color: #ffffff;
}
.btn-sp {
    --bs-btn-color: #fff;
    --bs-btn-bg: #188dcd;
    --bs-btn-border-color: #188dcd;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #188dcd;
    --bs-btn-hover-border-color: #188dcd;
    --bs-btn-focus-shadow-rgb: 98, 196, 210;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #188dcd;
    --bs-btn-active-border-color: #188dcd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #188dcd;
    --bs-btn-disabled-border-color: #73e7f7; }

.nav-link .active{
    font-weight: 900;
    text-decoration: underline;
}

/* wsp */

.float-wsp{
	position:fixed;
	width:60px;
	height:60px;
    bottom: 75px;
    right: 10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

.my-float{
	margin-top:16px;
}
.text-muted {
    color:#6c757d;
}

.wsp-color {
    background-color:#25d366;
}
