.txt-giai {
    color: #0A0A0A;
    font-weight: bold;
    font-size: 24px;
    padding: 5px !important;
}

.tbl-kqsx {
    border: 1px solid #d9cfd0;
    border-collapse: collapse;
    table-layout: fixed;
    border-radius: 4px;
}

.tbl-kqsx td {
    color: #000 !important;
}

.tbl-kqsx td {
    border: 1px solid #d9cfd0;
}

.tbl-kqsx td:not(.txt-giai) {
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 35px;
}

.txt-db {
    font-size: 28px;
    color: #dc3545;
}

.txt-giai {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
}

.giai-3 .txt-giai,
.giai-5 .txt-giai {}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}

.form-check {
    display: flex;
    align-items: baseline;
    gap: 5px;
    cursor: pointer;
}

.form-check label {
    cursor: pointer;
}

.tbl-head,
.tbl-kqsx tbody tr:nth-child(odd) {
    /* background: #ededed !important; */
}

.tbl-title {
    font-size: 18px;

}

.text-primary {
    color: #383838 !important;
}

.tbl-kqsx tfoot td:not(.f-white) {
    color: #fff;
    background: #333;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.tbl-head,
.giai-1 td,
.giai-3 td,
.giai-5 td,
.giai-7 td {
    background: #ededed !important;
}

.form-check .form-check-input {
    background: transparent;
    border-color: #f9f9f9;
}

.form-check-input:checked[type=radio] {
    background: #ffffff;
    box-shadow: none;
}

.table-bordered {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#datepicker .datepicker-inline,
#datepicker table {
    width: 100%;
}

.bg-xs {
    background: #e6e6e6;
}

.font-16 {
    font-size: 16px;
}

.bg-primary {
    background: var(--primary) !important;
}

.submit-btn {
    color: #FEC11B;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.form-search-xs .submit-btn {
    color: #ffffff;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    display: block;
    background: var(--primary);
    border: none;
}

.widget-posts .post-item .post_title {
    color: #000;
    font-weight: 500;
}

.widget-posts .widget-list {
    padding: 15px;
}

.loto-item {
    width: 35px;
    height: 35px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    flex: 1 35px;
    margin: -1px;
}

.tbl-kqsx thead th {
    border-right: 1px solid #d9cfd0;
}

.bg-loto {
    background: #ffe9eb !important;
}

.total-loto {
    border: 1px solid #d9cfd0;
}

.tbl-loto td {
    font-size: 16px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--primary)
}

.mega-item {
    border: 1px solid #d9cfd0;
    border-radius: 8px;
    overflow: hidden;
}

.tbl-loto td {
    border: 1px solid #d9cfd0;
    padding: 5px 15px;
}

.mega645-ball {
    width: 60px;
    height: 60px;
    font-size: 35px;
    font-weight: 700;
    background: var(--primary);
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin: 5px;
    border-radius: 99px;
}

.mega-item .tbl-loto td:first-child {
    border-left: 0;
}

.mega-item .tbl-loto td:last-child {
    border-right: 0;
}

.mega-item .breadcrumb-tbl {
    border-bottom: 1px solid var(--border);
}

.breadcrumb-tbl a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

.txt-title-mega {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hw-14 {
    height: 14px;
    width: 14px;
}

.mega645-ball.bg-ball-6 {
    background: #FEC11B;
}

.bg-yellow {
    background: #67e33f;
    background: linear-gradient(90deg, rgb(87 155 65) 0%, rgb(122 175 64) 50%, rgb(91 215 30) 100%);
}

.text-yellow {
    color: #FEC11B;
}

.line-power {
    background-color: var(--primary);
    height: 32px;
    margin: 0 2px;
    min-width: 2px;
    width: 2px;
}

.txt-jackpot {
    margin: 15px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.nav-pills .nav-link {
    color: #000;
    background: #fff;
    margin-right: 5px;
}

.nav-pills .nav-link:hover {
    background: var(--primary);
    color: #fff;
}

.loading-circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #BEB69D;
    position: relative;
    animation: spin 1s infinite linear;
}

.loading-circle:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    border-right: 4px solid #BEB69D;
    border-top: 4px solid #BEB69D;
    border-left: 4px solid #FFF;
    border-bottom: 4px solid #BEB69D;
}

