﻿/*LG88*/
.start-0 {
    left: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.fs-4 {
    font-size: calc(18px + .3vw) !important;
    color: var(--c-content-2-text) !important;
}
.btn.c-button-3-bg {
    float:right;
}
.promotionFilter .promo-tab {
     padding: 10px 15px;
}

    .promotionFilter .pt-2 {
        width: 100%;
        text-align: center;
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #promotion-filter a {
        color: #fff;
    }

.promo-box {
     border-radius: 0.25rem;
    position: relative;
 }

    .promo-box .img-fluid.w-100 {
      background:#000;
    }

    .promo-box button, .promo-box a.btn {
        font-size: 1rem !important;
     }
.c-content-1-text {
    color: var(--c-content-1-text) !important;
}

.c-button-3-border {
    border: 1px solid var(--c-button-3-border) !important;
}

.c-button-3-text {
    color: var(--c-button-3-text) !important;
}

.c-button-3-bg {
    background: var(--c-button-3-bg) !important;
}

.promo-description {
    overflow: hidden; /* hide any content that exceeds the height */
    text-overflow: ellipsis; /* display ellipsis (...) for truncated text */
    /*white-space: nowrap;*/ /* prevent the text from wrapping */
    color: var(--c-content-2-text) !important;
}

.timeBox {
    display: block;
}

.timeBoxMobile {
    display: none;
}

div[data="detail-content"] {
    color: white;
}
 
@media screen and (max-width: 768px) {

    .promotionFilter .pt-2 {
         font-size: 10px!important;
    }

    #gameTypeBox a.prev, #gameTypeBox a.next {
        top: -43px;
    }

        #gameTypeBox a.prev i, #gameTypeBox a.next i {
            margin-bottom: 0;
        }

    .timeBox {
        display: none;
    }
    div[data="detail-content"] {
        border-top: 1px solid var(--c-content-border) !important;
        padding-top: 15px;
        overflow-x: auto;
    }

    .timeBoxMobile {
        display: block;
        margin: 10px auto;
    }

    .lg88-promotion_list .container .c-content-bg .promo-box .col-lg-9 img {
        height: auto;
    }

    .lg88-promotion_list .container .c-content-bg .promo-box a[data="detail-button"] {
        float: right;
        margin-bottom: 8px;
    }

    .lg88-promotion_list .c-button-3-bg:hover {
        border: 1px solid var(--c-button-3-border) !important;
    }
         
        .fs-4 {
            margin-top: 0px;
            line-height: 1.5rem;
        }

    .detail-title, .detail-promo p, .bold-text {
        font-weight: bold;
    }

    .detail-title  {
         color: #d2b782;
         font-size:14px;
    }

}

.c-primary-text {
    color:#000;
}

.position-relative .left-0 {
    padding: 0 !important;
}

@media (max-width: 992px) {
    .px-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-0 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .mt-2 {
        margin-top: 0.5rem !important;
    }
    .m-0 {
        margin: 0 !important;
    }
    .promo-box {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .promo-description {
        display: none;
    }
}

#carouselLobbyBanner, #carouselLobbyBanner-mobile {
    display: none !important;
}

.promo-tab:active {
    border: 1px solid var(--c-content-border) !important;
}


#gameTypeBoxMobile {
    display: flex !important;
    background: #282828;
    border-radius: 0;
    overflow-x: hidden;
    width: 100%;
    border: 1px solid #a68656;
    border-top: none;
}

.promotionFilter.active .promo-tab {
background:#000;

}

.lg88-promotion_list .container {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}


.desktop-countdown {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(315deg, #3f0d12 0%, #a71d31 74%);
    border: 1px solid #a68656;
    font-size: 0.7rem;
}

    .desktop-countdown .h5 {
        font-size: 1rem;
    }


.promo-box-cta {
    position: absolute;
    right: 20px;
    bottom: 0;
}

    .promo-box-cta .btn.c-button-3-bg,
    .promo-box-cta .btn.c-button-3-bg:hover {
        background-image: linear-gradient(to bottom, #343a40 0%, #000 100%) !important;
        border: 1px solid #a68656;
        font-weight: 500;
        color: #fff;
    }

.promo-cate-all {
    padding: 15px;
    background-image: linear-gradient(to right, #987648, #fcf6ba, #987648, #fbf5b7, #987648);
    border: 1px solid #a68656;
}

.detail-promo {
    background: #16191c;
    padding: 10px 15px;
}

.lg88-promotion_list_title {
    font-size: 18px;
    padding: 10px;
    background-image: linear-gradient(to right, #987648, #fcf6ba, #987648, #fbf5b7, #987648);
    border: 1px solid #a68656;
    font-weight: bold;
}

    .lg88-promotion_list_title span {
        background-image: linear-gradient(to bottom, #343a40 0%, #000 100%);
        display:block;
        color:#fff;
        padding:8px;
    }

.promo-list-filter {
    border: 1px solid #a68656;
    background: #222222;
}
    .promo-list-filter .promo-tab {
        min-height: auto;
        display: flex;
    }

        .promo-list-filter .promo-tab img {
            width: 1.2rem;
            height: 1.2rem;
            margin-right: 8px;
        }

        .promo-list-filter .promo-tab span {
         font-size:1rem;
         font-weight:600;
         color:#fff;
        }

.promotionFilter { cursor:pointer; }

.promo-list-filter .selectCustom.promo_category {
    display: none;
}

.promo-list-container {
    display: block;
    width: 75%;
    margin: 0 auto;
}

.desktop-countdown .p-1 {
    padding: .2rem !important;
}

@media (max-width: 767px) {

    .desktop-countdown {
         right: 0;
         left:auto;
     }

    .desktop-countdown .p-1 {
        padding: .15rem !important;
    }


    .desktop-countdown .c-content-2-text.c-primary-text {
        margin-top: 2px;
    }

    .desktop-countdown .h5 {
        font-size: .8rem;
    }

    .desktop-countdown {
         font-size: 0.6rem;
    }

    .promo-list-container {
         width: 100%;
     }

    .lg88-promotion_list .container {
         display: flex;
        flex-wrap: wrap;
    }

    #promotion-filter {
        display: block;
        width: 100%;
    }

    .promo-list-filter .promotionFilter {
        display: none !important;
    }

    .selectCustom.promo_category {
        display: block !important;
        margin-bottom: 0;
    }

    .lg88-promotion_list_title { text-align:center;}

    .promo-list-container .promo-cate-all {
        margin-bottom: 25px !important;
    }

    .promo-box-cta {
         right: 10px;
        bottom: 10px;
    }

}

.selectCustom.promo_category .custom-select-dd {
     background-color: transparent;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0;
 }


.select-options {
    border: 1px solid #a68656;
    border-radius: 0;
}

.promo-list-container .promo-cate-all {
    margin-bottom: 40px;
} 
