html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Dropzone custom styling */
.dropzone {
  border: 2px dashed #0d6efd;
  border-radius: 5px;
  background: #f8f9fa;
  min-height: 150px;
  padding: 20px;
  transition: border-color 0.3s ease;
}

.dropzone:hover {
  border-color: #0a58ca;
}

.dropzone .dz-message {
  margin: 2em 0;
  font-size: 1.2em;
  color: #6c757d;
}

.dropzone .dz-preview {
  margin: 10px;
}

.dropzone .dz-preview .dz-error-message {
  color: #dc3545;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  color: #198754;
}

.dropzone .dz-preview .dz-remove {
  color: #dc3545;
  text-decoration: none;
  margin-top: 5px;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.greyed-step *,
.greyed-step * i {
  color: #666 !important;
  opacity: 0.5;
}

main.container > .container {
  padding: 40px 0;
}

a.btn-primary,
a.btn-primary:hover,
button.btn-primary,
button.btn-primary:hover {
  background-color: #071649;
  border-radius: 0;
  border: 1px solid #071649;
}

input {
  border-radius: 0 !important;
}

.card {
  border-radius: 0 !important;
}

.bandi-hero {
  background: url("https://www.rhivolution.it/wp-content/themes/viiv/assets/img/intro-bg.jpg")
    no-repeat top center;
  background-size: 100% auto;
}

.action-banner {
  background-color: #f6f6f8;
  padding: 40px 0;
  border-radius: 0;
  text-align: center;
}

.statuses-row h5.card-title {
  font-size: 24px !important;
}
