*{
    font-family: sans-serif;
    letter-spacing: 0.5px;
    color: #2e2e2e;
}

body{
    background: #f6f6f6;
}

a{
    text-decoration: none;
}

:root {
    --deep-purple: #390096; /* #6610f2 #49149f*/
    --light-purple: #f7f2ff; /* #6610f2 #49149f*/
    --dark-grey: #2e2e2e; /* #6610f2 #49149f*/
    --mid-grey: #777777; /* #6610f2 #49149f*/
    --burning-blue: #7cffde;
    --ligth-purple: #ed3d93;
    --dark-purple: #a30f57;

    --sc-dark-pink: #E2007A; /* C21472 https://color.adobe.com/Suicide-Squad-color-theme-7941991/*/
    --sc-burning-pink: #fb1b5a;
    --sc-ligth-pink: #ee59a8;
    --sc-dark-purple: #AD5CCC;
    --sc-light-purple: #E177E6;
    --sc-light-green: #80FFD9;
    --sc-dark-green: #00BF99;
    --sc-light-yellow: #d2f62f;

    --pal-purple: #A20056;
    --pal-yellow: #FFC857;
    --pal-yellow: #119DA4;
    --pal-yellow: #19647E;   /* https://coolors.co/a20056-ffc857-119da4-19647e */
;


}
.hl{
    /*background-image: url('../svg/bg.svg');*/
}

/*
Inter
Open Sans
*/
/*
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}*/

.container{
    margin-top: 20px;
}

.palette {
    color: #480048;
    color: #e63946;
    color: #ffc0c5;
    color: #f1faee;
    color: #a8dadc;
    color: #457b9d;
    color: #1d3557;
    color: #fffcda;
}

.cs{
    color: #e7fff5;
    color: #79ffc5; /* ez volt sokáig a gomb meg az összeg háttere*/
    color: #2bea98;
    color: #0affdb;
    color: #77ffeb;
}


a{
    color: #c21572;
    transition: 0.3s;
}

a:hover{
    color: #ff0055;
}

.btn{
    font-size: 14px;
}

.btn-primary{
    background: #c21572;
    border-color: #c21572;
}

.btn-primary:hover, .btn-primary:active{
    background: #ff0055;
    border-color: #ff0055;
}

.btn-primary:focus, .btn-primary.show{
    background: #c21572;
    border-color: #c21572;
    outline: none;
}


label {
    cursor: pointer;
}
.found{
    display: inline-block;
}
.order_dropdown{
    float: right;padding: 2px;
}
.gallery_img{
    width: 100%;
    height: 270px;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    /*background-image:url('https://lid.zoocdn.com/645/430/eb852da265fe7356d12ff87f67a98c2977f993d7.jpg');*/
    object-fit: cover;
    border-radius: 5px;
}

.gallery_container{
    position: relative;
}
@media (min-width: 1000px) {
    .gallery_container {
        max-width: 479px;
    }
}


.form-check-input:checked[type=checkbox] {
    background-image: url('../svg/tick.svg');
}




.gallery_img_id{
    position: absolute;
    bottom: 7px;
    left: 7px;
    background: #ffffffb0;
    font-size: 14px;
    padding: 2px 7px;
    border-radius: 2px;
}
.listing{
    border-bottom: 1px solid #b7b7b7;
}

.listing-details{
    display: block;
    position: relative;
    height: 100%;
}
.listing-details-price{
    font-size: 1.6rem;
    font-weight: bold;
}
.listing-details-rooms{
    font-size: 1.2rem;
}
.listing-details-address{
    font-size: 0.9rem;
    color: #767676;
}

.listing-details-icons{
    width: 100%;
}
.listing-details-icons > svg{
    height: 17px;
}

.listing-details-icons-figures{
    font-size: 14px;
    margin-right: 14px;
    padding-left: 4px;
    white-space: nowrap;
}

.listing-details-icons-figures > span{
    font-weight: bold;
}


