html, body {
  font-family: 'TelefonicaRegular' !important;
}

.btn-success {
	background-color: #5bc500;
    border-color: #5bc500;
    font-weight: bold;
}

.btn-success:active, .btn-success:hover {
	background-color: #92dc66;
	border-color: #92dc66;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #5bc500;
    background-color: #5bc500;
}

.swal2-confirm {
	background-color: #5bc500 !important;
}
		
.swal2-confirm:active, .swal2-confirm:hover {
	background-color: #92dc66;
}

.swal2-modal {
	font-family: 'TelefonicaRegular' !important;
}