/* ONLY FOR CUSTOM CSS CLASSES */

.text-company-color{
    color: #9F4429 !important;
}

.link-company-color{
    color: #9F4429 !important;
}

.link-company-color:hover{
    color: #84432C !important;
}

.bg-company-color{
    background-color: #9F4429 !important;
}

.bg-company-light-color{
    background-color: #F9E9E8 !important;
}

.border-company-color{
    border-color: #9F4429 !important;
}

.payment-v2-input-radio {
    accent-color: #9F4429 !important;
}

.svg-fill-company-color {
    fill: #9F4429 !important;
}

.pagination-company-color .page-link {
    color: #9F4429;
    background-color: transparent;
    border: 0 solid transparent;
    border-color: #9F4429;
}
  
.pagination-company-color .page-link:hover {
    z-index: 2;
    color: #9F4429;
    text-decoration: none;
    background-color: #e9d5cf;
    border-color: #9F4429;
}
  
.pagination-company-color .page-item.active .page-link {
    z-index: 3;
    color: #FFFFFF;
    background-color: #9F4429;
    border-color: #9F4429;
}

.company-bread-item-link{
    color: #6C727F;
}

.company-bread-item-link:hover{
    color: #9F4429 !important;
}

.btn-company1{
    color: white;
    background-color: #9F4429;
    cursor: pointer;
    
    padding-block: 0.375rem;
    padding-inline: 0.75rem;

    text-decoration: none;
}

.btn-company1:hover{
    color: white !important;
    background-color: #84432C !important;
}

.btn-company1:focus{
    color: white !important;
    background-color: #84432C !important;
}