@charset "UTF-8";

body {
    font-family: 'Kanit', sans-serif;
    font-weight: inherit;
    font-size: 14px;
    animation: fade-in 1s, bg-move 15s linear infinite;
    -webkit-animation: fade-in 1s, bg-move 15s linear infinite;

}

::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
    font-weight: 400;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

.flag {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    margin: -3px -11px;
}

.img-logo {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.btn-default {
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
}

.btn-default.btn-green {
    background-color: #1D7068;
    color: #fff;
}




.btn-default.btn-orange {
    background-color: #FC9226;
    color: #fff;
}

.btn-default.btn-orange:hover {
    background-color: #d26f0c;
}

.box-announce {
    overflow-y: auto;
    background: #FFFDD4;
    border: 1px solid #997404;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    color: #8A7C00;
    margin: 30px 0;
}

.box-announce .topic-head {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #997404;
    font-size: 18px;
}

.box-announce .topic-head .icon-title {
    margin-right: 10px;
}


.bet-room {
    padding: 10px 0;
}

.bet-room .topic-head {
    font-size: 20px;
    margin: 0 5px;
    color: #000;
    font-weight: 700;
}

.bet-room .topic-head .date {
    margin: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.bet-room .box-19 {
    display: block;
    margin: 5px;
}

.bet-room .time {
    font-size: 14px;
    line-height: 30px;
    color: #DC3545;
}

.bet-room .topic-head .type {
    margin: 0 5px;
}

.bet-room .card-right .countdown {
    font-size: 20px;
    float: left;
    margin: 0 10px;
    color: #F16500;
}

.bet-room .cord-right button {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.play-bet .nav-pills {
    border: none;
    padding-bottom: 0;
}

.play-bet .nav-pills .nav-item {
    width: 32%;
    margin-right: 1%;
}

.play-bet .nav-pills .nav-link {
    width: 100%;
    font-size: 18px;
    color: #898989;
    background-color: #EDEDED;
    border: 1px solid #D1D1D1;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.play-bet .nav-pills .nav-link:hover {
    color: #FFFADD;
    background-color: #FC9226;
}

.play-bet .nav-pills .nav-link.active,
.play-bet .nav-pills .show>.nav-link {
    color: #FFFADD;
    background-color: #FC9226;
}

.play-bet .tab-content {
    background: #F4F4F4;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 30px;
}

.content-bet .img-logo {
    width: 30px;
    height: 30px;
}

.content-bet .flag {
    width: 40px;
    height: 40px;
    margin: -1px -6px;
}

.content-bet .btn-bet {
    width: 15%;
    color: #856404;
    background-color: #E7D6A5;
    border: 1px solid #C09B2F;
    border-radius: 5px;
    padding: 5px;
}

.content-bet .btn-bet:hover,
.content-bet .btn-bet.active {
    color: #FFFADD;
    background-color: #CFA738;
    border: 1px solid #856404;
}

.content-bet .number-bet {
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
    overflow-y: auto;
    margin-bottom: 10px;
}

.content-bet .btn-nb-bet {
    height: 42px;
    font-size: 16px;
    font-weight: 500;
}

.content-bet .table td {
    /* border: none; */
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1;
}

.content-bet .table td .type {
    height: 60px;
    padding: 10px;
    border: 1px solid #D1D1D1;
}

.content-bet .table td .box-number {
    height: 60px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    vertical-align: top;
}

.content-bet .table td .delete {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

.content-bet .bet-title {
    width: 100%;
    text-align: center;
}

.content-bet .bet-title .topic-head {
    color: #856404;
    font-size: 20px;
}

.content-bet .table {
    margin-bottom: 0;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.content-bet .table.table-total {
    margin: 5px 0 30px;
}

.content-bet .table.table-total td {
    height: 40px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    border: none;
}

.content-bet .table.table-total .save-price {
    width: 140px;
    padding: 0;
}

.content-bet .table.table-total .save-price button {
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    background: #DC3545;
    border: 1px solid #DC3545;
}

.content-bet .table.table-total .total-price {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border: 1px solid #D1D1D1;
}

.content-bet .table.table-total .view-list {
    width: 140px;
    padding: 0;
}

.content-bet .table.table-total .view-list button {
    width: 100%;
    height: 40px;
    color: #fff;
    background: #2C8C83;
    border: 1px solid #2C8C83;
    text-align: center;
}

.content-bet .table.table-total a {
    color: #fff;
}

.content-bet .countdown {
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
    color: #DC3545;
    font-weight: 500;
}

.table-runNum-bet {
    background-color: #fff;
}

.table-runNum-bet table thead {
    background-color: #2C8C83;
    color: #fff;
}

.table-runNum-bet .table th,
.table-runNum-bet .table td {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.table-runNum-bet .table th .amount{
    padding: 5px 0;
    font-size: 18px;
    color: #FFEB76;
}

/* 
.table-runNum-bet .table thead th {
    border: 1px solid #E2E2E2;
    border-bottom-color: #E2E2E2 !important;
} */

.table-runNum-bet .table thead th .btn-link {
    font-size: 12px;
    color: #FFEB76;
    cursor: pointer;
}

.table-runNum-bet .table .del {
    font-size: 18px;
    color: #dc3545;
    display: block;
    padding: 10px 5px;
}

.table-runNum-bet .table .del:hover {
    color: #a6222f;
}

.table-runNum-bet .table .form-control {
    text-align: center;
}

.data-lotto table thead {
    background-color: #2C8C83;
    color: #fff;
}

.data-lotto .table thead th {
    border: 1px solid #e8eff9;
    border-bottom-color: #e8eff9 !important;
}

.data-lotto .table tbody tr:nth-of-type(odd) {
    background-color: #F4F4F4;
}

.data-lotto .table th,
.data-lotto .table td {
    font-size: 12px;
    padding: 12px 10px;
    text-align: center;
}

.content {
    margin-bottom: 5%;
}

.content .box-header .card-head .topic-head {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.content .box-header .time {
    font-size: 14px;
    line-height: 30px;
    color: #DC3545;
}


.content .box-header .card-right .date {
    color: #DC3545;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

.content .table th,
.content .table td {
    text-align: center;
    font-weight: 500;
}

.content .table th {
    font-weight: 500;
    color: #fff;
}

.content .table thead {
    background-color: #2C8C83;
}

.content .table tbody tr:nth-of-type(odd) {
    background-color: #F4F4F4;
}

.content .table tfoot {
    background-color: #fff;
}

.content .table tfoot tr.total-bet {
    background-color: #f7d7b9;
}

.content .table tfoot tr.discount {
    color: #cda845;
}

.content .table tfoot tr.rate {
    color: #0d6efd;
}

.content .table tfoot tr.list-income {
    background-color: #2C8C83;
    color: #fff;
}

.content .table tfoot tr.income {
    color: #2C8C83;
}

.content .table tfoot tr.total-income {
    background-color: #FFFDD4;
}

.content .table tfoot td {
    font-weight: 500;
}

.content .table td .win {
    color: #28A745;
}

.content .table td .lose,
.content .table td .del {
    color: #DC3545;
}

.content .table td .view {
    color: #DC3545;
    cursor: pointer;
}

.box-search {
    margin: 10px 0;
    padding: 10px 20px;
    background: #F4F4F4;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.box-search .btn-search {
    width: 100%;
    color: #fff;
    background-color: #FC9226;
    border-color: #FC9226;
    margin-top: 29px;
}

.box-search .type-bet {
    margin: 10px 0;
}

.box-search .type-bet .btn-light {
    border-color: #D1D1D1 !important;
}

.box-search .bet-checkbox {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}

.box-search .bet-checkbox .form-check-inline {
    margin: 3px;
    font-size: 12px;
}

.box-search .bet-checkbox .form-check-input:checked {
    background-color: #cfa738;
    border-color: #cfa738;
    background-image: none;
}

.table-results .btn-default {
    padding: 8px 40px;
    float: right;
}

.box-profile {
    margin: 10px 0;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.box-profile .btn-default {
    width: 130px;
    padding: 10px;
    margin: 5px;
}

.box-pf {
    width: 100%;
    display: flex;
    padding: 20px;
    background: #D7FFD4;
    border-radius: 5px;
    border: 1px solid #065500;
}

.box-pf .name-user {
    width: 50%;
    float: left;
    font-size: 18px;
    line-height: 46px;
    font-weight: 500;
}

.box-pf .name-user img {
    float: left;
    margin: 5px 10px;
}

.box-pf .level {
    width: 50%;
    float: right;
    text-align: end;
    font-size: 16px;
    line-height: 46px;
}

.topic-head-af {
    font-size: 16px;
    margin-bottom: 10px;
}

.topic-head-af span {
    color: #FC9226;
}

.add-sub{
    margin-bottom:20px ;
}

.add-sub .btn-default{
    padding: 8px 30px;
}

.table-af .setting {
    color: #000;
}

.table-af .setting:hover {
    color: #2C8C83;
}

.table-af table tr td {
    font-size: 16px;
}

.table-af table tr td .form-control {
    text-align: center;
}

.table-af .form-control:disabled {
    background-color: #fff;
}

footer {
    background-color: #FC9226;
    text-align: center;
    padding: 10px;
}

footer .copy-rights {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

/*responsive*/
@media (max-width: 1600px) {}

@media (max-width: 1366px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {
    .content-bet .img-logo {
        width: 38px;
        height: 30px;
    }

    .box-search .btn-search{
        margin-top: 20px;
        padding: 0;
    }
}