.box-background-color-container {
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    background-color: rgb(15, 23, 42) !important;
}

.text-color-custom-1 {
    color: #eeeeee !important;
}

.botton-switch-custom1 {
	font-size: .900rem; 
	color: #eeeeee !important; 
	padding: .60rem .5rem;
	margin-right: 10px;
	cursor: pointer;
	text-decoration: none !important;
	margin-bottom: 10px;
	border-radius: 10px;
}

.switch-no-active-custom1{
	border: 1px solid #eeeeee;
}

.switch-no-active-custom1:hover{
	color: #000000 !important; 
	background-color: #eeeeee;
}
