#main-con{
    width: 100%;
}

.map-div-col{
    padding-left: 0;

}


.sub-footer.full-wd-mb div{
    display: none;
}

.map-div-row{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
}

.tracking-card-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    background-color: #ccc;
}

#tracking-map-content {
    width: 100%;
    height: 100%;
}


.somepage-not-show, .somepage-right{
    display: none ;
}

#ecm-header .container.iContainer-lg .col-md-8 .hidden-xs.hidden-sm.text-right{
    display: none ;
}

/* make header and footer has same padding */
#ecm-header {
    padding-bottom: 16px ;
}


.yellow-phone-block.col-md-12.visible-xs{
    /* background-color: inherit !important; */
    display: none ;
}

/* hide nav-bar menu */
#navMainmenu, #bs-example-navbar-collapse-1, .navbar-toggle{
    display: none !important;
}


.menu-sub-head{
    opacity: 0;
}

@media (max-width: 767px){
    .map-div-col{
        padding: 0 15px 0 15px;
    }
}

.account-img{
    width: auto;
    height: auto   ; 
    max-height: 84px;
    object-fit: contain;
    border-radius: 14px;
}

.mobile-image{
    text-align: center;
}

.mobile-image img{
    max-height: calc(100%/0.25);
    max-width: 50%;
}
/* MODAL SECTION */
    #location-modal{
        position: absolute;
        width: 280px;
        margin-top: 4%; 
        left: 81%; 
        height: fit-content;
        margin-top: 0;
        padding: 0 !important;
    }
    .modal-dialog{ 
        margin: 0;
        max-width: 100%; 
        max-height: 100%;
    } 

    .modal-header{
        background-color: #3c8dbc;
        color:#FFF !important;
        padding: 5px !important;
        cursor: move; 
    }

    .modal-title {
        color: #FFF !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }

    .modal-header .close{
            position: absolute;
            right: 12px;
            top: 2px;
            padding: 5px;
            width: 0.5em;
            height: 0.5em;
            color: #ffffff;
            /* background-color: #fbfbfb; */
            /* line-height: 0.5em; */
            border-top-right-radius: 4px;
            opacity: 0.5;
    }

    .modal-body{
        padding: 5px !important;
        width: 100%;
        height: 100%;
    }

    .location-type{
        font-weight: bold;
    }

    .location-name{
        font-size: 12px;
    }


    /* #location-modal ul.nav-tabs li.active {
        border-top: 5px solid #3c8dbc;
    } */

    /* .modal-header .close {
        position: absolute;
        right: 0px;
        top: 2px;
        padding: 5px;
        width: 0.5em;
        height: 0.5em;
        color: #fafafa;
        background-color: #3c8dbc;
        line-height: 0.5em;
        border-top-right-radius: 4px;
    } */
    /* .modal_passenger .tab-content{ 
        height:165px; overflow: auto; 
    }
    .modal_passenger h3{ 
        margin-top:0;margin-bottom:5px;
    }
    .modal_passenger .nav>li>a{
        padding: 5px 15px;
    }
    .modal_passenger .nav>li>a{
        padding: 5px 15px;
    } */
    

    /* .ui-resizable-handle {
        background-color: #f5f5f5;
        border: 1px solid #e7e7e7;
        width: 7px;
        height: 7px;
    } */
/* END MODAL SECTION */



/* Bus Icon Style */
    .fa-marker i {
        font-size: 24px; /* Adjust icon size */
        text-shadow: 
            -2px -2px 0 white,  
            2px -2px 0 white,  
            -2px  2px 0 white,  
            2px  2px 0 white;  /* White outline around the icon */
    }
    .fa-marker i:hover{
        font-size: 30px !important; /* Adjust icon size */
        cursor: pointer;
    }
    .user-marker i{
        font-size: 25px !important; /* Adjust icon size */
    }
/* End of Bus Icon Style */

/* Popup Style */
    .mapboxgl-popup-tip{
        border-top-color: rgb(217, 180, 180);
    }
    .mapboxgl-popup-content{
        background: rgb(217, 180, 180); 
        padding: 10px !important;
    }

    .mapboxgl-popup-close-button{
        display: none !important;
    }
    .mapboxgl-marker.mapboxgl-marker-anchor-center{
        cursor: pointer;
    }
/* End of Popup Style */
