.head .cls-1, .cls-2{
    fill-rule: evenodd;
    fill: #fff;
}
.head-scroll #Shape_1 .cls-1 {
    fill: #8d1d64;
}
.head-scroll #Shape_1_copy .cls-1 {
    fill: #14508d;
}
.head-scroll .cls-1, .cls-2 {
    fill-rule: evenodd;
}

.head-scroll .cls-3 {
    fill: #89a7c6;
}

.head-scroll .cls-2 {
    fill: #89a7c6;
}
.f-logo .cls-1 {
    fill: #14508d;
}

.f-logo .cls-1, .cls-2 {
    fill-rule: evenodd;
}

.f-logo .cls-3 {
    fill: #89a7c6;
}

.f-logo .cls-2 {
    fill: #8d1d64;
}

.head-box-top .cls-1 {
    fill: #14508d;
}

.head-box-top .cls-1, .cls-2 {
    fill-rule: evenodd;
}

.head-box-top .cls-3 {
    fill: #89a7c6;
}

.head-box-top .cls-2 {
    fill: #8d1d64;
}

.announcement-popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.announcement-popup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 700px;
}

.announcement-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.announcement-popup-header h2 {
    margin: 0;
    color: #333;
    font-size: 20px!important;
}

.announcement-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}


.announcement-close-btn:hover {
    color: #333;
}

.announcement-popup-content {
    color: #666;
    line-height: 1.5;
}
.announcement-popup-content p{

    font-size: 14px!important;
}
.announcement-hidden {
    display: none;
}


.capacity-checkbox {
    position: relative;
    padding-left: 35px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
}

.capacity-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.capacity-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
}

.capacity-checkbox:hover input ~ .checkmark {
    border-color: #999;
}

.capacity-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
    border-color: #2196F3;
}

.capacity-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.capacity-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.urunCheckbox{
    font-size: 14px!important;
}

.mobile-filter-menu{
    height: 100%;
    overflow-y: scroll;
    background-color : #f0f0f0;
    z-index : 99999;
    display : flex;
}
.mobile-filter-menu > .lf-side {
    display: block;
}