body
{
    font-family:'Helvetica';
}
.text-xs
{
    font-size: 5px;
}
.tracking-delivery-title
{
    text-transform: uppercase;
    font-weight: 600;
    font-style: bold;
}
.top-margin-20
{
    margin-top: 20px;
}
.top-margin-30
{
    margin-top: 30px;
}
.tracking-delivery-note
{
    font-weight: 600;
    font-style: bold;
}
.tracking-delivery-addr
{
    border: 2px solid #a9a3a3;
    border-radius: 5px;
    padding:10px;
}
.text-bold
{
    font-weight: bold;
}
.btn-smart-del
{
    border-radius: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bolder;
}

.map {
    height: 600px;
    width: 100%;
}
.brand-logo-md
{
    margin:0 auto;
}

/** ------ STYLES RELATED WITH RATING ------------ */
.rating > input { display: none; }
.rating > label:after {
  margin: 5px;
  font-size: 1.5em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > label {
  color: #ddd;
  float:right;
  cursor: pointer;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label
{
  color: #FFD700;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label
{
  color: #FFED85;
}

.rating {
    width: 155px;
    margin: 0 auto;
}

.myProgress {
    width: 100%;
    background-color: lightgray;
    height: 2px;
    display: inline-block;
    position: relative;
}

.circle-left, .circle-right {
    position: absolute;
    top: -7px;
}

.circle-right {
    right: 0;
}

#myBar {
    width: 40%;
    height: 2px;
    background-color: #636b6f;
    position: relative;
}

.truck {
    position: absolute;
    right: 0;
    top: -30px;
}

.truck-section {
    margin-top: 40px;
}

.truck-text {
    position: absolute;
    top: -42px;
    right: -91px;
    font-size: 10px;
    width: 125px;
}
