/* This CSS file will be loaded at last. Any CSS customization should be placed here */
body .custom {
    display: none !important;
}

body .custom {
    display: none !important;
}

.vrc-pref-color-btn {
    border: transparent !important;
}

.vrc-goback-block a {
    border: 1px solid black !important;
}

.option-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    border: 1px solid #000;
    border-top: 3px solid;
    padding: 4px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.option-row .range{
    position: absolute;
    right: 85px;
}

.option-row #custom_kilometers_value{
    position: absolute;
    right: 10px ;
    font-weight: bold;
}

.option-row label {
    position: absolute;
    right: 30px;
    font-weight: bold;
}

.option-row h6{
    font-weight: bold;
}


pre {
    /* font-family: monospace, monospace; */
    font-size: 15px !important;
    white-space: pre-wrap;
    font-family: Roboto !important;
    font-weight: normal;
}

.total_sup {
    border: none !important;
    font-weight: bold;
    text-align: right;
    color: black;
    font-size: 1.8rem;
}

h6 {
    text-transform: uppercase !important;
}

.vrc-car-result-description {
    margin: 5px 0 0;
    padding-bottom: 35px !important;
}

input[type="radio"] {
    accent-color: black;
}
input[type="checkbox"] {
    accent-color: black;
}
input[type="range"] {
    accent-color: black;
}

@media screen and (max-width: 660px) {
    .car_result .vrc-car-result-right {
        width: 100% !important;
        height: 220px !important;
        padding: 15px 0px 15px;
        margin-bottom: 10px;
    }

    .car_result {
        border: 1px solid var(--vrc-border-color);
        position: relative;
        -webkit-border-radius: 5px;
        width: 385px;
    }

    .vrc-car-result-description {
        margin: 5px 0 0;
        padding-bottom: 69px !important;
        position: absolute;
        top: 33px;
    }

    .vrc-car-name {
        font-weight: bold;
        font-size: 1.4em;
        margin-bottom: 15px !important;
        display: inline;
    }

    .vrc-car-lastblock {
        position: absolute;
        bottom: -4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px !important;
        /* width: 100%; */
        /* border: none !important; */
        /* margin-top: 79px !important; */
    }

    .option-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0 !important;
        margin-bottom: 10px;
    }

    .option-row label {
        position: relative;
        right: 30px;
        right: 0 !important;
        font-weight: bold;
    }

    .option-row input{
        margin-bottom: 10px;
    }

    .option-row .range{
        position: relative;
        right: 0px;
    }
    
    .option-row #custom_kilometers_value{
        position: relative;
        right: 10px ;
        font-weight: bold;
    }
}

@media only screen and (max-width: 375px) {
    .car_result {
        width: 340px !important;
    }

    .vrc-car-result-description {
        margin: 5px 0 0;
        padding-bottom: 35px !important;
    }
}

@media only screen and (max-width: 320px) {
    .car_result {
        width: 280px !important;
    }

    .vrc-car-name {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 15px !important;
        display: inline;
    }

    .vrc-car-result-description {
        margin: 5px 0 0;
        padding-bottom: 69px !important;
        position: absolute;
        top: 33px;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 0px 29px;
    }

    .vrc-car-lastblock {
        position: absolute;
        bottom: -4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px !important;
        /* width: 100%; */
        /* border: none !important; */
        /* margin-top: 79px !important; */
    }
}

/* Style search result component*/
body .displaying-num{
    display: none !important;
}

.pagination-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.tablenav-pages-navspan,
.next-page {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.tablenav-pages-navspan.button.disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.paging-input {
    margin: 0 10px;
}

.tablenav-paging-text {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
}

@media (max-width: 600px) {
    .pagination-links {
        flex-direction: column;
    }
    
    .tablenav-pages-navspan,
    .next-page,
    .tablenav-paging-text {
        margin: 5px 0;
    }
}

/* @media (max-width: 480px) {
    .vrcmodcarsgrid-box-cost {
        text-align: left !important;
    }
} */
