.box-main {
    padding-top: 15px;
}

.csn-box-header {
    display: flex;
    row-gap: 16px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.box-header-list {
    padding-left: 5px;
    display: block;
    -webkit-flex: 0 0 20%;
    flex: 0 0 50%;
}

.div-btn {
    flex: auto;
    background: var(--main-bg1);
    border: 1px solid var(--main-bg1);
    color: var(--cl-yelow);
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-right: 5px;
    padding: 8px;
    border-radius: 10px;
    text-align: center;
    margin-top: 8px;
    cursor: pointer;
}

.div-btn.active {
    background: var(--main-bg1);
    border: 1px solid var(--main-bg1);
    font-weight: bold;
    color: #fac000;
}

.d-search {
    position: relative;
    display: flex;
    border-radius: 10px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    background: var(--main-bg2);
    margin-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.d-search-input {
    color: #ffffff;
    border: none;
    font-size: 12px;
    width: 80%;
    height: 20px;
    text-align: left;
    vertical-align: top;
    margin-top: 10px;
    background: var(--main-bg2);
}

.d-search-input::placeholder {
    color: var(--cl-gray);
}

.fa-search {
    width: 30px;
    height: 17px;
    line-height: 40px;
    color: var(--cl-gray);
}

.blist.active-category {
    display: block !important;
}

.dViyFy {
    width: 92%;
    color: var(--cl-white);
}

.fa-star {
    margin-right: 0px !important;
}

.fa-star.active {
    color: rgb(251, 192, 0) !important;
    margin-right: 0px !important;
}

.col-list {
    margin: 10px;
}

.containerx {
    width: 100%;
}

.listmenu_livecasino .ih-item.square.effect6 .info h3 {
    margin: 15px 0 0 0;
}

.casino_box-ms {}

.casino_box-ms img {
    border-radius: 5px;
}

.sc-eWVKcp {
    display: flex;
    color: #FFFFFF;
    padding: 8px 0px 8px 12px;
}

.casino_box-ms {
    /* background:  #16302e; */
    border-radius: 8px;
}

.boxEyeIcon {
    margin-bottom: 15px;
}

.box-casino-list img {
    border-radius: 8px;
}

.box-filter{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin-bottom: 8px;
    align-items: baseline;
}
.box-filter .myfavourite-title{ width: 40%; }
.box-filter .myfavourite-search{
    width: 60%;
    display: flex;
    justify-content: end;
    position: relative;
    margin-top: 1px;
}
.box-filter .myfavourite-search .isearch{
    position: absolute;
    left: 10px;
    top: 9px
}
.box-filter .myfavourite-search input{
    background: var(--main-bg2);
    border-radius: var(--bdrd-sm);
    padding: 2px 16px 2px 30px;
    width: calc(100% - 38px);
    border-width: 0;
}
.btnmyfavourite{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: var(--bdrd-sm);
    margin-left: 8px;
    background: var(--main-bg2);
}

@media (max-width: 992px) {
    .main-data {}

    .menu-list {
        justify-content: center;
    }

    .menu-list i {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 500px) {}
ul { list-style-type: none; }
li { display: list-item;  list-style-type: none;  text-align: -webkit-match-parent;}

.d-ltype {
    position: relative;
    background: url(./assets/images/temp-<?php echo $temp;?>/cl-<?php echo $ctemp;?>/i-lotto/bglotto.png?v1);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 67px;
    margin: 0 5px;
    text-align: center;
    color: var(--cl-white);
    border-top-right-radius: var(--bdrd-sm);
    border-top-left-radius: var(--bdrd-sm);
    cursor: pointer;
    margin-left: 0px;
    margin-right: 0px;
}

.d-lottoselect {
    position: relative;
    background: url(./assets/images/temp-<?php echo $temp;?>/cl-<?php echo $ctemp;?>/i-lotto/bglotto.png?v1);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 181px;
    margin: 10px;
    text-align: center;
    color: #fff;
    border-top-right-radius: var(--bdrd-sm);
    border-top-left-radius: var(--bdrd-sm);
    cursor: pointer;
    border: 1px solid #324942;
}

.d-lottoselect i {
    font-size: 65px;
    margin-top: 35px;
    color: #a1a1a1;
}

.d-lottoselect .d-txt {
    font-size: 20px;
    margin-top: 15px;
    color: #a1a1a1;
}

.loto-close, .b-close {
    filter: grayscale(100%);
}

.d-imgtype {
    position: absolute;
    width: 50px;
    height: 55px;
    margin: 10px;
}

.d-imgtype img {
    vertical-align: top;
    border-radius: 5px;
}

.d-txttype {
    position: relative;
    float: right;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 5px;
}

.d-timeclose {
    position: absolute;
    right: 3px;
    margin-right: 5px;
    background: #ffffff;
    color: #ff5a4e;
    letter-spacing: 0.5px;
    border-radius: 3px;
    padding: 3px;
    font-size: 10px;
    top: 3px;
}

.d-footbox {
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 30px;
    /* color: #fff; */
    /* background: #0e0e0e; */
    z-index: 8;
    line-height: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    z-index: 0;
}

.d-footbox i {
    margin-top: 8px;
}

.d-footbox span {
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
}

.app-casino-all .hgQjmC .fa-star{
    color: var(--cl-gray);
    margin-right: 30px;
}

.app-casino-all .hgQjmC .fa-star.active{
    color: var(--cl-yelow);
    margin-right: 30px;
}