﻿.loggedin {
    background: #eee;
    min-height: 28px;
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}


.basket-icon {
    position: relative;
}

.account-icon {
    position: relative;
}

.pending-icon {
    position: relative;
}

/* Style for the circle */
.basket-count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #ff2323;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    display: none; /* Initially hide the circle */
}

.pending-count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #f08c0a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    display: none; /* Initially hide the circle */
}

.header-container {
    /*position: fixed;
    top: 0;*/
    /*    left: 0;
    right: 0;*/
    /*background-color: #3399ff;
    z-index: 9999;*/ /* Ensures the container stays on top of other content */
    /*width:800px;*/
}


.thecontainer {
    background-color: #3399ff;
    padding: 10px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    z-index:20;
    position:relative;
}

.top-row {
    display: flex;
    align-items: center;
    z-index:15;
    position:relative;
}

.bottom-row {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.new-bottom-row {
    background-color: #1379df; /* #2389ef */
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    min-height: 40px;
    z-index: 10;
    position: relative;
    margin-top: -18px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content:center;
}

.span-business {
    color: white;
    font-weight: 600;
    letter-spacing: 12px;
}

.logo {
    /* Add styles for your logo here */
}



.icons {
    margin-left: auto; /* Align icons to the right */
}

.icons a {
    /* Add styles for the individual icons here */
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}



.search-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
}

    .search-box input {
        border: none;
        background-color: transparent;
        outline: none;
        padding: 5px;
        width: 200px;
    }

    .search-box i {
        margin-left: 10px;
        color: #3399ff;
    }

.rounded-link {
    min-height: 33px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.rounded-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .rounded-link span {
        color: #777 !important;
    }

    .rounded-link i {
        color: #3399ff;
        font-size: 1rem;
    }
