 .dashboard-nav-list a.dashboard-nav-item.active {
     border-left: 5px solid #570861;
     background: rgba(255, 201, 36, 0.3);
 }

 .dashboard-nav-list ul li.active {
     border-color: #570861;
     background: rgba(255, 201, 36, 0.3);
 }

 .dashboard-nav-list ul li {
     border-left: 5px solid transparent;
 }

 .dashboard {
     /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
     /* min-height: 100vh;height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;*/
 }

 .dashboard-app {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-flex: 2;
     -webkit-flex-grow: 2;
     -ms-flex-positive: 2;
     flex-grow: 2;
     /* margin-top: 84px; */
 }

 .dashboard-content {
     -webkit-box-flex: 2;
     -webkit-flex-grow: 2;
     -ms-flex-positive: 2;
     flex-grow: 2;
     padding: 20px 25px;
 }

 .dashboard-nav {
     width: 245px;
     position: fixed;
     left: 0;
     top: 0;
     bottom: 0;
     overflow: auto;
     background-color: #373193;
 }

 #style-3::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
     background-color: #F5F5F5;
 }

 #style-3::-webkit-scrollbar {
     width: 4px;
     background-color: #F5F5F5;
 }

 #style-3::-webkit-scrollbar-thumb {
     background-color: #570861;
 }

 .dashboard-compact .dashboard-nav {
     display: none;
 }

 .dashboard-nav header {
     min-height: 70px;
     padding: 0 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .dashboard-nav header .menu-toggle {
     display: none;
     margin-right: auto;
 }

 .dashboard-nav a {
     color: #131313;
     font-weight: 500;
 }

 .dashboard-nav a:hover {
     text-decoration: none;
 }

 .dashboard-nav {
     background-color: #ffffff;
     border-right: 1px solid #D2D2D2;
 }



 .dashboard-nav a.brand-logo {
     display: block;
 }

 .dashboard-nav a.brand-logo.responsive_logo {
     display: none;
 }

 a.brand-logo img {
     width: 200px;
 }

 .dashboard-nav a.brand-logo.responsive_logo img {
     width: 50px;
 }

 .brand-logo {
     font-family: "Nunito", sans-serif;
     font-weight: bold;
     font-size: 20px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     color: #515151;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .brand-logo:focus,
 .brand-logo:active,
 .brand-logo:hover {
     color: #dbdbdb;
     text-decoration: none;
 }

 .brand-logo i {
     color: #d2d1d1;
     font-size: 27px;
     margin-right: 10px;
 }

 .dashboard-nav-list {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     margin-top: 15px;
 }

 .dashboard-nav-item {
     min-height: 49px;
     padding: 8px 20px 8px 66px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     letter-spacing: 0.02em;
     transition: ease-out 0.5s;
 }

 .dashboard-nav-item span {
     width: 36px;
     font-size: 19px;
     margin-left: -40px;
 }

 .dashboard-nav-item:hover {
     background: rgba(255, 255, 255, 0.04);
 }



 .dashboard-nav-dropdown {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
 }

 .dashboard-nav-dropdown.show {
     background: rgba(255, 255, 255, 0.04);
 }

 .dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle {
     font-weight: bold;
 }

 .dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle:after {
     -webkit-transform: none;
     -o-transform: none;
     transform: none;
 }

 .dashboard-nav-dropdown.show>.dashboard-nav-dropdown-menu {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }

 .dashboard-nav-dropdown-toggle:after {
     content: "";
     margin-left: auto;
     display: inline-block;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid rgba(81, 81, 81, 0.8);
     -webkit-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
 }

 .dashboard-nav .dashboard-nav-dropdown-toggle:after {
     border-top-color: rgba(255, 255, 255, 0.72);
 }

 .dashboard-nav-dropdown-menu {
     display: none;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
 }

 .dashboard-nav-dropdown-item {
     min-height: 40px;
     padding: 8px 20px 8px 70px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     transition: ease-out 0.5s;
 }

 .dashboard-nav-dropdown-item:hover {
     background: rgba(255, 255, 255, 0.04);
 }

 .menu-toggle {
     position: relative;
     width: 42px;
     height: 42px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     color: #782d88;
 }

 .menu-toggle:hover,
 .menu-toggle:active,
 .menu-toggle:focus {
     text-decoration: none;
     color: #875de5;
 }

 .menu-toggle i {
     font-size: 20px;
 }

 .dashboard-toolbar {
     min-height: 70px;
     /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 8px 18px;
     position: relative;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1000;
 }

 .nav-item-divider {
     height: 1px;
     margin: 5px 0;
     overflow: hidden;
     background-color: rgb(171 179 183 / 30%);
 }
    /* 07-02-2025 */
 @media (min-width: 992px) {
     .dashboard-app {
         margin-left: 245px;
     }

     .dashboard-compact .dashboard-app {
         margin-left: 0;
     }
 }
    /* 07-02-2025 */


 @media (max-width: 768px) {
     .dashboard-content {
         padding: 15px 0px;
     }
 }

 @media (max-width: 992px) {
    /* 07-02-2025 */
     .dashboard-app {
         margin-left: 0;
     }

     .dashboard-compact .dashboard-app {
         margin-left: 0;
     }
    /* 07-02-2025 */


     .dashboard-nav {
         display: none;
         position: fixed;
         top: 0;
         right: 0;
         left: 0;
         bottom: 0;
         z-index: 1070;
     }

     .dashboard-nav.mobile-show {
         display: block;
     }
 }

 @media (max-width: 992px) {
     .dashboard-nav header .menu-toggle {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         margin-right: 0;
     }

     .dashboard-nav.mobile-show header {
         padding: 8px 18px;
         justify-content: start;
     }

     .dashboard-nav.mobile-show header a.menu-toggle.is-active {
         margin-right: 0;
     }

     .dashboard-nav-list {
         margin-top: 0;
     }

 }

 @media (min-width: 992px) {
     .dashboard-toolbar {
         /* left: 280px; */
     }

     .dashboard-compact .dashboard-toolbar {
         left: 0;
     }
 }