.full-width {
    width: 100%;
    padding: 0;
    margin: 0;
}
.column-1 {
    width: 23%; /* Chiều rộng cột 1 */
    border-right: 1px solid #707070; /* Đường viền giữa cột 1 và cột 2 */
    padding-right: 1.5%; /* Khoảng cách bên phải của cột 1 */
}
.column-2-3 {
    width: 32%;
}

.transparent-bgu{
    background-color: transparent;
}

.card-header {
    background: linear-gradient(to right, #f06, #6b6bff);
    color: white;
    border-radius: 8px;
    padding: 20px;
}
/* Toggle arrow with smooth transition */
.toggle-icon {
    transition: transform 0.3s ease;
}
/* Rotate arrow to point up when expanded */
.expanded .toggle-icon {
    transform: rotate(180deg);
}

.card-header{
    background-image: url('images/bg-xp.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.uk-radio{
    width: 23.5px;
    height: 23.5px;
}

.uk-card-body{
    padding: 20px;
}

.avatar-container {
    position: relative;
    width: 75px; /* Kích thước của avatar */
}

.avatar-wrapper {
    position: relative;
    display: inline-block;
}

.avatar {
    max-width: 100%;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 3px solid white; /* Viền trắng */
}

/* Camera Icon Styling */
.camera-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; /* Kích thước biểu tượng */
    color: black;
    cursor: pointer;
}

.username-container {
    display: flex;
    align-items: center;
    margin-left: 10px; /* Khoảng cách giữa ảnh và tên */
}

.username {
    font-size: 18px; /* Kích thước tên người dùng */
    color: black; /* Màu tên người dùng */
    font-family: "Roboto Bold";
}

.button-container-viewuser {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-top: 10px;
}

.tab-button-viewuser:hover {
    background-color: transparent;
}

.tab-button-viewuser {
    display: block;
    width: 90%;
    padding: 10px 10px 10px 35px;
    font-size: 16px;
    color: white;
    background-color: transparent;
    text-decoration: none;
    border-radius: 5px;
}

.tab-content-viewuser {
    display: none; /* Ẩn tất cả nội dung mặc định */
    padding: 10px;
    background-color: transparent;
    font-size: 16px;
}

 .tab-menu .package-tab-active > a{
        color: #fff;
        
    }

.tab-content-viewuser-mobile {
    background-color: transparent;
    font-size: 16px;
}

#info-viewuser:target, #package-viewuser:target, #logout-viewuser:target {
    display: block;
}

@media (max-width: 959px){
    #info-viewuser:target, #package-viewuser:target, #logout-viewuser:target {
        display: contents;
    }
}

.info-item-viewuser, .package-item-viewuser, .logout-item-viewuser {
    font-size: 16px;
    color: #fff;
    padding: 10px;
}

.icon-info-viewuser{
    width: 17px;
    vertical-align: middle;
    margin-right: 10px;
}

.info-item-viewuser {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.label-info-viewuser {
    min-width: 120px;
    font-family: "Roboto Bold", sans-serif;
    color: #fff;
}

.label-info-viewuser-tabpackage {
    min-width: 150px; /* Đặt chiều rộng cố định để các nội dung thẳng hàng */
    font-style: italic;
    color: #fff;
}


/* Căn chỉnh nội dung thông tin */
.content-info-viewuser[type="text"] {
    background-color: #fff; /* Nền trắng */
    font-size: 16px;
    color: #000; /* Chữ màu đen */
    border: 1px solid #ccc; /* Viền xám */
    padding: 4px;
    border-radius: 4px;
    width: 100%; /* Tùy chỉnh chiều rộng */
    max-width: 300px; /* Hoặc kích thước tối đa nếu cần */
}

.icon-info-viewuser {
    width: 20px;
    margin-right: 8px;
}


.btn-update-info-viewuser{
    width: 100%;
    height: 40px;
    background-color: #3EB3FC;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-top: 5%;
}

.btn-upload-info-viewuser{
    color: #000000;
    font-family: 'Roboto Medium';
    font-size: 15px;
    background: #B1B0B0;
    padding: 8px 20px;
    border-radius: 4px;
}

.tab-button-viewuser {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
    border-radius: 4px; /* Tùy chọn để làm tròn các góc */
}

.button-container-viewuser, .button-container-viewuser2 {
    display: flex;
    flex-direction: column;
}

.tab-button-viewuser {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: background-color 0.3s;
    border-radius: 50%;
}

.tab-button-viewuser .icon-container {
    margin-right: 10px; /* Khoảng cách giữa icon và text */
    border-radius: 50%; /* Làm tròn ảnh */
    transition: background-color 0.3s;
}

.tab-button-viewuser a {
    color: #BEBEBE;
    text-decoration: none;
}

.tab-button-viewuser a:hover {
    color: #007bff;
}

/* Khi tab được chọn, thay đổi background */
.tab-button-viewuser.active-tab .icon-container {
    background-color: #EB008A; /* Nền của icon khi chọn */
}

.tab-button-viewuser.active-tab a {
    color: #fff; /* Màu chữ khi tab được chọn */
}

.button-container-viewuser .tab-href-user{
    display: none;
}

@media (min-width: 960px){
    .button-container-viewuser .tab-href-user{
        display: block !important;
    }
}

#package-viewuser{
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-grow: 1;
}

