.vietlott-box.box.mini .box-header {
    width: 100%;
    height: 90px;
    padding: 0;
    border-bottom: 0;
    background: #fff0c1;
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}

.vietlott-box.box.mini .box-header{
    background: url(../images/bg-vietlott-header.jpg) center no-repeat;
    background-size: cover;
}

.vietlott-box.box.mini .box-header a{
    background-color: rgb(240, 174, 25, 0.8);
}

.vietlott-box.box.mega645.mini .box-header a{
    background-color: rgb(236, 26, 45, 0.8);
}

.vietlott-box.box.mini .box-header a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}

.vietlott-box.box .box-header a>img {
    display: block;
    width: 130px;
    height: 50px;
    object-fit: contain;
}

.vietlott-box .box-body{
    display: flex;
    flex: 1 1 auto;
    padding: 1rem;
    padding-bottom: 1.5rem;
    position: relative;
    flex-direction: column;
}

.vietlott-box .box-body p{
    margin-bottom: 0;
    color: rgb(33,37,41);
    font-weight: normal;
}

.vietlott-box .box-body .power_name{
    margin-bottom: 0;
}

.vietlott-box .box-body .power_name a{
    font-size: 1.25rem;
    font-weight: 500;
    color: rgb(33,37,41);
}

.vietlott-box .box-body .power_name a:hover{
    text-decoration: underline;
}

.vietlott-box .box-body .power_jackpot_1_amount {
    font-size: 1.75rem;
    font-weight: bold;
    color: rgb(33,37,41);
    margin-bottom: 0;
}

.vietlott-box .result-numbers {
    display: flex;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
}

.vietlott-box td .result-numbers{
    margin: 0;
}

.vietlott-box .result-numbers .number {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    background-color: #ffb612;
}

.vietlott-box.mini .result-numbers .number {
    display: flex;
    width: 36px;
    height: 36px;
}

.result-numbers .number.number-circle{
    border-radius: 50%;
}

.vietlott-box .result-numbers .number:nth-child(7){
    background-color: #188754;
    color: #fff !important;
}

.vietlott-box.kqxs-tt.full .kqxs__header{
    padding: 15px;
}

.vl-dark {
    background: url(../images/mega-result-bg.png) top right no-repeat #050830 !important;
    color: #fff;
    background-size: contain !important;
}

.vietlott-box.full .vietlott-logo img{
    max-width: 150px;
}

.vietlott-box .vl-dark p{
    color: #fff;
    margin-bottom: 1rem;
}

.vietlott-box.full p{
    font-size: 1.1rem;
}

.vietlott-box p.message{
    padding-left: 30px;
    padding-right: 30px;
}

.vietlott-box .number.big {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    margin-left:4px ;
    margin-right:4px ;
    background-color: #d00;
    color: #fff;
}

.vietlott-box.full .box-body .power_jackpot_1_amount{
    font-size: 2.5rem;
    font-weight: bold;
}

.vietlott-box.full .power_jackpot_1{
    margin-bottom: 1.5rem;
}

.vietlott-box.full .table>:not(caption)>*>*{
    padding: 0.5rem;
    text-transform: none;
    font-size: 1rem;
}

.vietlott-box.full .vl-dark.table>:not(caption)>*>*{
    color: #fff;
}

.box.vietlott-box{
    margin-bottom: 1.5rem;
    border-radius: 0.375rem;
}

.box.vietlott-box .box-header{
    padding-top: 1.5rem;
}

.vietlott-box h2{
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: initial;
    line-height: 1.4;
}

.vietlott-box h2 .title__small {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}

.vietlott-box .related__links {
    list-style-type: none;
    padding: 1rem 0 0;
    margin: 0;
}

.vietlott-box .related__links li {
    margin: 0;
    padding: 0 0 10px 15px;
    position: relative;
}

.vietlott-box .related__links>li::before {
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: red;
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
}

.vietlott-box .related__links li a{
    color: #0265F8;
    text-decoration: underline;
    font-size: 0.9rem;
}

.title__small {
    padding-right: 8px;
}

.text-medium{
    font-size: 1rem;
    font-weight: 500;
}

.text-medium.jackpot{
    color: #000;
}