.loading_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: block;
    position: absolute;
  }

  .loader_logo {
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 50px);
    top: 38%;
  }

  .loader_logo img {
    height: 100%;
    width: 100%;
  }

  .loading {
    border: 3px solid rgba(102, 51, 153, 0.45);
    position: absolute;
    left: calc(50% - 40px);
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border-top-color: #8b5cf6;
    animation: loader 1s ease-in-out infinite;
    -webkit-animation: loader 1s ease-in-out infinite;
  }
    .layout-sidebar-large .sidebar-left .navigation-left .nav-item.active, 
  .layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
    color: #3284B6 !important;
}
.text-primary{
  color: #3284B6 !important;
}
.btn-outline-primary, .btn-primary {
  border-color: #3284B6 !important;
  background-color: #3284B6 !important;
}
.ul-btn__text{
  color: white !important;
}
.loading {
  border: 3px solid #3284B6 !important;
  border-top-color: #3284B6 !important;
}
.customizer .handle{
  background-color: #3284B6 !important;
}
.auth-layout-wrap {
  background: url("https://i.ibb.co/PzFQWPHL/bm-pro-hero-banner.jpg") !important;
  background-position: bottom !important;
}
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
  border-color: transparent transparent #3284B6 !important;
}


  @keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }