@charset "UTF-8";

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: none !important;
}

.drawer.drawer-end {
    display: none !important;
}

.all-products-toolbar, .category-toolbar {
    flex-grow: 1;
    justify-content: end;
}

.scrolltop {
    width: 45px !important;
    height: 45px !important;
    right: 35px !important;
}

rect{
    fill: transparent!important;
}

text{
    fill: var(--bs-text-gray-600)!important;
}

.select2-container--default .select2-results > .select2-results__options {
    text-align: left !important;
}

.select2-container .select2-dropdown {
    text-align: left !important;
}

.select2-container .select2-selection--single {
    text-align: left !important;
}


@media (max-width: 470.00px) {
    .all-products-toolbar, .settings-footer, .category-toolbar, .model-toolbar, .product-footer {
        justify-content: center !important;
    }

    .all-products-cardtitle, .category-card-title, .model-card-title {
        margin: auto !important;
    }
    .donutchart div div{
        max-width: 300px;
    }
}


@media (min-width: 471.00px) {
    .donutchart{
        width: 300px;
        height:400px;
    }
}


@media (max-width: 991.98px) {
    [data-kt-app-header-fixed-mobile=true] .app-header {
        position: absolute;
    }
}