.large-cover-pk-viewuser{
    background-color: #EB008A;
    height: 67%;
    width: 50%; /* Chiều rộng của thẻ lớn chiếm toàn bộ không gian của phần chứa */
    position: relative;
    padding: 20px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.small-cover-pk-viewuser{
    background-color: #fff;
    border-radius: 5px;
    width: 100%; /* Chiều rộng thẻ nhỏ bằng với chiều rộng của thẻ lớn */
    position: absolute;
    bottom: 0; /* Đặt thẻ nhỏ sát dưới thẻ lớn */
    left: 0; /* Căn trái */
    right: 0; /* Căn phải */
    top: 20px; /* Khoảng cách giữa thẻ nhỏ và thẻ lớn từ trên xuống */
}

.pk-title-noti-viewuser{
    width: 85%;
    height: 15%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    font-size: 23px;
    font-family: "Roboto Bold";
    color: #000;
    border-bottom: 2px solid #3EB3FC;
}

.pk-title-noti-content-viewuser{
    width: 85%;
    height: 30%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    font-size: 15px;
    color: #000;
}

.pk-title-noti-btn-viewuser{
    width: 100%;
    height: 15%;
    text-align: center;
    margin: 1% auto 1% auto;
    padding: 2%;
    font-size: 15px;
    color: #fff;
}

.pk-title-noti-btn-viewuser button{
    height: auto;
    width: 100%;
    padding: 2%;
    font-size: 18px;
    background-color: #3EB3FC;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto Medium";
    text-transform: uppercase;
}

#menu-service-viewuser{
    border-top: 1px solid #707070;
}

@media (max-width: 1083px){
    .pk-title-noti-btn-viewuser {
        width: 100%;
        height: 15%;
        text-align: center;
        margin: 6% auto 1% auto;
        padding: 2%;
        font-size: 15px;
        color: #fff;
    }
}


@media (max-width: 1413px){
    .uk-grid-column-small>*, .uk-grid-small>* {
        padding-left: 7px;
    }
}

@media (max-width: 1304px){
    .uk-grid-column-small>*, .uk-grid-small>* {
        padding-left: 2px;
    }
}

