body {
    background-color: #f8f9fa;
}
.sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    background-color: #343a40;
    padding: 5% 1%;
}
.sidebar h5 {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 10px;
}
.sidebar .btn {
    width: 100%;
    margin-bottom: 10px;
}

.logo{
    margin-top: 50px;
    text-align: center;
}

.logo img {
    width: 120px;
}
.content {
    margin-left: 270px;
    padding: 20px;
}
.template-card {
    transition: transform 0.3s ease;
    height: 500px;
}
.template-card:hover {
    transform: translateY(-10px);
}
.template-img {
    height: 350px;
    object-fit: cover;
}
.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    min-height: 55px;
}
.category-section {
    display: none;
}
.active-filter {
    background-color: #007bff;
    color: #fff;
}
.filter-info {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


#gjs {
height: 100%;
width: 100%;
border: 1px solid #ddd;
}
.panel__top {
display: flex;
justify-content: space-between;
gap: 5px;
align-items: center;
}
.panel__basic-actions {
margin-top: 10px;
}
#blocks {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: #444444;
    border: 1px solid #ddd;
}

