*{
    font-family: 'Cairo', sans-serif;
}
html{
    background-color: #EEE;
}

section{
    background-color: #EEE;
}
section .container .card{
    width: 50%;
    border: 0;
    border-radius: 0;
    border-left: 3px solid #4586ff;
    border-bottom: 1px solid #e3e6f0;
}
section .container .card:last-of-type{
    border-radius: 0px 0px 10px 10px;
}
section .container .header{
    width: 50%;
    background-color: #f8f9fc;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #e3e6f0;
}
section .container .header h6{
    color: #4586ff;
    font-weight: 600;
}
@media (max-width: 991px) {
    section .container .card{width: 100%;}
    section .container .header{width: 100%;}
}
section .container .card .personal .badge{
    background-color: #4586ff;
    border-radius: 0;
    color: white;
    position: relative;
    top: -21px;
    left: -20px;
    box-shadow: 0px 0px 6px #CCC;
}
@media (max-width: 767.98px) {
    section .container .card .personal .badge{
        left: -8px;
    }
}
section .container .card .badge::after{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-color: #4586ff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    top: 33px;
    left: 0px;
}
section .container .card .personal>img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #EEE;
    box-shadow: 1px 1px 5px #EEE;
}
section .container .card>p
{
    color: #4586ff;
    background-color: #d9e9ff;
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 13px;
}
/*--------------------------------*/
.second-bg{
    background-color: #ff4567 !important;
}
.second-bg::after{
    background-color: #ff4567 !important;
}
.second-border{
    border-left: 3px solid #ff4567 !important;
}
.second-score-text{
    color: #ff4567 !important;
}
.second-score-bg{
    background-color: #ffd9d9 !important;
}
/*--------------------------------*/
.third-bg{
    background-color: #d145ff !important;
}
.third-bg::after{
    background-color: #d145ff !important;
}
.third-border{
    border-left: 3px solid #d145ff !important;
}
.third-score-text{
    color: #d145ff !important;
}
.third-score-bg{
    background-color: #e8d9ff !important;
}
/*--------------------------------*/