.loading-container {
    display: flex;
    width: 100%;
    min-height: 45%;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tbl-kqsx .loading-container {
    margin: 5px;
}

.tbl-kqsx .loading-circle,
.loading-circle:before {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.tbl-kqsx .loading-circle:before {
    top: -2px;
    left: -2px;
}

.loader {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    min-height: 100%;
    display: table-cell;
    vertical-align: middle;
    opacity: 1;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.navbar-toggler-icon {
    background-color: #fff;
}

.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggle .icon-bar {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    margin-top: 8px;
}

.navbar-toggle {
    position: relative;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    width: 40px;
}

.navbar-expand-lg .navbar-toggle {
    display: none;
}

table.draw-today td {
    border-right: 1px solid var(--border);
    padding: 3px 15px;
}

table.draw-today tr {
    border-bottom: 1px solid var(--border);

}

table.draw-today tr td:last-child,
table.draw-today tr:last-child {
    border: 0;
}

table.draw-today td a {
    color: #333;
}

table.draw-today td a:hover {
    color: var(--primary)
}

.clamp-2,
.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-2 {
    -webkit-line-clamp: 2;

}

.post-item .post-img {
    position: relative;
    padding-top: 56%
}

.post-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.num-rand {
    width: 16px;
    height: 16px;
    border-radius: 99px;
    background: var(--primary);
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    background: radial-gradient(circle at 65% 15%, #00c10f 1px, #9fa72b 3%, #892aaf 60%, #dd8d3b 100%);


}

.breadcrumb,
.breadcrumb p {
    margin-bottom: 0;
}

nav.rank-math-breadcrumb {
    padding: 10px 0;
}

nav.rank-math-breadcrumb a {
    color: #000;
}

.tbl-loto td {
    line-height: 20px !important;
}

.layout-fixed {
    table-layout: fixed;
}

table.draw-today td {
    padding: 5px;
}

#trial-lottery-submit {
    position: relative;
}

#trial-lottery-submit .loading-circle,
#trial-lottery-submit .loading-container {
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 5px;
}

.num-dd {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #757171;
    background: radial-gradient(circle at 5px 5px, #ffc7c7, #2a1d24);
    text-shadow: none;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    margin: 3px auto;
    display: inline-block;
    cursor: pointer;
}

.ball-dd {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #757171;
    background: radial-gradient(circle at 5px 5px, #c7bcbc, #31313A);
    text-shadow: none;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin: 3px auto;
    display: inline-block;
    cursor: pointer;
}

.live-label {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: coral;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
}

.live-label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: -3px;
    border: 2px solid #892aaf;
    animation: anim-ripple 2s infinite;
}

.ball-dd.head {
    background: radial-gradient(circle at 5px 5px, #d93, #f00);
}

.dot-elastic {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-elastic 1s infinite linear;
}

.dot-elastic::before,
.dot-elastic::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-elastic::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fec11b;
    color: #6da53b;
    animation: dot-elastic-before 1s infinite linear;
}

.dot-elastic::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #c95325;
    color: #9880ff;
    animation: dot-elastic-after 1s infinite linear;
}

@keyframes dot-elastic-before {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1.5);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dot-elastic {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 1.5);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes dot-elastic-after {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes anim-ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
    }

    to {
        opacity: 0;
        transform: scale3d(1.25, 1.25, 1);
    }
}

.sidebar .widget ul li a::before {
    transition: all .5s;
}

.sidebar .widget ul li a:hover:before {
    transform: translateX(4px);
}

.btn .loading-container,
.btn .loading-circle,
.btn .loading-circle:before {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
}

.table-bordered {

    border-color: var(--border);
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.widget .ended-live {
    position: absolute;
    right: 15px;
    top: 10px;
}

.btn-primary {
    background: #892aaf;
    border-color: #892aaf;
}

.btn-primary:hover {
    background: #fff;
    border-color: #892aaf;
    color: #892aaf;
}

.keno-item .fw-small {
    width: 40px;
    height: 40px;
    font-size: 23px;
    line-height: 40px;
}

.table-keno tr {
    background: #fff;
}

.table-keno tr td {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.bg-primary {
    background: #892aaf;
}

.text-secondary {
    color: #FEC11B;
}

.keno-about h2 {
    font-size: 16px;
}

.keno-about .text-secondary {
    color: #FEC11B !important;
}

.keno-about.tbl-kqsx td.fw-normal {
    font-weight: 400;
}

.keno-about.tbl-kqsx td.font-14 {
    font-size: 14px;
    line-height: 1.7;
}

.keno-about span.count-time {
    font-size: 60px;
    font-weight: 700;
    color: #892aaf;
    margin-left: 15px;
    line-height: 1.3;
}

.filter-keno .filter-item {
    width: 25%;
    margin-bottom: 15px;
}

.filter-keno .btn-filter svg {
    display: none;
    width: 22px;
    height: 22px;
}

.filter-keno .btn-filter.active svg {
    display: inline-block;
}

.filter-keno select,
.filter-keno .btn,
.filter-keno input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    min-height: 38px;
    padding: 0px 10px;
    line-height: 36px;
}

.filter-keno .d-flex {
    gap: 5px;
}

.sidebar .widget ul li a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
    background: url(assets/img/icon-arrow.svg);
}

.font-14 {
    line-height: 1.5;
}

span.font-14 {
    display: inline-block;
}

@media(max-width: 550px) {
    .filter-keno .filter-item {
        width: 49%;
    }

    .filter-keno .d-flex {
        flex-flow: wrap;
    }
}

.tabs-statistic .tbl-loto td {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.tabs-statistic .tbl-loto td .item-bg {
    background: #FFDFDF;
    display: block;
}

.btn-dande,
.btn-remove {
    background: #d9edf7;
    color: #555;
    border-radius: 5px;
    height: 34px;
    border: none;
    padding: 0 15px;
    font-size: 14px;

}

.btn-remove {
    background: var(--primary);
    color: #fff;
}

.tao-dan-de textarea {
    height: 230px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.input-mucso,
.input-locso {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    margin-bottom: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.input-mucso input {
    width: 60px;
}

.result {
    position: relative;
}

.btn-copy {
    height: 30px;
    position: absolute;
    right: 5px;
    background: var(--primary);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    bottom: 15px;
    border-color: red;
}

.tao-dan-de label {
    display: block;
    FONT-WEIGHT: 600;
    margin-top: 15px;
}

.list-dande .btn {
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 13px;
}

.list-dande button {
    width: calc(100%/10 - 6px);
    margin: 3px;
    white-space: nowrap;
    cursor: pointer;
    line-height: 25px;
}

.c1 {
    background: #FF4500;
}

.c2 {
    background: #800080;
}

.c3 {
    background: #B22222;
}

.c4 {
    background: #228B22;
}

.c5 {
    background: #FF1493;
}

.c6 {
    background: #428BCA;
}

.c7 {
    background: #5F686F;
}

.c8 {
    background: #9400D3;
}

.c9 {
    background: #C71585;
}

.c10 {
    background: #D2691E;
}

.c11 {
    background: #008B8B;
}

.bg-black {
    background: #000;
}

.gap5 {
    gap: 5px;
}

td.darkgb {
    background: #555;
}

.number-sl button {
    color: #555;
    border-radius: 5px;
    border: 1px solid var(--line, #C4C4C4);
    background: var(--white, #FFF);
    height: 32px;
    width: 52px;
    white-space: nowrap;
    cursor: pointer;
}

.number-sl button.active,
.number-sl button:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.tansuatrow:hover {
    background: #FFEAA6;

}

.tansuatrow td.active {
    background: #FFBF00;

}

input[type="checkbox"] {
    background: var(--primary);
    accent-color: var(--primary);

}

.tbl-ts thead th,
.tbl-ts thead th a {
    color: var(--text-default, #555);
    font-weight: normal;
    text-decoration: none;
}

.tsloto .bd {
    border: 1px solid var(--line-new, #666);
}

.box-section .heading-section h2 {
    background: var(--primary);
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
}

.box-ldd {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
}

.box-ldd .heading-section {
    border-bottom: 2px solid var(--primary);
    margin-bottom: 30px;
    display: block;
    font-size: 16px;
}

.box-ldd .heading-section h2 {
    text-transform: uppercase;
    font-size: 16px;
}

.box-ldd {
    font-size: 14px;
}

.tabs-statistic .tbl-loto td {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.tabs-statistic .tbl-loto td .item-bg {
    background: #FFDFDF;
    display: block;
}

.tabs-statistic nav {
    background: #fff;
}

.tabs-statistic .nav-tabs .nav-link.active {
    background: #99526c;
    color: #fff !important;
}

.sidebar h2.widget-title::before {
    content: "";
    height: 40px;
    width: 40px;
    transform: skewX(40deg);
    position: absolute;
    right: -20px;
    position: absolute;
    top: 0;
    background: #ffc107;
    display: none;
}

.box-head .form-title {
    color: #fff !important;
}

@media only screen and (max-width: 991px) {

    .mega645-ball {
        width: 40px;
        height: 40px;
        font-size: 25px;
        line-height: 40px;

    }

    .txt-jackpot {
        font-size: 16px;
    }

    .mega-item .tbl-loto td {
        padding: 4px !important;
        font-size: 14px !important;
    }

    .post-item .post-img {
        padding-top: 75%;
    }

    table.draw-today td a {
        color: #333;
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .navbar-expand-lg .navbar-toggle {
        display: block;
    }

    .tbl-kqsx td:not(.txt-giai) {
        font-size: 18px;
    }

    .mb-first {
        order: -1;
    }

    #header-kqsx {
        position: absolute;
        left: 0;
        width: 100%;
        margin-top: 15px;
        background: #ffffff;
        z-index: 23;
    }

    .txt-giai {
        font-size: 10px;
        font-weight: bold;
    }

    .tbl-kqsx td:not(.txt-giai) {
        padding: 3px;
    }

    .form-search-xs label {
        display: none;
    }

    .site-logo img {
        max-width: 100%;
        padding: 15px;

    }

}

.bg-thantai {
    background: linear-gradient(336.83deg, #FF8488 -23.53%, #EE0017 65.11%);
    border-radius: 12px;
}

img {
    max-width: 100%;
    height: auto;
}

.txt_thantai {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: #fff;
    transition: transform .3s, opacity .3s;


}

.thantai-inner {
    overflow: hidden;
}

.txt_thantai,
.img_thantai {
    width: 50%;
    position: relative;
    transition: all .3s;
}

.thantai .txt {
    width: 30%;
}

.img_thantai {
    width: 100%;
    height: 180px;
}

.img_thantai img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s, opacity .3s;
    display: none;

}

.btn-tt {
    background: #FFE596;
    border: none;
    display: none;
    width: 108px;
    height: 40px;
    border-radius: 8px;
    margin: 10px 0;
}

.img_thantai img.show {
    display: block;
    opacity: 1;
    transform: rotate(0deg);
}

.than-tai:hover .img_thantai {
    transform: scale(1.3);

}

.than-tai:hover .btn-tt {
    display: block;
}

.than-tai:hover .txt_thantai {
    color: #FFE596;
}

.meo-than-tai,
.bg-meothantai {
    background: linear-gradient(336.83deg, #FFE593 -23.53%, #FF8E01 65.11%);
    border-radius: 12px;
}

.overlay-ani {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.box-thantai .cloud-ani .bottom img {
    height: 182px;
    object-fit: cover;
}

.box-thantai .cloud-ani .right,
.box-thantai .cloud-ani .left {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 250px;
}

.box-thantai .cloud-ani .right {
    bottom: 108px;
}

.box-thantai .cloud-ani .bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.overlay-ani .left {
    left: -100px;
    animation: moveRight 3s linear infinite;
}

.overlay-ani .right {
    right: -100px;
    animation: moveLeft 3s linear infinite;
}

.popup-thantai {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: 12px;
    outline: 0;
    background-image: url(assets/img/Vector.png), linear-gradient(336.83deg, #FF8488 -23.53%, #EE0017 65.11%);
    background-position: top left;
    background-blend-mode: overlay;
    overflow: hidden;
    height: 500px;
}

.txt_somm {
    color: rgba(255, 229, 150, 1);
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translateX(110%);
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(110%);
        opacity: 0;
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translateX(-110%);
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(-110%);
        opacity: 0;
    }
}

.number-lucky {
    background: url(assets/img/frame-ds.png);
    background-repeat: no-repeat;
    display: block;
    background-position: center top;
    height: 80px;
    position: relative;
    margin: 0 auto;
}

.number-lucky .num {
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    left: calc(50% - 40px);
    top: 30%;
}

.number-lucky .num:nth-child(2) {
    left: calc(50% + 16px);
}

.btn-layso {
    width: 160px;
    height: 32px;
    background: url(assets/img/btn.png);
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0;
    margin: 10px auto;
}

.btn-layso:hover {
    background: url(assets/img/btnhover.png);
}

.xin-so .img_thantai {
    height: 300px;
    width: 100%;
}

.box-thantai .close-popup {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    color: #f00;
    background: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.popup-thantai::before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background: url(assets/img/may.png);
    background-size: cover;
    height: 300px;
    width: 100%;
}

.bg-meothantai {
    background-image: url(assets/img/bgmeothantai.png), linear-gradient(336.83deg, #FFE593 -23.53%, #FF8E01 65.11%);
    border-radius: 12px;
    margin: 0;
    margin-bottom: 0;
    overflow: hidden;
}

#meothantai .number-lucky {
    background: url(assets/img/inputmeo.png);
    background-repeat: no-repeat;
    background-position: center;
}

#meothantai .number-lucky .num:nth-child(1) {
    left: 90px;
}

#meothantai .number-lucky .num:nth-child(2) {
    left: 112px;
}

#meothantai .number-lucky .num:nth-child(3) {
    left: 147px;
}

#meothantai .number-lucky .num:nth-child(4) {
    left: 170px;
}

#meothantai .number-lucky .num:nth-child(5) {
    left: calc(50% - 48px);
}

#meothantai .number-lucky .num:nth-child(6) {
    left: calc(50% - 23px);
}

#meothantai .number-lucky .num:nth-child(7) {
    left: calc(50% + 9px);
}

#meothantai .number-lucky .num:nth-child(8) {
    left: calc(50% + 30px);
}

#meothantai .number-lucky .num:nth-child(9) {
    left: calc(50% + 60px);
}

#meothantai .number-lucky .num:nth-child(10) {
    left: calc(50% + 84px);
}

#meothantai .number-lucky .num:nth-child(11) {
    left: calc(50% + 118px);
}

