


.auction_theme_modern #auction-bidding-history,
.auction_theme_modern #auction-watchlist {
    border-bottom: none;
}

.home_auction_modern #owl-auction-products-block .button-container .highest_bid {
    font-size: 14px !important;
    font-family: "poppins" !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: rgba(33, 150, 243, 1) !important;
    border: 1px solid rgba(51, 154, 240, 1) !important;
    text-decoration: none;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}
.auction_theme_modern #block-auction .history_product_img img {
    width: 150px;
}

.auction_theme_modern #block-auction .top_row {
    display: flex;
}

.auction_theme_modern #block-auction .hamburger_btn {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.auction_theme_modern  .auction-tabs-container-modern .close_sidebar {
    display: none;
}

.auction_theme_modern  #block-auction .rt-container {
    max-width: 1450px !important;
    margin: auto;
    padding: 0px 25px;
    box-sizing: border-box;
}

.auction_theme_modern .auction-dashboard .section_body {
    display: flex;
    justify-content: space-between;
}

.auction_theme_modern .auction-dashboard {
    background-color: #F3F2F2;
    margin: 0;
}

.auction_theme_modern #content{
    padding: 0;
}

 .auction-tab-content-modern {
    width: calc(100% - 350px);
    border: 0;
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
    display: none;
}

.auction-tab-content-modern.selected {
    display: block;
    animation: slide 0.5s forwards;
}

.auction-tabs-container-modern .auction_tab_label-modern{
    /* text-align: justify; */

}
.auction-tabs-container-modern {
    background: linear-gradient(180deg, #0666B3 0%, #4FABF8 100%);
    width: 320px;
    height: 100vh ;
}

.auction-tab-content-modern .block-center .back {
    position: relative;
    padding: 8px 10px 8px 23px;
    color:  #0d6efd;
   
    border-color: #0d6efd;
}

.auction-tab-content-modern .block-center .back:before {
    content: "";
    background-image: url("../../img/modern/previous.png");
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 5px;
    top: 10px;
}

.auction_theme_modern  .hamburger-icon {
    display: none;
}

.auction_theme_modern .auction-dashboard .side_bar_header {
    background: linear-gradient(180deg, rgba(6, 102, 179, 0.3) 0%, rgba(33, 150, 243, 0.3) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 45px 80px;
    margin-bottom: 45px;
}


.auction_theme_modern .auction_all_label-modern:hover{
    color: #0d6efd;
}
.auction_theme_modern .auction_tab_label-modern,
.auction_theme_modern .auction_all_label-modern {
    padding: 15px 15px 15px 50px;
    border-bottom: 1px solid #A4A4A4;
    font-size: 16px;
    font-weight: 500;
    font-family: "poppins" !important;
    line-height: 22px;
    color: #D1D1D1;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    text-align: inherit;
    align-items: flex-end;
    gap: 15px;
}

.auction_theme_modern .auction_tab_label-modern.selected {
    background-color: #058AF3;
    color: #ffffff;
    border-bottom: 0;
}

.auction_theme_modern .page-heading-modern.auction_headings-modern {
    font-size: 18px;
    font-family: "poppins" !important;
    font-weight: bold;
    line-height: 30px;
    margin: 25px 0;
}



.auction_theme_modern #block-auction .form-inline .form-control,
.auction_theme_modern  .form-inline .form-control {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: white !important;
    border-color: #C5C5D3;
    border-radius: 7px;
    color: #72777a;
    min-width: 100px;
    appearance: none;
}
.auction_theme_modern #block-auction .form-inline .dataTables_length .form-control,
.auction_theme_modern #bidders-history .form-inline .dataTables_length .form-control {
    padding: 10px;
}

.auction_theme_modern #block-auction .form-inline label,
.auction_theme_modern #bidders-history .form-inline label {
    position: relative;
}

.auction_theme_modern #block-auction .form-inline label:after,
.auction_theme_modern #bidders-history .form-inline label:after {
    content: "";
    background-image: url("../../images/chevron-grey.png");
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 17px;
    right: 12px;
}


.auction_theme_modern #bidders-history .table_row-auction-modern,
.auction_theme_modern #block-auction .table_row-auction-modern {
    width: 100% !important;
    height: 70% !important;
    overflow: auto !important;
}

.auction_theme_modern .dataTable-modern {
    border-collapse: collapse;
    margin-top: 40px;
}

.auction_theme_modern .dataTable-modern thead tr {
    background: rgba(26, 35, 58, 10%);
}

.auction_theme_modern .dataTable-modern thead tr th {
    padding: 10px 30px 10px 20px;
    font-family: "poppins" !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #474747;
}

.auction_theme_modern .dataTable-modern tbody tr td {
    font-size: 14px;
    font-weight: 500;
    
    font-family: "poppins" !important;
    line-height: 22px;
    color: #818181;
    padding: 25px;
    border-bottom: 1px dashed #C5C5D3;
}


.auction_theme_modern .dataTable-modern tbody tr td img {
    border: 0;
}

.auction_theme_modern .dataTable-modern tbody tr td a {
    color: #818181;
    text-decoration: none;
}

.auction_theme_modern .paginate_button a {
    text-decoration: none;
}

.auction_theme_modern .paginate_button.active a {
    background-color: #2196F3;
    color: #ffffff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

.auction_theme_modern .auction_pagination .next,
.auction_theme_modern .auction_pagination .previous {
    position: relative;
}

.auction_theme_modern .auction_pagination .next:after {
    content: "";
    background-image: url("../../images/next.png");
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 14px;
}

.auction_theme_modern .card-block {
    padding: 1.25rem 1.25rem .5rem;
}

.auction_theme_modern .auction-timer.countdown-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.auction_theme_modern .home_auction_modern #owl-auction-products-block .auction_clock .flip-clock-wrapper ul {
    border-radius: 6px !important;
}

.auction_theme_modern .countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.auction_theme_modern  .history .flip,
.auction_theme_modern  #auction-list-modern .flip
{
    background-color:  #4a90e2 !important;
    border-radius: 5px  !important; 
  
    width: 30px  ;
    height: 40px  ;
}

.auction_theme_modern  .history .flip-clock-dot.top,
.auction_theme_modern  #auction-list-modern .flip-clock-dot.top
{
    top: 17% !important;
}
.auction_theme_modern  .history .flip-clock-dot.bottom,
.auction_theme_modern  #auction-list-modern .flip-clock-dot.bottom
{
    bottom: 40% !important;
}
.home_auction_modern .flip-clock-dot.top {
    top: 17% !important;
    height: 8px;
    width: 8px;
}

.home_auction_modern .flip-clock-dot.bottom {
    bottom: 36% !important;
    height: 8px;
    width: 8px;
}



.auction_theme_modern .auction-grid .flip .inn {
    background-color: #4a90e2 !important;
    color: white !important;
    font-family: "poppins" !important;
    font-size: 14px !important;
  line-height: 22px !important;
  padding: 5px !important;
  width: 15px !important;
  height: 27px !important;
}
.auction_theme_modern .flip .inn{
    background-color: #4a90e2 !important;
    color: white !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600  !important;
    padding: 10px  !important;
    border-radius: 5px  !important; 
    font-family: "poppins" !important;
   
    text-align: center  !important;
    display: inline-flex  !important;
    justify-content: center  !important;
    align-items: center  !important;
}
.auction_theme_modern .countdown-label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #555555;
    margin-top: 5px;
    font-family: "poppins" !important;
}


.auction_theme_modern .bid-actions {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.auction_theme_modern .bid-input-container {
    display: flex;
    flex-direction: column;
}

.auction_theme_modern .bid-input {
    padding: 10px !important;
    border: 1px solid #d0d8e5 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    text-align: center !important;
    color: #555 !important;
    width: 120px !important;
}


.auction_theme_modern .bid-input::placeholder {
    color: #72777A;
    font-family: "poppins" !important;
}

.auction_theme_modern .bid-minimum {
    font-size: 12px;
    color: #999999;
    font-family: "poppins" !important;
    margin-top: 5px;
}

.auction_theme_modern .place-bid-btn {
    background-color: #4a90e2;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-family: "poppins" !important;
    transition: background-color 0.3s;
}

.auction_theme_modern .place-bid-btn:hover {
    background-color: #357ABD;
}

.auction_theme_modern .toggle-bid-btn {
    background-color: #f7e6e6;
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.auction_theme_modern .auctions-list .toggle-bid-btn {
    top: 8px;
    position: absolute !important;
    right: 4% !important;
}

.auction_theme_modern .auctions-list .watch_icon {
    top: 8px !important;
}

@media screen and (min-width: 1200px) {

    .auction_theme_modern .home_auction_modern #owl-auction-products-block .auction_clock .flip-clock-wrapper ul {
        width: 21px !important;
        height: 35px !important;
        font-size: 28px !important;
        font-family: "poppins" !important;
    }

}
@media screen and (min-width: 320px) and (max-width: 1024px) {
    .auction_theme_modern #block-auction .history_product_img img {
        width: 100px;
    }
    .auction_theme_modern  #auction-list-modern .flip-clock-dot.top
    {
        top: 15% !important;
    }
    .auction_theme_modern  #auction-list-modern .flip-clock-dot.bottom
    {
        bottom: 55% !important;
    }
    .auction_theme_modern .auction-tabs-container-modern{
        display: none !important;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 99;
        left: 0;
        top: 0;
        overflow: auto;
        padding: 10px 30px;
        margin-top: 0;
    }

    .auction_theme_modern .auction-tabs-container-modern.hide_sidebar {
        display: block !important;
        z-index: 999;
    }

    .auction_theme_modern .auction-tabs-container-modern .close_sidebar {
        display: block;
        position: absolute;
        right: 35px;
        top: 35px
    }

    .auction_theme_modern .auction-tab-content-modern {
        width: 100%;
        padding: 20px;
    }

    .auction_theme_modern .auction_pagination .previous a {
        padding: 8px 5px 8px 15px;
    }

    .auction_theme_modern .auction_pagination .previous::before {
        left: 2px;
    }

    .auction_theme_modern .auction_pagination .next a {
        padding: 8px 15px 8px 5px;
    }

    .auction_theme_modern  .auction_pagination .next:after {
        right: 0px;
    }

    .auction_theme_modern .page-heading-modern.auction_headings-modern {
        font-size: 16px;
        font-family: "poppins" !important;
        line-height: 24px;
        margin: 20px 0;
    }
}

@media screen and (min-width:320px) and (max-width: 1480px) {
    .auction_theme_modern .dataTable-modern thead tr th {
        min-width: 170px;
    }

    .auction_theme_modern .dataTable-modern thead tr th:nth-child(2) {
        min-width: 240px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    .auction_theme_modern .auction-tab-content-modern.selected {
        background-color: white;
    }
    .auction_theme_modern .hamburger-icon {
        display: block;
        margin-right: 15px;
    }

    .auction_theme_modern .table_row-auction-modern {
        height: 585px;
    }


    .auction_theme_modern .auction-wrapper-modern td {
        width: 100%;
    }

    .auction_theme_modern .auction-product-image-container-modern {
        width: 50% !important;
    }

    .auction_theme_modern .dataTable-modern tbody tr td img.img-thumbnail {
        width: 100%;
    }

    .auction_theme_modern .countdown-container {
        margin-top: 10px;
        justify-content: center;
    }

    .auction_theme_modern .flip {
        font-size: 14px; /* Smaller font size for digits */
        width: 25px ; /* Adjust width */
        height: 35px; /* Adjust height */
        padding: 5px;
        font-family: "poppins" !important;
    }

    .auction_theme_modern .countdown-label {
        font-size: 12px;
        line-height: 22px;
        font-family: "poppins" !important;
    }


    .auction_theme_modern .bid-actions {
        justify-content: flex-start;
    }

    .auction_theme_modern .bid-input {
        padding: 7px !important;
        font-size: 13px;
        width: 80px;
        font-family: "poppins" !important;
    }

    .auction_theme_modern .bid-minimum {
        font-size: 8px;
        font-family: "poppins" !important;
    }

    .auction_theme_modern .place-bid-btn {
        padding: 7px;
        font-size: 13px;
        font-family: "poppins" !important;
    }

    .auction_theme_modern .toggle-bid-btn {
        padding: 5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .auction_theme_modern .hamburger-icon {
        display: block;
        margin-right: 15px;
    }
    
    .auction_theme_modern .container-modern{
        width: 85%;
    }

    .auction_theme_modern .table_row-auction-modern {
        height: 313px;
    }

    .auction_theme_modern .bid-actions {
        gap: 8px;
    }

    .auction_theme_modern .bid-input {
        padding: 7px !important;
        font-size: 14px;
        font-family: "poppins" !important;
        width: 100px;
    }

    .auction_theme_modern .place-bid-btn {
        padding: 7px;
        font-size: 14px;
        font-family: "poppins" !important;
    }

    .auction_theme_modern .toggle-bid-btn {
        padding: 5px;
    }

    .auction_theme_modern .bid-minimum {
        font-size: 10px;
        font-family: "poppins" !important;
    }

    .auction_theme_modern .separator {
        width: 17px;
        height: 35px;
    }

    .auction_theme_modern .separator::before {
        width: 7px;
        height: 7px;
        margin-bottom: 3px;
    }


    .auction_theme_modern .separator::after {
        width: 7px;
        height: 7px;
    }
}

@media screen and (min-width: 482px) and (max-width: 1199px) {
    .auction_theme_modern .history .flip-clock-dot.top {
        top: 15% !important;
        height: 10px;
        width: 10px;
    }
    
    .auction_theme_modern .history .flip-clock-dot.bottom {
        bottom: 44% !important;
        height: 10px;
        width: 10px;
    }

    .auction_theme_modern .home_auction_modern #owl-auction-products-block .auction_clock .flip-clock-wrapper ul {
       
        width: 13px  !important;
        height:26px !important;
    }

    .auction_theme_modern .home_auction_modern #owl-auction-products-block .auction_clock .flip-clock-wrapper ul li a div div.inn {
        padding: 0 !important;
        font-size: 14px !important;
        font-family: "poppins" !important;
    }

    .auction_theme_modern #owl-auction-products-block .auction_clock .flip-clock-divider .flip-clock-label,
    .auction_theme_modern .auction-grid .flip-clock-divider .flip-clock-label {
        /* right: 0 !important; */
        font-size: 10px !important;
        font-family: "poppins" !important;
        margin-right: 62% !important;
    }
    .auction_theme_modern #owl-auction-products-block .auction_clock .flip-clock-divider.seconds .flip-clock-label,
    .auction_theme_modern .auction-grid .flip-clock-divider.seconds .flip-clock-label {
    
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .auction_theme_modern .auction-tabs-container-modern{
        width: 250px;
    }

    .auction_theme_modern .auction-tab-content-modern {
        width: calc(100% - 275px);
    }


    .auction_theme_modern .table_row-auction-modern {
        height: 346px;
    }
}
@media screen and (max-width: 1200px) {
    
    .auction_theme_modern .auction_main_wrapper .auction_wrapper_inner .auction_products .posts_block img {
        width: 100%;
    }

    .auction_theme_modern .home_auction_modern .rp_content.auction_psNew {
        width: 100% !important;
    }

    .auction_theme_modern  .home_auction_modern #owl-auction-products-block .auction_clock {
        width: fit-content !important;
        border: 1px solid #e4e4e4;
        padding: 5px;
        margin: auto !important;
    }

    .home_auction_modern #owl-auction-products-block .button-container.auction_psNew,
    .home_auction_modern .auction_product_price {
        width: 100% !important;
    }
}

