.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none !important;
}
body {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.6;
}
#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%;
} */

.cur_p{
    cursor: pointer;
}


.b-round-1{
  border: 1px solid var(--border-color);
}

/* .text-8 {
  font-size: .5rem;
} */
.p-25{
    padding: 25px;
}

.theme-form .show-hide {
  top: 50%;
}

.fs-16{
    font-size: 16px;
}
.fs-14{
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}
.page-sidebar .sidebar-link svg.feather {
  margin-left: unset !important;
}
.page-sidebar .sidebar-link.active svg.feather {
  transform: unset;
}

@media(max-width:1024px) {
/*    #language_div{
        z-index: 1900;position: fixed;bottom:  0; padding: 10px;
        left: 10%
    }*/
    .hidden-md-down {
        display:block !important;
    }
}