﻿
body {
    line-height: 1.3rem !important;
}

.lable-default {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500;
}

.lable-bold {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.lable-black-50 {
    color: rgba(0,0,0,.5) !important;
    font-size: 13px !important;
    font-weight: 500;
}

ul {
    padding-inline-start: 0px !important;
    list-style-type: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #b31b34;
    border-color: #b31b34;
}

    .btn-primary:hover {
        background-color: #b31b34 !important;
        border-color: #b31b34 !important;
        opacity: 0.5;
    }

.chip-blue {
    background: #1E74FD !important;
    color: #fff !important;
}

.chip-outline-blue {
    background: #fff !important;
    color: #1E74FD !important;
    box-shadow: inset 0 0 0 1px #1E74FD !important;
}

.text-blue {
    color: #1E74FD !important;
}

.color-blue {
    color: #b31b34 !important;
}

.margin-default {
    margin: 12px;
}

.background-default {
    background: #F9F9F9 !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.margin-left-2 {
    margin-left: 2px;
}

.modal-content {
    max-width: 428px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: none;
}



.modal-header {
    max-width: 428px !important;
}

.toast-box {
    max-width: 428px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-lottery {
    width: 320px;
    border-radius: 10px;
}

.modal.action-sheet .modal-content {
    border-radius: 20px 20px 0px 0px !important;
}

.margin-left-default {
    margin-left: 12px;
}

.margin-right-default {
    margin-right: 12px;
}

.text-color-lottery {
    color: #333333;
}

.btn.shadowed {
    -webkit-box-shadow: 0 1px 20px 0 rgba(183,183,183,.3) !important;
    box-shadow: 0 1px 20px 0 rgba(183,183,183,.3) !important;
}

#appCapsule {
    overflow-y: auto;
}

.lottery-card {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(183,183,183,.3) !important;
    box-shadow: 0 1px 20px 0 rgba(183,183,183,.3) !important;
}

.home-product-card {
    height: 102px;
    background: #fff;
    border-radius: 10px;
    margin: 12px;
    display: flex;
    -webkit-box-shadow: 0 1px 20px 0 rgba(183,183,183,.3);
    box-shadow: 0 1px 20px 0 rgba(183,183,183,.3);
}

    .home-product-card .header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-basis: 100px;
        flex-direction: column;
        color: white;
        font-weight: 600;
        font-size: 15px;
        border-radius: 10px 0 0 10px;
    }

    .home-product-card .header-loto {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-basis: 80px;
        border-radius: 10px 0 0 10px;
    }

    .home-product-card .header .logo {
        padding: 12px;
        width: 100%;
    }

    .home-product-card .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-basis: calc(100% - 100px);
        padding: 16px;
    }

    .home-product-card .content-loto {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-basis: calc(100% - 80px);
        padding: 16px;
    }

.owl-carousel.owl-drag .owl-item {
    padding: 12px;
}

.owl-carousel .owl-item img {
    border-radius: 10px;
}

.jackpot-day {
    color: #999 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 12px;
}

.jackpot-amount {
    color: #333333 !important;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
}

.jackpot-countdown {
    color: #333333 !important;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 12px;
    text-align: center;
}

.btn-border-circle {
    border-radius: 50px;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}

.personal-name {
    color: #333333 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 8px;
}

.personal-mobile {
    color: #999 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
}

.logo-personal {
    width: 30px;
    height: 30px;
    color: white;
}

.logo-personal-background {
    background: #b31b34;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px;
    border-radius: 50%;
}

.logo-personal-info {
    width: 30px;
    height: 30px;
    color: #b31b34;
}

.logo-personal-info-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50px;
    margin: 12px;
}

.personal-info {
    flex-basis: calc(100% - 50px);
}

.personal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px
}

    .personal-item .left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-basis: calc(100% - 150px);
    }

    .personal-item .right {
        display: flex;
        justify-content: end;
        flex-basis: 150px;
    }

.personal-title {
    color: #333333 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 8px;
}

.personal-value {
    color: #999 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.logo-personal-item {
    width: 20px;
    height: 20px;
}

.logo-personal-item-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 30px;
    margin: 6px;
}

.personal-item {
    flex-basis: calc(100% - 30px);
}

.personal-title-item {
    color: #333333 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
}

.bt-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bt-head-cbo {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 12px;
    width: 100%;
    color: #333333 !important;
}

.bt-head-cbo-lable {
    color: #999 !important;
    font-size: 12px;
    margin: 0px !important;
}

.line-title {
    color: #b31b34;
    font-weight: 600;
    font-size: 15px;
    margin-right: 12px;
}

.line-text-ball {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #b31b34;
    font-size: 13px;
    font-weight: 600;
}