@media screen and (max-width: 300px){
    .listing-details-icons-figures{
        margin-right: 7px;
    }
}


.listing-details-favourite{
    position: absolute;
    top: 0;
    right: 0;
}

.listing-details-posted{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.8rem;
    color: #767676;
}
.listing-details-posted-at{
    float: right;
}
.listing-details-posted-date{
    float: right;
}

.map_view{
    float: right;
    margin-right: 15px;
    background: var(--burning-blue);
    padding: 1px 10px;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid var(--burning-blue);
}


/* FILTERS */
.filter_group{
    border-bottom: 1px solid #b7b7b7;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.filter_value_container{
    /*display: flex;
    flex-wrap: wrap;*/
}

.filter_dropdown{
    width: 100%;
    padding: 5px 10px;
    border-radius: 0;
    border: 1px solid lightgrey;
}

.filter_group_header{
    display: flex;
}
.filter_group_name{
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    padding-top: 16px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}


.remove_filters{
    cursor: pointer;
    /*width: 16px;
    height: 16px;*/
    /*margin-top: 3px;*/
    right: -16px;
    position: relative;
    padding: 16px 16px 0px 16px;
    /*filter: invert(11%) sepia(75%) saturate(5356%) hue-rotate(317deg) brightness(106%) contrast(90%);*/
    filter: invert(77%) sepia(10%) saturate(18%) hue-rotate(326deg) brightness(88%) contrast(82%);
}


.filter_input{
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    font-size: 0.9rem;
}

.filter_button{
    padding: 2px;
    background: #f6f6f6; /* beige */
    cursor: pointer;
    text-align: center;
    border: 1px solid #b7b7b7;
    transition: 0.3s;
}
.filter_button:hover{
    background: #ececec; /* var(--light-purple);  #79ffc5*/
    /*border-color: var(--sc-dark-pink);*/
}

/* overwrites boostrap radio button "aura" */
.form-check-input:focus {
    border-color: var(--mid-grey); /*#c40000;*/
    outline: 0;
    box-shadow: none;      /*0 0 0 0.25rem rgb(13 110 253 / 25%);*/
}
.form-check-label{
    font-size: 0.9rem;
}

/*#edff5c*/

.form-check-input:checked {
    background-color: var(--sc-dark-pink);
    border-color: var(--sc-dark-pink);
}

.filter_label{
    flex: 1;
    width: 100%;
}


.filter_label > span{
    display: inline-block;
    padding-top: 2px;
}


.form-check-input{
    cursor: pointer;
    margin-right: 5px;
    margin-top: 0.2em;
    font-size: 1rem;
    width: 18px;
    height: 18px;
    border-color: var(--mid-grey);
    background: white;
}

.form-check-input[type=checkbox] {
    border-radius: 0.1em;
}

.cp{
    color: #e63946;
    color: #f7a6a4;
    color: #faf3ee;
    color: #457b9d;
    color: #1d3557;
}

/* SIDEBAR */

.sidebar_list{
    top: 0;
    width: 282px;
    z-index: 1001;
    /*height: 100vh;*/
    overflow: scroll;
    background: white;
    border: 1px solid #d3d3d3;
}

.sidebar_list {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    border-radius: 5px;
}
.sidebar_list::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}



