* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

body {
    background-color: #161d31
}

body #menu_mobile {
    font-family: "Montserrat", Helvetica, Arial, serif;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 999;
}

body #menu_mobile ul {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #0e1429
}

body #menu_mobile ul li {
    width: 100%;
    display: inline;
    list-style: none;
    border-left: 1px solid #cccccc21;
    cursor: pointer;
    user-select: none
}

body #menu_mobile ul li .menu_mobile__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    background-color: #0e1429;
    font-size: 8px;
    padding: 8px 10px;
    cursor: pointer
}

body #menu_mobile ul li .menu_mobile__item:active {
    background-color: #ffffff51 !important;
    position: relative
}

body #menu_mobile ul li .menu_mobile__item:active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff9f43
}

body #menu_mobile ul li .menu_mobile__item.active {
    background-color: #ffffff51 !important;
    position: relative
}

body #menu_mobile ul li .menu_mobile__item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff9f43
}

body #menu_mobile ul li .menu_mobile__item .menu_mobile__item-icon {
    display: flex;
    align-items: center
}

body #menu_mobile ul li .menu_mobile__item .menu_mobile__item-icon span {
    width: 22px;
    height: 22px;
    position: relative;
    margin-top: 2px;
}

body #menu_mobile ul li .menu_mobile__item .menu_mobile__item-icon span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center
}

body #menu_mobile ul li .menu_mobile__item .menu_mobile__item-icon p:first-child {
    margin-left: 20px
}

body #menu_mobile ul li:first-child {
    display: flex;
    align-items: flex-start;
    border-left-color: transparent
}

body #menu_mobile ul li:first-child:active {
    background-color: #ffffff51 !important;
    position: relative
}

body #menu_mobile ul li:first-child:active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff9f43
}

body #menu_mobile ul li:first-child .menu_mobile__item {
    width: 100%;
    align-items: center
}

body #menu_mobile ul li:first-child .menu_mobile__item .menu_mobile__item-icon span::before {
    left: -3px
}

body #menu_mobile ul li:first-child .menu_mobile__item .menu_mobile__item-icon p {
    font-size: 10px;
    text-align: center
}

body #menu_mobile ul li:nth-child(1) .menu_mobile__item .menu_mobile__item-icon span::before {
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    width: 11px;
    height: 14px;
    left: 0 !important;
    top: 3px;
    /* Resize the background image to cover the entire container */
    background-image: url("../icons/menu-mobile/user.svg")
}

body #menu_mobile ul li:nth-child(2) .menu_mobile__item .menu_mobile__item-icon span::before {
    background-image: url("../images/menu-icons/PH.png")
}

body #menu_mobile ul li:nth-child(3)>a {
    background-size: contain;
    background-image: url("../icons/menu-mobile/output-onlinegiftools.gif");
}

body #menu_mobile ul li:last-child>a {
    background-size: contain;
    background-image: url("../icons/menu-mobile/output-onlinegiftools.gif");
}

body #menu_mobile ul li:nth-child(3) .menu_mobile__item .menu_mobile__item-icon span::before {
    background-image: url("../images/menu-icons/BAC.png")
}

body #menu_mobile ul li:nth-child(4) .menu_mobile__item .menu_mobile__item-icon span::before {
    background-image: url("../icons/menu-mobile/more.svg")
}

/* body #menu_mobile ul li:nth-child(4) .menu_mobile__item .menu_mobile__item-icon span::before {
  background-image: url("../icons/menu-mobile/tv.svg")
}

body #menu_mobile ul li:nth-child(5) .menu_mobile__item .menu_mobile__item-icon span::before {
  background-image: url("../icons/menu-mobile/baccarat.svg")
} */

body #menu_mobile ul li:nth-child(6) .menu_mobile__item .menu_mobile__item-icon span::before {
    background-image: url("../icons/menu-mobile/more.svg")
}

.menu_mobile-list {
    margin-bottom: 0px;
    padding: 0px;
}

.m-0 {
    margin: 0px;
    line-height: 0px;
}

.user-pb-1 {
    padding-bottom: 8px;
    font-size: 10px;
}

.user-my-6 {
    margin: 6px 0px;
}

.mobile-channel-active {
    padding: 3px;
    border-radius: 50%;
    left: 48%;
    bottom: 11px;
}

.mobile-channel {
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body #menu_mobile {
        display: block
    }
}

@media (max-width: 575.98px) {
    body #menu_mobile {
        display: block
    }
}