.line-text-ball-selected {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b31b34;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #b31b34;
    color: white;
    font-size: 13px;
    font-weight: 600;
}

.line-text-ball-selected-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b31b34;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #b31b34;
    color: white;
    font-size: 13px;
    font-weight: 600;
}

.line-btn-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #b31b34;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #b31b34;
    font-size: 13px;
    border-radius: 6px;
    margin-left: 4px;
}

.line-btn-cl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b31b34;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #b31b34;
}

.line-btn-tc {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #34C759 !important;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #34C759 !important;
}

.line-text-ball-eo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
    margin: 3px;
    border: 1px solid #b31b34;
    font-size: 13px;
    font-weight: 600;
}

.line-text-ball-eo-checked {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b31b34;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
    margin: 3px;
    color: white;
    border: 1px solid #b31b34;
    font-size: 13px;
    font-weight: 600;
}

.draft-cal {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(183,183,183,.3) !important;
    box-shadow: 0 1px 20px 0 rgba(183,183,183,.3) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding: 12px;
}

.draft-amount {
    font-size: 15px;
    color: #b31b34;
    font-weight: 700;
}

.amount-bold {
    font-size: 15px;
    color: rgba(0,0,0,.5);
    font-weight: 700;
}

.payment-lable {
    color: #999 !important;
    font-size: 12px;
    margin: 0px !important;
}

.payment-value {
    color: #333333 !important;
    font-size: 13px;
    font-weight: 600;
    margin: 0px !important;
}

.modal-text-countdown {
    font-size: 13px;
    color: #b31b34;
    font-weight: 600;
    text-align: center;
}


.history-lable {
    color: #999 !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.history-normal {
    color: #333333 !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    margin-bottom: 6px;
}

.history-bold {
    color: #333333 !important;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.history-amount {
    color: #b31b34 !important;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
}

.history {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1px;
    padding: 10px;
}

    .history .header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-basis: 60px;
    }

        .history .header .logo {
            width: 100%;
        }

    .history .content {
        display: flex;
        margin-left: 12px;
        justify-content: space-between;
        flex-basis: calc(100% - 60px);
    }

        .history .content .right {
            display: flex;
            flex-direction: column;
            align-items: end;
        }

.ball-detail {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    margin-right: 4px;
}

.ball-detail-w {
    color: #b31b34;
    margin-right: 4px;
    font-weight: 600;
    font-size: 15px;
}

.result-ball {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b31b34;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 30px;
    border-radius: 50%;
    margin: 1px;
    border: 1px solid #b31b34;
    font-size: 13px;
    font-weight: 600;
}

.type-keno {
    font-size: 14px;
    color: #333333;
    margin-right: 6px;
}

.tab-column {
    flex-direction: column;
}

.tab-item-active {
    background: antiquewhite;
}

.tab-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .tab-item .right {
        display: flex;
        justify-content: end;
        flex-basis: 110px;
    }

    .tab-item .left {
        display: flex;
        align-items: center;
        flex-basis: calc(100% - 110px);
    }

.nav-link-d {
    height: 36px !important;
    justify-content: start !important;
}

.btn-sm-d {
    height: 25px !important;
}

.nav-tabs.lined .nav-item .nav-link.active {
    background: antiquewhite !important;
    border-bottom: none !important;
}

.list-ticket {
    display: flex;
    color: #333333 !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    width: 75px;
}

.chip .chip-label {
    padding: 0 8px;
}

.rw-lable {
    color: #333333 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
}

.trans-amount-credit {
    font-weight: bold;
    font-size: 16px;
    color: #b31b34
}

.trans-amount-debit {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.trans-img-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b31b34;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    padding: 8px;
}

.trans-img {
    width: 100%;
    height: 100%;
    color: white;
}

.iframe-mobile {
    margin-top: 10px;
    width: 100%;
    padding: 0px 10px
}

.cursor-point {
    cursor: pointer;
}

.category {
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

    .category a {
        text-decoration: none;
        color: #322C20;
    }

    .category .head {
        padding: 4px;
        font-weight: 600;
        color: black;
        cursor: pointer;
        font-size: 14px;
        background: bisque
    }

    .category .item {
        padding: 4px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0,0,0,.125);
        cursor: pointer;
    }

.kqxsmb-ball {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: black;
}

    .kqxsmb-ball:hover {
        background-color: yellow;
        cursor: pointer;
    }

.kqxsmb-ball-db {
    font-size: 16px;
    font-weight: 700;
    color: red !important;
    text-align: center;
}

    .kqxsmb-ball-db:hover {
        background-color: yellow;
        cursor: pointer;
    }

.td-lable {
    width: 75px;
    vertical-align: middle;
}