#meothantai .number-lucky .num:nth-child(12) {
    left: calc(50% + 140px);
}

@media only screen and (max-width: 767px) {
    #meothantai .number-lucky .num:nth-child(1) {
        left: calc(50% - 160px);
    }

    #meothantai .number-lucky .num:nth-child(2) {
        left: calc(50% - 139px);
    }

    #meothantai .number-lucky .num:nth-child(3) {
        left: calc(50% - 108px);
    }

    #meothantai .number-lucky .num:nth-child(4) {
        left: calc(50% - 87px);
    }

    #meothantai .number-lucky .num:nth-child(5) {
        left: calc(50% - 48px);
    }

    #meothantai .number-lucky .num:nth-child(6) {
        left: calc(50% - 26px);
    }

    #meothantai .number-lucky .num:nth-child(7) {
        left: calc(50% + 7px);
    }

    #meothantai .number-lucky .num:nth-child(8) {
        left: calc(50% + 30px);
    }

    #meothantai .number-lucky .num:nth-child(9) {
        left: calc(50% + 63px);
    }

    #meothantai .number-lucky .num:nth-child(10) {
        left: calc(50% + 86px);
    }

    #meothantai .number-lucky .num:nth-child(11) {
        left: calc(50% + 118px);
    }

    #meothantai .number-lucky .num:nth-child(12) {
        left: calc(50% + 140px);
    }

    .txt_somm {
        font-size: 20px;
        font-weight: bold;
    }

}


