
/* yeekee flex table 2 columns*/
.yeekee-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}



.boxhuay {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: white;
    border-radius: 3px;
    overflow: hidden;
    border: #b4021c 2px solid
}

.head-huay {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.awards-super-container {
   display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-right: 4px;
    gap: 8px;
}

.boxsuper {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: white;
    border-radius: 3px;
    overflow: hidden;
    border: #b4021c 2px solid
}

.head-super {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}



.body-super {
    width: 100%;
    display: block;
    background-image: linear-gradient(to right, #da0010 , #b4021c);
    text-align: center;
    color: white;
    font-size: 12px;
	display: flex;
    flex-direction: row;
	padding-top:8px;
	padding-bottom:8px;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.goldpattern {
/*     background: url("https://cdn.duoplay.co/gold-pattern.jpeg") top center; */
    background-image: linear-gradient(to bottom, white, lightgrey);
    background-size: 100%;
}

/* @media screen and (max-width: 576.98px)
.headflag {
    width: 35px;
} */

.headtxt {
	color: #b5011e;
/*     text-align: right;
   
    color: rgb(255, 255, 255);
    text-shadow: rgb(0 0 0) 2px 0px 0px, rgb(0 0 0) 1.75517px 0.958851px 0px, rgb(0 0 0) 1.0806px 1.68294px 0px, rgb(0 0 0) 0.141474px 1.99499px 0px, rgb(0 0 0) -0.832294px 1.81859px 0px, rgb(0 0 0) -1.60229px 1.19694px 0px, rgb(0 0 0) -1.97998px 0.28224px 0px, rgb(0 0 0) -1.87291px -0.701566px 0px, rgb(0 0 0) -1.30729px -1.5136px 0px, rgb(0 0 0) -0.421592px -1.95506px 0px, rgb(0 0 0) 0.567324px -1.91785px 0px, rgb(0 0 0) 1.41734px -1.41108px 0px, rgb(0 0 0) 1.92034px -0.558831px 0px;
    letter-spacing: 0.04em; */
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.subhead-huay {
    display: block;
    padding: 2px 2px 1px 2px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: gold;
    text-shadow: rgb(0 0 0) 1px 1px 2px;
    font-size: 80%;
}

.body-huay {
    width: 100%;
    display: block;
    background-image: linear-gradient(to right, #da0010 , #b4021c);
    text-align: center;
    color: white;
    font-size: 12px;
	display: flex;
    flex-direction: row;
	padding-left:4px;
	padding-right:4px;
	padding-top:13px;
	padding-bottom:13px;
}



/* card */
.bgwhitealpha {
    background: rgba(179, 227, 236, 0.6);
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    border: rgba(255, 255, 255, 1) 2px solid;
}
.p-2 {
    padding: 0.5rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.h-100 {
    height: 100% !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.text-center {
    text-align: center !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* min-width: 0; */
    /* word-wrap: break-word; */
    /* background-color: #fff; */
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.bgwhitealpha .card-header {
    font-weight: 400;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.text-danger {
    color: rgb(189, 132, 41) !important;
}
.text-danger {
    color: #dc3545 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.p-1 {
    padding: 0.25rem !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-text:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
}
h3, .h3 {
    font-size: 1.75rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.text-center {
    text-align: center !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* min-width: 0; */
    /* word-wrap: break-word; */
    /* background-color: #fff; */
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0);
    border-radius: 0.25rem;
}
.bgwhitealpha .card-header {
    font-weight: 400;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.text-danger {
    color: rgb(189, 132, 41) !important;
}
.text-danger {
    color: #dc3545 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(225,221, 58);
    border-bottom: 1px solid rgba(0, 0, 0);
}
.p-1 {
    padding: 0.25rem !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-text:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Mitr', sans-serif;
}
h5, .h5 {
    font-size: 1.25rem;
}
.boxhuay.disabled {
    -webkit-filter: grayscale(1) opacity(0.7);
    filter: grayscale(1) opacity(0.7);
}
.headflag>span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.headnumflag>span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
	width: 50px;
    height: 30px;
    background: #ffc107 !important;
}

.headnumflag>span.font-number {
    font-size: 24px;
    letter-spacing: normal;
    color: black;
    text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0;
}

.fullflag {
    background-size: cover;
    height: 100%;
    width: 100%;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 30px;
    line-height: 1em;
}

.history-awards-table{
	width:100%;
}

.history-awards-table th,.history-awards-table td{
 text-align:center
}



.bet-details-summary {
    width: 99%;
    border-collapse: collapse;
	font-size: x-small
}

.bet-details-summary tbody td .highlight {
	background-color: transparent !important;
}


.bet-details-summary thead th {
/*     background-color: #4CAF50; */
    color: black;
    padding: 4px 0px;
    text-align: center;
}

.bet-details-summary tbody td {
    border: 1px solid #ddd;
    padding: 4px 4px;
    text-align: center;
}

.bet-details-summary tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.bet-details-summary tbody tr:hover {
/*     background-color: #f5f5f5; */
}

