.customer-card {
    margin: 0.5rem 0;
}

.customer-card .card-header {
    padding: 0.5rem 1rem;
    background-color: #2A3F54 !important;
}

div.card.customer-card .card-title {
    margin-bottom: 0 !important;
}

div.card.customer-card .card-title .customer-link {
    color: #ffffff;
}

div.card.customer-card .card-title .customer-link:hover {
    text-decoration: underline;
}

div.card.customer-card ul.contact-links li {
    margin-bottom: 8px;
}

div.card.customer-card ul.contact-links a {
    font-size: 0.8rem;
    padding: 6px 10px;
}

div.card.customer-card ul.contact-links a:hover {
    /*text-decoration: underline;*/
    border: 1px solid #a0a0a0;
    border-radius: 6px;
    background-color: #efefef;

}

div.card.customer-card ul.contact-links a i {
    /*padding-right: 1rem;*/
    width: 1.4rem;
}


.customer-logo {
    color: #dfdfdf;
}


.orange {
    color: #F39C12;
}

div.card-footer ul {
    margin-bottom: 0;
}

div.card-footer a.card-link:hover {
    text-decoration: underline;
}

.logo-img {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    text-align: right;
    border: 1px solid #dfdfdf;
    /*object-fit: scale-down;*/
    object-fit: contain;
}


/*.card-custom {*/
/*    margin-bottom: 1rem;*/
/*}*/

.card-custom .card-header {
    padding: 0.5rem 1rem;
    background-color: #2A3F54 !important;
}

.card-custom .card-header .card-title {
    margin-bottom: 0 !important;
    color: white;
}

/*.card-custom .card-header .card-title a:hover {*/
/*    text-decoration: underline;*/
/*}*/