select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../Assets/images/bg-select.svg) 92% 50% no-repeat;
    height: 46px;
    padding: 0 0.75rem;
    padding-right: 3rem;
}
#card-image-1 .card-image-image {
    /*background-image: url(../Assets/images/Document-1.webp) !important;*/
}

select#frmEnquiry {
    background: url("../Assets/images/bg-select.svg") 96% 50% no-repeat  !important;
}

.filter-btn {
    text-align: center;
    border: 0px;
    width: 100%;
    height: 64%;
    color: white;
    background-color: #42145f;
    transition: all 0.4s;
    display: inline-block;
}
.filter-btn:hover{
    background-color: #5d2780;
}

.custom-pagination-container {
  display: flex;
  gap: 5px;
  align-items: center;
}

.custom-pagination-page,
.custom-pagination-dots {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  background-color: transparent;
  transition: background 0.2s, color 0.2s;
}

.custom-pagination-page {
  border: 2px solid #cbcbd4;
  color: #1f1f2f;
}

.custom-pagination-page.active {
  border-color: #42145f;
  color: #42145f;
  font-weight: bold;
}

.custom-pagination-arrow {
  background-color: #42145f;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  width: 45px;
  height: 45px;
}

.custom-pagination-arrow:disabled {
  background-color: #e4e4e4;
  color: #b9b9b9;
  cursor: default;
}

.custom-pagination-dots {
  display: inline-block;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #1f1f2f;
}