.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none !important;
}
#language_div{
    z-index: 1900;position: fixed;bottom:  20px; padding: 5px 10px;
    left: 1%;
    background: gray;
    border-radius: 15px;
}
/* #msg_div{
    z-index: 1900;position: fixed;bottom:  20px; padding: 10px;
    right: 1%;
} */
.d-none {
  display:none !important;
}
.mt-0{
    margin-top: 0 !important;
}
.m-0{
    margin: 0 !important;
}
.cur_p{
    cursor: pointer;
}
.dataTables_wrapper {
    padding: 1.5rem !important;
  }
.dataTables_length > label > select{
    min-width: 55px !important;
}
.disabled-link {
    pointer-events: none !important;
    opacity: 0.5 !important; /* Optional: Change the opacity to visually indicate the link is disabled */
}
.f-13{
    font-size: 13px !important;
}
.bg-card::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),url('../img/bg2.jpg') center/cover no-repeat;
    filter: blur(2px);
    z-index: -1;
}
.main-radio-toggle .list-light-secondary {
    border: 3px solid rgba(243, 145, 89, 0.2) !important;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}
form.form{
    min-height: 350px;
}
.pricingtable .price-value .amount {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    display: inline-block;
}
.dataTables_wrapper button {
    color: unset;
  }
@media(max-width:1024px) {
/*    #language_div{
        z-index: 1900;position: fixed;bottom:  0; padding: 10px;
        left: 10%
    }*/
    .hidden-sm-down {
        display:none !important;
    }
    
}