﻿/* customer   */
.customer-main {
    width: 100%;
    background-color: #c7c7c7;
    background-color: rgba(199, 199, 199,.2);
    display: flex;
    flex-direction: row;
    padding: 5px 20px 5px 5px;
    border-radius: 8px;
    margin: 5px;
}
.customer-main:hover {
        box-shadow: 0 5px 50px #88511a;
        box-shadow: 0 2px 20px rgb(145, 86, 27);
    }
.customer-main a img {
    height: 180px;
    
}
.customer-details {
    display: flex;
    flex-direction: column;
    
    align-content: center;
    align-items: center;
    width: 100%;
}
   
    .customer-details-title {
        margin-top: 10px;
        text-align: center;
        background-color: #c7c7c7;
        background-color: rgba(199, 199, 199,.2);
        padding: 5px 20px;
        border-radius: 8px;
    }

.customer-details-title-span {
    
    font-weight: 900;
    font-size: 20px;
}
.tab_content {
    font-size: 1rem;
}