@charset "utf-8";


.list-search-wrap .my-search-month-box {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 70%;
}
.list-search-wrap .my-search-month-box .my-search-month-btns { 
    width: 14rem;
    display: flex;
    justify-content: space-between; 
}
.my-order-search-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 47px;
    border: 1px solid #ddd;
}
.my-order-search-box input {
    width: 100%;
    height: 40px;
    padding: 8px 10px 8px 20px;
    border: none;
    font-size: 1rem;
    letter-spacing: -0.45px;
    background-color: #fff !important;
}
.my-order-search-box.brdnone { 
    border: 0px;
}    

.my-order-search-box .faq-search {
    position: absolute;
    right: 1px;
    height: 100%;
    padding: 8px 12px 8px 14px;
    color: #fff;
    background-color: #fff !important;
}

.list-search-wrap .search-text-box {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 30%;
}

.tax-search-box {
    padding-bottom: 10px;
}

.tax-search-wrap {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center !important; */
    width: 100%!important;
}

.tax-search-wrap .tax-search-msg-box {
    display: flex;
    /* justify-content: space-between; */
    align-items: end;
    width: 70%;
}

.tax-search-wrap .tax-search-text-box {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 30%;
}

.data-list.esti-list .tb-list tbody tr td:nth-child(2) {
    text-align: center;
    padding: 10px;
    cursor: auto;
}

@media (max-width: 767px) {
    .my-order-search-box { width: 100% !important; }
    .my-order-search-box input { /*height: 46px;*/ font-size: 1rem; }

    .search-date-box {
        width: 100%;
    }

    .list-search-wrap .my-search-month-box,
    .list-search-wrap .search-text-box {
        flex-direction: column;
        width: 100%;
    }

}

