﻿.modal-content {
  text-align: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }

.modal-dialog {
  width: calc(100% - 20px); }

.modal-footer {
  padding-top: 0.8rem; }
  .modal-footer > .btn-link {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px; }
    .modal-footer > .btn-link:hover, .modal-footer > .btn-link:focus {
      background-color: rgba(255, 255, 255, 0.08);
      box-shadow: none; }

/*@include media-breakpoint-up(sm) {
  .modal {
    text-align: center;

    &:before {
      content: '';
      height: 100%;
      width: 1px;
    }

    &:before,
    .modal-dialog {
      display: inline-block;
      vertical-align: middle;
    }
  }

  .modal-xl {
    max-width: 1200px;
  }
}*/

