.dashboard .sibar-dashboard {
    margin-right: -23px;
    border: 1px solid #D9D9D9;
    padding: 30px 0 25px;
}

.dashboard .sibar-dashboard .user {
    padding-left: 20px;
}

.dashboard .sibar-dashboard .user .avatar {
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 10px;
    background-color: #ddd;
    border-radius: 50%;
    position: relative;
}

.dashboard .sibar-dashboard .user .avatar .avt-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}

.dashboard .sibar-dashboard .user .info {
    float: left;
    margin-top: 9px;
}

.dashboard .sibar-dashboard .user .info .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #000000;
    margin-bottom: 15px;
}

.dashboard .sibar-dashboard .user .info.point {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #000000;
}

.dashboard .sibar-dashboard ul {
    margin-top: 30px;
}

.dashboard .sibar-dashboard ul li {
    padding: 12px 0 12px 20px;
}

.dashboard .sibar-dashboard ul li img {
    margin-right: 10px;
}

.dashboard .sibar-dashboard ul li.active {
    background: #F4F4F4;
}

.dashboard .sibar-dashboard ul li:hover {
    background: #F4F4F4;
}

.dashboard .tab-info {
    margin-left: 33px;
}

.dashboard .dashboard-button {
    border: none;
    background: var(--primary-color);
    color: #ffffff;
    padding: 7px 15px;
    transition: .3s linear;
    font-weight: 500;
}

.dashboard .dashboard-button:hover {
    background-color: #FFDA7A;
    color: var(--primary-color);
}

.dashboard .tab-info h2.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 20px;
    color: var(--primary-color);
    text-align: left;
}

.dashboard .tab-info .info-inner:not(:first-child) {
    margin-top: 40px;
}

.dashboard .tab-info table {
    border: 1px solid #D9D9D9;
    width: 100%;
}

.dashboard .tab-info table th {
    padding: 16px 10px 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #000000;
    text-align: center;
}

.dashboard .tab-info table td {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.dashboard .tab-info table .price,
.dashboard .tab-info table .point {
    color: #FF0000;
}

.dashboard .tab-info table .watch-now {
    display: inline-block;
    padding: 3px 8px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}

.dashboard .tab-info table tr:nth-child(even) {
    background-color: #F4F4F4;
}

.dashboard .tab-info table th:first-child,
.dashboard .tab-info table td:first-child {
    text-align: left;
}

table.type-1 th {
    width: 13%;
}

table.type-1 th:nth-child(3) {
    width: 15%;
}

table.type-1 th:first-child {
    width: 46%;
}

table.type-2 th {
    width: 13%;
}

table.type-2 th:first-child {
    width: 74%;
}

.dashboard .tab-info .info-inner .see-more {
    padding: 20px;
}

.dashboard .tab-info .info-inner .see-more a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
}

table.type-3 th.stt {
    width: 5%;
    text-align: center;
}

/* table.type-3 th {
    width: 10%;
} */

table.type-3 th.account {
    width: 30%;
    text-align: left;
}

.dashboard .tab-info table.type-3 td.stt {
    text-align: center;
    padding: 12px 20px;
}

.dashboard .tab-info table.type-3 td.name {
    text-align: left;
}

table.type-3 .status {
    color: #BA9D00;
}

#ref_link_text {
    color: var(--primary-color);
}

#form-change-pass .add-item:not(:last-child) {
    margin-bottom: 20px;
}

.view-luangiai {
    transition: all .3s linear;
}

.view-luangiai:hover {
    color: var(--brown-color);
}

.breadcrumb-user ol {
    display: inline-block;
}

.breadcrumb-user .switch {
    float: right;
}


@media only screen and (max-width: 768px) {
    .dashboard .sibar-dashboard {
        margin-right: 0;
        padding: 20px 0 20px;
    }

    .dashboard .tab-info {
        margin-left: 0;
        margin-top: 30px;
    }

    .dashboard .tab-info .table-mobile {
        overflow-x: scroll;
        padding: 0px 0px 20px;
    }

    .dashboard .tab-info .table-mobile table {
        min-width: 600px;
    }

    .dashboard .tab-info table th {
        padding: 10px 15px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    table.type-3 th {
        width: 10%;
    }

    .dashboard .sibar-dashboard ul li:hover {
        background: unset;
    }
}