
/* ONLY FOR CUSTOM CSS CLASSES */

.text-company-color{
    color: #28608C !important;
}

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

.link-company-color:hover{
    color: #1f4d7a !important;
}

.bg-company-color{
    background-color: #28608C !important;
}

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

.border-company-color{
    border-color: #28608C !important;
}

.payment-v2-input-radio {
    accent-color: #28608C !important;
}

.svg-fill-company-color{
    fill: #28608C !important;
}

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

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

.company-bread-item-link:hover{
    color: #28608C !important;
}

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

    text-decoration: none;
}

.btn-company1:hover{
    color: white !important;
    background-color: #1f4d7a !important;
}

.btn-company1:focus{
    color: white !important;
    background-color: #1f4d7a !important;
}