.btn-primary, .btn-primary:visited {
    background-color: #3c458e !important;
}
.btn-primary:hover, .btn-primary:active {
	background-color: #4f5cbf !important;
}

.btn-link, .btn-link:visited {
    font-weight: 400 !important;
    color: #007bff !important;
    background-color: transparent !important;
	text-decoration: none !important;
}

.btn-link:hover, .btn-link:active {
    font-weight: 400 !important;
    color: #007bff !important;
    background-color: transparent !important;
	text-decoration: none !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer!important;
}

.btn:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}
