.v_deep_result .resultZone {
    margin-top: 10px !important;
}
.v_deep_result .resultZone .titleS {
    pointer-events: none;
}
.v_deep_result .resultZone .listS .leftZone {
    width: 15% !important;
}
.v_deep_result .resultZone .listS .rightZone {
    width: 85% !important;
}
.v_deep_result .headerResultSearch {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
}
.v_deep_result .headerResultSearch select,
.v_deep_result .headerResultSearch input {
    border-width: 1px !important;
    border-color: rgb(96, 94, 85) !important;
    border-style: solid !important;
    background-color: rgb(0, 0, 0) !important;
    color: #fff;
    height: 28px !important;
    padding: 0 8px !important;
    border-radius: 5px !important;
}
.v_deep_result .headerResultSearch select {
    display: block;
    width: 140px;
}
.v_deep_result .headerResultSearch input {
    width: 100px !important;
    margin: 0 !important;
}
.v_deep_result .headerResultSearch .btn {
    border-radius: 5px;
    background-color: rgb(214, 173, 0);
    color: #000;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}