.container{
    height: 100vh;
}
.container-account{
    padding:10px  20px 20px 20px !important;
    background-color: #010851;

}
.left-container{
    width: 70%;
    display: flex;
    align-items: start;
}
header .icon-left{
    width: 70%;
    object-fit: cover;
}
.level-container .text-profile{
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
    margin-top: 5px ;
}
.header-left{
    padding-top: 10px;
}
.content-package{

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px 0 15px 0;
}
.content-package .tab-container {
    display: flex;
    width: 90%;
    overflow: hidden;
    background-color: #ddd;
    padding: 0 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    justify-content: space-between;
    border-top: 2px solid #4655F5;
    border-left: 2px solid #4655F5;
    border-right: 2px solid #4655F5;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
}
.tab-container .tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%; /* chặn Safari tự scale chữ */
}


.tab-container .active{
    border-bottom-left-radius: 0 !important;
    color: #fff !important;
    background-color: #022590 !important;
    font-weight: bold;
    border: 1px solid #022590;
}

.container-account .title-package{
    text-align: center;
    margin: 0 0 20px 0 !important;
    font-size: 18px;
}
.content-package .tab-container button{
    padding: 10px 10px;
    color: #788BC5;
    background-color: #C4C9FF;
    font-weight: bold;
}
.content-package .tab-container button:not(:last-child) {
    border-right: 1px solid #788BC5 !important;
}

.pack-data-block .pack-data-item {
    width: 90%;
    margin-bottom: 15px;
    border: 2px solid #4655F5;
    background-color: #1B3584;
    border-radius:  10px;
    margin-left: auto;
    margin-right: auto;
}
.pack-data-block .pack-first{
    border-top: none;
    border-radius: 0 0 10px 10px !important;
}
.pack-data-block .pack-data-item h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    height: auto;
    text-align: center;
    margin: 0 !important;
    padding: 30px 0 0 0;
}
.pack-data-block .pack-data-item .pack-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    height: auto;
}

.pack-data-block .pack-data-item .pack-info  ul{
    padding:0 15px !important;
    list-style-position: inside;
    list-style: none;
}
.pack-data-block .pack-data-item .pack-syntax span:last-child {
    font-size: 16px;
}
.pack-data-block .pack-data-item .pack-syntax {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 0 !important;
}
.pack-data-block .pack-data-item .syntax{
    margin-top: 10px;
    margin-bottom: 10px !important;
    text-align: center;
    color: #ff4500;
    font-size: 18px;
    font-weight: bold;
}

.pack-data-item .pack-action .send-sms{
    display: flex;
    justify-content: center;
}
.pack-data-item .pack-action .send-sms img{
    width: 32%;

}
.pack-data-item .pack-fee{
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
}

.pack-data-item .pack-info  ul li{
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.pack-data-item .pack-info ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: white; /* hoặc màu khác */
}
.pack-data-block {
    display: none;
}
.pack-data-block.active-data {
    display: flex; /* hoặc block nếu anh không dùng flex layout */
    flex-wrap: wrap;
}


@media (max-width: 768px) {
    .level-container .text-profile{
        margin-top: -2px !important;
    }
    .content-package .tab-container button{

        padding: 10px 10px;

    }
    header .icon-left{
        width: 50%!important;
    }
    .content-package .tab-container {
        width: 99%;
    }
    .pack-data-block .pack-data-item {
        width: 100%;
    }
}
@media (max-width: 320px) {
    .content-package .tab-container button {
        padding: 5px 3px !important;
    }
}
