.juc-ed-quick-button {
    text-decoration: none !important;
    color: black;
    background-color: #f1f1f1;
    padding: 2px 8px;
    transition: 0.75s;
    font-size: 12px;
    cursor: pointer;
}

.juc-ed-quick-button:hover,
.juc-ed-quick-button.state-active {
    color: #e72026;
    background-color: #ddd;
}

.juc-btn-primary:hover, .juc-btn-primary:focus {
    background-color: #C72026 !important;
}

.state-disabled, .state-disabled:hover {
    background-color: gray !important;
    border:2px solid gray !important;
    cursor: not-allowed !important;
}

.juc-btn-primary {
    width: 100%;
    font-family: earth;
    cursor: pointer;
    border-radius: 0;
    border: 2px solid #C72026;
    background-color: #C7202699;
    transition: 0.75s;width: 100%;
    margin-top: 12px;
    cursor: pointer;
}

.auction-table {
    width: 100%;
    margin: 20px auto;
    margin-top: 20px;
    border-collapse: collapse;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Verdana;
    margin-top: 0px;
    border: 0 !important;
}

th { cursor:pointer }
th.selected { color: rgb(199, 32, 38); }

.auction-table tbody tr:nth-child(2n+1) {
    background-color: #ffffff;
    transition: background-color 0.75s;
}

.auction-table tbody tr:nth-child(2n) {
    background-color: #f2f2f2;
    transition: background-color 0.75s;
}

.auction-table tr th, .auction-table tbody tr td {
    padding: 6px 20px;
    text-align: center;
    font-size: 12px !important;
    color: #333;
}

.auction-table th {
    background-color: #AEB6BD;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
}

.auction-table tbody tr:hover { background-color: #e1e1e1; }

/* TABs */
@media (max-width: 767px){
    .main_tabs>div>div>.e-n-tabs-heading{
        justify-content: space-between; gap:6px;
    }
    
    .main_tabs>div>div>.e-n-tabs-heading button {
        min-width: 30% !important;
        padding: 6px;
    }
    
    .e-n-tabs-heading{
        display: flex !important;
        flex-direction: row !important;
        margin-bottom: 28px;
        gap:6px;
    }
    
    .e-n-tab-title{
        margin-bottom: 0px!important;
        padding: 6px !important;
    }
    
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title{
        margin-block-start: 0px !important;
    }
}

/*Links*/
.models_container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.models_container a.selected {
    color: #e72026;
    background-color: #ddd;
}

/* .main_tabs {
    position: sticky;
    top: 172px;
} */

/*Tabs styling*/
@media (max-width: 767px){
    .e-n-tabs-heading{
        display: flex !important;
        flex-direction: row !important;
        margin-bottom: 28px;
    }
    .e-n-tab-title{
        margin-bottom: 0px!important;
        padding: 6px !important;
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title{
        margin-block-start: 0px !important;
    }
    .models_container{
        flex-direction: row !important;
    }     
}

selector .e-con-inner {
    max-width: calc(100vw - 48px);
    margin-left: auto;
    margin-right: auto;
}
/*Links*/
.models_container {
    display: flex;
    flex-direction: column;
    align-items: start !important;
}

.models_container a {
    text-decoration: none !important;
    color: black;
    background-color: #f1f1f1;
    padding:2px 8px;
    transition: 0.75s;
    font-size: 12px;
    cursor: pointer;
}

.models_container a:hover{
    color: #e72026;
    background-color: #ddd;
}

.models_container a:focus{
    color: #e72026 !important;
    background-color: #ddd !important;
    outline: none;
}


.e-n-tabs-content {
    overflow: scroll;
    max-height: 55vh;
}