@media screen and  (max-width: 550px) and (min-width: 501px) { 

    .home_auction_modern #owl-auction-products-block .auction_clock .flip-clock-wrapper {
        margin-left: -2% !important;
    }
    .home_auction_modern #owl-auction-products-block .auction_clock .flip-clock-wrapper ul {
       
        width: 15px  !important;
        height:26px !important;
        background: transparent;
    }
    .home_auction_modern #owl-auction-products-block .auction_clock .flip-clock-wrapper ul li a div div.inn {
        padding: 0 !important;
        font-size: 14px !important;
        font-family: "poppins" !important;
    }
}
@media screen and (max-width: 450px) {

    .auction_theme_modern .auction_product .place-bid-btn {
        padding: 2px !important;
    }
    .auction_theme_modern .history .flip-clock-dot.top {
        top: 15% !important;
        height: 5px;
        width: 5px;
    }
    
    .auction_theme_modern .history .flip-clock-dot.bottom {
        bottom: 65% !important;
        height: 5px;
        width: 5px;
    }

    .home_auction_modern #owl-auction-products-block .auction_clock .flip-clock-wrapper ul {
       
        width: 15px  !important;
        height:26px !important;
        background: transparent;
    }
    .home_auction_modern #owl-auction-products-block .auction_clock .flip-clock-wrapper ul li a div div.inn {
        padding: 0 !important;
        font-size: 14px !important;
        font-family: "poppins" !important;
    }

    .auction_theme_modern #owl-auction-products-block .auction_clock .flip-clock-divider .flip-clock-label,
    .auction_theme_modern .auction-grid .flip-clock-divider .flip-clock-label {
        /* right: 0 !important; */
        font-size: 10px !important;
        font-family: "poppins" !important;
        margin-right: 62% !important;
    }
    .auction_theme_modern #owl-auction-products-block .auction_clock .flip-clock-divider.seconds .flip-clock-label,
    .auction_theme_modern .auction-grid .flip-clock-divider.seconds .flip-clock-label {
    
        margin-right: 0 !important;
    }
}