/* Check/radio */
.form-check {
    display: block;
    min-height: 1.25rem;
    /* $form-check-min-height */
    padding-left: 0.25rem;
    /* $form-check-padding-start */
    margin-bottom: 0.5rem;
    /* $form-check-margin-bottom */
}

.form-check .form-check-input {
    float: left;
    margin-left: -0.25rem;
    /* $form-check-padding-start * -1 */
}

.form-check-reverse {
    padding-right: 0.25rem;
    /* $form-check-padding-start */
    padding-left: 0;
    text-align: right;
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -0.25rem;
    /* $form-check-padding-start * -1 */
    margin-left: 0;
}

.form-check-input {
    background-color: #f0f0f0;
    /* $form-check-input-bg */
    flex-shrink: 0;
    width: 1rem;
    /* $form-check-input-width */
    height: 1rem;
    /* $form-check-input-width */
    margin-top: 0.25rem;
    /* ($line-height-base - $form-check-input-width) * .5 */
    vertical-align: top;
    appearance: none;
    border: 1px solid #ccc;
    /* $form-check-input-border */
    transition: all 0.2s ease;
    /* @include transition($form-check-transition); */
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25rem;
    /* $form-check-input-border-radius */
}

.form-check-input[type="radio"] {
    border-radius: 50%;
    /* $form-check-radio-border-radius */
}