@media (max-width: 999px) { /* Match the JS check (< 1000) */
    .sidebar_list {
        position: fixed; /* Essential for off-screen positioning */
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%; /* Or your desired mobile width */
        /*max-width: 300px; !* Optional: Set a max width *!*/
        z-index: 10001;
        transform: translateX(-100%); /* Start hidden off-screen */
        visibility: hidden; /* Hide completely */
        border-radius: 0; /* Usually no border-radius on full height */
        border-right: 1px solid #d3d3d3; /* Maybe a right border */
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

    /* Style when the sidebar IS explicitly opened via JS */
    .sidebar_list.sidebar_mobile_open {
        transform: translateX(0); /* Slide into view */
        visibility: visible; /* Make visible */
    }

    /* Style when explicitly closed (optional, but good for consistency) */
    /* .sidebar_list.sidebar_mobile_closed {
        transform: translateX(-100%);
        visibility: hidden;
    } */
    /* Note: .sidebar_mobile_closed class might become redundant for hiding
       if the default state is already hidden via transform. The JS still needs
       to remove .sidebar_mobile_open when closing. */
}


/* --- Styles for Desktop View --- */
@media (min-width: 1000px) {
    .sidebar_list {
        position: static; /* Back to normal document flow */
        transform: none; /* Remove any transform */
        visibility: visible; /* Ensure it's visible */
        width: 282px; /* Your original desktop width */
        /*height: auto; !* Let content determine height *!*/
        /*max-height: calc(100vh - 40px); !* Example max-height if needed *!*/
        /*overflow-y: auto; !* Allow scrolling if content overflows *!*/
        /*z-index: auto;*/
        /*border-radius: 5px; !* Restore desktop border-radius *!*/
        /*border: 1px solid #d3d3d3; !* Restore full border *!*/
        /* Remove fixed positioning styles */
        /*top: auto;*/
        /*left: auto;*/
    }

    /* Ensure mobile classes have no effect on desktop */
    .sidebar_list.sidebar_mobile_open,
    .sidebar_list.sidebar_mobile_closed {
        /* Reset any mobile positioning/transform */
        position: static;
        transform: none;
        visibility: visible;
        width: 282px;
        height: auto;
        left: auto;
        top: auto;
        z-index: auto;
    }

    /* Hide the mobile toggle button on desktop */
    .filters_toggle_container {
        display: none;
    }
}


.sidebar_map{
    width: 282px;
    z-index: 10001;
    height: 100vh;
    overflow: scroll;
    background: white;
}

.sidebar_map {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.sidebar_map::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}



.sidebar_mobile_open{
    position: fixed;
    left: 0;
    z-index: 10001;
    height: 100vh;
    overflow: scroll;
    background: white;
    width: 100%;
    transition: left 0.5s;
}

@media screen and (min-width: 500px){
    .sidebar_mobile_open{
        width: 50%;
    }
}

.sidebar_mobile_closed{
    position: fixed;
    left: -300px;
    transition: left 0.5s;
}



#sidebar {
    width: 282px;
    transition: 0s;
    background: white;
    min-height: 100vh;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    /*box-shadow: rgb(38 43 49 / 16%) 0 0 2px 0, rgb(38 43 49 / 12%) 0 1px 4px 0;*/
}


@media (max-width: 1200px) {
    .container{
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

}
@media (max-width: 768px) {
    #sidebar{
        background: white;
        position: fixed;
        z-index: 1045;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        /*color: var(--bs-offcanvas-color);*/
        visibility: hidden;
        /*background-color: var(--bs-offcanvas-bg);*/
        /*background-clip: padding-box;*/
        outline: 0;
        transition: transform .3s ease-in-out;

        width: 100vw;
        top: 0;
        left: 0;
        /*width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);*/
        transform: translateX(-100%);

    }
    #sidebar.show_sidebar{
        background: white;
        visibility: visible;
        transform: none;
        height: 100vh;
    }

    #container_row{
        width: 100vw;
    }
}




#content{
    width: initial;
}


.content-wrap{
    background: white;
    /*box-shadow: rgb(38 43 49 / 16%) 0 0 2px 0, rgb(38 43 49 / 12%) 0 1px 4px 0;*/
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

@media (max-width: 450px) {
    #content{
        padding: 0;
    }
}



/** PROPERTY VIEW**/

.property-view-price{
    font-size: 1rem;
}
.property-view-icons-figures{
    font-size: 1rem;
    margin-right: 14px;
    padding-left: 4px;
    color: #767676;
}

.property-view-icons-figures > span{
    font-weight: bold;
}


.property-view-metric{
    flex: 0 0 25%;
}

