@charset "UTF-8";
.promotionContainer .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: var(--yellow-dark);
}

#promotionContainer .container {
    width: 1200px;
}

#promoPage .btn-promotion,
#promoPage .btn-clear {
    background: url("../images/btn-login.png") no-repeat center;
    background-size: 100% 100%;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.5),
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff;
    color: #fff;
    transition: 0.2s ease-in-out;
}

#promoPage .btn-promo {
    transition: 0.2s ease-in-out;
}

#promoPage .btn-promotion:hover {
    transform: translateY(5px);
}

.promo-img {
    width: 50%;
    min-height: 100px;
    float: left;
    padding-left: 10px;
}

.promo_group_body_inner img {
    min-height: 75px;
    border-radius: 5px;
}

.promo_group_body {
    min-height: 230px;
    background: transparent;
}

#promoPage .btn-default,
#promoPage .btn-clear {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.7);
    border-color: red;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-image-source: linear-gradient(to left, #00c85385, #ff5959);
    border-image-slice: 1;
    border-bottom: 1px solid;
}

#promoPage .btn-default:hover,
#promoPage .btn-clear:hover {
    opacity: 0.85;
}

.promo_group_body {
    border: 1px solid var(--color);
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, 0.5),
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff,
        inset 0 0 0 1px #fff;
}

.promo_detail {
    padding: 10px 0 0 10px;
    display: block;
    color: #989898;
}

.promo_group_body {
    position: relative;
}

#promoPage ol li {
    margin-left: 40px;
    list-style: decimal
}

.promo-desc span {
    color: #989898 !important;
}

#promotionContainer {
    display: block !important;
}

.promo_t {
    display: none;
    width: 100%;
}

.countdown {
    font-size: 18px;
    color: var(--color);
    margin-top: 5px;
    position: absolute;
    margin-left: 15px;
}

.videohome {
    /* width: 73%!important; */
    float: left;
    width: 52% !important;
}

.footer-box .title,
.title-games,
.label .chec9,
.regis-title1,
.button_register,
.text2,
.input select,
.term_condition,
.deposit-text,
.small,
small,
#promoPage .btn-default,
#promoPage .btn-clear,
.withdrawal-text {
    font-family: Kh-Battambang !important;
}

.radioin-sen {
    margin-left: 180px;
    margin-bottom: 10px;
}

.promo-item-desc {
    width: 100%;
    display: block;
    min-height: 65px;
    padding-left: 10px;
    margin: auto;
    text-align: center;
    padding-top: 55px;
}

.promo_group_body_inner {
    padding: 10px 10px 10px 0;
}

.btn-promo {
    min-width: 110px;
    background-color: var(--color) !important;
    display: inline-flex;
    border-radius: 5px;
}

.promo-details-body {
    margin: 10px;
    text-align: left;
    padding-left: 10px;
    float: left;
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.promo_group_body_inner,
.promo_group_body_inner * {
    transition-duration: inherit !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.promo-details-body table td {
    border: 1px solid #ccc;
    padding: 5px;
    color: #ff0000;
}

.btn-promo,
.btn-promotion,
#promoPage .btn-promotion,
#promoPage .btn-clear {
    border-radius: 5px !important;
    min-width: 100px;
}

.promo-item-desc h2.promo-title span.promo-pTitle {
    color: #ff0000;
    font-size: 22px;
}

.promo-details-body {
    color: var(--txt);
}

.promo-details-body p strong {
    color: var(--color);
}

.promo-details-body table p {
    color: var(--eee);
}

.page-container .wrappers {
    width: 100%;
}

#promoPage ol li {
    color: #fff;
}

div#promotionContainer p {
    color: #fff;
}

#buttonNav {
    display: flex;
}

/*.promo-details-body p,
.promo-details-body span {
    color: #fff !important;
}*/
@charset "UTF-8";
@font-face {
  font-family: "prompt";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700&amp;display=swap) format("truetype");
}
html:lang(th) body{
    font-family: "Prompt", sans-serif;
}