﻿
.filter-bar-area {
    margin-top: 40px;
    margin-bottom: 20px;
}

.filter-bar-title-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.filter-bar-title {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    -o-object-fit: fill;
    object-fit: fill;
}
    /*.filter-bar-title:hover {
        cursor: pointer;
    }*/

@media screen and (max-width: 1200px) {
    .filter-bar-form .filter-bar-input-box {
        width: 100%;
        max-width: 190px;
    }
}

@media screen and (max-width: 1090px) {
    .filter-bar-form .filter-bar-input-box {
        width: 100%;
        max-width: 160px;
    }
}

@media screen and (max-width: 991px) {
    .filter-bar-form .filter-bar-input-box {
        width: 45%;
        max-width: none;
    }
}

/*@media screen and (max-width: 767px) {
    .filter-bar-area {
        padding: 10px 50px;
    }

    .filter-bar-form .filter-bar-input {
        margin-bottom: 10px;
    }
}*/

@media screen and (max-width: 767px) {
    .filter-bar-form .filter-bar-input-box {
        max-width: none;
        width: 100%;
    }

    .filter-bar-form .filter-bar-input {
        margin-bottom: 10px;
    }

    .filter-bar-area {
        padding: 0;
    }
}

@media screen and (max-width: 479px) {
    .filter-bar-area {
        padding: 0;
    }
}

.reset-filter{
    height: 50px;
    padding: 0 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reset-filter-button{
    border: 1px #eee solid;
    border-radius: 50%;
    padding: 10px 15px;
    transition: all 0.5s ease;
}

.reset-filter-button.inactive {
    color: #eee;
    cursor: default;
}

.reset-filter-button.active{
    color: #333;
    border-color: #333;
}

    .reset-filter-button.active:hover {
        color: white;
        background: rgb(57 57 170);
        border-color: rgb(57 57 170);
    }

.filter-area-new label{
    display: none;
}

#filter-label{
    display: none;
}
/*.reset-one {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 30px;
    color: #eeeeee;
    position: absolute;
    right: 10px;
}*/

.filter-input-box{
    padding-top: 3px;
    padding-bottom: 3px;
}
.filter-title-in-bar {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 25px;
}
.reset-one {
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    border-radius: 30px;
    color: white;
    position: absolute;
    right: 10px;
    top: 7px;
    transition: all 0.5s ease;
}

    .reset-one.active {
        color: #aeaeae;
        cursor: pointer;
        border: 1px solid #aeaeae;
    }

        .reset-one.active:hover {
            background-color: #0b2838;
            border: 1px solid #0b2838;
            color: white;
        }

@media screen and (max-width: 767px) {
    .filter-title-in-bar{
        margin-left: 0;
        justify-content: center;
    }
    #filter-label {
        display: block;
    }

    .reset-filter {
        margin-top: 15px;
        width: 100%;
    }

    .reset-filter-button{
        margin-top: 15px;
    }
    /*.filter-area-new .form {
        display: none;
    }*/
    /*.filter-area-new label {
        display: block;
        width: 100%;
        text-align: center;
    }*/
}

input::-webkit-date-and-time-value{
    text-align: left;
    margin-left: 8px;
    margin-top: 20px;
}