@media (max-width: 450px) {
    .property-view-metric{
        flex: 0 0 50%;
    }
}


.property-view-metric > div > span{
    font-weight: bold;
}

.property-view-metric-name{
    font-size: 11px;
    /*padding: 0 0 5px 0;*/
    color: #767676;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.property-view-icons{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.property-view-img{
    height: 100%;
    padding-top: 66.67%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}


.half-gutter{
    margin-bottom: calc(var(--bs-gutter-x)* .5);;
}

.property-view-section{}

.property-view-section-header{
    font-size: 1.6rem;
    font-weight: bold;
}

.property-view-section-list{
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    margin-top: 5px;
}

.property-view-section-list > tbody > tr > td:first-child{
    width: 50%;
}


.property-view-section-list > tbody > tr > td:nth-child(2){
    font-weight: bold;
}

.property-view-section-list > tbody > tr > td{
    padding: 10px 0;
    margin: 0;
}


.property-view-section-list > tbody > tr{
    border-bottom: 0.1px solid #e3e3e3;
}


.property-view-section-list > dd, .property-view-section-list > dt{
    padding: 10px 0;
    margin: 0;
    float: left;
    border-bottom: 1px solid lightgrey;
}

.property-view-section-list > dd {
    width: 30%;
}
.property-view-section-list > dt {
    width: 70%;
}



/***** FILTERS ********/

.chevron {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 3px;
    margin-right: 15px;
}

.chevron::before,
.chevron::after {
  position: absolute;
  display: block;
  content: "";
  border: 7px solid transparent; /*adjust size*/
}

/* Replace all text `top` below with left/right/bottom to rotate the chevron */

.chevron::before {
  top: 0;
  border-top-color: #2e2e2e; /*Chevron Color*/
}

.chevron::after {
  top: -10px; /*adjust thickness*/
  border-top-color: #fff; /*Match background colour*/
}


.egyedi_container {
    display: none;
}

.filters_container{
    visibility: hidden;
}

.filter_complexity{
    display: flex;
    /*padding: 5px;*/
    background: #f6f6f6; /* #e7e7e7;*/
    border-radius: 3px;
    border: 1px solid lightgrey;
}

.filter_complexity > div{
    width: 50%;
    background: #fff; /* #e7e7e7;*/
    color: #979797;
    padding: 5px;
    /*margin: 0 2px;*/
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
}

.filter_complexity > div:hover{
    background: #ececec;
}

.filter_complexity > div.fca{
    background: #f6f6f6;
    color: #2e2e2e;
    /*border: 1px solid lightgrey;*/
    cursor: default;
}

select:disabled {
    opacity: 1;
    background: #f6f6f6;
    color: #767676;
}

.page_input{
    width: 65px;
}

.page_btn, .page_btn:active, .page_btn:focus{
    border: 0;
    background: #ffffff;
    transition: 0.3s;
}

.page_btn:hover{
    border: 0;
    background: #f6f6f6;
}

.map_view_btn{
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #c21572; /* #e2007a */
    border-radius: 5px;
    background: #c21572;
    margin-left: 10px;
    transition: 0.3s;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.06),    0 2px 2px rgba(0,0,0,0.06),    0 4px 4px rgba(0,0,0,0.06),    0 6px 6px rgba(0,0,0,0.06)*/
}

.map_view_btn:hover{
    background: #ff0055;  /* #ffdff0 */
    border: 1px solid #ff0055;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.06),    0 2px 2px rgba(0,0,0,0.06),    0 4px 4px rgba(0,0,0,0.06),    0 6px 6px rgba(0,0,0,0.06)*/
}

.map_view_btn > span{
    color: #ffffff; /* #e2007a; */
    font-size: 15px;
}

.list_view_btn{
    font-size: 16px;
    cursor: pointer;
    border: 1px solid lightgrey; /* #e2007a */
    border-radius: 5px;
    background: #f6f6f6;
    transition: 0.3s;
    width: 100%;
    margin: 0;
    margin-top: 16px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.06),    0 2px 2px rgba(0,0,0,0.06),    0 4px 4px rgba(0,0,0,0.06),    0 6px 6px rgba(0,0,0,0.06)*/
}

