.post-image {
    height: 150px;
    object-fit: contain;
}

.img-box{
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}

.h-40px {
    height: 40px;
}

.w-9em {
    width: 9em;
}

.fit-context {
    width: fit-content;
}

.scroll-bar-hidden {
    -ms-overflow-style: none;
}

.scroll-bar-hidden::-webkit-scrollbar {
    display:none;
}

.header-label {
    border-radius: 5px;
    background-color: #7c9286;
    color:  #ffffff;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.text-green {
    color: #9AB1A4 !important;
}

.top-16px {
    top: 16px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: 1px solid gray;
}

.offcanvas-body {
    background-color: #C8D0D1;
  }

  .fixed-button {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .svg-icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
  }