.btn-success-1 {
    background: #00ff00 !important;
}

.bg-body-1 {
    background: #292623 !important;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #292623e3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#preloader.active {
    visibility: visible;
    opacity: 1;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    margin-bottom: 10px;
    color: #00ff00 !important;
}


        .left-bar {
            transition: transform 0.3s ease-in-out;
        }
        .left-bar.closed {
            transform: translateX(-100%);
        }
        /* Masaüstü için yan menü her zaman açık */
        @media (min-width: 992px) {
            #sidebar {
                transform: none;
            }
        }

        body {
            font-family: 'Montserrat', sans-serif !important;
            background: #fcfcfc !important;
        }
        
        .text-html {
            color: #00ff00 !important;
        }
        
        .chart-container {
            width: 270px;
            margin: auto;
            text-align: center;
            margin-top: -80px;
        }
        .chart-text {
            position: absolute;
            top: 52%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 16px;
            font-weight: bold;
        }

        .swiper-pagination-bullet-active {
            background: #00ff00 !important;
        }