<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
img {
    max-width: 100%;
    height: auto;
}
/*#main_tracking::-webkit-scrollbar {
    width: 8px;
}
#main_tracking::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.00);
}
#main_tracking::-webkit-scrollbar-thumb {
    background: $primary;
}
#main_tracking::-webkit-scrollbar-thumb:hover {
    background: $secondary;
}*/
#main_tracking {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 100px;
}
body.dc_tracking {
    float: left;
    width: 100%;
    overflow: hidden;
}
body.dc_tracking h3 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.tracking_content {
    margin-top: 10px;
}
.tracking_header {
    margin: 0 -15px;
    padding: 10px 0;
    text-align: center;
    color: #FFFFFF;
    background: #104282;
}
.tracking_step {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tracking_step li {
    display: flex;
    margin: 0 12px;
    position: relative;
}
.tracking_step li::after {
    content: "\e944";
    font-family: 'icomoon' !important;
    font-size: 15px;
    position: absolute;
    right: -18px;
    color: #cfcfcf;
    top: 50%;
    transform: translate(0, -50%);
}
.tracking_step li span {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    background: #104282;
    text-align: center;
    color: #FFFFFF;
}
.tracking_step li.active span {
    width: 70px;
    height: 70px;
    line-height: 14px;
    text-align: center;
    font-size: 0;
    background: #ff9000;
}
.tracking_step li.active span::before {
    content: '\f00c';
    font-size: 14px;
    font-family: 'FontAwesome', 'Bebeboo';
    display: block;
    margin-top: 12px;
    margin-bottom: 10px;
}
.them_hotline {
    text-align: center;
}


/*custom css*/
.tracking_step li.active span::after {
    font-size: 14px;
    font-family: 'FontAwesome', 'Bebeboo';
    line-height: 0;
}
.tracking_step li.status1 span::after {
    content: 'Chờ xác nhận';
}
.tracking_step li.status2 span::after {
    content: 'Đã xác nhận';
}
.tracking_step li.status3 span::after {
    content: 'Đã ghép xe';
}
.tracking_step li.status4 span::after {
    content: 'Đã hoàn thành';
}
.tracking_step li.status5 span::after {
    content: 'Đã kết thúc';
}
/*end custom css*/
.tracking_step li:last-child::after {
    display: none;
}
.tracking_box {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #dfdfdf;
    background: #faf9f4;
    border-radius: 5px;
    margin-top: 10px;
}
.tracking_box h3 {
    margin: 5px 0 10px;
    color: #104282;
}
.tracking_box div {
    float: left;
    clear: both;
    margin-bottom: 10px;
}
.tracking_box div:last-child {
    margin-bottom: 0;
}
.tracking_box textarea#tracking_ghichu {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
.tracking_box textarea#tracking_ghichu:focus {
    outline: none;
}
.tracking_vatprice {
    width: 100%;
    display: flex;
}
.tracking_vatprice div {
    display: flex;
    align-items: center;
}
.tracking_vatprice div:first-child {
    flex: 1;
}
.tracking_vatprice div:last-child {
    flex: 0 95px;
}
.tracking_vatprice .tracking_vat::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #FFFFFF;
    border: 1px solid #104282;
    border-radius: 3px;
}
.tracking_vatprice .tracking_vat.active::before {
    background: #FFFFFF url("check_vat.png") center center no-repeat;
}
.tracking_vatprice .tracking_price {
    
}
.tracking_vatprice .tracking_price span {
    color: #ff9000;
}
.tracking_danhgia {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tracking_danhgia .danhgia {
    width: 130px;
    height: 17px;
    float: none;
    background: url(danhgia_p.png) left center no-repeat;
}
.tracking_danhgia .danhgia span {
    display: block;
    height: 17px;
    background: url(danhgia_s.png) left center no-repeat;
}
/*.rate:not(:checked) &gt; input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked) &gt; label {
    float: right;
    width: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    color: #ccc;
}
.rate:not(:checked) &gt; label:before {
    content: "\f005";
    font-family: 'FontAwesome';
}
.rate &gt; input:checked ~ label {
    color: #ff9000;
}
.rate:not(:checked) &gt; label:hover, .rate:not(:checked) &gt; label:hover ~ label {
    color: #ff9000;
}
.rate &gt; input:checked + label:hover, .rate &gt; input:checked + label:hover ~ label, .rate &gt; input:checked ~ label:hover, .rate &gt; input:checked ~ label:hover ~ label, .rate &gt; label:hover ~ input:checked ~ label {
    color: #ff9000;
}*/

.rate input {
	display: none;
}

.rate label {
	color: rgb(128, 128, 128);
	cursor: pointer;
    text-align: right;
    float: right;
}

.rate :checked ~ label {
	color: rgb(255, 212, 59);
}

.rate :hover ~ label {
	color: rgb(250, 176, 5);
}

.tracking_gui button {
    float: right;
    border: 0;
    background: #ff9000;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 30px;
    border-radius: 5px;
    cursor: pointer;
}
.tracking_footer {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    background: #eeeeee;
    padding: 15px 0;
    width: calc(100% + 30px);
}
.tracking_footer button {
    width: 100%;
    margin: 0 15px;
    background: #104282;
    border: 0;
}
.tracking_footer button i {
    width: 24px;
    height: 24px;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    transform: rotate(90deg);
    font-size: 70%;
}
/*custom css*/
.tracking_diemdiden {
    /*border: solid #e8e8e8 1px;
    border-radius: 5px;
    padding: 5px;*/
    display: flex;
    align-items: center;
}
/* .tracking_diachi {
    border: solid #e8e8e8 1px;
    border-radius: 5px;
    padding: 5px;
    
} */
.tracking_diachi i {
    color: #ff9000;
}
.tracking_thongtin .blur {
    color: #9c9c9c;
}
.tracking_khachhang {
    width: 100%;
    display: flex;
}
.tracking_khachhang div {
    display: flex;
    margin-bottom: 0px !important;
}
.tracking_khachhang div:first-child {
    flex: 1;
}
.tracking_khachhang div:last-child {
    flex: 0 95px;
}
.tracking_khachhang .tracking_dienthoaikhachhang {
    
}
.them_hotline .btn-add-to-contact{
    background-color: #104282;
    color: #fff;
    /* margin-top: 10px; */
}

.call-tracking-floating-menu{
    display: none;
}
/*end custom css*/

.top_banner{
    padding-top: 20px;
}</pre></body></html>