#search-container {
    margin: 10px auto;
    position: relative;
    box-sizing: border-box;
}

.search-container-ar {
    padding: 0 0 20px min(2vw,50px);
}

.search-container-en {
    padding: 0 min(2vw,50px) 20px 0;
}

#search-title {
    font-style: normal;
    font-weight: 600;
    font-size: min(max(4vw, 20px), 27px);
    color: #4F4B4B;
    margin: 0 auto 40px;
    padding-inline-end: 20px;
    max-width: 300px;
    text-align: start;
}

#search-box {
    background: rgba(99, 197, 218, 0.1);
    border-radius: 18px;
    height: 320px;
    display: flex;
    justify-content: space-around;
    padding: 30px min(max(3vw, 10px), 60px) 30px;
    box-sizing: border-box;
    border: 1px solid #000000;
    overflow: hidden;
}

#search-header {
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: start;
}

#search-header-image {
    filter: drop-shadow(-5px 11px 15px rgba(0, 0, 0, 0.2));
    transform: rotate(15deg);
    width: auto;
    max-width: 180px;
    margin-inline-start: 2rem;
}

.en-box {
    text-align: left;
}

.ar-box {
    text-align: right;
}

#search-sec1 {
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 204px;
}

#search-sec2 {
    width: 30%;
    min-width: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 25px;
}

#search-sec2-1{
    min-height: 100px;
}

#search-sec3 {
    display: flex;
    justify-content: center;
}

.search-questions {
    font-style: normal;
    font-weight: normal;
    font-size: min(max(2.2vw, 18px), 25px);
    line-height: 35px;
    color: #4F4B4B;
}

.range-bar {
    border: none;
    background: #AFAFAF;
    height: 3px;
    width: 96%;
}

.range-bar .ui-slider-range {
    background: #0095F8;
}

.range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #0095F8;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.range-bar .ui-slider-handle:focus {
    outline: unset;
}

.range-bar .ui-slider-handle + span {
    background: #0095F8;
}

.node-price {
    position: absolute;
    padding: 3px;
    width: 28px;
    top: calc(10px + 100%);
    left: calc(2px - 50%);
    margin: auto;
    border-radius: 3px;
    display: table;
    background: #C4C4C4;
    text-align: center;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
}

.node-price::before {
    content: '';
    transform: rotate(45deg);
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    background: #C4C4C4;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}

.node-price > span {
    font-weight: bold;
}

.toy-catg {
    width: 100%;
    height: 30px;
    border: 0.5px solid #CACACA;
    padding: 0 10px;
    border-radius: 4px;
}

.search-radio-label {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #788995
}

.select-age-label{
    color: #788995 !important;
    padding-inline-start: 4px !important;
}

#search-gender {
    margin-top: 15px;
    display: flex;
}

#search-gender > div {
    min-width: 90px;
}

#search-old {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 8px;
    max-width: 350px;
}

#search-old > div {
    min-width: 99px;
    display: flex;
    align-items: center;
}

#search-old > div > label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #645A5A;
    padding: 0;
}

#search-submit {
    width: 120px;
    display: block;
    background: #FF4259;
    border-radius: 25px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
}

#search-clear {
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 29px;
    color: #0095F8;
    margin: 10px auto;
}

.mt-20 {
    margin-top: 20px;
}

#error-message {
    display: none;
    text-align: center;
    color: #F3F3F3;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    background-color: #FF4259;
    border-radius: 0 0 10px 10px;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 850px) {
    #search-box {
        flex-direction: column;
        height: auto;
        padding: 20px 6vw;
        background: rgba(99, 197, 218, 0.1);
        border: 1px solid #000000;
    }

    #search-gender > div {
        min-width: 30%;
    }

    #search-old {
        max-width: unset;
    }

    #search-old > div {
        min-width: 30%;
    }

    #search-sec2 {
        width: unset;
        margin: 0;
    }

    #search-sec3 {
        align-items: center;
    }

    #search-sec1 > div, #search-sec2 > div, #search-sec3 {
        margin: 10px 0;
    }

    #search-sec2 > div:first-child {
        margin-bottom: 50px;
    }

    #search-sec2 > div:first-child > div:last-child {
        padding: 0 10px;
    }

    #search-submit {
        width: 100%;
    }

    #search-header-image {
        filter: drop-shadow(-5px 11px 15px rgba(0, 0, 0, 0.2));
        transform: rotate(-15deg);
        width: 100px;
        margin-inline-start: 0;
    }

    #search-header {
        display: flex;
        align-items: center;
        flex-flow: row;
        justify-content: unset;
    }

    #search-title {
        font-style: normal;
        font-weight: 600;
        font-size: min(max(4vw, 20px), 35px);
        color: #4F4B4B;
        text-align: center;
        margin: 10px auto;
        padding-inline-start: 20px;
    }
    #search-sec2-1{
        min-height: 50px;
    }

    #search-container {
        padding-bottom: 0;
    }
}