/*your custom css goes here*/

/* change accordion style */
#my_accordion .accordion-header button{
    background-color: white !important;
    color: black !important;
    font-weight: 600 !important;
}

#my_accordion .accordion-body  {
    border-width: 0;
    /* color: #0c63e4; */
    background-color: #e7f1ff !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-weight: 500 !important;
}

#my_accordion .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.img-custom-fit {
    object-fit: fill!important;
}

.zoomImg {
    background-color: white!important;
}
/* .collapse-sidebar{
    height: 1275px !important;
    overflow-y: auto !important;
} */
.filters{
    max-height: 310px !important;
    overflow-y: auto !important;
}
::-webkit-scrollbar {
    width: 10px;
    background: #f1f1f1;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }