.auction_sec{background-color:#f3f7ff}
.auction_sec-tabs{background:#c3d3f0;border-radius:24px;overflow:hidden; margin-right: auto; flex-shrink: 0; }
.auction_sec-tabs .btn_bx button{background-color:transparent;border:none;position:relative;outline:0;transition:.2s linear;color: black; border-radius:20px;padding:10px 12px;cursor:pointer; white-space: nowrap;}
.auction_sec-tabs .btn_bx button:target{outline:1px solid var(--colblu)}
.auction_sec-tabs .btn_bx button.active{color:#fff}
.auction_sec-tabs .btn_bx .bg_slctd{border-radius:20px;background-color:var(--colblu);position:absolute;transition:.3s ease-out;height:100%}
/* .fltr_bx .auction_sec-tabs .btn_bx button{flex: 1;} */
.upcoming_auctions_header .auction_sec{width: 100%;}
.upcoming_auctions_header .auction_sec-tabs{margin: 0px auto;}

.upcoming_auctions .blog_DtlCont h1{font-size: 24px;}
.upcoming_auctions_header .box_styl1 .insdCont .imgBx{width: auto;}
.upcoming_auctions_header .box_styl1 .insdCont .imgBx img{width: 80px;}
.upcoming_auctions_header .box_styl1 .insdCont .contBx p{font-weight: normal; width: 100%;}
.auction_list .auction_grid{display: flex; background-color: white; border: 1px solid #DCDCDC; border-radius: 14px; justify-content: space-around;transition: all 0.3s linear; margin: 15px auto;}
.auction_list .auction_grid:hover{background-color: #f8f8f8;}
.auction_list .auction_grid > *{flex: 1; padding: 15px 0.9vw;}
.auction_list .auction_grid .grid_label{color: #848484;display: block;}
.auction_list .auction_grid .grid_cont{color: #1C1C1C; margin-top:5px; display: block; font-weight: 600;}

.upcoming_auctions_header.dtl .box_styl1 .hdng_Styl_2{font-size: 28px;}

.upcoming_auctions_header.dtl .auction_grid{border: none;}
.upcoming_auctions_header.dtl .box_styl1 .insdCont{padding: 34px 34px;}
.upcoming_auctions_header.dtl .auction_grid > *{padding: 0 15px 0 0;}
.upcoming_auctions_header.dtl .insdCont .imgBx{width: 20%;}
.upcoming_auctions_header.dtl .insdCont .imgBx img{width: 80%; margin: 0px auto; display: block;}
.upcoming_auctions_header.dtl .greyBg{background-color: #f7f7f7; border-radius: 20px; padding: 25px 40px;}
.upcoming_auctions_header.dtl .auction_grid{flex-wrap: wrap;}
.upcoming_auctions_header.dtl .auction_grid:hover{background-color: transparent;}
.upcoming_auctions_header.dtl .auction_grid > *{width: 20%; flex: auto; margin-bottom: 15px;}
.upcoming_auctions_header.dtl .hdng_ss{display: flex; justify-content: space-between;}
.upcoming_auctions_header.dtl .hdng_ss .ss_icns{display: flex;}
.upcoming_auctions_header.dtl .hdng_ss a{display: block; margin: 0px 5px;}
.upcoming_auctions_header.dtl .hdng_ss a img{width: 32px;}

.auction_sec .auction_list{width: 100%;}
.auction_sec .auction_grid{border: none; box-shadow: 0px 2px 5px #0000001F; border-radius: 10px;}

.auction_sec .auction_grid .styl1{}
.auction_list.styl1 .auction_grid:last-child{border-radius:0 0 6px 6px;}
.auction_list.styl1 .auction_grid{font-weight: normal; margin: 0; border-radius:0;}
.auction_list.styl1 .auction_grid .grid_cont{font-weight: normal;}
.auction_list.styl1 .auction_grid:first-child .auction_grid-col .grid_label,.auction_list.styl1 .auction_grid .auction_grid-col:first-child .grid_cont{font-weight:600;}
.auction_list.styl1 .auction_grid:nth-child(odd){background-color: #f5f9ff;}
.auction_list.styl1 .auction_grid:first-child{background-color: #faf1df; border-radius: 6px 6px;}
.auction_list.styl1 .auction_grid .auction_grid-col:not(:last-child){border-right: 1px solid #d8d8d8;}
.auction_list.styl1 .auction_grid:first-child .grid_label{color: #3d3d3d;}

.sticky_table{max-height: 300px; overflow-y: auto;}
.sticky_table .auction_grid:first-child{position: sticky; top: 0; z-index: 2;}


.truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100%);
    cursor: pointer;
    display: inline-block;
}
.truncatedlisting {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 390px;
    cursor: pointer;
    display: inline-block;
}
.truncateddetails {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100%);
    cursor: pointer;
    word-break: break-word;
}
    .truncated.Area {
        max-width: 110px;
    }
.truncated.wish {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100%);
    cursor: pointer;
    display: block;
}
.popup_bx.remove_confirmation{
    z-index:15;
}
.truncatedlisting.Area {
        max-width: 100px;
    }
.ryt_cntnr.width-100p{
	width:76%;
}
@media(max-width:1400px){
.ryt_cntnr.width-100p{
	width:76%;
}
}
}@media(max-width:768px){
.ryt_cntnr.width-100p{
	width:100%;
}
}