@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v103/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

:root {
    --main-color: #dfaf35;
    --bg-menu-1: rgb(222, 0, 0) 8%;
    --bg-menu-2: rgb(222 0 0 / 100%) 100%;
    --nav-pills-font-color: #000;
    --button-font-color: #000;
    --menu-font-color: #000;
    --card-header-font-color: #000;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


/* ----------------------------------------------
* Generated by Animista on 2021-11-11 22:7:54
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scale-up-center {
    -webkit-animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1.000) both
}

body {
    font-family: 'Prompt', sans-serif;
    background: #000000;
}

.dark_theme {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #1f1f1f;
}

.dark_theme .btn-light:focus,
.dark_theme .btn-light:hover,
.dark_theme .btn-light:not(:disabled):not(.disabled).active,
.dark_theme .btn-link,
.dark_theme .btn.btn-link-default.active,
.dark_theme .btn.btn-link-default:focus,
.dark_theme .btn.btn-link-default:hover,
.dark_theme .float-label .form-control:focus+.form-control-label,
.dark_theme .text-template,
.dark_theme a {
    color: #fff;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-block {
    width: 100%;
}

.btn {
    padding: 0.5rem 0.75rem;
}

.btn-danger {
    background-color: #ed1c24;
}

.btn-success {
    background-color: #00b000;
}

.text-danger {
    color: #ff0000 !important;
}

.text-success {
    color: #339900 !important;
}

.text-warning {
    color: #ffcc00 !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fw600 {
    font-weight: 600;
}

.fw500 {
    font-weight: 500;
}

.btn_gold {
    background: linear-gradient( 170deg, #fff593 30%, #bd6a00 100%);
    color: #1d1d1d;
    border: 1px solid goldenrod;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.closesidemenu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    background-color: #333;
    font-size: 26px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .sidebar.active .closesidemenu {
    bottom: 12%;
    opacity: 1
}

.sidebar figure.avatar {
    display: inline-flex;
    border: 5px solid;
    border-radius: 100rem;
    margin-bottom: 0;
    z-index: 999999;
}

.sidebar figure.avatar .material-icons {
    font-size: 60px;
    line-height: normal;
}

.sidebar span.icons-raised {
    position: relative;
    border-radius: 30px;
    height: 44px;
    width: 44px;
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    text-align: center;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    background-color: hsla(0, 0%, 100%, .1);
    font-size: 25px;
}

.sidebar .mCSB_container {
    margin-top: 0px;
    padding: 0 20px 20px;
    border-radius: 20px;
}

.sidebar .user-info-detail {
    padding-left: 20px;
}


/*.sidebar { background-image: url("../../images/bg/bg_sidebar_web.png") !important;background-size: cover;background-repeat:no-repeat; width: 30%; position: fixed; top: 0; right: -100%; height: 100%; z-index: 999; background: #000; color: #c13737; transition: all 0.3s; box-shadow: 0px 5px 10px #333;; padding: 0%; overflow-y: auto; }*/

.sidebar {
    background-image: linear-gradient(rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)), url("../../images/bg/bg_sidebar_web.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    width: 30%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 999;
    background: #000;
    /* color: #c13737; */
    color: #ffffff;
    transition: all 0.3s;
    box-shadow: 0px 5px 10px #333;
    ;
    padding: 0%;
    overflow-y: auto;
}

.sidebar.active {
    right: 0;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 20%);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
    top: 0;
}


/*.sidebar .sidebar-header { padding: 20px 0px 0px; background: unset; display: flex; align-items: center; justify-content: center; }*/

.sidebar .sidebar-header {
    padding: 20px 0px 0px;
    background: unset;
    display: flex;
}

.sidebar ul.components {
    padding: 20px 0;
    border-bottom: none;
}

.sidebar ul p {
    color: #fff;
    padding: 10px;
}

