
* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    overflow-x:hidden;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-top: 5%;
}

.Gmail {
    margin-left: 50%;
    transform: translateX(-50%);
    font-family: "Maven Pro";
    font-size: 1.2em;
}

.PreButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    rotate: 180deg;
    position:absolute;
    top:auto;
    bottom:auto;
    right:20px;
}

    .PreButton i {
        font-size: 1.7em;
    }

.ProfileContainer {
    width: 100%;
    height: 150px;
    display: flex;
}

.ProfileLeft {
    width: 50%;
    height: 100%;
}

.ProfileAva {
    background: #000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 20%;
    overflow: hidden;
}

    .ProfileAva img {
        width: 100%;
    }

.ProfileName {
    font-family: "Maven Pro";
    font-weight: 500;
    font-size: 1.4em;
    margin-left: 20%;
    margin-top: 2%;
}

.ProfileRight {
    width: 50%;
    height: 65%;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 15%;
}

.SoDiem {
    width: 50px;
    height: 50px;
    /* background: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Diem {
    font-family: "Maven Pro";
    font-size: 1.8em;
}

.DiemText {
    font-size: 0.8em;
    font-family:"Maven Pro";
}

.BaiDang {
    width: 50px;
    height: 50px;
    /* background: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.SoBaiDang {
    font-family: "Maven Pro";
    font-size: 1.8em;
}

.BaiDangText {
    font-size: 0.78em;
    font-family: "Maven Pro";
}

.BaiDangline {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Maven Pro";
    font-size: 1.1em;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}

.NhiemVuContainer {
    width: 100%;
}

.NhiemVuOutline {
    width: 100%;
    min-height: 200px;
    background: #696868;
    margin-top: 2%;
    display: flex;
}

.AnhContainer {
    width: 45%;
    height: 190px;
    max-height: 230px;
    position: relative;
    margin:10px;
}

    .AnhContainer img {
        max-width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius:10px;
    }

.NhiemVuOutlineRight {
    width: 55%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.SoDiemNhiemVu {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.DiemNhiemVu {
    font-family: "Maven Pro";
    font-size: 1.8em;
}

.DiemTextNhiemVu {
    font-size: 0.8em;
    font-family:'Maven Pro';
}

.TenNhiemVu {
    font-size: 0.8em;
    font-family: 'Maven Pro';
    font-style: 500;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #212121;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    gap: 10%;
}

    .footer a {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer a i {
            font-size: 1.6em;
        }