@media (max-width: 1226px){

    .uk-grid-column-small>*, .uk-grid-small>* {
        padding-left: 0;
    }
    .username{
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 1064px) and (min-width: 960px){

    .uk-grid-column-small>*, .uk-grid-small>* {
        padding-left: 0;
    }
    .username{
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 959px) and (min-width: 800px){
    .uk-card.uk-card-default.transparent-bgu {
        padding-top: 4%;
        padding-left: 4% !important;
    }
}

@media only screen and (max-width: 799px) and (min-width: 740px){
    .uk-card.uk-card-default.transparent-bgu {
        padding-top: 4%;
        padding-left: 4% !important;
    }
}

@media only screen and (max-width: 739px) and (min-width: 665px){
    .uk-card.uk-card-default.transparent-bgu {
        padding-top: 4%;
        padding-left: 4% !important;
    }
}

@media only screen and (max-width: 664px) and (min-width: 570px){
    .uk-card.uk-card-default.transparent-bgu {
        padding-top: 4%;
        padding-left: 5% !important;
    }
}

@media only screen and (max-width: 569px) and (min-width: 450px){
    .uk-card.uk-card-default.transparent-bgu {
        padding-top: 4%;
        padding-left: 6% !important;
    }
}

@media only screen and (max-width: 449px) and (min-width: 350px){
    .uk-card.uk-card-default.transparent-bgu {
        padding-top: 4%;
        padding-left: 7% !important;
    }
}


@media (max-width: 959px) {
    .uk-section{
        padding-top: 0px;
    }
    .tab-menu {
        display: block;
        background-color: #303030;
    }
    .uk-tab>*>a{
        color: #666;
    }
    .uk-tab>*{
        width: 47%;
        padding-left: 0;
    }
    .uk-tab::before{
        border: none;
    }
    .tab-menu .uk-tab {
        display: flex;
        justify-content: space-between;
        list-style: none; /* Loại bỏ dấu chấm mặc định */
        padding: 0;
        margin: 0;
    }

    .tab-menu .uk-tab li {
        flex: 1; /* Mỗi thẻ `<li>` chiếm 50% chiều rộng */
        text-align: center; /* Căn giữa nội dung */
        position: relative;
    }

    .tab-menu .uk-tab li + li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10%; /* Đặt đường viền cách lề trên một chút */
        bottom: 10%; /* Đặt đường viền cách lề dưới một chút */
        width: 1px;
        background-color: #707070; /* Màu của đường viền */
    }

    .column-1{
        width: 100%;
        border: none;
        padding: 1%;
    }

    /*    .uk-card.uk-card-default.transparent-bgu{
            padding-top: 4%;
            padding-left: 7% !important;
        }*/
    .uk-grid-small.uk-margin-remove.uk-grid{
        padding-bottom: 2% !important;
    }
    .uk-grid-small.uk-margin-remove.uk-grid.uk-grid-stack{
        padding-top: 3%!important;
        text-align: center;
    }
    .uk-card.uk-card-default {
        flex: 1 1 100% !important; /* Chiếm toàn bộ chiều rộng */
        max-width: 100% !important; /* Đảm bảo không giới hạn chiều rộng */
    }
    .uk-card.uk-card-default.uk-width-1-2@m {
        flex: 1 1 100% !important; /* Chiếm toàn bộ chiều rộng */
        max-width: 100% !important;/* Đảm bảo chiều rộng là 100% */
    }
    #package-viewuser {
        width: 100%;
    }
    .pk-title-noti-btn-viewuser {
        width: 100%;
        height: 15%;
        text-align: center;
        margin: 1% auto 1% auto;
        padding: 2%;
        font-size: 15px;
        color: #fff;
    }

    .large-cover-pk-viewuser{
        background-color: #EB008A;
        height: 75%;
        width: 50%; /* Chiều rộng của thẻ lớn chiếm toàn bộ không gian của phần chứa */
        position: relative;
        padding: 20px;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1639px){
    .uk-card-header.card-header{
        width: 400px !important;
        height: 81px !important;
    }
    .toggle-content{
        width: 440px !important;
    }
}

@media (max-width: 1632px){
    .uk-card-header.card-header{
        width: 320px !important;
        height: 59px !important;
    }
    .toggle-content{
        width: 360px !important;
    }
}

@media (max-width: 1432px){
    .column-2{
        width: 69% !important;
    }
}

@media (max-width: 1328px){
    .column-2{
        width: 69% !important;
    }
}

@media (max-width: 1328px){
    .uk-card-header.card-header{
        width: 300px !important;
        height: 54px !important;
    }
    .toggle-content{
        width: 340px !important;
    }
}

@media (max-width: 1432px){
    .column-2{
        width: 69% !important;
    }
}

@media (max-width: 1205px){
    .column-2{
        width: 68% !important;
    }
}

@media (max-width: 1200px){
    .column-2{
        width: 68% !important;
    }
}

@media screen and (max-width: 959px){
    .view-user-site{
        margin-left: 0px;
        padding-top: 15px;
        justify-content: center;
    }
    
    .view-user-site-desktop{
        display: none !important;
    }
    
    .icon-info-viewuser{
        margin-right: 15px;
    }
    
    .info-item-viewuser span{
        font-size: 14px;
    }
    
    .info-item-viewuser .label-info-viewuser{
        font-family: 'Roboto Light Italic';
    }
}

@media (max-width: 1039px){
    .uk-card-header.card-header{
        width: 280px !important;
        height: 45px !important;
    }
    .toggle-content{
        width: 310px !important;
    }
}

@media (min-width: 960px){
    .tab-menu{
        display: none;
    }
    .column-2{
        width: 68% !important;
    }
}

@media (max-width: 959px){
    #item-gp-title{
                padding: 0 !important;
    }
    #item-gp-title h3{
        font-size: 14px !important;
        text-align: center;
        font-family: 'Roboto Bold';
    }
