#authTab .nav-link {
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    color: #555;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
    margin-right: 5px;
}

#authTab{
    display: flex;
    justify-content: center;
    gap:14px;
    border: 0;
}

#authTab .nav-link:hover {
    background-color: #e0e0e0;
    color: #000;
}

#authTab .nav-link.active {
    background: #2F3D7E;
    color: white;
    border: none;
}

#authTab h5 {
    font-size: 1.25rem;
    color: #333;
}

#authTab p {
    font-size: 0.95rem;
    color: #666;
}

#ola-map {
    width: 100%;
    height: 50vh;
    border-radius:10px;
}


        
