.filter-section {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.filter-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.range-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.range-inputs input {
    width: 100px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.options-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.options-container1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.option-item {
    display: flex;
    align-items: center;
}

.option-item input {
    margin-right: 5px;
}

button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #45a049;
}

.unit {
    margin-left: 5px;
    color: #666;
}

.flexForm {

    display: flex;
    flex-direction: column;
}


.icon-inline {
    display: inline-block;
    width: auto;
    height: 1em;
    fill: currentColor;
}

.fiterIndex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.slide-enter,
.slide-leave-active {
    transform: translate3d(0, 100%, 0);
}

.popup {
}

.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display:  none;

}

.popup-content {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: transform .3s;

    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 4vw;
    z-index: 10000;
    display:  none;
}

.popup-background {
    animation: slideUp-2fa87b05 .375s cubic-bezier(0, .55, .45, 1) 0s 1 both;
    border-radius: 1.5rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    will-change: opacity, transform;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white;
    height: 85vh;

    align-items: center;
}
.form-control-round{
    background-color: #f4f6f8 !important;
}

.search-box__close {
    position: absolute;
    top: 1.25rem;
    right: 1.625rem;
    border: 0;
    background: transparent;
    color: #5d738d;
    padding: 0;
    font-size: 1.5rem;
}

.search-box__modal .search-box {
    animation: slideUp-2fa87b05 .375s cubic-bezier(0, .55, .45, 1) 0s 1 both;
    border-radius: 1.5rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    will-change: opacity, transform;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f4f6f8;
}

.search-box__submit {
    background: white;
    width: 20vw;
    margin-left: 20px;
}

.search-box__title {
    font-weight: 600;
}

.search-box {

    width: 100%;
    padding: 1rem;
}
.popSearchIndex{

    height: 60vh;
    padding-bottom: 30px;
    overflow: auto;
}
.search-top-box{

    display: flex;
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (min-width: 769px){

    .is-vcentered {
        display: flex !important;
        /*flex-direction: column !important;*/

    }
}


@media screen and (max-width: 768px) {
    .hero-body{

        justify-content: center;
    }
    .minheight{

        min-height:60vh;
    }

    .systemLogo{
        /*position: absolute;*/
        /*top: -227px;*/
    }
    .systemVideo{

        /*position: absolute;*/
        /*top: -7px;*/

    }
    .header-video{
        min-height: 200px;
        width: 49% !important;
    }

    .flexForm {

        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
    }

    .options-container1 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    .is-vcentered {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }


    .search-box__submit {
        padding: 1rem;
        border-bottom-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;

        width: 100%;
        margin-left: 0px;

    }


    .filter-section {

        margin-bottom: 0px;
        padding: 0px;
        border: 0px;
        border-radius: 5px;
    }
    .filter-title {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 12px;
    }
    .range-inputs input{

        font-size: 12px;
        background: #f5f5f5;
        border: 0;
    }

    .popup-content{
        padding:0;
    }


    .form-control-round{
        width: 100%;
    }

    .popSearchIndex{

        height: 50vh;
    }

    .popup-background {

        height: 90vh;
    }



}
figure,p{
    margin: 0 !important;
}
.columns{
    grid-column-gap:0;
}
.options-old{

    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.imagebuttom{

    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
.buttomLXFSitem{

    display: flex;
    flex-direction: column;
    align-items: center;
    color:white;
}
.buttomLXFS{

    gap: 30px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.is-flex{

    align-items: center;
}
.noshow{
    display: none;
}

.image.svelte-19f74jq{

}
.modal{
    display: flex;
}
.dropdown-menu{
    display: flex;
    padding: 0 !important;
    margin-top:10px;
}
a{
    text-decoration: none;
}

.back-fab{
    padding: 0;
}
