.modal.modal-primary .modal-icon {
  background-color: #007bff;
  color: white;
}

.modal.modal-secondary .modal-icon {
  background-color: #6c757d;
  color: white;
}

.modal.modal-success .modal-icon {
  background-color: #28a745;
  color: white;
}

.modal.modal-info .modal-icon {
  background-color: #17a2b8;
  color: white;
}

.modal.modal-warning .modal-icon {
  background-color: #ffc107;
  color: white;
}

.modal.modal-danger .modal-icon {
  background-color: #dc3545;
  color: white;
}

.modal.modal-light .modal-icon {
  background-color: #f8f9fa;
  color: white;
}

.modal.modal-dark .modal-icon {
  background-color: #343a40;
  color: white;
}

.modal .modal-dialog {
  margin-top: 3rem;
}

.modal .modal-content {
  border: 0;
}

.modal .modal-icon {
  margin: -2rem auto 0 auto;
  font-size: 2.5rem;
  height: 60px;
  width: 60px;
  border-radius: 5px;
  align-content: center;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.modal .modal-icon span {
  padding-bottom: 5px;
}

.modal .divider {
  flex-grow: 1;
}

.modal .modal-header {
  text-align: center;
  display: flex;
  flex-direction: row;
  border: 0;
}

.modal .modal-header h5 {
  flex-grow: 1;
  font-weight: 700;
}

.modal .modal-header button {
  flex-grow: 0;
}

.modal .modal-footer {
  border: 0;
  display: flex;
}

.modal .modal-footer button {
  background-color: transparent;
  font-weight: 700;
  color: #adb5bd;
  border: 0;
  outline: 0;
  box-shadow: 0 0 0 0;
  flex-grow: 0;
}

.modal .modal-footer button.btn-primary {
  color: #007bff;
}

.modal .modal-footer button.btn-primary {
  color: #007bff;
}

.modal .modal-footer button.btn-secondary {
  color: #6c757d;
}

.modal .modal-footer button.btn-success {
  color: #28a745;
}

.modal .modal-footer button.btn-info {
  color: #17a2b8;
}

.modal .modal-footer button.btn-warning {
  color: #ffc107;
}

.modal .modal-footer button.btn-danger {
  color: #dc3545;
}

.modal .modal-footer button.btn-light {
  color: #f8f9fa;
}

.modal .modal-footer button.btn-dark {
  color: #343a40;
}

.modal-backdrop {
  background-color: #fff;
}

.small-box h3 {
  overflow-y: hidden;
  overflow-x: auto;
}