.kqxsmb-ball-g6 {
    font-size: 14px;
    font-weight: 700;
    color: #1861ac !important;
    text-align: center;
}

    .kqxsmb-ball-g6:hover {
        background-color: yellow;
        cursor: pointer;
    }

.table > :not(caption) > * > * {
    padding: 0.35rem 0.4rem;
}

.xskt-logo {
    margin-top: 4px;
    width: 48px;
}

.xskt-lable {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-basis: 90px;
    color: white;
    font-size: 12px;
    padding: 6px;
    background: lightseagreen;
    border-radius: 10px 0 0 10px;
}

    .xskt-lable .title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 4px;
    }

.xkst-value {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-basis: calc(100% - 90px);
    flex-wrap: wrap;
}

.xskt-tag1 {
    background: white;
    border-radius: 4px;
    color: red;
    padding: 0px 6px;
}

.xskt-tag2 {
    background: red;
    border-radius: 4px;
    color: white;
    padding: 0px 6px;
}

.xskt-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333333;
    font-size: 11px;
    text-align: center;
    width: 22%;
    margin:4px;
}

.xskt-list {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

    .xskt-list .item {
        display: flex;
        width: 33.3%;
    }
.xskt-son-selected {
    display: flex;
    width: 100%;
    max-width: 124px;
    min-width: 105px;
    border: 1px solid var(--color-primary);
    margin: 4px;
    cursor: pointer;
    border-radius: 4px;
    background: var(--color-primary);
    color: white !important;
}

    .xskt-son-selected .selected {
        flex-basis: 20px;
    }

    .xskt-son-selected .selected-value {
        flex-basis: 20px;
        background: var(--color-primary);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    .xskt-son-selected .value {
        font-size: 16px;
        font-weight: 500;
        flex-basis: calc(100% - 40px);
        display: flex;
        padding: 4px 0px;
        justify-content: center;
        align-items: center;
    }

    .xskt-son-selected .total {
        flex-basis: 20px;
        font-size: 11px;
        display: flex;
        justify-content: end;
        align-items: start;
        margin-top: -4px;
        padding: 2px;
    }

.xskt-son {
    display: flex;
    width: 100%;
    max-width: 124px;
    min-width: 105px;
    border: 1px solid var(--color-primary);
    margin: 4px;
    cursor: pointer;
    border-radius: 4px;
    color: black;
}

    .xskt-son .selected {
        flex-basis: 20px;
    }

    .xskt-son .selected-value {
        flex-basis: 20px;
        background: var(--color-primary);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    .xskt-son .value {
        font-size: 16px;
        font-weight: 500;
        flex-basis: calc(100% - 40px);
        display: flex;
        padding: 4px 0px;
        justify-content: center;
        align-items: center;
    }

    .xskt-son .total {
        flex-basis: 20px;
        font-size: 11px;
        display: flex;
        justify-content: end;
        align-items: start;
        margin-top: -4px;
        padding: 2px;
    }
.img-ticket {
    max-width: 350px;
    max-height: 350px;
}

.xskt-symbol-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.xskt-booking-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    font-size: 12px;
}

    .xskt-booking-head .cocau {
        font-size: 16px;
        color: #b31b34;
        font-weight: bold;
        text-align: center;
    }
.fixed-footer {
    max-width: 428px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    height: 108px;
    padding-bottom: 10px;
}
.kq-mn-title {
    text-align: center;
    color: black;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    background: bisque
}

.kqxsmn-ball-db {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-primary) !important;
    text-align: center;
}
.td-lable {
    vertical-align: middle;
    text-align: center;
}

.kqxsmn-ball {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}


.md-ticket-symbol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    border: 1px solid var(--color-primary);
    margin: 4px;
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    color: black;
}

.md-ticket-symbol-selected {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    border: 1px solid var(--color-primary);
    margin: 4px;
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    color: white;
    background: var(--color-primary);
}

.md-ticket-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    font-weight: 500;
}

    .md-ticket-title .value {
        color: var(--color-accent);
        font-weight: 600;
    }
.md-ticket-value {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    border: 1px solid var(--color-primary);
    margin: 2px;
    padding: 2px;
    cursor: pointer;
    border-radius: 6px;
    color: white;
    background: var(--color-primary);
}

.md-ticket-value-disable {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    border: 1px solid gray;
    margin: 2px;
    padding: 2px;
    cursor: pointer;
    border-radius: 6px;
    color: white;
    background: gray
}

.md-ticket-value-selected {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    border: 1px solid var(--color-sucess);
    margin: 2px;
    padding: 2px;
    cursor: pointer;
    border-radius: 6px;
    color: white;
    background: var(--color-sucess);
}