  .bg-dark{
    background-color: #982A5E !important;
  }
  .show {
    visibility: visible !important;
  }
  .btn-theme{
    background-color: #982A5E !important;
    color: white;
  }
  .btn-theme:hover{
    background-color: #B24B7C !important;
    color: white;
  }
  .btn-outline-theme{
    color: #982A5E;
    border-color: #982A5E;
  }
  .btn-outline-theme:hover{
    background-color: #B24B7C;
    color: white;
  }
  .color-theme{
    color: #982A5E !important;
  }
  #snackbar {
      visibility: hidden;
      min-width: 250px;
      margin-left: -125px;
      background-color: rgba(0,0,0,0.8);
      color: #fff;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: fixed;
      z-index: 1;
      right: 0;
      bottom: 30px;
  }

    .bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    @media (min-width: 768px) {
      .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }
    }