/* Refined tracking drawer CSS */

.menu{width:480px!important;max-width:100vw;height:100vh;display:flex;flex-direction:column;background:rgba(17,17,17,.96)!important;backdrop-filter:blur(18px);border-left:1px solid rgba(255,255,255,.08);border-top-left-radius:20px;border-bottom-left-radius:20px;box-shadow:-12px 0 35px rgba(0,0,0,.35)!important;overflow:hidden;}
@media(max-width:575px){.menu{width:100%!important;border-radius:0;}}
.login_sec_head_main{padding:18px 20px!important;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.08)!important;background:transparent!important;}.login_sec_head_main_on_position h4{margin:0 0 4px;font-size:22px!important;font-weight:700;color:#fff;}.login_sec_head_main_on_position p{margin:0!important;color:#9ca3af;font-size:13px!important;line-height:1.5;}

.menu .drawer-body,.menu .tracking-body,.menu .menu-body, .showQuotes {flex:1;overflow-y:auto;padding:18px;}.menu .drawer-body::-webkit-scrollbar,.menu .tracking-body::-webkit-scrollbar,.menu .menu-body::-webkit-scrollbar, .showQuotes::-webkit-scrollbar{width:5px}.menu .drawer-body::-webkit-scrollbar-thumb,.menu .tracking-body::-webkit-scrollbar-thumb,.menu .menu-body::-webkit-scrollbar-thumb, .showQuotes::-webkit-scrollbar-thumb{background:#FFA03A;border-radius:20px}

.timeline-track{position:absolute;left:28px;top:24px;bottom:24px;width:2px;background:rgba(255,255,255,.08)}.timeline-progress{width:100%;background:#FFA03A;transition:height .4s ease}
.status-item{display:flex;gap:14px;align-items:flex-start;padding:14px;margin-bottom:8px;border-radius:16px;opacity:.55;transition:.25s; position:relative; z-index: 2;}
.status-item.active{opacity:1;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px rgba(0,0,0,.18)}
.status-icon{width:28px;height:28px;min-width:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#1b1b1b;border:2px solid #555; position:relative; z-index:3; margin-top:2px;}
.status-item.active .status-icon{border-color:#FFA03A}
.status-item.active.current .status-icon { background: #FFA03A; box-shadow: 0 0 0 4px rgba(255,160,58,0.2); animation: pulse-orange 2s infinite; }
@keyframes pulse-orange { 0% { box-shadow: 0 0 0 0 rgba(255,160,58,0.4); } 70% { box-shadow: 0 0 0 10px rgba(255,160,58,0); } 100% { box-shadow: 0 0 0 0 rgba(255,160,58,0); } }

.status-text h5{margin:0 0 4px;font-size:16px;color:#fff}
.status-text p{margin:0;color:#9ca3af;font-size:13px;line-height:1.5}
.status-details{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}
.view-live-btn{margin-top:14px;width:100%;height:44px;border:none;border-radius:12px;background:#FFA03A;color:#111;font-weight:700;cursor:pointer}

.driver-info-card { background: rgba(255,255,255,0.03); border-radius: 12px; padding: 15px; margin: 20px 0; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,0.05); }
.driver-profile { display: flex; align-items: center; gap: 15px; }
.driver-img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid #FFA03A; }
.driver-details h3 { font-size: 1rem; color: #fff; margin: 0 0 4px; }
.driver-details p { font-size: 0.8rem; color: #aaa; margin: 0; }
.driver-actions { display: flex; gap: 10px; }
.driver-action-btn { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); color: #fff; transition: all 0.2s; cursor: pointer; border: none; }
.driver-action-btn:hover { background: #FFA03A; color: #fff; }
