@import url(assets/css/caudep.css?ver=toby2302);
@import url(assets/css/kqxs.css?ver=toby2302);
@import url(assets/css/lotop.css?ver=toby2302);
@import url(assets/css/soicau.css?ver=toby2302);

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.edit-modal {
    max-height: 800px;
    overflow-y: scroll;
}

.top-dudoan {
    background: #fff;
}

.box-thongkenhanh {
    background: #fff;
}

.content-box {
    background: #fff;
    color: #666;
    padding: 10px;
    margin: 10px;
}

.content-box h1 {
    color: red;
}

.khungtren {
    background-color: var(--toby-popular-color,#f0f8ff);
    color: #000;
    padding: 8px
}

.caudep {
    background: #fdfdfd;
    border: 1px solid #dfdddb;
    color: #1d5aeb;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 3px;
    padding: 5px;
    text-decoration: none
}

.win-number span.times {
    align-items: center;
    background-color: blue;
    border-radius: 99px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    height: 12px;
    justify-content: center;
    opacity: .75;
    position: absolute;
    right: -9px;
    top: -4px;
    width: 12px
}

.win-number {
    color: red;
    font-weight: 700;
    position: relative
}

.bold {
    font-weight: 700
}

.txt-center {
    margin: auto;
    text-align: center
}

.clnote {
    color: #ed0303
}

.mb10 {
    margin-bottom: 10px
}

.mt10 {
    margin-top: 10px
}

.s18 {
    font-size: 18px
}

.ball {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 100%;
    box-sizing: content-box;
    color: red;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    width: 1.5rem
}

.columns.column-2 .news-item {
    flex: 50%;
    padding: 5px
}

@media (max-width:640px) {
    .columns.column-2 .news-item {
        flex: 100%
    }
}

.text-center,
.center {
    text-align: center !important
}


.bt-red {
    background-color: #bf2527;
    color: #fff;
}

td.toby_kq {
    text-align: left
}

td.toby_so {
    color: red;
    font-weight: 700
}

span.toby_number {
    color: red;
    font-weight: 700
}

span.toby_count {
    color: blue;
    font-style: italic;
    font-weight: 500
}

.blinking-text {
    animation: blink 2s infinite;
    color: #ff8b00
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav>li {
    cursor: pointer;
    display: block;
    margin-bottom: 0
}

.nav>li>a {
    display: block;
    padding: 10px 15px
}

/* .nav-pills {
    margin-top: 10px
} */

.nav-menu-result-home li {
    flex-grow: 1
}

.nav-menu-result-home .nav-link span {
    color: var(--toby-tertiary-color, #9a0001) !important
}

.nav-menu-result-home .nav-link {
    border-radius: 0 !important;
    transition: .3s
}

.nav-menu-result-home .nav-link.active {
    background: #fff8c2 !important;
    font-weight: bolder
}


.tab-area .nav-item:nth-child(2) {
    border-left: 1px solid #fff !important
}

.tab-area .nav-item:nth-child(3) {
    border-left: 1px solid #fff !important
}

.tab-area .nav-link.active {
    background: var(--toby-primary-color, #2aaad1) !important;
    font-weight: bolder
}

.tab-area .nav-link.active>span,
.tab-area .nav-link.active>p {
    color: #fff !important
}

.tab-area .nav-link:hover {
    background: var(--toby-secondary-color, #6ae0d5) !important;
    color: #fff !important
}

.tab-area .nav-link:hover>span {
    color: #fff !important
}

.tab-area .nav-link {
    background-color: #ddd;
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.d-none {
    display: none !important
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }
}

.chotso .items .row {
    display: flex;
    line-height: 23px;
    padding-top: 2px
}

.title-topcaothu {
    font-size: 19px;
    font-weight: 700;
    color: var(--toby-secondary-color,#9a0001);
    border-bottom: 3px double var(--toby-primary-color);
    padding-bottom: 2px;
    margin-bottom: 5px;
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1.2em !important;
    width: 1.2em !important;
    margin: 0 0.07em !important;
    vertical-align: middle !important;
    background: none !important;
    padding: 0 !important;
}


/* ========== KHỐI ITEMS ========== */
.chotso .items {
    padding: 10px 5px;
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.3s ease;
}

.chotso .items:nth-child(odd) {
    background-color: #fff;
}

.chotso .items:nth-child(2n) {
    background-color: #f9f9f9;
}

.chotso .items .row {
    display: flex;
    padding-top: 2px;
    line-height: 1.5;
    align-items: center;
}

/* ========== CỘT EMOJI ========== */
.col-xs-1 {
    width: 8.33333333%;
}

.col-md-1,
.col-xs-1 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ========== CỘT AVATAR + NAME ========== */
.col-md-5,
.col-xs-5 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.chotso .items .name {
    padding-left: 10px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ========== CỘT LÔ - ĐỀ ========== */
.col-md-6,
.col-xs-6 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
}

/* ========== MÀU SẮC ========== */
.color-blue {
    color: #0066cc;
    font-weight: 500;
}

.color-orange {
    color: #e60000;
    font-weight: 500;
}

.color-green-pt {
    font-size: 10px;
    color: #FF0066;
    background: #fcfce6;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #d0eec0;
}

/* ========== ICON ========== */
.xanhlo,
.dode {
    height: 11px;
    width: 11px;
    padding-right: 5px;
    vertical-align: middle;
}

/* ========== SỐ LÔ/ĐỀ ========== */
.scct {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.nhay2 {
    color: red;
    font-weight: bold;
}

/* ========== TOP 1-3 ========== */
.tbl-topcaothu .items:first-child .emoji,
.tbl-topcaothu .items:nth-child(2) .emoji,
.tbl-topcaothu .items:nth-child(3) .emoji {
    background-color: red;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 0 8px;
    font-weight: bold;
}

.tbl-topcaothu .top {
    font-size: 30px;
}


/* Thống kê nhanh */

.tk-nhanh-number {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .tk-nhanh-number {
        width: 45px;
        font-size: 13px !important;
    }
}

.tk-nhanh-item-header {
    height: 40px;
    line-height: 40px;
    background: #efeeee;
    border-left: 3px solid var(--toby-secondary-color,#0099CC);
    font-weight: 700;
    padding-left: 10px;
    font-size: 15px;
    border-right: 1px solid #ddd;
}

.red {
    color: #e62e04 !important;
}

.header-menu {
    background: linear-gradient(45deg, var(--toby-primary-color) 50%, var(--toby-secondary-color) 100%);
    color: #fff;
    padding: 7px 10px;
    font-weight: bold;
    display: flex;
    border-left: 5px solid #FF3300;
}

.col100 {
    width: 100%;
}

.table tr {
    text-align: center;
    height: 35px !important;
}

.table tr td {
    border: 1px solid #e1e1e1 !important;
}

.top-dudoan table tr td.name,
table tr td.value {
    text-align: left;
}

.top-dudoan table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.03);
}

.note {
    padding: 10px;
    color: red;
    font-style: italic;
    font-size: 12px;
    text-align: justify;
}

img.img-dudoan {
    width: 20px;
    vertical-align: sub;
}


.box-scdd {
    margin-top: 10px;
}

/* Dự đoán */

.box-du-doan {
    border: 2px solid var(--toby-primary-color, #ee1515);
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.boxtit-dd {
    background: var(--toby-primary-color, #ee1515);
    color: #fff;
    font-size: 18px;
    padding: 7px 3px !important;
    margin: 0 !important;
    text-align: center;
}

.box-du-doan .prediction-row {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 5px;
    color: #333;
}

.box-du-doan strong {
    color: #ea0000;
    font-weight: bold;
}

.box-du-doan .prediction-row span,
.box-du-doan .prediction-row strong {
    font-weight: 600;
}

.box-du-doan .prediction-row::before {
    content: "⭐️  ";
    color: #ff9900;
}

/* Soi cầu */

.box-soicau {
    border: 2px solid var(--toby-secondary-color, #ee1515);
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.boxtit-sc {
    background: var(--toby-secondary-color, #ee1515);
    color: #fff;
    font-size: 18px;
    padding: 7px 3px !important;
    margin: 0 !important;
    text-align: center;
}

.box-soicau .prediction-row {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333;
}

.box-soicau .prediction-row strong {
    color: #ea0000;
    font-weight: bold;
}

.box-soicau .prediction-row::before {
    content: "⭐️  ";
    color: #ff9900;
}

.box-phantich {
    color: #333;
    background: #f0f9ff;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.box-phantich p {
    line-height: 1.6;
}

.box-phantich span {
    color: red;
    font-weight: bold;
}

/* Bảng table kqxs */

.bang-kqxs {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.bang-kqxs th {
    background: #43bfc7;
    font-weight: bold;
    color: #fff;
    padding: 8px;
}

.bang-kqxs td {
    padding: 6px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.bang-kqxs td:hover {
    background: #ffeaa6;
}

.sode {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.ngay.nho {
    font-size: clamp(9px, 2vw, 14px);
    color: #666;
    margin-top: 2px;
}