@media (min-width: 992px) {
    .custom-offcanvas-width {
        width: 35%; /* 50% width on large screens */
    }
}

@media (max-width: 991.98px) {
    .custom-offcanvas-width {
        width: 100%; /* Full width on smaller screens */
    }
}

.list-group li {
    color: inherit; /* Zresetuj dziedziczony kolor */
}

.list-group .fa-heart {
    color: red; /* Kolor serca */
}


.em05 {
    font-size: 0.5em !important;
}

.em07 {
    font-size: 0.7em !important;
}


.em08 {
    font-size: 0.8em !important;
}

.em09 {
    font-size: 0.9em !important;
}

.em10 {
    font-size: 1.0em !important;
}

.em12 {
    font-size: 1.2em !important;
}

.em14 {
    font-size: 1.4em !important;
}


.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}


.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}


.mr-1 {
    margin-right: 10px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.fred {
    color: red !important;
}

@media (max-width: 992px) {
    .table td .btn {
        padding: 3px;
    }

    .w-sm-15 {
        width: 20% !important;
    }

    .w-sm-85 {
        width: 80% !important;
    }
}

/* public/css/styles.css */
.flash-error {
    color: red;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.form-error {
    color: red;
    font-weight: bold;
}

.field-error {
    border-color: red;
}

/*better button display*/

.btn-compact {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.list-group-item {
    padding: 0.5rem 1rem;
}