 p{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}
label {
    color: #212529;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 4px;
    padding-left: 0;
    font-weight: 500;
}
.fw-bold{
    font-weight: bold;
}
.mt-10{
	margin-top: 10px;
}
.flex-align-center{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flex-space-between{
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
}

.product-link-a{
	    color: #d1af69;
}

.p-10{
	padding: 10px;
}
.admin-btn{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.4285rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* auto bid sidebar */
    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 12;
        top: 0;
        right: 0;
        background-color: #FFFFFF;
        overflow-x: hidden;
        padding-top: 60px;
		/* margin-top: 80px; */
        transition: 0.5s;
    }
	    .sidebar-container {
        padding: 20px;
        width: 450px;
		height: 100%;
    }

    /* When you mouse over the navigation links, change their color */
    .sidebar a:hover {
        color: #f1f1f1;
    }

    /* Position and style the close button (top right corner) */
    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    /* The button used to open the sidebar */
    .openbtn {
        font-size: 20px;
        cursor: pointer;
        padding: 10px 15px;
        border: none;
    }
	    .sidebaropen-width {
        width: 450px;
    }
	.groupbid-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.lot-toggle-btn {
    border: 1px solid black;
    border-radius: 50px;
    padding: 10px;
    margin-right: 20px;
    background: darkgray;
}
.groupbid-offers ul {
    list-style: none;
    font-size: 22px;
    padding: 0;
}
.groupbid-offers ul li {
    background-color: #f5f5f5;
    padding: 15px;
    border-bottom: 2px solid #D4B168;
}
.groupbid-offers ul li span {
    font-size: 20px;
    line-height: 26px;
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    padding: 6px;
    background: #D4B168;
    display: block;
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
}
.groupbid-offers ul li p{
margin-bottom: 3px;
}



@media (max-width: 767.98px){
	.mt-res-10{
		margin-top: 10px;
	}
	        .sidebaropen-width {
            width: 300px;
        }
}
