﻿@media (min-width: 1200px) {
  .wizard-modal .modal-lg {
    min-width: 75% !important;
  }
}
@media (min-width: 992px) {
  .wizard-modal .modal-lg {
    min-width: 900px;
  }
}
@media (min-width: 768px) {
  .wizard-modal .modal-lg {
    min-width: 676px;
  }
}
.wizard-modal .modal-dialog {
  top: 1%;
  min-width: 33%;
}
.wizard-modal .modal-body .step-title {
  font-weight: 600;
  font-size: 18pt;
  color: #335C85;
  margin-top: -10px;
}
.wizard-modal .modal-body .step-container {
  margin-top: 35px;
}
.text-red-important {
  color: #dd4b39 !important;
}
.btn-wizard {
  min-width: 125px !important;
}