.modal {
  background-color: rgba(102, 102, 102, 0.8);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 37.5rem) {
    .modal {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .modal fieldset {
    margin: 0; }

.modal--display {
  display: block; }

.modal__content {
  background-color: #fff;
  max-width: 47.8125rem;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 37.5rem) {
    .modal__content {
      border-radius: 0.375rem;
      height: auto;
      margin: 15% auto;
      min-height: inherit; } }
  @media screen and (min-width: 62.5rem) {
    .modal__content {
      margin: 10% auto;
      width: 66.66667%; } }
  .quote-approval-modal .modal__content {
    max-width: 42.375rem; }
  .reject-quote-modal .modal__content {
    max-width: 42.1875rem; }

@media screen and (min-width: 37.5rem) {
  .modal__content--small {
    max-width: 27.5rem;
    width: 66.66667%; } }

@media screen and (min-width: 62.5rem) {
  .modal__content--small {
    max-width: 27.5rem;
    width: 33.33333%; } }

@media screen and (min-width: 62.5rem) {
  .modal__content--medium {
    max-width: 42.25rem;
    width: 50%; } }

.modal__content-close-button {
  margin: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0; }

.modal__content-close-icon {
  fill: #0033ab;
  height: 1.6875rem;
  width: 1.6875rem; }

.modal__content-section {
  padding: 1.875rem 3.5rem 1rem; }

.modal__content-header {
  padding: 3.125rem 3.5rem 1.625rem; }
  .modal__content-header h5 {
    margin-bottom: 0; }

.modal__content-body {
  border-bottom: 0.0625rem solid #f0f0f0;
  border-top: 0.0625rem solid #f0f0f0;
  min-height: 10.9375rem;
  padding: 1.875rem 3.5rem; }

.modal__content-header--icon h5 {
  display: inline; }

.modal__content-header--icon .icon--success {
  height: 1rem;
  margin-left: 0.625rem;
  width: 1.25rem; }

.quote-approval-modal span,
.reject-quote-modal span {
  font-weight: 100; }

.reject-quote-modal__reasons {
  padding-top: 2.5rem; }