/*    #item-gc-title{
        display: none;
    }*/
    .column-2{
        width: 100% !important;
        margin-top: 0!important;
    }

    #goiPhimContent,
    #goiClipContent{
        width: 100%;
    }

    .uk-card-header.card-header{
        margin-left: auto;
        margin-right: auto;
      /*width: 320px !important;*/
       height: 49px !important;
    }

    .toggle-content{
        margin-left: auto;
        margin-right: auto;
        width: 320px !important;
        margin-bottom: 3%;
    }
    
    #info-viewuser, #user-update, #package-viewuser{
        /*margin-left: 20px !important;*/
    }

    /*    .uk-card.uk-card-default {
            margin-bottom: 3%!important;
        }*/
}

@media (min-width: 960px){
    #goiPhimContent{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    #goiClipContent{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    #offcanvas-nav{
        display: none !important;
    }
}

@media (max-width: 757px){
    .pk-title-noti-btn-viewuser {
        width: 100%;
        height: 15%;
        text-align: center;
        margin: 6% auto 1% auto;
        padding: 2%;
        font-size: 15px;
        color: #fff;
    }
}

@media (max-width: 658px){
    .pk-title-noti-btn-viewuser {
        width: 100%;
        height: 15%;
        text-align: center;
        margin: 11% auto 1% auto;
        padding: 2%;
        font-size: 15px;
        color: #fff;
    }
    .pk-title-noti-btn-viewuser button {
        height: auto;
        width: 100%;
        padding: 2%;
        font-size: 14px;
        background-color: #3EB3FC;
        border: none;
        border-radius: 5px;
        color: #fff;
    }
}

@media (max-width: 610px){
    .pk-title-noti-content-viewuser {
        width: 90%;
        height: 30%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 2%;
        font-size: 12px;
        color: #000;
    }

    .large-cover-pk-viewuser {
        background-color: #EB008A;
        height: 62%;
        width: 50%;
        position: relative;
        padding: 20px;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .pk-title-noti-btn-viewuser {
        width: 80%;
        height: 15%;
        text-align: center;
        margin: 2% auto 1% auto;
        padding: 2%;
        font-size: 15px;
        color: #fff;
    }
}

@media (max-width: 593px){
    .pk-title-noti-btn-viewuser {
        width: 50%;
        height: 15%;
        max-height: 40px;
        text-align: center;
        margin: 6% auto 1% auto;
        padding: 5%;
        font-size: 15px;
        color: #fff;

    }
}

@media (max-width: 515px){
    .pk-title-noti-btn-viewuser {
        width: 50%;
        height: 15%;
        text-align: center;
        margin: 6% auto 1% auto;
        padding: 2%;
        font-size: 15px;
        color: #fff;
    }

    .large-cover-pk-viewuser {
        background-color: #EB008A;
        height: 62%;
        width: 90%;
        position: relative;
        padding: 20px;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .pk-title-noti-btn-viewuser {
        width: 100%;
        height: 15%;
        text-align: center;
        margin: -1% auto 1% auto;
        padding: 2%;
        font-size: 15px;
        color: #fff;
    }
}

.cuphap-text{
    font-weight: 700;
    color: #3EB3FC;
    font-size: 15px;
}

