.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 ;
}
.container-mission .header-mission{
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

#modal-coming-soon {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}
#modal-coming-soon .modal-content {
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
    display: flex;
    max-height: 95vh;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
}
#modal-coming-soon .modal-header{
    height: 3vh;
}
#modal-coming-soon .close-btn {
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0%;

}
.sub-header_mission .time{
    padding-left: 5px !important;
}
#modal-coming-soon .close-btn:hover {
    color: #fff;
}
#modal-coming-soon .modal-body{

    margin: 0 !important;
    border-radius: 0 0 10px 10px;
    overflow-y: auto;
}
#modal-coming-soon .modal-body img{
    width: 100%;
}



.header-left{
    padding-top: 10px;
}
.container-mission .header-mission .btn-mission{
    border: none;
    padding: 12px 20px;
    text-align: center;
    width: 50%;
    color: #898989;
    background:linear-gradient(to right, #212D53, #394C70) ;
    border-radius: 10px;
    box-shadow: 0 4px 0 #394C70;
    white-space: nowrap;
    font-size: 17px;
}
.container-mission .active{
    color: #fff !important;
    background:linear-gradient(to right, #022590, #1A43C0) !important;
    box-shadow: 0 4px 0 #1A43C0 !important;
}
.sub-header_mission{
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    background:linear-gradient(to right, #022590, #1A43C0) ;

    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-radius: 10px;
}
.sub-header_mission .time{
    color: #FF6302;
}
.sub-header_mission .success{
    color: #2BFF00;
}
.list-mission{
    padding: 2px 0;
}
.list-mission .item-mission{
    display: flex;
    gap: 20px;
    background: linear-gradient(to right, #131E74, #071C61);
    border: 1px solid #4655F5;
    border-radius: 10px;
    margin: 15px 0;
    max-height: 140px;
}
.item-mission .left-item{
    width: 28%;
}
.item-mission .left-item   img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.item-mission .right-item{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0;
    gap: 10px;
}
.right-item .top-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.right-item .top-item span{
    text-align: justify;
    font-size: 15px;
}
.right-item .footer-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-item .left-footer{
    display: flex;
    align-items: center;
    background-color: #010851;
    justify-content: center;
    border-radius: 10px;
}
.left-footer img{
    width: 25%;
    object-fit: contain;
    margin-top: 2px;
}
.right-footer{
    width: 30%;
}
.right-footer img{
    width: 100%;
    object-fit: contain;
}
.right-footer img:hover{
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}


/* Nội dung popup */
.modal-content {
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
    display: flex;
    max-height: 95vh;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}


.modal-header h5{
    text-align: center;
    margin: 0 !important;
    font-size: 18px;
}

/* Nút đóng */
.close-btn {
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 15%;

}
.close-btn:hover {
    color: #000;
}
.modal-body{

    margin: 0 !important;
    border-radius: 0 0 10px 10px;
    overflow-y: auto;
}
.modal-body img{
    width: 100%;
}
.modal-body .text-coin{
    position: absolute;
    top: 44%;
    left: 15%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
}
.text-coin .happy-coin{
    font-size: 20px;
    text-align: center;

}
.text-coin .number-coin{
    text-align: center;
    color: #FFC300;
    font-size: 23px;
    font-weight: bold;
}



.close-btn{
    color: #84A3FF;
    font-size: 40px;
}
.close-btn:hover{
    cursor: pointer;
    color: #84A3FF;
}
@media screen and (max-width: 500px){
    .level-container .text-profile{
        margin-top: -2px !important;
    }
    .list-mission .item-mission{
        display: flex;
        gap: 10px;
        background: linear-gradient(to right, #131E74, #071C61);
        border: 1px solid #4655F5;
        border-radius: 10px;
        margin: 15px 0;
        /*max-height: 140px;*/
    }
    header .icon-left{
        width: 50%!important;
    }
    .item-mission .right-item{
        width: 65%;
        padding: 10px 0 !important;
    }
    .right-item .top-item span{
        font-size: 13px;
    }
    .left-footer span{
        font-size: 14px;
    }
    .container-mission .header-mission .btn-mission{
        font-size: 15px;
    }
    .modal-body .text-coin {
        left: 10%;
    }
}
@media screen and (max-width: 375px){
    .modal-body .text-coin{
        left: 8%;
    }
}
