.imageselector{
    color: #ffffff !important;
    background: linear-gradient(to bottom, #58c970, #489b57) !important;
    border: 0!important;
    border-radius: 6px !important;

    padding: 7px !important;
    /* width: 110px !important; */
    font-size: small;
  }

  .imageselectorborder{
    border: solid 0.5px #dcd9d9 !important;
    border-radius: 6px;
  }

  .fileselector{

    color: #0e0e0e !important;
    background: linear-gradient(to bottom, #f5f3f3, #b8b7b7) !important;    border: 0!important;
    font-size: small;
    padding: 7px !important;
  }

td {
  min-width: 110px ;
  text-align: start;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-color:#2A3042; /* Add a background color */
  border-radius: 50%; /* Make it circular */
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1; /* Ensure buttons are visible */
}
.carousel-indicators{
  background-color: #2A3042;
}