*{
    margin:0px;
    padding:0px;
}

.track_main{
    /* border:1px solid red; */
    margin:13px 16px;
    height:100%;
}
.track_main .route-btns .btn {
    width: 100%; 
    height: 32px; 
    border-radius: 8px;
    margin-bottom: 0;
}
.track_head{
    /* border:1px solid red; */
    display:flex;
    align-items:center;
    height:32px;
    width:100%;
    position:relative;
    text-align:center;
}
.back_arrow{
    /* height:16px; */
    width:16px;
    align-items:center;
    cursor: pointer;
}
.back_arrow img{
    height:16px;
    width:16px;
}
.track_head p{
    margin-left:16px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color:#FFFFFF;
    margin-bottom: 0;
}

.view_pass{
    cursor: pointer;
    width:82px;
    /* border:1px solid yellow; */
    padding:8px 12px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 135%;
    text-align:center;
    /* Utility/Grey #333 */
    color: #333333;
    background: #FDB813;
    border-radius: 8px;
    text-decoration:none;
}


.track_span{
    display:flex;
    align-items:center;
    background-color:#0066B3;
}

.track_points_card{
    margin-top:25px;
    border:1px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 8px;

}
.track_points{
    /* border:1px solid yellow; */
    margin:12px 16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.track_seatno{
    margin:12px 16px;
}

.track_points h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #999999;
}

.track_points img{
    width: 20px;
}

.points{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    color: #333333;
}

.track_seatno h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #999999;
}

.track_loc{
    background:#FFFFFF;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 8px;
    margin-top:16px;
    display:flex;
    flex-direction:column;
    /* border:1px solid red; */
}
.track_status{
    /* border:1px solid red; */
    margin:16px 12px;
}

.track_status h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #999999;
}
.track_status span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #333333;
}

.track_route_card{
    /* border: 1px solid red; */
    margin:0px 12px 16px 12px;
}
.track_place{
    display: flex;
    width:100%;
    justify-content:space-between;
    margin-left:12px;
    margin-top:-5px;
    /* border:1px solid red; */
}

.track_place p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #999999;
}

.places{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #333333;
}
.track_routes{
    display:flex;
}
.icon_loc{
    margin-left:-3px;
}

.places:active{
    color:#FDB813
}

.trip_status{
    margin-top:16px;
    height:48px;    
    text-align:center;
    background-color:#0066B3;
}

.trip_stat{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.trip_stat p{
    margin-left:12px;
    color:#FFFFFF;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
}

.track_back{
    display:flex;
    margin-top:41px;
    height: 48px;
    justify-content:center;
}
.track_back a{
    text-decoration:none;
    cursor:pointer;
    border: 1px solid #0066B3;
    border-radius: 12px;
    padding:14px 34px;
    color:#0066B3;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
}
