.form-select {
    border-radius: 0;
    background-color: #fff;
    cursor: pointer;
}

.form-select:focus {
    box-shadow: none;
    border-color: #ccc;
}

.btn-search {
    background-color: #8D9F8D!important;
    color: white;
    width:50px;
    height:50px;
    border-style: none!important;
}

.btn-search:hover {
    background-color: #8D9F8D;
}

.field{
    width: 180px;
}

.label-search{
    display: none;
}

.desktop-version{
    display: contents;
}

.mobile-version{
    display:none;
}

@media screen and (max-width:1366px) {
    .field{
        width: 130px;
        font-size: 12px;
        padding: 5px;
    }

    .txt-field{
        font-size: 12px!important;
        padding: 5px;
    }

    .btn-search{
        padding: 8px 020px 8px 020px!important;
    }
}

@media screen and (max-width:1200px) {
    .field{
        width: 130px;
        font-size: 12px;
        padding: 2px;
    }

    .txt-field{
        font-size: 12px!important;
        padding-left: 0px !important;
    }
}

@media screen and (max-width:1024px) {
    .field{
        width: 100px;
        font-size: 11px;
        padding: 2px;
    }

    .txt-field{
        font-size: 11px!important;
        padding: 2px!important;
    }

    .form-select {
        padding : 2px;
        background-position: right 2px center;
    }

    .btn-search{
        padding: 07px 15px 07px 15px!important;
    }
}

@media screen and (max-width:767px) {

    .desktop-version{
        display: none;
    }

    .mobile-version{
        display:contents;
    }

    .field{
        width: 50%;
        font-size: 13px;
    }

    .btn-search {
        width:50%;
        height: 100%;
    }

    .input-txt-field{
        padding : 10px 15px 10px 15px!important;
    }

    .txt-field{
        font-size: 13px!important;
    }

    .form-select {
        padding: 10px 15px 10px 15px;
        font-size : 14px;
        background-position: right 10px center;
    }

    .btn-search {
        width:100%!important;
    }

    .label-search{
        display:inline-block;
        padding-left: 10px;
        color : #fff;
        font-weight: 200!important;
    }

    .py-1 .px-1{
        padding: 0px;
        margin: 0px;
    }

    .contener-form{
        display : flex;
        flex-direction: column;
        column-gap : 10px;
        gap : 10px;
    }

    .row-form{
        display : flex;
        flex-direction: row;
        gap : 10px;
    }

    .full-width{
        width:100%;
    }

    .col-form{
        padding: 0px;
    }

    .m2{
        border-radius : 0px;
        padding-right : 10px!important;
    }

    .row-btn{
        gap:5px;
        flex-direction: row;
    }

    .plus{
        font-size: 45px;
        font-weight: 200;
    }

    .btn-sbt-mob{
        padding: 10px !important;
        align-items: flex-start;
        text-align: left !important;
        text-transform: none !important;
    }

}