.list_view_btn:hover{
    background: #ececec;  /* #ffdff0 */
    border: 1px solid lightgrey;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.06),    0 2px 2px rgba(0,0,0,0.06),    0 4px 4px rgba(0,0,0,0.06),    0 6px 6px rgba(0,0,0,0.06)*/
}

.list_view_btn > span{
    color: #2d2d2d;
    font-size: 15px;
}


.list_view_autocomplete{
    width: 100%;
    height: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background: white;
}

#location_autocomplete{
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 5px;
    background: white;
    padding: 3px 8px;
    min-width: 184px;
    overflow: hidden;
    cursor: pointer;
}

#location_autocomplete:focus{
    outline: none;
}

.remove_location{
    cursor: pointer;
    position: relative;
    padding: 11px;
    filter: invert(77%) sepia(10%) saturate(18%) hue-rotate(326deg) brightness(88%) contrast(82%);
}


.map_view_autocomplete{
    width: 350px;
    /*height: 40px;*/
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin-right: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 800;
    background: white;
    box-shadow: 0 1px 1px rgba(0,0,0,0.06),
    0 2px 2px rgba(0,0,0,0.06),
    0 4px 4px rgba(0,0,0,0.06),
    0 8px 8px rgba(0,0,0,0.06);
}

@media (max-width: 450px) {
    .map_view_autocomplete{
        width: calc(100% - 65px);
    }
}


.map_view_autocomplete:focus{
    outline: none;
}

.awesomplete{
    flex-grow: 1;
}
.awesomplete > ul{
    z-index: 10001;
    list-style: none;
    cursor: pointer;
    position: absolute;
    background: white;
    border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 5px 0 lightgrey;
}

.map_container > .awesomplete > ul{
    top: 50px;
    left: 10px;
}
.map_container > .awesomplete > ul > li{
    width: 350px;
}

.awesomplete > ul > li{
    padding: 5px 10px;
    width: 300px;
    border-bottom: 1px solid lightgrey;
}
.awesomplete > ul > li:hover{
    background: #f6f6f6;
}

.awesomplete li[aria-selected="true"] {
    background: #eeeeee !important;
    color: inherit;
}


.list_view_logo{
    width: 282px;
    padding-top: 6px;
}

.list_view_logo > div > svg:nth-child(1) {
    margin-right: 10px;
    z-index: 1;
}


.list_view_logo > div > svg:nth-child(2) {
    margin-left: -25px;
    margin-right: 10px;
}

.list_view_logo svg {
    height: 32px;
}

.lofti_svg {
    height: 90px;
    width: 90px;
}



.filters_toggle_container{
    display: block;
    z-index: 10001;
    position: fixed;
    bottom: 30px;
    width: unset;
}

@media screen and (min-width: 1000px){
    .filters_toggle_container{
        bottom: -100px;
    }
}


.filters_toggle{
    color: #ffffff;
    font-size: 14px;
    background: #2e2e2e;
    border-radius: 50px;
    padding: 10px 22px;
    cursor: pointer;
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
}



.list_view_container{
    justify-content: center;
    flex-wrap: nowrap;
}


@media (min-width: 1200px){
    .container{
        max-width: 1320px;
    }
}

@media (max-width: 1000px){
    .list_view_logo {
        width: 170px;
    }
}


@media (max-width: 420px){
    .list_view_logo {
        margin-bottom: 16px;
    }
}

.page_btn_txt{
        font-size: 16px;
}

@media (max-width: 500px){
    .page_btn_txt {
        display: none;
    }
}

.list_view_switch{
    width: 100%;
    display: block;
}

.list_view_switch > .map_view_btn {
    width: 100%;
    margin: 0;
    margin-top: 16px;
}