.sidebar ul li a {
    font-size: 1.1em;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 30px;
    padding: 3px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

.sidebar ul li a:hover {
    color: #fff;
    background-image: linear-gradient( 170deg, #333, #333, #333);
    border: 0px solid #c13737;
    border-radius: 100rem;
}

.sidebar ul li.active>a,
a[aria-expanded="true"],
{
    color: #fff;
    background-image: linear-gradient( 170deg, #c13737, #c13737, #874807);
    border: 0px solid #c13737;
    border-radius: 100rem;
}

.sidebar img.icons-mebg {
    width: 50px;
    height: auto;
    margin-right: 20px;
    background: #464646;
    border-radius: 50%;
    padding: 5px;
}

.sidebar img.icons-logout {
    width: 50px;
    height: auto;
    margin-right: 20px;
    background: #de151b;
    border-radius: 50%;
    padding: 5px;
}

.sidebar ul li.active {
    background-color: #262626;
    border: 0;
    border-radius: 30px;
}


/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */

.wrapper {
    max-width: 550px;
    margin: 0 auto;
    padding: 0px 20px;
}

.mw500 {
    max-width: 500px;
    margin: 0 auto;
}

.header .btn-sm {
    border-radius: 100rem !important;
    font-size: 12px !important;
}

.header {
    background-image: url("../../images/bg/bg_head_web.png");
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 0;
    left: 0;
    transition: all .5s ease;
}

.header .btn-bernav {
    padding: 0.175rem 0.5rem;
    border-radius: 0;
    position: absolute;
    right: 10px;
}

#sidebarCollapse span {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 4px;
    margin-top: 4px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.logo {
    position: relative;
    /* width: 240px; */
    width: auto !important;
    height: 120px;
    z-index: 999;
    margin: 0px;
}

.dark_theme .bg-shadow {
    border-radius: 20px;
    filter: drop-shadow(0 1px 1px #FFC700);
    background: #350b4a;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block_user {
    box-shadow: 0px 0px 10px rgb(255 204 0 / 50%);
    border: 1px solid #f8d87c;
    margin-top: 15px;
    border-radius: 12px 12px 0 0;
}

.block_user .bg_yellow {
    background-color: #fff2bc;
    color: #660000;
}

.block_user .bg_yellow a {
    color: #660000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.block_user .bg_yellow .icon_buser,
.ico_tab {
    height: 25px;
    width: auto;
    margin-right: 5px;
}

.block_user .avt {
    background-color: #660000;
    width: 70px;
    height: 70px;
    border-radius: 100rem;
    margin: 0 auto;
}

.card2 {
    position: relative;
    border-radius: 12px 12px 0 0;
    color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px rgb(255 204 0 / 50%);
}

.card2:before {
    border-radius: 12px 12px 0 0;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url("../../images/bg_wallet.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    z-index: -1;
}

.card2 h3 {
    color: #660000;
}

.card2 .wallet-money {
    font-family: 'Prompt', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffcc00;
    -webkit-text-stroke: 1px #660000
}

.card2 .user_detail {
    display: inline-flex;
    justify-content: start;
    align-items: center;
}

.card2 .user_detail .user-info-detail h6,
.user-info-detail h6 {
    font-size: 16px;
    font-weight: 100;
    color: #cb751a;
    display: flex;
    align-items: center;
}

.card2 .user_detail .user-info-detail .small,
.user-info-detail .small {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.card2 .cradit {
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding: 20px 0 10px;
    text-align: center;
    color: #ffcc00;
}

.card2 .cradit small {
    font-size: 12px;
}

.card2 a.btn-refresh {
    position: absolute;
    margin-left: 100px;
    top: 12px;
    right: 10px;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 12px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #000;
    text-decoration: none;
    border: 2px solid #fff;
}

.gamelog {
    font-size: 13px;
    color: #000 !important;
    background-color: #ffcc00;
    border: 2px solid #cc9900;
    width: 100%;
    padding: 10px;
}

.btn-black {
    border-radius: 50px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #000!important;
    color: #f6edad!important;
    text-shadow: 1px 1px 2px #000;
    background-image: linear-gradient(160deg, #212529, #495057, #000000, #343a40, #6c757d);
    border: 1px solid #16191c;
}

.card3 {
    border-radius: 0px;
    border: 1px solid #f8d87c;
    background: #fff;
    margin: 20px 0;
    padding: 7px;
    box-shadow: 0px 0px 10px rgb(255 204 0 / 50%);
}

.card3 .icong {
    height: auto;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    padding: 16px 0;
}

.icon-main {
    background: radial-gradient(#fff593 40%, #bd6a00 100%);
    border-radius: 50%;
    width: 50px!important;
    height: 50px!important;
    padding: 10px;
}

.card3 .icong .small {
    font-size: 14px;
    color: #660000;
    padding-top: 5px;
    font-weight: 500;
}

.card3 a.icong .icon-main {
    color: #212529;
}

.card3 a.icong:hover .icon-main {
    background: linear-gradient( 140deg, #ffc700, #2c0000);
    color: #fff;
}

.card3 .icong .icon_img {
    height: auto;
    width: 45px;
    margin-bottom: 6px;
}

.card3 a.icong:hover .icon_img {
    opacity: 0.5;
}

.brd_a {
    border: 3px dashed #660000;
}

.brd_l {
    border-left: 3px dashed #660000;
}

.brd_r {
    border-right: 3px dashed #660000;
}

.brd_t {
    border-top: 3px dashed #660000;
}

.brd_b {
    border-bottom: 3px dashed #660000;
}

.img_banner {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    max-width: 600px;
    bottom: 0px;
    z-index: 999;
}

.ct_main h1.title,
h1.title {
    color: #660000;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.ico_title {
    width: 15px;
    margin: 0 7px;
}

.line_dot {
    border-top: 3px dashed #808080;
    background: #fff;
    opacity: 1;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.ct_main p {
    color: #333333;
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}

.ct_main p span.text-warning {
    color: #dd8500 !important;
}

.ct_main ul.numb {
    color: #333333;
    list-style: decimal;
    font-size: 12px;
    line-height: 2.2;
    padding-left: 1.2rem;
}

.blockbg_dark {
    border-radius: 10px;
    border: 1px solid #000;
    background: #2f2b31;
    margin: 20px 0;
    padding: 20px 5px;
}

.blockbg_dark h1.title {
    color: #ffcc00;
    font-size: 16px;
}

.blockbg_dark p,
.blockbg_dark h4 {
    margin-bottom: 0px;
}

form {
    color: #ffffff;
}

form label.form-label {
    font-size: 13px;
    color: #660000;
}

form .form-control,
form .form-select,
.form-control[readonly] {
    font-size: 16px;
    padding: 0.75rem 1.5rem;
    color: #fff;
    background-color: #333333;
    border-radius: 100rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

.fas_gray {
    color: #a1b3b9;
}

.fas_red {
    color: #ff0000;
}

.fas_wait {
    color: #ff9900;
}

.fas_green {
    color: #45d100;
}

.fas_info {
    color: #1faaf2;
}

.fa-2x {
    font-size: 18px;
}

.card {
    border: none;
}

.card_remark {
    border-radius: 20px;
}

.card_remark .card-body {
    font-size: 13px;
}

.card_remark .card-body tbody td {
    display: flex;
    align-items: center;
}

.card_remark .card-body .fas {
    font-size: 10px;
}

.card_tranfer {
    border: 2px solid #c13737;
    border-radius: 10px;
    padding: 0px;
}

.card_tranfer .card-body {
    font-size: 13px;
    padding: 0px;
}

.card_tranfer .table>:not(:last-child)>:last-child>* {
    background-color: #c13737;
    color: #fff;
    font-weight: 500;
}

.card_tranfer .table thead {
    font-size: 13px;
}

.card_tranfer .table thead th:first-child {
    border-top-left-radius: 5px;
}

.card_tranfer .table thead th:last-child {
    border-top-right-radius: 5px;
}

.card_tranfer .table tbody {
    font-weight: 600;
    font-size: 12px;
}

.cashback {
    color: #660000;
    font-size: 13px;
    font-weight: 500;
}

.cashback .text-orange {
    color: #dd8500;
}

.cashback ul {
    list-style: decimal;
    margin: 20px 0;
}

.cashback ul li {
    margin-bottom: 9px;
}

.block_profile {
    color: #c13737;
    font-size: 14px;
    font-weight: 500;
}

.block_profile span {
    font-weight: 500;
}

table.block_profile tr {
    line-height: 2;
}

table.block_profile td,
table.block_profile td * {
    vertical-align: top;
}

.block_game {
    background-color: #fff2bc;
    padding: 15px 5px;
    border: 3px dashed #660000;
    margin-bottom: 20px;
}

.block_game h3 {
    font-size: 20px;
    font-weight: 500;
    color: #660000;
    margin-bottom: 0;
}

.block_game .amount_game {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--nav-pills-font-color);
    background-color: var(--main-color);
}

.nav-pills .nav-link {
    background-color: #363636;
    color: #fff;
    font-weight: 500;
    border-radius: unset;
}

.block_red {
    background-color: #cc9999;
    margin-top: 20px;
}

.block_red .acc_bank {
    color: #660000;
}

.bg_tranfer {
    border: 1px solid #e7e1e1;
    box-shadow: 0px 2px 6px #ababab;
    border-radius: 10px;
    padding: 10px 5px;
    font-weight: 600;
}


/* ---------------------------------------------------
FOOTER STYLE
----------------------------------------------------- */

.footer {
    background-image: url("../../images/bg/bg_bottom_web.png") !important;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: fixed;
    padding-bottom: env(safe-area-inset-bottom);
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    background: #000;
}

.footer a.menu-btn-center {
    background: linear-gradient( 140deg, #000, #000);
    border-color: #000;
}

.footer .btn {
    height: 60px;
    line-height: 1rem;
    white-space: nowrap;
    font-size: 14px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}

.footer .menu-btn-center {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -16px auto 0px;
}

.footer .no-gutters {
    max-width: 500px;
    margin: 0 auto;
    height: 70px;
    padding: 0 15px;
}

.footer .no-gutters .icon {
    height: 30px;
    margin: 7px;
    font-size: 30px;
}

.footer .module {
    color: #fff;
    border-radius: 50%;
    height: 73px;
    width: 73px;
    margin: auto;
}

.align-footer {
    max-width: 600px;
    margin: 0 auto;
}

.footer_index {
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    background: #333333;
    font-size: 9px;
}

.footer_index .mwf500 {
    max-width: 500px;
    margin: 0 auto;
}

.footer_index h1.title {
    color: #fff;
    font-size: 14px;
}

.footer_index h5 {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}


/* ---------------------------------------------------
RESPONSIVE
----------------------------------------------------- */

@media(max-width: 920px) {
    .sidebar {
        width: 40%;
        padding: 0%;
    }
}

@media(max-width: 768px) {
    .sidebar {
        width: 50%;
        padding: 0%;
    }
}

@media(max-width: 480px) {
    .sidebar {
        width: 70%;
        padding: 0%;
    }
}


/* ---------------------------------------------------
Button
----------------------------------------------------- */

button {
    background-color: unset;
    border: none;
    outline: none;
}

button.hov:hover,
a.hov:hover img {
    -webkit-animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1.000) both;
    animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1.000) both
}

button:hover,
button:focus {
    background-color: unset;
    border: none;
    outline: none;
}

.btn-warning {
    font-size: 13px;
    color: #350b4a !important;
    background-color: #ffcc00 !important;
    border: 2px solid #cc9900;
    padding: 6px 20px;
    font-weight: 600;
}

.btn-white {
    background-color: #fff;
    color: #666666 !important;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 600;
    border: 0px;
    box-shadow: 0px 3px 4px;
}

.btn-theme {
    background-color: #c13737;
    color: #fff !important;
    margin: 0 0px 0 10px;
    padding: 5px 15px;
}

.r_rounded {
    border-radius: 1rem !important;
}

.r_rounded50 {
    border-radius: 0.5rem !important;
    z-index: 999;
}

.c_card {
    background-color: transparent !important;
}

.c_card_header {
    color: var(--card-header-font-color) !important;
    background-color: var(--main-color) !important;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.c_card_body {
    background-color: #363636 !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.t_txt {
    color: var(--main-color) !important;
}

.deposit {
    position: relative;
    top: -15px;
}

.card_table {
    border: 0px solid #000;
    border-radius: 10px;
    padding: 0px;
}

.card_table .card-body {
    font-size: 13px;
    padding: 0px;
}

.card_table .table>:not(:last-child)>:last-child>* {
    background-color: #000;
    color: #fff;
    font-weight: 500;
}

.card_table .table thead {
    font-size: 13px;
}

.card_table .table thead th:first-child {
    border-top-left-radius: 5px;
}

.card_table .table thead th:last-child {
    border-top-right-radius: 5px;
}

.card_table .table tbody {
    font-weight: 600;
    font-size: 12px;
    background-color: #363636;
    color: #fff;
}

.div_promotion {
    background: #363636;
    color: white;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.div_bg_wallet_game {
    background-image: url("../../images/bg_wallet.png");
    background-repeat: round;
}

.div_bg_wallet_game h3 {
    color: #d51114;
    font-size: 25px;
}

.div_bg_wallet {
    background-color: var(--main-color);
}

.div_bg_turn {
    background-color: #363636;
}

.w_30 {
    width: 30%;
}

.bg_h_menu {
    /* background: rgb(249, 152, 46); */
    background: linear-gradient(0deg, var(--bg-menu-1), var(--bg-menu-2));
}

.bg_btn_withdraw,
.bg_btn_share,
.bg_btn_income {
    color: var(--button-font-color);
    background: rgb(249, 152, 46);
    background: linear-gradient(0deg, var(--bg-menu-1), var(--bg-menu-2));
    background-color: unset !important;
    border: none !important;
    outline: none !important;
}

.bg_div {
    background-color: #252525;
}

.list-menu {
    color: var(--menu-font-color) !important;
}

.list-menu img {
    height: 60px;
    padding-bottom: 5px;
}

.footer-mb {
    margin-bottom: 65px;
}

.play-button{
    width: 70px;
    /* margin: 0px 3px 2px 5px; */
}


.icon-menu{
    font-size: 4em;
}