.btn-primary {
  background-color: #2c89a0;
  border-color: #2c89a0;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #247284;
  border-color: #247284;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #184d59;
  border-color: #184d59;
}

.dropdown-item.active, .dropdown-item:active {
  color: #212529;
  font-weight: bold;
  background-color: #d0d0d0;
}

.card {
  border-radius: 0;
}

.custom-file-input {
  cursor: pointer;
}

.custom-file-label {
  color: #6c757d;
}

.custom-file-label::after {
  content: 'Sfoglia';
}