.form-check-input:active {
    filter: brightness(0.9);
    /* $form-check-input-active-filter */
}

.form-check-input:focus {
    border-color: #0056b3;
    /* $form-check-input-focus-border */
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    /* $form-check-input-focus-box-shadow */
}

.form-check-input:checked {
    background-color: #28a745;
    /* $form-check-input-checked-bg-color */
    border-color: #218838;
    /* $form-check-input-checked-border-color */
}

.form-check-input[type="checkbox"]:checked {
    background-image: url('checked-icon.svg');
    /* $form-check-input-checked-bg-image */
}

.form-check-input[type="radio"]:checked {
    background-image: url('checked-radio-icon.svg');
    /* $form-check-radio-checked-bg-image */
}

.form-check-input:disabled {
    pointer-events: none;
    opacity: 0.5;
    /* $form-check-input-disabled-opacity */
}

.form-check-input[disabled],
.form-check-input:disabled {
    ~.form-check-label {
        cursor: default;
        opacity: 0.6;
        /* $form-check-label-disabled-opacity */
    }
}

.form-check-label {
    color: #212529;
    /* $form-check-label-color */
    cursor: pointer;
    /* $form-check-label-cursor */
}

/* Switch */
.form-switch {
    padding-left: 0.25rem;
    /* $form-switch-padding-start */
}

