 .site-logo2 img{
        height: 60px;
        width: auto;
        transition: transform 0.3s ease;
        filter: brightness(2);
    }
    @media (max-width: 575.98px) {
    .site-logo img {
        height: 28px;
        /* margin: 0 auto; */
        margin-left: 99px;
    }
    .site-logo2 img {
        height: 40px;
        /* margin: 0 auto; */
        margin-left: 12px;
    }
}
@media (max-width: 991.98px) {
    .site-logo img {
        height: 38px;
        margin-left: 60px;
    }
}
  @media (max-width: 399.98px) {
    .site-logo img { 
        height: 28px;
        /* margin-left: 92px; */
        /* position: fixed; */
        margin-top: 0px;
    }
    .site-logo2 img { 
        height: 28px;
        margin-left: 13px;
        /* position: fixed; */
        margin-top: 0px;
    }
}
 .combo_block_color{
        --tw-bg-opacity: 1;
        background-color: rgb(255 193 188 / var(--tw-bg-opacity));
      }
      .active_color {
    background-color: #908170;
    border-radius: 48px;
}
.glow {
    box-shadow: 0px 0px 3px 5px #908170  !important;
}
.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    /* background: #222222 !important; */
    border-radius: 5px;
    color: white;
}
.transparent_back{
  background: #ffffff00 !important;
}
 .dropdown-item:hover,
  .dropdown-item:focus {
    background-color: #E4E4E4 !important;
  }
.active_color {
    background-color: #16815f !important;
}

 .betselcted {
  background-color: #16815f;
}
.filteractive {
    border-bottom: 2px solid #16815f;
}

thead{
    background-color: #16815f;
    color: #d9f7ff !important;
}
tfoot{
    background-color: #16815f;
    color: #d9f7ff !important;
}