.card_container{
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 2px rgb(150 150 150);
    padding: 10px 20px 10px 20px;
    margin: auto;
}

.card_container:not(:first-child){
    margin-top:10px;
}

.card_head_pic{
    width: 80px;
    height: 80px;
    border-radius:100%;
}

.teacher_name_href{
    font-size: 20px;
    font-weight: bold;
    color: rgb(79,79,79);
}

.country-flag{
    margin-bottom: 6px;
}

.btn-card{
    box-shadow: 1px 1px 2px rgb(150 150 150);
    margin-left: 20px;
    width: 70px;
}

.btn-book{
    background-color: rgb(63,141,252);
    color: white;
}

.btn-chat{
    background-color: rgb(231,231,231);
    color: rgb(108,108,108);
}

.card-icon-btn{
    width: 20px;
    height: 20px;
    margin-left: 20px;
}

.btn-play-video{
    background-color: rgb(255,255,255);
    color: rgb(108,108,108);
}

.teacher_favourite_icon
{
    float: right;
    margin-top: 10px;
    width: 17px;
    height: 18px;
    color: red;
}

.teacher_favourite_icon_check
{
    float: right;
    margin-top: 10px;
    width: 17px;
    height: 18px;
    color: red;
}

.sub-line{
    display: flex; 
    margin-top: 8px;
    align-items: center;
}

.sub-title{
    font-size: 16px;
    width: 80px;
    text-align: justify;
}

.sub-content{
    font-size: 14px;
    margin-left: 5px;
}

.sub-content-fixed-width{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}