@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
.i-gold {
    color: #D5AD6D;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    color: #fafafa !important;
    font-weight: 900;
    text-shadow: 0px 1px 2px #3a3a3a;
    padding: .5rem 1rem .5rem .25rem;
    border-bottom: 1px solid #fffcfc;
    background-image: linear-gradient( 0deg, #de0101 5%, #da0000 25%, #e20d0d 45%, #e61b1b 60%, #ed1111 85%, #eb0a0a 95%);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.btn-close {
    box-sizing: content-box !important;
    width: 1.2em !important;
    height: 1.2em !important;
    padding: .5rem .5rem !important;
    color: black !important;
    background: none !important;
    border: 0 !important;
    border-radius: .25rem !important;
    opacity: .8 !important;
    margin-bottom: 5px !important;
}

.gold-text {
    font-family: 'Rubik', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #e2c64a;
    letter-spacing: -2.5px;
    /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, #f5690600), -webkit-linear-gradient(top, rgb(255 218 10 / 0%) 0%, #ffd01f 26%, rgb(241 193 20) 35%, rgb(210 177 19) 45%, rgb(241 188 36) 61%, #f19f24fa 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.red-text {
    font-family: 'Rubik', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #d56d6d;
    letter-spacing: -2.5px;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(255 84 84) 0%, #bb0202 26%, rgb(253 2 2) 35%, rgb(250 2 2) 45%, rgb(167 3 3) 61%, #f10707 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.red-ofload-text {
    font-family: 'Rubik', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #d56d6d;
    letter-spacing: -2.5px;
    /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(255, 84, 84) 0%, #bb0202 26%, rgb(253, 2, 2) 35%, rgb(250, 2, 2) 45%, rgb(167, 3, 3) 61%, rgb(241, 7, 7)00%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topview-bbl {
    text-align-last: center;
    text-align: center;
    margin-top: 0.45em;
    margin-right: 0.2em;
    padding-bottom: 2px;
    width: auto;
    float: right;
    height: 35px;
    border: solid 1px transparent;
    border-radius: 5px;
    background-color: rgba(63, 62, 55, 0.75);
    box-shadow: unset 0 -2px 1px 0.2px#dfdedd, unset 0 -1px 1px 3px #535353;
    color: #fae277;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.topview-bell {
    text-align-last: center;
    text-align: center;
    margin-top: 0.45em;
    margin-right: 1.2em;
    padding-bottom: 2px;
    width: auto;
    float: right;
    height: 35px;
    border: solid 1px transparent;
    border-radius: 5px;
    background-color: rgba(63, 62, 55, 0.75);
    box-shadow: unset 0 -2px 1px 0.2px#dfdedd, unset 0 -1px 1px 3px #535353;
    color: rgb(252, 185, 2);
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.badge-ww {
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    position: absolute;
    margin-left: -10px;
    font-size: 5px;
    margin-top: 3.8em;
    background-color: #292929;
}

.badge-dark {
    padding: 1px 2px 1px 1px;
    background-color: #292929;
    border-radius: 5px;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.badge-black {
    padding: 1px 2px 1px 1px;
    background-color: #000000;
    border-radius: 5px;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.badge-white {
    padding: 1px 2px 1px 1px;
    background-color: #d8d3d3;
    border-radius: 5px;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.outer-menu {
    /* position: fixed;
  top: 10vh;
  left: 0; */
    position: relative;
    z-index: 1;
}

.main-boxmenu-panel {
    width: 100%;
    border: .8px solid black;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #000000;
    border-radius: 6px;
    align-content: center;
    justify-content: center;
    justify-items: start;
    align-items: center;
}

.main-boxmenu {
    width: calc(100% /3);
    height: auto;
    display: flex;
    background: rgba(142, 0, 0, 1);
    text-align: center;
    transition: all .2s ease-in-out;
    text-shadow: 1px 1px 2px #8b8686;
    background-size: 100% 100%;
    background-position: center;
    border: 2px rgb(0 0 0) solid;
    border-radius: 5px;
    padding: 14px 2px 2px 2px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.main-boxmenu:hover,
.main-boxmenu:focus {
    padding: 0.01rem;
    opacity: .9;
}

.icon-boxmenu {
    border: 1px solid #8a0a00;
    box-shadow: 0 0 1px 1px #a30000, 0 0 3px 5px #c63636;
    border-radius: 50%;
    width: 90px;
}

.title-mamain-boxmenu {
    color: white;
    font-size: 12px;
    width: 100%;
}

.icon-menu:active img,
.main-boxmenu-panel a:active img {
    animation: number-sl 0.1s 3;
}

@keyframes number-sl {
    0% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(2px);
    }
}

@-webkit-keyframes number-sx {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes number-sx {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.menu-ccs {
    -webkit-animation: number-sx 3s infinite;
}

.awesome {
    -webkit-animation: colorchange 3s infinite alternate;
}

.awesome-gold {
    -webkit-animation: colorgold 3s infinite alternate;
}

.awesome-goldwhite {
    -webkit-animation: colorgoldwhite 4s infinite alternate;
}

.awesome-red-ps {
    -webkit-animation: colorredps 2.5s infinite alternate;
}

.awesome-red-black {
    -webkit-animation: colorredblack 2s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
        color: rgb(82, 82, 82);
    }
    20% {
        color: #5d0697;
    }
    40% {
        color: #540396;
    }
    60% {
        color: #7a7559;
    }
    80% {
        color: #8907f3;
    }
    100% {
        color: #3e3f3e;
    }
}

@-webkit-keyframes colorgold {
    0% {
        color: #0f0f0f;
    }
    20% {
        color: #f7be06;
    }
    40% {
        color: #f5bc41;
    }
    60% {
        color: #6d6955;
    }
    80% {
        color: #f7aa04;
    }
    100% {
        color: #3e3f3e;
    }
}

@-webkit-keyframes colorgoldwhite {
    0% {
        color: #f7b706;
        text-shadow: 2px 2px 10px black;
    }
    25% {
        color: #f7f3f3;
    }
    45% {
        color: red;
        text-shadow: 2px 2px 10px black;
    }
    60%,
    100% {
        color: #f7f3f3;
    }
}

@keyframes colorgoldwhite {
    0% {
        color: #f7b706;
        text-shadow: 2px 2px 10px black;
    }
    25% {
        color: #f7f3f3;
    }
    45% {
        color: red;
        text-shadow: 2px 2px 10px black;
    }
    60%,
    100% {
        color: #f7f3f3;
    }
}

@-webkit-keyframes colorredps {
    0% {
        color: #faf9f9;
    }
    20% {
        color: #f72206;
    }
    40% {
        color: #c51903;
    }
    60% {
        color: #6d6955;
    }
    80% {
        color: #f80606;
    }
    100% {
        color: #3e3f3e;
    }
}

@-webkit-keyframes colorredblack {
    0% {
        color: #000000;
    }
    20% {
        color: #f70606;
    }
    40% {
        color: #c50303;
    }
    60% {
        color: #1f1e1a;
    }
    80% {
        color: #f80606;
    }
    100% {
        color: #000000;
    }
}

.outer-menu .checkbox-toggle {
    /* position: absolute; */
    position: relative;
    /* top: 0;
  left: 0; */
    z-index: 2;
    cursor: pointer;
    width: 35px;
    height: 35px;
    opacity: 0;
}

.outer-menu .checkbox-toggle:checked+.hamburger>div {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.outer-menu .checkbox-toggle:checked+.hamburger>div:before,
.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.outer-menu .checkbox-toggle:checked+.hamburger>div:after {
    opacity: 0;
}

.outer-menu .checkbox-toggle:checked~.menu {
    pointer-events: auto;
    visibility: visible;
}

.outer-menu .checkbox-toggle:checked~.menu>div {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: 0.75s;
}

.outer-menu .checkbox-toggle:checked~.menu>div>div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}

.outer-menu .checkbox-toggle:hover+.hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.outer-menu .checkbox-toggle:checked:hover+.hamburger>div {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.outer-menu .hamburger {
    position: absolute;
    margin-top: 0.5em;
    right: 0;
    z-index: 1;
    width: 50px;
    height: 5x;
    padding: 1em 1em;
    background: rgba(63, 62, 55, 0.75);
    /* border-radius: 0 0.12em 0.12em 0; */
    border-radius: 5px;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer-menu .hamburger>div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #FEFEFE;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer-menu .hamburger>div:before,
.outer-menu .hamburger>div:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.4s ease;
}

.outer-menu .hamburger>div:after {
    top: 6px;
}

.outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    line-height: 1.2;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.outer-menu .menu>div {
    max-width: 300vh;
    max-height: 300vh;
    min-width: 250vh;
    min-height: 250vh;
    /* color: #FEFEFE; */
    color: white!important;
    text-shadow: rgb(255, 255, 255)!important;
    /*linear-gradient(125deg,#fae485,#fae277,#f7c248, #fae277, #fae485);*/
    background-image: linear-gradient(160deg, rgba(27, 24, 24, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(71, 50, 2, 1) 45%, rgba(91, 63, 3, 1) 55%, rgba(120, 80, 5, 1) 65%, rgba(196, 141, 9, 1) 100%);
    border-radius: 50%;
    transition: all 0.4s ease;
    flex: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: center;
}

.menu a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.outer-menu .menu .badge {
    text-shadow: none;
}

.outer-menu .dropdown-menu {
    text-shadow: none;
}

.outer-menu .menu>div>div {
    text-align: center;
    width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
}

.outer-menu .menu>div>div>ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
}

.outer-menu .menu>div>div>ul>li {
    padding: 0;
    margin: 0.5em;
    font-size: 20px;
    display: block;
}

.outer-menu .menu>div>div>ul>li>a {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease;
}

.outer-menu .menu>div>div>ul>li>a:hover {
    color: #e5e5e5;
    text-shadow: rgb(145, 106, 0) 1px 1px 0;
}

.outer-menu .menu>div>div>ul>li>a:hover:after {
    width: 100%;
}

.outer-menu .menu>div>div>ul>li>a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #e5e5e5;
    transition: width 0.4s ease;
}

.topbox {
    border: 1px rgba(248, 54, 54, 0.966) solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    padding: 10px 0;
    background-image: linear-gradient(165deg, #af180d, #cf2009, #e0332d, #f88880, #fdc2be);
    color: lightgoldenrodyellow;
    line-height: 1;
}

.topbox-black {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    padding: 10px 0;
    background-image: linear-gradient(165deg, #000000, #000000, #000000, #000000, #000000);
    color: lightgoldenrodyellow;
    line-height: 1;
    margin-bottom: 5px;
}

.topbox-bar {
    border: 1px rgba(245, 80, 80, 0.89) solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    padding: 2px;
    background: rgba(240, 52, 52, 0.041);
    color: lightgoldenrodyellow;
    line-height: 1;
}

.topbox-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: linear-gradient( 125deg, #f5f0f0ab, #f1dfdfe8, #e2c0c0d4, #f5f0f06e, #f5f0f0b8);
    display: block;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
}

.topbox-body-black {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: linear-gradient(125deg, #000000, #000000, #000000, #000000, #000000);
    display: block;
    margin-bottom: 2px;
    padding-bottom: 2px;
}

.footbox {
    border: 1px #333 solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    padding: 0.1px;
    background: rgba(247, 58, 58, 0.055);
    color: lightgoldenrodyellow;
    font-family: Prompt-Regular;
    line-height: 1;
}

.titleber-topmenu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: #535353 1px 0px 5px;
    display: flex;
    align-items: center;
    padding: 2px 2px;
    margin-bottom: .1em;
}

.numchok-title {
    display: flex;
    align-items: center;
    margin-left: 3px;
}

.d-box {
    position: relative;
    border: 2px solid #f5114a;
    padding: .5rem;
    border-radius: .2em;
}

.dd-box {
    position: relative;
    padding: .5rem;
    border-radius: .2em;
}

.d-box-gold {
    position: relative;
    border: 1px solid #f5c906;
    padding: .2rem;
    border-radius: .2em;
    background-image: linear-gradient(165deg, #fdf2be, #f8e280, #e0b12d, #cf9109, #af920d);
}

.d-box-gold-nbg {
    position: relative;
    border: 1px solid #f5c906;
    border-radius: .2em;
}

.bg-red-star {
    background-image: linear-gradient( 0deg, #de0101 5%, #da0000 25%, #e20d0d 45%, #e61b1b 60%, #ed1111 85%, #eb0a0a 95%) !important;
}

.bg-red {
    background-image: linear-gradient( 0deg, #de0101 5%, #da0000 25%, #e20d0d 45%, #e61b1b 60%, #ed1111 85%, #eb0a0a 95%) !important;
}

.bg-sliver {
    background-image: linear-gradient(165deg, #383838, #c4c4c4, #ffff, #c4c4c4, #6e6e6e);
}

.bg-red-plus {
    background-image: linear-gradient(160deg, #fa0b0b, #e23030, #fa7203, #ff975b, #fce942);
}

.bg-pink-plus {
    background-image: linear-gradient(160deg, #d31d44, #d61660, #fea2b6, #d42568, #ac0249);
}

.bg-pink-ps {
    background-image: linear-gradient(160deg, #d4772a, #b47e11, #fef1a2, #bc881b, #d4772a);
}

.bg-pink {
    background: #fdfdfd;
    background-image: linear-gradient(165deg, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
}

.bg-pink-35 {
    background: #fae485;
    background-image: linear-gradient(35deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.bg-pink-90 {
    background: #fae485;
    background-image: linear-gradient(90deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.bg-pink-165 {
    background: #fae485;
    background-image: linear-gradient(165deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.bg-pink-180 {
    background: #fae485;
    background-image: linear-gradient(180deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.bg-gold-plus {
    background-image: linear-gradient(160deg, #c7850c, #d69616, #fef1a2, #d49d25, #ac7e02);
}

.bg-gold-ps {
    background-image: linear-gradient(160deg, #d4772a, #b47e11, #fef1a2, #bc881b, #d4772a);
}

.bg-gold {
    background: #fae485;
    background-image: linear-gradient(165deg, #fdf2be, #f8e280, #e0b12d, #cf9109, #af920d);
}

.bg-gold-35 {
    background: #fae485;
    background-image: linear-gradient(35deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.bg-gold-90 {
    background: #fae485;
    background-image: linear-gradient(90deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.bg-gold-165 {
    background: #fae485;
    background-image: linear-gradient(165deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.bg-gold-180 {
    background: #fae485;
    background-image: linear-gradient(180deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.bg-dark-slim {
    background: #6b6b6b;
    background-image: linear-gradient(165deg, #383838, #6b6b6b, #6b6b6b, #6b6b6b, #383838);
}

.bg-superblack {
    background: #292929;
    background-image: linear-gradient(165deg, #292929, #111111, #1a1919, #111111, #292929);
}

.bg-black {
    background: #000000;
    background-image: linear-gradient(165deg, #000000, #000000, #000000, #000000, #000000);
}

.bg-slim {
    background: #f8f8f8;
    background-image: linear-gradient(165deg, #f8f8f8, #f1f1f1, #f8f8f8, #f1f1f1, #f8f8f8);
}

.bg-white-ps {
    background-image: linear-gradient(0deg, #e0dede, #e9e6e6, #ffff, #e0dddd, #c4bfbf);
    border: solid 1px #8584849f;
}

.bg-back-purple {
    background-image: linear-gradient(63deg, #474747, #d872f7, #a81fe7, #9e08e4, #9107d1);
}

.bg-purple {
    background-image: linear-gradient(19deg, #bf56fc, #a004fa, #ffff, #a336fc, #bf56fc);
    border: solid 1px #8584849f;
}

.bg-purple-ps {
    background-image: linear-gradient(19deg, #d697fa, #a004fa, rgb(49, 2, 71), #a336fc, #d697fa);
    border: solid 1px #8584849f;
}

.bg-bluery {
    background-image: linear-gradient(0deg, #048dd4, #44bcfc, #5ec3f7, #048dd4, #048dd4);
}

.bg-bluery-90 {
    background-image: linear-gradient(90deg, #048dd4, #44bcfc, #5ec3f7, #048dd4, #048dd4);
}

.bg-bluery-165 {
    background-image: linear-gradient(165deg, #048dd4, #44bcfc, #5ec3f7, #048dd4, #048dd4);
}

.bg-blue {
    background-image: linear-gradient(0deg, #079ecb, #079ecb, #079ecb, #079ecb, #079ecb);
}

.bg-dream {
    background-image: linear-gradient(0deg, #aa2e8f, #fa06b1, #ff5dc9, #b42589, #68033e);
}

.bg-dream-90 {
    background-image: linear-gradient(90deg, #aa2e8f, #fa06b1, #ff5dc9, #b42589, #68033e);
}

.bg-dream-165 {
    background-image: linear-gradient(165deg, #aa2e8f, #fa06b1, #ff5dc9, #b42589, #68033e);
}

.bg-green {
    background-image: linear-gradient(0deg, #38aa2e, #31b425, #1afa06, #31b425, #0b6803);
}

.bg-green-plus {
    background-image: linear-gradient(0deg, #007e28, #007e28, #007e28, #007e28, #007e28);
}

.bg-ranboiw {
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, orange, yellow, green, cyan, blue, violet);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, orange, yellow, green, cyan, blue, violet);
    /* Standard syntax (must be last) */
}

.bg-red-black {
    background: #ff0000;
    background-image: linear-gradient(175deg, rgba(250, 0, 0, 1) 0%, rgba(199, 3, 3, 1) 45%, rgba(93, 0, 0, 1) 100%);
    border: 1px solid white;
}

.bg-leting {
    background: #ff0000;
    background-image: linear-gradient(149deg, rgba(250, 0, 0, 1) 0%, rgba(199, 3, 3, 1) 45%, rgba(93, 0, 0, 1) 100%);
}

.bg-tubtim {
    background: #fa1d42;
    background-image: linear-gradient(165deg, #af180d, #cf2009, #e0332d, #f88880, #fdc2be);
}

.bg-tubtim-slim {
    background: #ff7777;
    background-image: linear-gradient(165deg, #ff2525, #f76565, #f76565, #f76565, #ff2525);
}

.bg-view {
    background: #7e7e7e;
}

.bg-view-lg {
    background: #f36850;
}

.bg-view-light {
    background: #f5e28c;
}

.bg-com-aff-black {
    background: #fa1d42;
    background-image: linear-gradient(165deg, #000000, #000000, #000000, #000000, #000000);
}

.badge-x {
    border-radius: 5px;
    padding: 3px 5px;
    vertical-align: middle;
    margin-left: 5px;
}

.card-bank {
    justify-items: center;
    border: 1px solid #d6d8db;
    background: #d6d8db;
    border-radius: .2em;
    padding: 0.1rem;
}

.box-bank {
    max-width: 150px;
    min-width: 60px;
    border: 1px solid #5353531c;
    justify-content: center;
}

.box-bank-img {
    max-width: 120px;
    min-width: 50px;
}

.box-foot-bank {
    width: 100vw;
    display: inline-block;
    text-align: right;
}

.from-group {
    padding: 0.5em;
    width: 100vw;
    margin: 2px;
    margin-bottom: 2px;
}

.dropbtn-bank {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown-bank {
    width: 100%;
    position: relative;
    display: inline-block;
}

.dropdown-content-bank {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 75vh;
    overflow: auto;
    border-radius: 3px;
}

.dropdown-content-bank a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-bank button:hover {
    background-color: #ddd;
}

.dropdown-bank:hover .dropdown-content-bank {
    display: block;
}

.dropdown-bank:hover .dropbtn-bank {
    background-color: #3e8e41;
}

iframe {
    width: 100%;
    height: 50vh;
    border: none;
    border-radius: .2em;
}

@media only screen and (max-width: 350px) {
    .title-mamain-boxmenu {
        font-size: 12px;
    }
    .gold-text {
        font-size: 35px;
    }
    .red-text {
        font-size: 35px;
    }
    .iframe {
        height: 35vh;
    }
    .box-balance {
        font-size: 85%;
    }
    .box-nettotal {
        font-size: 85%;
    }
    .teb-panel {
        font-size: 85%;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .title-mamain-boxmenu {
        font-size: 14px;
    }
    .gold-text {
        font-size: 38px;
    }
    .red-text {
        font-size: 38px;
    }
    .iframe {
        height: 40vh;
    }
    .box-balance {
        font-size: 90%;
    }
    .box-nettotal {
        font-size: 90%;
    }
    .teb-panel {
        font-size: 90%;
    }
}

@media only screen and (min-width: 575px) and (max-width: 768px) {
    .title-mamain-boxmenu {
        font-size: 16px;
    }
    .gold-text {
        font-size: 40px;
    }
    .red-text {
        font-size: 40px;
    }
    .iframe {
        height: 42vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-mamain-boxmenu {
        font-size: 16px;
    }
    .gold-text {
        font-size: 42px;
    }
    .red-text {
        font-size: 42px;
    }
    .nav-bottombar {
        display: none;
    }
    .iframe {
        height: 45vh;
    }
}

@media only screen and (min-width: 992px) {
    .title-mamain-boxmenu {
        font-size: 16px;
    }
    .gold-text {
        font-size: 45px;
    }
    .red-text {
        font-size: 45px;
    }
    .nav-bottombar {
        display: none;
    }
}

.flex-foot {
    height: 20vh;
}

.marqueemain {
    background-color: transparent;
    padding: 5px 10px;
    margin-bottom: 0px;
    border-radius: 0.25rem;
}

.rounded {
    border-radius: 0.25rem !important;
    border: #c0c0c0 1px solid;
}

.ribbonbar {
    font-weight: 600;
    color: #fff;
    background: #dc3545;
    padding-top: 0px;
    font-size: 18px;
    line-height: 20px;
    /* width: max-content; */
    width: auto;
    position: relative;
    text-align: center;
    height: 27px;
    /* margin: 3em auto 0 auto; */
    filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.1));
    border-right: 2px solid #dc3545;
    border-left: 2px solid #dc3545;
    margin-left: 20px;
    text-shadow: #500202 1px 1px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.ribbonbar:after,
.ribbonbar:before {
    content: "";
    position: relative;
    display: inline-block;
    border: 13.5px solid #dc3545;
    height: 27px;
}

.ribbonbar:before {
    left: -20px;
    border-right-width: 5px;
    border-left-color: transparent;
    filter: drop-shadow(-6px 6px 3px rgba(0, 0, 0, 0.04));
    position: relative;
}

.ribbonbar:after {
    right: -20px;
    border-left-width: 5px;
    border-right-color: transparent;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.04));
    position: relative;
}

.ribbonbar .odometer {
    line-height: 1;
    margin-top: -15px;
    margin-left: -20px;
    margin-right: -20px;
    min-width: 50px;
}


/* end bubble chat */


/* -----------------------lotto card-------------------- */

.ribbon-lotto {
    height: auto;
    width: auto;
    display: inline-block;
    position: absolute;
    color: #FFF;
    line-height: auto;
    padding: 2px;
}

ul.countdown {
    list-style: none;
    margin: 0px 0;
    padding: 0px 0px;
    text-align: center;
    position: relative;
    display: flex;
    overflow: hidden;
    height: 30px;
    align-items: center;
}

ul.countdown li {
    display: inline-flex;
    margin: 0px;
}

ul.countdown li span {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
}

ul.countdown li.seperator {
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}

ul.countdown li p {
    color: #a7abb1;
    font-size: 14px;
}

.lotto-card {
    margin: 0.075rem;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #242424;
}

.lotto-card:hover,
.lotto-card:focus {
    box-shadow: #242424 0px 2px 5px;
    /* border: 2px solid rgba(0,0,0,0.5); */
}

.lotto-head {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    white-space: nowrap;
}

.lotto-head>h5 {
    font-weight: bold !important;
    text-align: right;
    margin-bottom: 0px;
}

.lotto-head span {
    font-weight: 400;
}

.ribbon-lotto span.round {
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    padding: 1px 2px;
    padding-bottom: 3px;
    margin-top: -2px;
    margin-right: 2px;
    font-family: tahoma;
    transform: scaleX(0.90);
}

.lotto-head.lotto-government {
    background-color: #17a2b8;
}

.lotto-hoon {
    background-color: #007bff;
}

.lotto-head.lotto-foreignstock {
    background-color: #6610f2;
}

.lotto-head.lotto-yeekee {
    background-color: #dc3545;
}

.lotto-vn-4d {
    background-color: #042d69 !important;
}

.lotto-pink {
    background-color: #e83e8c;
}

.lotto-pink-low {
    background-color: #ffa6f9;
}

.lotto-vn-vip {
    background-color: #042d69 !important;
}

.lotto-vn {
    background-color: #042d69 !important;
}

.lotto-vn-special {
    background-color: #042d69 !important;
}

.lotto-head.lotto-la {
    background-color: #fd7e14;
}

.lotto-head.lotto-vn {
    background-color: #e83e8c;
}

.lotto-head.lotto-my {
    background-color: #28a745;
}

.lotto-head.lotto-gsb {
    background-color: #f90a86;
}

.lotto-head.lotto-visable {
    background-color: #7c7c7c;
}

.ribbon-lotto-img {
    display: inline-block;
    position: absolute;
    color: #FFF;
    line-height: 20px;
    padding: 0px 5px;
    margin-top: 5px;
}

.ribbon-lotto-img img {
    height: 50px;
}

.ribbon-lotto-img span {
    height: 50px;
    font-size: 50px;
    background-size: cover;
    margin-left: -5px;
}

.lotto-time {
    width: 100%;
    display: flex;
    /* color: #bbb; */
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.lotto-time i {
    /* float: left; */
    display: inline-flex;
}

.group-panel .box-right {
    margin-top: 0px;
    vertical-align: middle;
    width: 100%;
    text-align: right;
}

.box-time {
    text-align: center;
    border: solid 1px #545454;
    border-radius: 20px;
    max-width: 200px;
    min-width: 130px;
    background-color: #ffffff;
    font-size: 16px;
    padding: 2px 2px;
    display: flex;
    vertical-align: middle;
    justify-items: center;
    align-items: center;
    align-content: center;
    margin-right: 0.25rem;
    box-shadow: inset 1px 1px 7px 0px #0b0b0b;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-weight: 500 !important;
}

.box-selecthuay {
    width: 100%;
    background-color: #3b3b3b;
    border-radius: 5px;
    border: #ece1e1 1px solid;
    text-align: center !important;
    padding: 1px;
}

.box-selecthuay .tt-box {
    border-bottom: #a3a2a1 1px dashed;
}

.box-grouphuay {
    width: 100%;
    border: rgb(199 4 4) 1px solid;
    border-radius: 5px;
    background-color: #fcfafa;
    font-size: 16px;
    box-shadow: inset 1px 1px 6px 0px #0b0b0b;
    padding-bottom: 5px;
}

.box-huaytype-three {
    width: 45px;
    border: solid 1px #fb0000;
    border-radius: 4px;
    padding: 1px 5px 1px 5px;
    margin: 1px;
    color: #ff0000;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    list-style-type: none;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.box-huaytype-three.active {
    background-image: linear-gradient( 150deg, #ff0000, #ff0000, #ff0000, #ff0000, #ff0000);
    color: #ffffff;
}

.box-huaytype-two {
    width: 45px;
    border: solid 1px #f17500;
    border-radius: 4px;
    padding: 1px 5px 1px 5px;
    margin: 1px;
    color: #f17500;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    list-style-type: none;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.box-huaytype-two.active {
    background-image: linear-gradient( 150deg, #f17500, #f17500, #f17500, #f17500, #f17500);
    color: #ffffff;
}

.box-huaynumber-three {
    width: 50px;
    border: solid 1px #ff0000;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 1.5px;
    color: #ff0000;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.box-huaynumber-three.active {
    background-image: linear-gradient(165deg, #ff0000, #ff0000, #ff0000, #ff0000, #ff0000);
    color: #fcfcfc;
}

.box-huaynumber-two {
    width: 50px;
    border: solid 1px #e36300;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 1.5px;
    color: #e36300;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.box-huaynumber-two.active {
    background-image: linear-gradient(165deg, #e36300, #e36300, #e36300, #e36300, #e36300);
    color: #fcfcfc;
}

.box-huaynumber-ps {
    width: 50px;
    border: solid 1px #e36300;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 1.5px;
    color: #e36300;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.box-huaynumber-ps.active {
    background-image: linear-gradient(165deg, #e36300, #e36300, #e36300, #e36300, #e36300);
    color: #ffffff;
}

.drang-line {
    border-bottom: dotted 1px #ffff;
    margin-left: 2px;
    margin-right: 2px;
}

.visible-display {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
    opacity: .2;
    pointer-events: none;
}

.box-nettotal {
    box-sizing: border-box;
    border: none;
    border-radius: .1em;
    height: auto;
    line-height: 1.5em;
    text-transform: uppercase;
    padding: 3px 5px;
    background-image: linear-gradient( 0deg, #de0101 5%, #da0000 25%, #e20d0d 45%, #e61b1b 60%, #ed1111 85%, #eb0a0a 95%);
    color: #fff !important;
    text-shadow: 0 2px 2px black;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}

.box-balance {
    box-sizing: border-box;
    border: none;
    border-radius: .1em;
    height: auto;
    line-height: 1.5em;
    text-transform: uppercase;
    padding: 3px 5px;
    background-image: linear-gradient(165deg, rgba(246, 169, 24, 1) 0%, rgba(255, 197, 86, 1) 25%, rgba(198, 138, 15, 1) 55%, rgba(143, 86, 0, 1) 100%) !important;
    ;
    color: #ffff !important;
    text-shadow: 0 2px 2px black;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}

.teb-panel {
    line-height: 35px;
    border: 1px solid #adacac;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #383838;
}

.teb-panel.active {
    color: #fccf06;
    background-color: #383838;
}