@font-face {
    font-family: 'Roboto';
    src: url('/vendors/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  body {
    font-family: 'Roboto', sans-serif;
    overflow-y: scroll;
  }
  
  .navImg {
    background: url('/images/outreach.jpg') center center / cover no-repeat fixed;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  /* .bg-image,
  .modal-open {
    background-image: url('/images/outreach.jpg');
    background-size: cover;
    background-position: center;
    padding-right: 0;
  } */
  
  .editIcon,
  .light-text-on-light-background {
    color: #6D5BBA;
    text-shadow: 0 0 30px #081019, 0 0 40px #081019, 0 0 50px #081019, 0 0 60px #081019, 0 0 70px #081019;
  }
  
  .btn-custom-gradient-gray,
  .btn-custom-gradient,
  .btn-rounded,
  .btn-shadow,
  .btn-transition {
    border: none;
    color: white;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .btn-custom-gradient-gray {
    background-image: linear-gradient(45deg, #969696, #cacaca);
  }
  
  .btn-custom-gradient {
    background-image: linear-gradient(45deg, #6D5BBA, #8D58BF);
  }
  
  .btn-custom-gradient:hover,
  .btn-shadow:hover,
  .btn-transition:hover {
    background-image: linear-gradient(45deg, #8D58BF, #6D5BBA);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    background-color: #5a4daa;
  }
  
  #successRow,
  .full-width-badge,
  .link-stretched,
  .badge-fixed-width {
    transition: opacity 2s ease-out;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
  }
  
  .card-image-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    background-size: cover;
    background-position: center;
  }
  
  .cardBodyMod {
    margin-left: 20%;
  }
  
  .full-width-badge,
  .link-stretched {
    background-color: #eee;
    padding: 10px;
    height: 40px;
    text-decoration: none;
  }
  
  .badge-fixed-width {
    display: inline-block;
    width: 40px;
    padding: 12px;
    margin-right: 4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }