@charset "UTF-8";

.bd-progress-modal-lg .modal-dialog{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 75px);
  }

  .bd-progress-modal-lg .modal-dialog .modal-content{
    background-color: whitesmoke;
    border: none;
    justify-content: center;
    padding:20px;
  }


  .orange {
    color: #F39C12; }
  