.list_view_switch{
    text-decoration: none;
}

.publishListingDropdown{
    display: flex;
}

.required:after {
    content:" *";
    color: red;
}

.profile_img_cont{
    padding: 0 110px 20px 110px
}

.profile_img{
    border-radius: 100px;
}




.card{
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px -3px, rgba(0, 0, 0, 0.1) 0 0 6px -2px;
    border: 0;
}

.card-body{
    padding: 20px 10px;
}

.aderror{
    color: grey;
}

.error_button{
    cursor: pointer;
    border-radius: 0.375rem
}

.error_button:hover{
    background: #f6f6f6;
}

#order_dropdown_btn{
    background: #f6f6f6;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    color: #2e2e2e;
}

#order_dropdown_cnt, #order_dropdown_btn{
    width: 100px;
}

.dropdown-item:focus, .dropdown-item:hover {
    /*color: var(--bs-dropdown-link-hover-color);*/
    background-color: #f6f6f6;
}

.dropdown-item{
    cursor: pointer;
}
.dropdown-item:active{
    background: #f6f6f6;
    color: #2e2e2e;
}

.agent_name{

}

.agent_job {
    color: #767676;
    font-size: 14px;
}

.agency_name{
    font-size: 14px;
}

.sticky-top {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px;
    z-index: 1020;
}

.card_hr{
    opacity: 0.1;
}

.form-control:focus {
    border-color: #2e2e2e;
}

.contact_hidden{
    display: none;
}

.advertiser_phone{
    display: none;
    color: #c21572;
    line-height: 34.33px;
}

@media (min-width: 1000px){
    .logo_menu_container{
        width: 282px;
        flex: 0 0 282px;
        justify-content: space-between;
    }
}

@media (min-width: 601px) and (max-width: 999px){
    .logo_menu_container{
        width: 220px;
        flex: 0 0 220px;
    }
}


@media (max-width: 600px){
    .logo_menu_container{
        justify-content: space-between;
        padding-right: 10px !important;
    }
}

@media (min-width: 500px) {
    .col-custom-500 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.map_logo_menu_container{
    justify-content: space-between;
}
/* small logo */
.logo{
    display: flex;
    align-items: center;
    padding-top: 6px;
}

.logo img{
    height: 32px;
}

.logo > img:nth-child(1) {
    margin-right: 10px;
    z-index: 1;
}
.logo > img:nth-child(2) {
    margin-left: -25px;
    margin-right: 10px;
}

/* only in this file */
@media (max-width: 550px) {
    .logo {
        padding-bottom: 12px;
    }
}


/* Ensure the carousel container is positioned relatively */
.gallery_container {
    position: relative;
}

/* Style for navigation buttons */
.carousel_next_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none; /* Hidden by default */
    cursor: pointer;
    z-index: 10;

    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.62);
    border-radius: 4px;
}

.ni_left {
    left: 10px; /* Adjust as needed */
}

.ni_right {
    right: 10px; /* Adjust as needed */
}

.carousel_next_img > svg {
    margin: auto;
    width: 16px;
    height: 20px;
    opacity: 0.7;
}

/* Show buttons on hover */
.gallery_container:hover .carousel_next_img {
    display: block;
}

/* Optional: Add transition for smooth appearance */
.carousel_next_img {
    transition: opacity 0.3s ease;
}

.carousel_next_img:hover {
    opacity: 0.8;
}

/* Carousel Indicators Container */
.carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px; /* Adjust spacing as needed */
    gap: 5px; /* Space between lines */
}

/* Individual Indicator Lines */
.indicator-line {
    width: 28px;
    height: 1.5px;
    background-color: #fff;
    border-radius: 2px;
    transition: background-color 0.3s;
}

/* Active Indicator Line */
.indicator-line.active {
    background-color: #2e2e2e; /* Active color */
}

/* Optional: Change cursor on hover */
.indicator-line:hover {
    background-color: #999;
}


.pill_wrapper{
    overflow: hidden;
}