.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-2e44e369-eec3-f362-2490-524fea0ffc0a {
background-color: #2B3990 !important;
font-weight: 500 !important;
height: 30px !important;
color: var(--white) !important;
}
.lfr-layout-structure-item-c06d1285-e5ad-99cc-9f61-c489bb1c3e91 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-c06d1285-e5ad-99cc-9f61-c489bb1c3e91) !important;
}
.lfr-layout-structure-item-ec336d0c-f27d-7d76-a161-54e15b2b178e {
background-color: #F6F8FF !important;
}
.lfr-layout-structure-item-6393520d-4b90-eb86-1913-dacdec2fa29d {
margin-left: auto !important;
margin-right: auto !important;
max-width: 1248px !important;
padding-left: 16px !important;
padding-right: 16px !important;
}
.lfr-layout-structure-item-6393520d-4b90-eb86-1913-dacdec2fa29d {
font-family: 'Montserrat', 'Inter', sans-serif;

    .gap-2 {
        gap: 8px;
    }

    button:focus {
        outline: none !important;
    }
/* Main Content */
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    /* Header Section */
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .header-text {
        flex: 1;
    }

    .header-text h1 {
        font-size: 40px;
        color: #333333;
        margin-bottom: 20px;
        font-weight: 800;
        line-height: 100%;
        margin-bottom: 32px;
    }

    .header-image {
        flex: 1;
        display: flex;
        justify-content: center;
        padding: 40px 16px;
    }

    .header-image img {
        width: 364px;
    }

    .calendar-image {
        width: 250px;
        height: auto;
    }

    /* Search Bar */
    .search-container {
        margin-bottom: 20px;
    }

    .search-bar {
        position: relative;
        max-width: 500px;
    }

    .search-bar input {
        width: 100%;
        padding: 12px 20px 12px 40px;
        border: 1px solid #ddd;
        border-radius: 12px;
        font-size: 14px;
        line-height: 24px;
    }

    .search-bar input:focus {
        outline: none;
        border-color: #ED8247;
    }

    .search-icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
    }

    /* Filter Section */
    .filters {
        display: flex;
        gap: 10px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .filter-dropdown {
        padding: 11px 15px;
        background-color: #E1E5EB;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 100%;
        color: #404040;
        font-family: 'Inter', sans-serif;
    }

    .filter-dropdown i {
height: 12px;
    margin-top: -8px;
        margin-left: 5px;
    }

    /* Divider */
    .divider {
        height: 1px;
        background-color: #eee;
    }

    @media (max-width: 992px) {
        .header-text {
            background:
                linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
                url('./Frame 175499.png') right/contain no-repeat;
            padding-top: 40px;
        }
    }

    @media (max-width: 576px) {
        .filters .dropdown {
            width: calc(50% - 5px);
        }
        .filter-dropdown {
            width: 100%;
            justify-content: space-between;
        }
    }
.search-input {
input {
background: #fff;
border: 0;
border-radius: 0;
height: 50px;
padding-left: 0;
}
.input-group-inset-item-after {
border-radius: 0;
border: 0;
background: #fff;
}
.input-group-item {
flex-direction: row-reverse;
border: 1px solid #ddd;
border-radius: 12px;
overflow: hidden;
height: 50px;
}
}
@media (max-width: 768px) {
        .header-image {
            display: none;
        }
}

.col:has(.header-image) {

}
}