.form-switch .form-check-input {
    width: 2rem;
    /* $form-switch-width */
    margin-left: -0.25rem;
    /* $form-switch-padding-start * -1 */
    background-image: url('switch-bg.svg');
    /* $form-switch-bg-image */
    background-position: left center;
    border-radius: 1rem;
    /* $form-switch-border-radius */
    transition: all 0.2s ease;
    /* @include transition($form-switch-transition); */
}

.form-switch .form-check-input:focus {
    background-image: url('switch-focus-bg.svg');
    /* $form-switch-focus-bg-image */
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url('switch-checked-bg.svg');
    /* $form-switch-checked-bg-image */
}

.form-check-inline {
    display: inline-block;
    margin-right: 0.5rem;
    /* $form-check-inline-margin-end */
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled],
.btn-check:disabled {
    +.btn {
        pointer-events: none;
        opacity: 0.6;
        /* $form-check-btn-check-disabled-opacity */
    }
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
    .form-switch .form-check-input:not(:checked):not(:focus) {
        background-image: url('switch-bg-dark.svg');
        /* $form-switch-bg-image-dark */
    }
}

.radio-filter-number {
    display: flex;
    gap: 30px;
    padding: 5px;
}

.radio-filter-number .form-check {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.radio-filter-number .form-check .form-check-input {
    margin: 0;
    padding: 0;
}

.radio-filter-number .form-check .form-check-input:checked {
    background: #fff;
    border-color: #fff;
}


.radio-filter-number .form-check .form-check-label {
    margin: 0;
    color: #fff;
}

.tbl-kqsx .tbl-head {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
    color: #fff !important;
}