/* .content-header{
    color: white !important;
}

.main-sidebar {
    background-color: #1f6232 !important
}

.main-header, .main-footer {
    background-color: #228540 !important;
    color: white;
    border: 0px;
}

.content-wrapper {
    background-color: #54af5d !important
}

.nav-link.active{
    background-color: #54af5d !important;
    color: white !important;
}

.nav-link.active:hover{
    background-color: #6ec076 !important;
    color: white !important;
}

.bg-modul{
    background-color: #228540 !important;
    color: white !important;
}

.bg-modul:hover{
    background-color: #1f6232 !important;
    color: white !important;
} */

        #tooltip {
            display: none;
            position: absolute;
            background-color: #333;
            color: #fff;
            padding: 5px;
            border-radius: 5px;
            font-size: 12px;
        }
        .fixed-sticky {
            overflow: auto;
            height: 70vh;
        }
        .main-sidebar {
            background-color: #061733 !important
        }
        .nav-link.active{
            background-color: #355FB5 !important;
            color: white !important;
        }
        .nav-link.active:hover{
            background-color: #3c6ccc !important;
            color: white !important;
        }
        
        .main-header, .main-footer {
            background-color: #355FB5 !important;
            color: white;
            border: 0px;
        }
        .main-footer a{
            color: #333;
        }
		.bg-table {
			background-color: #5C2FC2 !important;
			color: white;
		}
		.btn-primary{
			background-color: #355FB5;
		}
        /* .content-wrapper{
            background-image: url('../../dist/img/bg3.jpg');
            background-size: cover;
        } */
        
        
        
        