.policyBot {
    background: #F2F2F2;
    padding: 0.5625rem 0;
}

.policyBot ul li span {
    font-size: 1rem;
    color: #989898;
    margin-left: 1.25rem;
}

.policyBot ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cent{
    font-size: 0.875rem;
}
.policyBot ul li i {
    font-size: 1.5625rem;
    color: #989898;
}

.table-order-content {
    background: #eee;
    font-size: 0.875rem;
}

.hd-tbOrder, .bd-tbOrder {
    width: 100%;
}
.fw-csTitle{
    font-weight: 550;
}
.bd-tbOrder a, .bd-tbOrder p {
    display: -webkit-box;
    text-align: start;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.s-order {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.form-search-order {
    width: 100%;
}

.form-search-order input {
    width: 80%;
    height: 2.5rem;
    color: rgba(85, 85, 85, 0.76);
    background-color: #fff;
    background-image: none;
    border: 0.0625rem solid #ccc;
}

#resultOrder tr td {
    font-weight: 500;
}

.chu-thich-order {
    font-size: 0.75rem;
    font-weight: 600;
}

._depotItem p {
    display: flex;
    gap: 0.3125rem;
}

._depotItem a {
    color: #0a53be;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    gap: 0.3125rem;
}

._depotItem p:nth-child(1) {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #000;
}

.ls-right-order {
    font-size: 0.875rem;
}
.details-address .location-selector .input-wrapper{
    padding: 0;
}
@media screen and (max-width: 560px) {
    .s-order .w-75 {
        width: 90% !important;
    }

    .cent {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .cent ::-webkit-scrollbar {
        width: 0.5rem;
        height: 0.5rem;
    }

    .cent ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 0.25rem;
    }

    .cent ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .cent ::-webkit-scrollbar-track {
        background: #eee;
        border-radius: 0.25rem;
    }

    .form-search-order button {
        font-size: 0.75rem;
        text-wrap: nowrap;
    }
}
