/*Thong bao*/



/*button tab thong tin - dong tien*/

.divChonChucNang{
    margin-top: 20px;
    width: 100%;
    height: 40px;
    display: flex;
}

.divChonChucNang input[type="button"] {
    background-color: #d3dbf4;
    width: 50%;
    border: 0;
    border-bottom: 2px solid black;
    font-size: 17px;
    font-weight: bold;
}

.divChonChucNang input[type="button"]:hover{
    color:#00a2e7;
    border-bottom: 2px solid #00a2e7;
}
.divChonChucNang input[type="button"]:active{
    color:#00a2e7;
    border-bottom: 2px solid #00a2e7;
}

.divChonChucNang #btnThongTin{
    color:#00a2e7;
    border-bottom: 2px solid #00a2e7;
}
/*Thong tin chi tiet*/
.divThongTinTaiKhoan{
    background-color: #d3dbf4;
    margin: 20px;
}


.divThongTinChiTiet{
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: white;
    border-radius: 30px;
    border: 1px solid black;
}



.divThongTinChiTiet img{
    width: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #d3dbf4;
    margin-top: 10px;
}

.divThongTinChiTiet p{
    padding: 10px;
}


@media only screen and (min-width:1024px) {
    .divThongTinTaiKhoan{
       display: flex;
    }

    .divThongTinChiTiet{
        width: 30%;
        height: 50%;
        margin-top: 20px;
        flex-direction: column;
        display: flex;
        align-items: center;
    }
}


/*cập nhật avatar*/
.divCapNhatThongTin{
    margin-top: 20px;
    background-color: white;
    border-radius: 20px;
    width: 100%;
    border: 1px solid black;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.tableCapNhatAvatar{
    border-bottom: 1px solid black;
}

.divCapNhatThongTin .tableCapNhatAvatar tr th{
    float: left;
}

.divCapNhatThongTin .tableCapNhatAvatar tr td label{
    margin: 10px;
}

.divCapNhatThongTin .tableCapNhatAvatar tr td div{
    margin-top: 5px;
    border:1px solid black;
    margin-bottom: 5px;
    padding: 2px;
    margin: 10px;
}
.divCapNhatThongTin .tableCapNhatAvatar tr td div input[type="file"]{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.divCapNhatThongTin .tableCapNhatAvatar tr td input[type="button"]{
    width: 70px;
    height: 35px;
    color: white;
    background-color: #00a2e7;
    border-radius: 5px;
    margin-left: 10px;
}

/*Thay doi thong tin*/

.tableThayDoiThongTin{
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}
.divCapNhatThongTin .tableThayDoiThongTin{
    margin-left: 10px;
    margin-right: 10px;
}

.divCapNhatThongTin .tableThayDoiThongTin tr th{
    padding-top: 20px;
    float: left;

}

.divCapNhatThongTin .tableThayDoiThongTin tr td label{
    
}
.divCapNhatThongTin .tableThayDoiThongTin tr td input{
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

.divCapNhatThongTin .tableThayDoiThongTin tr td input[type="button"]{
    width: 140px;
    background-color: #00a2e7;
    height: 35px;
    color: white;
    border-radius: 5px solid black;
}

/* Doi Mat Khau */
.divCapNhatThongTin .tableDoiMatKhau{
    margin-left: 10px;
    margin-right: 10px;
}
.divCapNhatThongTin .tableDoiMatKhau tr th{
    float: left;
}

.divCapNhatThongTin .tableDoiMatKhau tr td input{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

.divCapNhatThongTin .tableDoiMatKhau tr td input[type="button"]{
    width: 125px;
    background-color: #00a2e7;
    height: 35px;
    color: white;
    border-radius: 5px solid black;
}


@media only screen and (min-width:1024px) {
    .divCapNhatThongTin{
        margin-left: 40px;
    }
}

/*dong tien*/
.divThongTinTaiKhoanDongTien #tdId{
    font-size: 20px;
}

.divThongTinTaiKhoanDongTien th{
    border: 1px solid black;
}
.divThongTinTaiKhoanDongTien td{
    border: 1px solid black;
}
.divThongTinTaiKhoanDongTien tr{
    border: 1px solid black;
}
.divThongTinTaiKhoanDongTien{
    
    width: 100%;
    padding: 20px;
}
.divThongTinTaiKhoanDongTien .divLichSuDongTien{
    background-color: white;
    border-radius: 30px;
}
.divThongTinTaiKhoanDongTien .divLichSuDongTien table{
    width: 100%;
}

.divThongTinTaiKhoanDongTien .divLichSuDongTien tr th{
    width: 100%;
    border: 0px;
}

.divThongTinTaiKhoanDongTien .divLichSuDongTien tr td{
    height: 30px;
}