.lbc-tracking-form {
    display: flex;
    width: 70%;
    background-color: #fff;
    padding: 5px;
    margin: auto;
    margin-bottom: 15px !important;
}
.lbc-tracking-form input {
    width: 100%;
    border-radius: 0px !important;
}
.lbc-tracking-form button {
    white-space: nowrap;
    border-radius: 0px !important;
    background-color: #1e64a2;
    color: #fff;
    border: 0;
    display: inline-block;
    padding: 0.4em 1.5em;
    cursor: pointer;
}
.lbc-tracking-form button:hover {
    background-color: #2b6cb0;
}

.lbc-tracking-loader {
    display: none;
    color: gray;
    font-size: 15px;
    text-align: center;
    margin: auto 20px;
    margin-bottom: 15px !important;
}

.lbc-tracking-result {
    margin-bottom: 15px !important;
}

@media only screen and (max-width: 750px) {
    .lbc-tracking-form {
        width: 100%;
    }
}

/* 
*   DO NOT EDIT THESE CSS PROPERTIES
*/
.orange-dot-none {
    width: 10px;
    margin-top: 33.33px;
    margin-left: 10px;
    display: inline-block;
    visibility: hidden;
    height: 10px;
}
.orange-dot {
    margin-left: 10px;
    display: inline-block;
    height: 15px;
}
.date-track-a {
    line-height: 1.24;
    color: #D80A28;
    font-size: 14px;
    margin-left: 30px;
    display: inline-block;
    max-width: 220px;
    width: 100%;
}
.orange-check {
    margin-top: -6px;
    margin-left: 10px;
    height: 35px;
}
.status-tracking {
    line-height: 1.24;
    font-size: 16px;
    color: #454545;
    display: block;
    margin-top: -20px;
}
.track-side-2 {
    max-width: 500px;
    height: 100%;
    margin-left: 25px;
}
.status-tracking {
    margin-top: -7px;
}
.desktop-tracking-tt:nth-child(even) {
    background-color: #f7f7f7;
    min-height: 30px;
    overflow: hidden;
    margin-bottom: 2px;
    display: flex;
    padding-top: 15px;
    padding-bottom: 10px;
    align-items: center;
}
.desktop-tracking-tt:nth-child(odd) {
    background-color: #fff;
    min-height: 30px;
    overflow: hidden;
    margin-bottom: 2px;
    display: flex;
    padding-top: 15px;
    padding-bottom: 10px;
    align-items: center;
}
.n2020-tracking-main-body-list {
    width: 100%;
    display: inline-block;
}
