.reportTitle{
  margin-bottom: 0px !important;
  margin-left: 10px !important;
}
.graphics-imgs-container{
  position: relative;
}
.title-area-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 18px;
}

.title-sec{
  display: flex;
  justify-content: space-between;
}

/* .share-btn-wrap {
    border: 1px solid #000;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 15px !important;
    position: absolute;
    right: 0;
    top: 10px;
   
    opacity: 0.7;
    z-index: 10;
    cursor: pointer;
    
    background-color: #fff !important;
    font-size: 16px;
    font-weight: 300;
    margin-right: 0.5rem !important;
    span{
      margin-left: 8px;
    }

} */
.share-btn-wrap {
  border: 1px solid #000;
  border-radius: 25px;
  display: flex
;
  justify-content: center;
  align-items: center;
  padding: 1px 10px !important;
  /* gap: 10px; */
  position: absolute;
  right: 0;
  top: 10px;
  /* opacity: 0.7; */
  z-index: 10;
  cursor: pointer;
  background-color: #000F;
  font-size: 16px;
  font-weight: 300;
  margin-right: 0.5rem !important;
  color: #fff;
}

/* Carousel Container */
.carousel-container {
    width: 100%;
    height: auto;
    max-height: 427px;
    max-width: 780px;
    overflow: hidden;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 1px rgb(220 220 220);
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    margin: 0 auto;
    .carousel-button{
      z-index: 10;
    }
  }

  /* Slide Wrapper */
  .carousel-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  /* Individual Slide */
  .carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Navigation Buttons */
  .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px !important;
    cursor: pointer;
    z-index: 1000;
  }

  .carousel-button.prev {
    left: 10px;
  }

  .carousel-button.next {
    right: 10px;
  }

  /* @media(max-width:) */

  /* Embed Modal */
  /* .embed-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    display: none;
  }

  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    display: none;
  }

  .embed-modal textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
  }

  .close-modal {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    float: right;
  }

  .carousel-button{
    font-size: 30px !important;
    padding: 8px !important;
  } */
  /* Dummy change */