.scroll_fixedScrollTop__V_IR8 {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #163A75;
  color: white;
  font-size:24px;
  cursor: pointer;
  /* z-index: 9999; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.scroll_fixedScrollTop__V_IR8:hover {
  background:#0f2a55;
  transform:scale(1.1);
}

.bg-white-cust{
    background-color: var(--secondary-bg) !important;
}

.text-white-cust{
    color: var(--secondary-bg) !important;
}

.bg-light-cust{
    background-color: var(--primary-bg) !important;
}

.bg-black-cust{
    background-color: var(--text-color) !important;
}

.text-black-cust{
    color: var(--text-color) !important
}

.text-sidebar-active-border{
    color: var(--sidebar-active-border) !important;
}

.bg-gray{
    background-color: var(--link-color) !important;
    /* background-color: ; */
}

.link-color{
    color: var(--link-color) !important;
}
