
/*Customer End table styles Start*/
.table-holder , .table-holder table{
    width: 100% !important;
}

.table-holder .table.auction-listing tr.table-active{
    background-color: #00000026 !important;

}
.table-holder .table.auction-listing tr:nth-child(odd){
    background-color: white;
}
.table-holder .table.auction-listing tr:nth-child(even){
    background-color: #0000000d;
}
.table-holder .table.auction-listing th{
    padding-right: 0px !important;
    font-weight: 600;
}
.table-holder .table.auction-listing th, .table.auction-listing td{
    padding: 8px 5px;
    /*padding: 10px 5px !important;*/
    font-size: 16px;
}
.table-holder tfoot a{
    color: #0b2e13;
    text-decoration: underline ;
}
.table-holder .btn-sm{
    padding: 2px 10px;
    font-size: 12px;
}
.table-holder .table.auction-listing th{
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
.table-holder .table.auction-listing td{
    border-right: 1px solid black;
    height:40px;
}
.table-holder .table.auction-listing td i{
    font-size: 24px;
}
.table-holder .table.auction-listing td:last-child{
    border-right: 0;
}
.table-holder .table.auction-listing th:last-child{
    border-right: 0;
}

.domain:hover{
    /*text-decoration: underline;*/
}

.table-holder .table.auction-listing .btn{
    line-height: 1.2rem;
}

@media (min-width: 1080px) and (max-width: 1320px) {
    .table-holder .table.auction-listing th, .table td{
        padding: 0 2px 0 0 !important;
        font-size: 13px !important;
        font-weight: 500;
    }
    .table-holder .table.auction-listing thead .domain{
        width: 20% !important;
    }
    .table-holder .table thead .start_date,.table-holder .table thead .end_date{
        width: 12% !important;
    }
    .table-holder .table.auction-listing thead .remaining_time{
        width: 8% !important;
    }
}
@media (min-width: 1024px) and (max-width: 1080px) {
    .table-holder .table.auction-listing th, .table td{
        width: 7% !important;
        font-size: 12px;
        font-weight: normal;
    }
    .table-holder .btn{
        font-size: 12px;
        font-weight: normal;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .table-holder .table.auction-listing th, .table td{
        width: 7% !important;
        font-size: 12px;
        font-weight: normal;
        padding: 3px 0;
    }
    .table-holder .table.auction-listing .btn{
        font-size: 12px;
        font-weight: normal;
        padding: 3px 5px;
    }
    .table-holder .table.auction-listing td {
        font-size: 12px;
    }
    .table-holder .table.auction-listing td i {
        font-size: 16px;
    }
}
/*Customer End table styles End*/
