* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    p {
        margin: 0;
    }
}

body {
    background-color: #5e72e4!important;
}

.main {
    background-color: aliceblue;
    max-width: 90%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    .info_basic {
        display: flex;
        justify-content: space-between;
        .info {
            .ma_KH {
                font-size: 23px;
                font-weight: 500;
                .icon_edit {
                    font-size: 20px;
                    font-weight: 500;
                    color: blue;
                }
                .icon_delete {
                    font-size: 20px;
                    font-weight: 500;
                    color: red;
                }
            }
            .ten_KH {
                font-size: 25px;
                font-weight: 500;
                color: crimson;
                // margin-top: 10px;
            }
            .email,
            .dien_thoai {
                font-size: 18px;
                font-weight: 500;
            }
        }
        .info_other {
            .label_nguoiPT,
            .label_nhomKH,
            .label_nguonKH,
            .label_moi_quan_he_KH {
                font-size: 18px;
            }
            .name_nguoi_PT {
                font-size: 20px;
                color: blue;
            }
            .name_nhomKH,
            .name_nguonKH,
            .name_moi_quan_he_KH {
                font-size: 18px;
                color: crimson;
            }
        }
    }
    .info_contact {
        .title {
            font-size: 23px;
            font-weight: 700;
        }
        .row {
            display: flex;
            .nguoi_lien_he {
                margin: 10px;
                background-color: mintcream;
                padding: 10px;
                border-radius: 5px;
                width: 270px;
                font-weight: 500;
            }
        }
    }
}