
.userTop {
    padding: 10px;
    background-color: #cbcbcb;
}
.userLeft {
    text-align: center;
    background-color: #f5f5f5;
}
.avatar img{
    width: 50%;
    height: 50%;
    margin-top: 20px;
    border-radius: 50%;
}
p.name {
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}
.info i {
    font-size: 30px;
    padding-right: 10px;
}
.userRight .nav-tabs .nav-link {
    border: none;
    padding: 0;
    font-size: 15px;

    letter-spacing: 1px;
    margin-top: 10px;
    color: #000000;
}
.userRight .nav-tabs .nav-link span{
    padding: 12px 24px;
}
.userRight .nav-tabs .nav-link span:hover{
    color: #ec7532 !important;
}
.userRight .nav-tabs .nav-link.active {
    color: #ec7532 !important;
}
.line::after{
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #ec7532;
    margin-top: 10px;
}
.line.active::after{
    width: 100%;
}
.line:hover::after{
    width: 100%;
}

/*User cardAction*/
.card-action {
    display: none;
    position: fixed;
    bottom: 0px;
    background: #223a54e0;
    left: 0px;
    width: 100%;
}
.mailbox-controls{
    text-align: center;
    padding: 10px;
}
.mailbox-controls span {
    padding: 5px 20px;
    margin-right: 15px;
    border-color: white;
    border-radius: 30px;
    color: white;
    font-size: 15px;
}
/*User Tags*/
input.tagInput {
    border: none;
    border-bottom: 1px solid gray;
    width: 100%;
    background: none;
    margin-bottom: 10px;
}
.tags {
    text-align: left;
    padding-bottom: 15px;
}
.tagItem {
    background: #d5d4d4;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    font-size: 12px;
}
.tagItem i.fas.fa-times {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 0;
    color: gray;
    cursor: pointer;
}
input.tagInput, input:focus{
    outline: none;
}
.userLeft .info p {
    font-style: italic;
    font-size: 15px;
    text-align: left;
}
.allTags{
    display: none;
    cursor: pointer;
}

/* BEGIN VINH'S CODES */
.customer-detail .customer-photo {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.customer-detail .customer-photo img {
    width: 100%;
}
.customer-detail .customer-photo-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: rgba(81, 111, 144, 0.5);
    display: none;
    cursor: pointer;
}
.customer-detail .customer-photo:hover .customer-photo-action {
    display: block;
}
.customer-detail .customer-photo-action {
    padding-top: 82px;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.customer-detail .customer-name {
    margin: 10pt 0 5pt;
}
.customer-detail .customer-actions .customer-action-item {
    font-size: 18pt;
    margin: 0 5pt;
    color: #ccc;
    cursor: pointer;
}
.customer-detail .customer-actions .customer-action-item:hover {
    color: #333;
}
.customer-detail .customer-notes {
    padding: 30px;
    border: 1px solid #dee2e6;
    border-top: none;
}
.customer-detail .customer-notes .note-item {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
    border-radius: 3px;
}
.customer-detail .customer-notes .note-item .note-type, .customer-detail .customer-notes .note-item .note-info {
    font-size: 12pt;
}
.customer-detail .customer-notes .note-item .note-type i {
    color: #cbd6e2;
}
.customer-detail .customer-notes .note-content {
    font-size: 14pt;
}
.customer-tabs .tab-content .tab-pane {
    background-color: #f5f5fa;
}
.customer-tabs .order-item, .courseTab .course-item {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 16px;
}
.customer-tabs .order-header {
    border-bottom: 1px solid rgb(235, 235, 240);
    padding-bottom: 12px;
    color: rgb(128, 128, 137);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.customer-tabs .order-info {
    padding-top: 16px;
    padding-bottom: 16px;
}
.customer-tabs .order-thumbnail img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 0.5px solid rgb(238, 238, 238);    
    position: relative;
}
.customer-tabs .order-thumbnail .quantity {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(128, 128, 137);
    text-align: center;
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: rgb(235, 235, 240);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    right: 0px;
    bottom: 0px;
    border-top-left-radius: 10px;
}
.customer-tags .tag {
    display: inline-block;
    margin-right: 3px;
    color: rgb(77, 92, 112);
    background-color: #fff;
    font-weight: normal;
    position: relative;
    line-height: normal;
    padding: 7px 24px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    box-shadow: 1px 1px #ccc;
}
.customer-tags .tag i {
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
    color: red;
    cursor: pointer;
}
.customer-tags .tag:hover i {
    display: inline-block;
}

.customer-tabs .courseTab .courseTable {
    background-color: #fff;
}
/* END VINH'S CODES */