.sidebar-modal {
    display: block;
}

.back-button {
    display: none !important;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

.back-button a {
    color: black;
    font-size: 15px;
}

.back-button a:hover {
    color: #F6C900;
}

.back-button.show {
    display: flex !important;
}

.sidebar-modal.detailed .offcanvas-header {
    border-bottom: 1px solid #e6e6e8;
}

/* 
.sidebar-modal.detailed .offcanvas-body {
    padding-top: 0 !important;
} */

@media (max-width: 768px) {
    .sidebar-modal {
        display: flex;
    }
}