﻿.lb-btn {
    background-color: #ef7a26 !important;
    color: #fff !important;
    border-radius: 8px;
    border: 1px solid #ef7a26 !important;
    width: 100%;
    font-size: 13px;
    padding: 5px;
}

    .lb-btn:hover {
        background-color: #fff !important;
        color: #ef7a26 !important;
    }

.card {
    max-width: 20rem;
    border: none;
}

.sales-country-error {
    background-color: #ffecec !important;
    border: 1px solid #ff9191;
    color: slategray;
}

.sales-country-error-text {
    color: #ff4242 !important;
}

.sales-country-error-detail {
    font-weight: 100 !important;
    text-align: justify;
}

.sales-country-error-text2 {
    color: #ff4141 !important;
    font-size: small !important;
}
