@media screen and (prefers-color-scheme: dark) {
    :root {
        --Cbtn: #101b26 !important;
    }

    .bg-white {
        background-color: #0b121b !important;
    }

    .NameHome {
        color: rgb(255 255 255) !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(255 255 255);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        color: #9e9e9e !important;
    }

    .card-body.p-5 {
        background: #0f1720;
        color: #9e9e9e !important;
    }

    .text-dark,
    .page-header-light .btn-link {
        color: #9e9e9e !important;
    }

    .pricing .pricing-price {
        color: #d6d3d3 !important;
    }

    .text-white {
        color: #0b121b !important;
    }

    .bg-light {
        background-color: #090f17 !important;
    }

    .footer.footer-dark {
        color: #9e9e9e !important;
    }

    .bg-dark {
        background-color: #101821 !important;
    }

    body {
        background-color: #0b121b !important;
    }

    .navbar-light .navbar-toggler {
        color: #9e9e9e !important;
    }

    a.text-primary:hover,
    a.text-primary:focus {
        color: rgb(255 255 255) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: rgb(255 255 255) !important;
    }

    .swal2-popup {
        background: #0b121b !important;
    }

    .swal2-title {
        color: #9e9e9e !important;
    }

    #swal2-content {
        color: #9e9e9e !important;
    }

    .card {
        background-color: #0f1720 !important;
        color: #9e9e9e !important;
    }

    .border-bottom {
        border-bottom: 1px solid #ffffff0a !important;
    }

    #selected-category {
        background: #121a23 !important;
        border: 1px solid #ffffff0a;
    }

    .badge-light {
        color: #ffffff !important;
        background-color: var(--Cbtn) !important;
    }

    .form-control {
        color: #9e9e9e !important;
        background-color: #0b131c !important;
        border: 1px solid #111922 !important;
    }

    .form-control:focus {
        color: #9e9e9e !important;
        background-color: #111922 !important;
    }
}