.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;
}
.list-setting .item-setting{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(#092485,#011872);
    padding:15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 0 #092485;
    margin: 13px 0;
}

.item-language{
    padding:18px 20px !important;
}
.select-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;

}
.list-language{
    background: linear-gradient(#193DBE,#0C278F);
    width: 140%;
    border-radius: 10px;
    position: absolute;
    top: 95%;
    left: -50%;
    display: none;
}
.list-language .container-center{
    width: 90%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
    margin-left: auto;
    margin-right: auto;
}
.list-language .item-lang{
    display: flex;
    padding: 20px;
    gap: 10px;
    align-items: center;
}
.item-lang img{
    width: 20%;
    object-fit: contain;
}
.item-lang span{
    color: #fff !important;
}
.select-wrapper span{
    color: #86A0FF;
}
.select-wrapper:hover{
    cursor: pointer;
}
.select-wrapper img{
    width: 18%;
}



.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

/* Hide mặc định checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Nền khi tắt (mặc định là bật nên không thấy màu này) */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #FF6C40 0%, #CE2D1F 55%, #FF5D41 97%);
    transition: 0.4s;
    border-radius: 999px;
}

/* Viên tròn mặc định bên trái */
.slider::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: -3px;
    bottom: -2px;
    background: linear-gradient(#699EFF, #173BCD);
    transition: 0.4s;
    border-radius: 50%;
}

/* Khi BẬT → gạt phải → nền XANH */
input:checked + .slider {
    background: linear-gradient(to bottom, #0BC417 0%, #097D10 55%, #01E811 97%);
}

input:checked + .slider::before {
    transform: translateX(30px);
}











@media screen and (max-width: 767px) {
    header .icon-left {
        width: 50%;
    }
    .level-container .text-profile {
        margin-left: 20px;
    }
    .level-container .text-profile{
        margin-top: -2px !important;
    }
}
