@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    margin: 0 auto !important;
    max-width: 750px;
    width: 100%;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.containerx {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.containerx .bg-img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.containerx .bg-img img {
    position: absolute;
    top: 0;
    width: 100%;
}

.container_main
{
    position: relative;
    z-index: 1;
    padding: 90px 22px 44px !important;
}

.containerx .top {
    margin-bottom: 58px;
}

.containerx .top__title {
    color: #111;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 4px;
}

.containerx .top__msg {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.header__icon
{
    background-color: #00013e;
    border-radius: 15px;
}

.containerx .header__icon--img {
    border-radius: 15px;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    transition: all .35s;
    width: 70px;
}

.containerx .header__info-title {
    color: #111;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 2px;
}

.containerx .header__info-progress {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 3px;
}

.containerx .header__info-play {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 14px;
}

.containerx .header__info-play .ic_dun {
    width: 10px;
    margin-right: 4px;
}


.containerx .test__item {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}

.containerx .test__item__content-label {
    color: #111;
    font-size: 13px;
    font-weight: 800;
    line-height: 19px;
}

.test__item__content-msg .success
{
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.containerx .test__item__right {
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 20px;
}

.containerx .test__item__content {
    flex: 1;
}

.containerx .test__item__right .tick {
    display: block;
    height: 12px;
    width: 15px;
}


.containerx .test__item__right img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.containerx .open-btn {
    align-items: center;
    background: #028760;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    justify-content: center;
    line-height: 21px;
    width: 100%;
    cursor: pointer;
}

.containerx .test__item__right .loading
{
    animation: rotate 1s linear infinite;
    height: 18px;
    width: 18px;
}


.unable-btn
{
    background-color: #999 !important;
    cursor: not-allowed;
}

@keyframes rotate 
{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
}
