/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
.navbar-brand-box {
    text-align: left !important;
  }
  .navbar-brand-box {
    padding-left: 0.5rem !important;
    text-align: center;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
  }

  #back-to-top {
    position: fixed;
    bottom: 10px !important;
    right: 28px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    z-index: 1000;
  }

   /* Menghapus transparansi di kolom freeze */
  .dtfc-fixed-left,
  .dtfc-fixed-right {
    background-color: white !important;
    opacity: 1 !important;
    z-index: 2;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
  }

/* div.app-menu{
max-width: 220px !important;
}
div.page-content{
  width: 1129px !important;
  min-width: 1129px !important;
} */
/* div.app-menu{
  background-image: linear-gradient(to right, #f3bcf3, #daf7fe) !important;
} */