#dealer-verification #dealer-unique-code {
    border: 2px solid #041630;
    color: #041630;
    font-weight: 600;
    border-radius: 5px;
}

#dealer-verification #dealer-verify-code {
    border: 2px solid #041630;
    color: #ffffff;
    font-weight: 600;
    margin-left: 10px;
}

.verify-code-error {
    margin: 0 !important;
    color: #ff0000;
    font-weight: 500;
}

#dealer-download-file-form .df-success {
    color: green;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px !important;
}

#dealer-download-file-form .df-info {
    margin: 0;
}

#dealer-download-file-form #download-xml-file {
    border: 2px solid #041630;
    background-color: #041630;
    font-weight: 600;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 10px;
    display: block;
    width: fit-content;
}

@media(max-width: 768px) {
    #dealer-verification #dealer-unique-code {
        width: 100%;
        margin-bottom: 15px;
    }

    #dealer-verification #dealer-verify-code {
        margin: 0;
        width: 100%;
    }
}

.frontend-products {
    border-collapse: collapse;
    width: 100%;
}

.frontend-products td, .frontend-products th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.frontend-products tr:nth-child(even){
    background-color: #f2f2f2;
}

.frontend-products th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #041630;
    color: #ffffff;
}

.entry-title-ct {
    font-size: 2rem;
    margin: 0 !important;
}

.frontend-products-box {
    width: 100%;
    overflow: auto;
}