body {
    margin: 0;
}

section#header {
    margin: 0;
    padding: 20px;
    background-color: white !important;
}

.custom-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    flex-wrap: wrap;
}

.abs-left {
    display: flex;
    align-items: center;
    z-index: 1; 
}

.abs-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.abs-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 2px 20px;
    z-index: 2;
    height: 30px; 
    display: flex;
    align-items: center;
}

.abs-top ul.top-nav {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; 
    height: 100%; 
    align-items: center; 
}

.abs-top ul.top-nav li {
    margin-left: 15px;
    line-height: 1; 
}

.abs-top ul.top-nav li a {
    text-decoration: none;
    font-size: 12px; 
    white-space: nowrap;
}

.abs-top ul.top-nav li.primary-action a.btn {
    padding: 2px 6px;
    background-color: #007bff;
    color: white;
    border-radius: 2px;
    font-size: 12px; 
}

.navbar-nav>li>a {
    font-size: 12px;
}

/* Hamburger menu styles */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1000;
}

.hamburger-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    transition: all 0.3s ease;
}

/* Mobile styles */
@media (max-width: 768px) {
    .abs-right {
        display: none;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 100;
    }
    
    .abs-right.active {
        display: block;
    }
    
    .navbar-collapse {
        width: 100%;
    }
    
    .navbar-nav, .navbar-nav.navbar-right {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .navbar-nav>li, .navbar-nav.navbar-right>li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    
    .hamburger-menu {
        display: flex;
        margin-left: auto;
    }
    
    .abs-top {
        position: relative;
        height: auto;
        margin-top: 10px;
    }
    
    .abs-top ul.top-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .abs-top ul.top-nav li {
        margin: 5px;
    }
    
    .custom-container {
        justify-content: space-between;
    }
}




.navbar-collapse.collapse{
    display: block !important;
    float: left !important;
}
@media (max-width: 1415px) {
    #customer{
        display: flex;
    }
    .navbar-nav {
        float: left !important;
        margin-top: 7px;
        display: flex;
    }
    .custom-container{
        display: block !important;
    }
    .navbar-nav {
        color: #919393 !important; 
    }
    .dropdown-menu > li > a{
        color: #919393 !important; 
    }
}
@media (max-width: 768px) {
    .hamburger-menu {
        display: flex;
        margin-left: auto;
        position: absolute;
        right: 50px;
        top: 25px;
    }
}

@media (max-width: 418px) {
    .wrapper-hamburger {
        display: flex;
        align-items: center;  
        justify-content: center; 
        width: 100%; 
    }

    .hamburger-menu {
        text-align: center;
        margin-left: auto;
        position: absolute;                        
    }                
}

@media (max-width: 410px) {
    .wrapper-hamburger {
        display: flex;
        align-items: center;  
        justify-content: center;                         
    }
    .hamburger-menu {
        text-align: center;
        margin-left: auto;
        position: absolute;                                                 
        right: 10px;
        top: 100px;               
    }
    .abs-left img{
        width: 100%;
    }                
}

