﻿/*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 {
    min-width: 20%;
    padding: 2px;
}

    .promotionFilter .pt-2 {
        width: 100%;
        text-align: center;
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #promotion-filter a {
        color: #fff;
    }

.promo-box {
    background: var(--c-content-bg) !important;
    border-radius: 0.25rem;
}
    .promo-box button, .promo-box a.btn {
        font-size: 0.8rem !important;
        font-weight: bold;
    }
.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;
}
.c-font-rubik-bold {
    font-family: rubikBold !important;
}
.c-font-rubik-regular {
    font-family: rubikRegular !important;
}

@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, .desktop-countdown {
        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;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 90px;
    background: #282828;
    border-radius: 0.25rem;
    overflow-x: hidden;
    width: 100%;
}

.promotionFilter.active .promo-tab {
    border: 1px solid var(--c-content-border) !important;
}

