.classic-alert {
  font-size: 2.5rem !important;
}

.form-check-input {
  cursor: pointer !important;
}

.menu-icon {
  align-self: center;
}

.big-spinner {
  width: 40px;
  height: 40px;
}

.small-svg {
  width: 150px;
  align-self: center;
}

.input-group-text {
  border: none !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .menu-link:hover {
  background-color: #ff8c0031 !important;
  color: white !important;
}

.dropdown-menu .menu-item:hover > a {
  color: #f7941d !important;
}

.dropdown-menu .dropdown-item:hover i {
  color: #f7941d !important;
}

.scale-on-hover {
  transition: transform 0.2s ease, color 0.2s ease;
}

.scale-on-hover:hover {
  transform: scale(1.2);
}