@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap');
header,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div {
    font-family: 'Prompt', sans-serif !important;
}


/* width */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #575656;
}


/* Handle */

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
    background: #fc2a05;
}


/* Handle on hover */

@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
.nav-topbar {
    width: 100%;
    height: 60px;
    background-color: #f82206;
    background-image: linear-gradient(90deg, #f71625, #ed2f2f, #fa4d14, #ff913d, #ffa53d);
    background-image: -webkit-linear-gradient(90deg, #f71625, #ed2f2f, #fa4d14, #ff913d, #ffa53d);
    background-image: -moz-linear-gradient(90deg, #f71625, #ed2f2f, #fa4d14, #ff913d, #ffa53d);
    background-image: -ms-linear-gradient(90deg, #f71625, #ed2f2f, #fa4d14, #ff913d, #ffa53d);
    background-image: -o-linear-gradient(90deg, #f71625, #ed2f2f, #fa4d14, #ff913d, #ffa53d);
    background-image: linear-gradient(90deg, #f71625, #ed2f2f, #fa4d14, #ff913d, #ffa53d);
    /*  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e9c62b, endColorstr=#4c037c); */
}

#bet_num>.number {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    font-size: 50px;
    text-align: center;
    line-height: 60px;
    color: #ffffff !important;
    text-shadow: 1px 2px 2px #000000;
    font-weight: 500;
    border-radius: 50px;
    position: relative;
    vertical-align: middle;
    border: solid 2px #000000;
    background-color: #000000;
    box-shadow: inset 1px 1px 2px 0px #000000;
}

.logo-bar {
    width: 55px;
    height: 55px;
}

.logo-bar-show {
    width: 100px;
    height: 100px;
}

.box-logo-show {
    /* border-radius: 5px 40%; */
    /* box-shadow: 5px 5px 10px black; */
    /* background-color: #242424; */
    /*   border: solid 1px #ffff; */
    width: 80px;
    height: 80px;
    padding: 1px;
    text-align: center;
    /* -webkit-animation-name: example; */
    /* Safari 4.0 - 8.0 */
    /*  -webkit-animation-duration: 5s; */
    /* Safari 4.0 - 8.0 */
    /*  -webkit-animation-iteration-count: infinite; */
    /* Safari 4.0 - 8.0 */
    /*  animation-name: example;
    animation-duration: 5s;
    animation-iteration-count: infinite; */
}

.box-logo {
    /* margin-left: -12px; */
    /*  border-radius: 5px 40%; */
    /*   box-shadow: 5px 5px 10px black; */
    /*  background-color: #242424; */
    /*  border: solid 1px #ffff; */
    width: 65px;
    height: 60px;
    padding: 1px;
    text-align: center;
    /*  -webkit-animation-name: example; */
    /* Safari 4.0 - 8.0 */
    /* -webkit-animation-duration: 5s; */
    /* Safari 4.0 - 8.0 */
    /*  -webkit-animation-iteration-count: infinite; */
    /* Safari 4.0 - 8.0 */
    /*   animation-name: example;
    animation-duration: 5s;
    animation-iteration-count: infinite; */
}

a {
    text-decoration: none;
}

.t-logo {
    /* font-family: 'Limelight', cursive; */
    padding-top: 5px;
    font-family: 'Lobster', cursive;
    font-size: 1.8em;
    text-shadow: 1px 2px 1px #4d4d4d;
    margin-left: -20px;
    height: 60px;
    font-weight: bold;
    color: gold;
    /* letter-spacing: -1.5px; */
}

.topbar-menu-a {
    text-align-last: center;
    text-align: center;
    font-weight: 300;
    vertical-align: middle;
    line-height: 1.65rem;
    float: right;
    border: solid 1.5px #f8f8f8;
    text-shadow: 0 1px 1px #5e5b5b;
    border-radius: 20px;
    box-shadow: inset 0px 0px 0px 1px #424242, 0 0px 0px 1px #edf2f5;
    color: #fafafa;
    padding: 0 8px;
}

.topbar-menu-a:hover {
    background-color: rgb(13, 240, 13);
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
    0% {
        background-color: #242424;
        border: solid 1px #7d07fa;
    }
    50% {
        background-color: #5E5E5E;
        border: solid 1px #ffdd00;
    }
    100%,
    75% {
        background-color: #242424;
        border: solid 1px #242424;
    }
}


/* Standard syntax */

@keyframes example {
    0% {
        background-color: #242424;
        border: solid 1px #7d07fa;
    }
    50% {
        background-color: #5E5E5E;
        border: solid 1px #ffdd00;
    }
    100%,
    75% {
        background-color: #242424;
        border: solid 1px #242424;
    }
}

@-webkit-keyframes sayhey {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* Standard syntax */

@keyframes sayhey {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.text-sayhey {
    -webkit-animation-name: sayhey;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: sayhey;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.logo-bar-a {
    margin-top: 0;
    width: 80px;
    height: 80px;
    float: left;
}

.logo-bar-text {
    margin-top: 1.5em;
    height: 30px;
}

.hr-custom {
    display: -webkit-box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
}

.hr-custom .hr-custom-title {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 1em;
    line-height: 16px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 15px;
}

#bode-log {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 0.5em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

:after,
:before {
    box-sizing: inherit;
    text-decoration: inherit;
    vertical-align: inherit;
}

.hr-custom:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    box-shadow: #383838 1px 2px 5px;
    top: 50%;
    left: 0;
}

:after,
:before {
    box-sizing: inherit;
    text-decoration: inherit;
    vertical-align: inherit;
}

.btn-registor {
    cursor: pointer;
}

.btn-registor:hover {
    color: #383838;
    font-weight: bold;
}

.hr-line {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #f1eaea;
    margin: 0 0 20px 0;
    letter-spacing: 4px;
    font: bold 20px/1 'Prompt', sans-serif;
    position: relative;
}

.hr-line:after,
.hr-line:before {
    background-color: rgb(255, 255, 255);
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 43%;
}

.hr-line:after {
    background-image: linear-gradient(left, rgb(247, 195, 195), #fff);
    right: 0;
    margin-left: 5px;
}

.hr-line:before {
    background-image: linear-gradient(right, rgb(247, 195, 195), #fff);
    left: 0;
    margin-right: 5px;
}

.nav-topbar .nav-bar {
    float: right;
    margin: 5em;
    padding-top: 20px;
}

.topbar-menu {
    text-align-last: center;
    text-align: center;
    margin-top: 1em;
    padding-bottom: 2px;
    width: 7.5rem;
    float: right;
    height: 40px;
    border: solid 2px #f8f8f8;
    border-radius: 20px;
    background-image: linear-gradient(-26deg, #fffffd00, #faf9f900, #ffffff00, #fffff800, #ffffff00);
    box-shadow: inset 0 -2px 1px 0.2px#dfdedd00, inset 0 -1px 1px 3px #53535300;
    color: #fafafa;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}

.nav-bar {
    padding: 2.5px;
    width: 50px;
    height: 80px;
    border: solid 1px #fff;
    border-radius: 50%;
    text-align: center;
    text-anchor: middle;
    margin: auto;
    /*
    background-image: linear-gradient(46deg,#4c037c, #ab0cf5, #f3d10d, #f0be1c);*/
    background-color: rgb(255, 255, 255);
    text-overflow: clip;
    font-size: 25px;
    box-shadow: black 0px 1px 5px;
}

.nav-bottombar {
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #c48704;
    background-image: linear-gradient(90deg, #fae485, #fae277, #c48704, #fae277, #fae485);
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px rgb(77, 77, 77), 0px -2px 10px rgb(54, 54, 54);
}

.box-menu {
    display: flex;
    width: auto;
    height: 100px;
    margin: auto;
}

.box-menu .icon-menu {
    margin: auto;
}

.box-menu a {
    text-decoration: none;
}

.bar-memu {
    /** MENU icon**/
    text-align: center;
    padding-bottom: 3px;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 25%;
    border: solid 1px #383838;
    box-shadow: 0 10px 20px rgba(155, 153, 153, 0.486), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 1px 0.2px#f7f6ee, inset 0 -1px 1px 3px #535353;
    background-image: linear-gradient(125deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.icon-menu {
    text-align: center;
    padding-bottom: 2px;
    width: auto;
    height: 3.8rem;
}

.icon-menu img {
    margin-left: 2px;
    margin-right: 2px;
}

.icon-menu .text-menu {
    justify-content: center;
    display: block;
    text-align: center;
    margin-top: -5px;
}

.menuimg-55 img {
    /**img left button*/
    width: 55px;
    height: auto;
}

.img-45 img {
    /**img left button*/
    float: left;
    margin-left: 0.2em;
    width: 45px;
    height: auto;
}

.img-35 img {
    /**img left button*/
    float: left;
    margin-left: 0.2em;
    width: 35px;
    height: auto;
}

.img-35-sm img {
    /**img left button*/
    float: left;
    margin-left: 0.2em;
    width: 35px;
    height: auto;
    margin-top: -0.2em;
}

.img-30 img {
    /**img left button*/
    float: left;
    margin-left: 0.3em;
    margin-top: 1.5px;
    width: 30px;
    height: auto;
}

.text-menu {
    width: auto;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.nav-bottombar .nav-item {
    position: relative;
    margin: auto;
    text-align: center;
    color: #ffff;
    margin-left: auto;
}

.nav-bottombar .nav-item img {
    max-width: 45px;
    width: 45px;
    min-width: 35px;
    margin-top: -1.2px;
}

.nav-bottombar .nav-item {
    position: absolute;
    width: 100%;
    margin-left: -1.2pc;
    margin-top: 2.2pc;
    text-align: center;
}

.nav-item:hover {
    padding: 3px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.card-main {
    padding: 10px;
    border: solid 0.1px transparent;
    border-radius: 5px;
    background-color: transparent;
    opacity: 1.2px;
    font-size: 1.0rem;
}

.input-group-icon input {
    margin-top: 2px;
    text-align: center;
    color: rebeccapurple;
}

.input-group-icon img {
    position: absolute;
    margin-left: 0px;
    margin-top: -5px;
    color: rgb(200, 198, 201);
}

.custom-control {
    color: #fff;
}

.group-panel input::before {
    background-color: #383838;
}

.box-group-input {
    width: 100%;
    height: 50px;
    background-color: #383838;
    justify-content: center;
    padding-top: 5px;
    border-radius: 5px;
}

.box-group-input input {
    background-color: transparent;
    border: #383838;
    color: #ffff;
    font-weight: bold;
}

.box-group-input :focus {
    font-weight: bold;
    background-color: transparent;
    border: #383838;
    color: #ffffff4f;
}

.group-panel {
    padding: .2ex;
    border: 0.1px solid #f4f1f509;
    border-radius: 0.4rem;
    box-shadow: 5px 5px 5px #302e3094;
    background-color: #fdfdfd57;
}

.group-panel-black {
    padding: .1ex;
    border: 0.1px solid #f4f1f509;
    border-radius: 0.4rem;
    box-shadow: 2px 2px 2px #302e3094;
    background-color: #000000;
}

.logo-card {
    margin: auto;
    margin-top: 1.2px;
    border-radius: 0;
    width: 350px;
    ;
    height: 350px;
    background-image: url('../../images/icon-web/BG_TUBTIMNEW.webp');
    background-size: 100%;
    background-repeat: no-repeat;
}

.helo-card {
    width: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align-last: center;
    text-align: center;
    background-image: linear-gradient(-26deg, #fffffd00, #faf9f900, #ffffff00, #fffff800, #ffffff00);
    box-shadow: inset 0 -2px 1px 0.2px#dfdedd00, inset 0 -1px 1px 3px #53535300;
    color: #fafafa;
    font-weight: bold;
    font-size: 40px;
}

.m-b30 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 575px) and (max-width: 768px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-bottombar {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .nav-bottombar {
        display: none;
    }
}

.Line-foot {
    display: inline-block;
    outline: none;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    border: none;
    border-radius: 2em;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0;
    color: #26e71fee;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}


/*** BTN/*/

.btn-sumo {
    display: inline-block;
    outline: none;
    height: 2.5rem;
    width: 80%;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 3em;
    line-height: 1.5rem;
    text-transform: uppercase;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.bb-green {
    box-shadow: 1px 1px 0px rgb(8 148 20), 1px 1px 1px 2px rgb(37 82 14), inset 0 0px 1px 1px #2d9206, inset 0px 0px 0px 5px rgb(244 255 243);
    background-image: linear-gradient( 12deg, #30312d, #a7ada7, #221e1e, #b2bcb2, #a1a7a1);
    border: 1px solid #30cf00;
    color: #4afb15;
    text-shadow: 1px 1px 0px #132602;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}

.withx-btn+.withx-btn {
    margin-top: 1em;
}

.withx-btn {
    display: inline-block;
    outline: none;
    height: 45px;
    font-size: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: .2em;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #ffff, inset 0 -1px 1px 3px rgb(230, 226, 210);
    background-image: linear-gradient(160deg, #ffff, #b8b8b8, #ffff, #ffff, #b8b8b8);
    border: 1px solid #ffff;
    color: #00b900;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.withx-btn:focus,
.withx-btn:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #ffff, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.withx-btn:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #ffff, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-gold+.btn-gold-plus {
    margin-top: 1em;
}

.btn-gold {
    display: inline-block;
    outline: none;
    height: 45px;
    font-size: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.45em;
    width: 100%;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 1.5px 2px #dfab3c, inset 0 -1px 1px 2.5px #a36508;
    background: #fad83e;
    background-image: linear-gradient(92deg, #fae485, #fad83e, #f1ba21, #fad83e, #fae485);
    border: 0px solid #b202f73b;
    color: #383838;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-gold:focus,
.btn-gold:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #fcdf60, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.btn-gold:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #fcdf60, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-darkslim {
    display: inline-block;
    outline: none;
    height: 45px;
    font-size: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.5em;
    width: 100%;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), inset 0 -2px 3px 2px #a09e9e, inset 0 -1px 1px 2.5px #25231f;
    background-image: linear-gradient(90deg, #444443, #797878, #b1b0ae, #797878, #444443);
    border: 1px solid #444443;
    color: black;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-darkslim:focus,
.btn-darkslim:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #858585, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.btn-darkslim:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #858585, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-gold-white {
    display: inline-block;
    outline: none;
    height: 45px;
    font-size: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.35em;
    width: 100%;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 1.5px 2px #dfab3c, inset 0 -1px 1px 2.5px #a36508;
    background-image: linear-gradient(165deg, #fdf2be, #f8e280, #e0b12d, #cf9109, #af920d);
    border: 0px solid #383737;
    color: black;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-gold-white:focus,
.btn-gold-white:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #fcdf60, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.btn-gold-white:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #fcdf60, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-gold-white-sm {
    display: inline-block;
    outline: none;
    height: 40px;
    font-size: 1em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.35em;
    width: 100%;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 1.5px 2px #dfab3c, inset 0 -1px 1px 2.5px #a36508;
    background-image: linear-gradient(165deg, #fdf2be, #f8e280, #e0b12d, #cf9109, #af920d);
    border: 0px solid #383737;
    color: black;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-gold-white-sm:focus,
.btn-gold-white-sm:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #fcdf60, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.btn-gold-white-sm:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #fcdf60, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-dark-white-sm {
    display: inline-block;
    outline: none;
    height: 40px;
    font-size: 1em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.35em;
    width: 100%;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), inset 0 -2px 3px 2px #a09e9e, inset 0 -1px 1px 2.5px #25231f;
    background-image: linear-gradient(165deg, #444443, #797878, #b1b0ae, #797878, #444443);
    border: 1px solid #444443;
    color: black;
    border: 0px solid #383737;
    color: black;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-dark-white-sm:focus,
.btn-dark-white-sm:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #858585, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.btn-dark-white-sm:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #858585, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.green-btn+.green-btn {
    margin-top: 1em;
}

.green-btn {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 3em;
    height: 60px;
    text-align: center;
    /* line-height: 1.9em; */
    text-transform: uppercase;
    padding: 5px 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.23), inset 0 -1px 2px 1px #00b900, inset 0 -1px 1px 2px rgb(71, 156, 1);
    background-image: linear-gradient(35deg, #51a107, #00b900, #06e406, #00b900, #509e07);
    border: 1px solid #ffffff;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.green-btn:focus,
.green-btn:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #00b900, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.green-btn:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #00b900, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.white-orange-btn+.white-orange-btn {
    margin-top: 1em;
}

.white-orange-btn {
    display: inline-block;
    outline: none;
    height: 60px;
    width: 100%;
    text-align-last: center;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 3em;
    line-height: 2em;
    text-transform: uppercase;
    padding: 3px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #f4f7f4, inset 0 -1px 1px 3px rgb(230, 226, 210);
    background-image: linear-gradient(160deg, #f8faf5, #fcfdfc, #f9fcf9, #fafcfa, #ffffff);
    border: 1px solid #f89615;
    color: #f89615;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.white-orange-btn:focus,
.white-orange-btn:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #f89615, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.white-orange-btn:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #f89615, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.white-red-btn+.white-red-btn {
    margin-top: 1em;
}

.white-red-btn {
    display: inline-block;
    outline: none;
    height: 45px;
    width: 80%;
    text-align-last: center;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 3em;
    line-height: 1.9em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #f4f7f4, inset 0 -1px 1px 3px rgb(230, 226, 210);
    background-image: linear-gradient(160deg, #f8faf5, #fcfdfc, #f9fcf9, #fafcfa, #ffffff);
    border: 1px solid #fa1111;
    color: #fa1111;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.white-red-btn:focus,
.white-red-btn:hover {
    background-image: linear-gradient(90deg, #f8faf5, #fcfdfc, #f9fcf9, #fafcfa, #ffffff);
    box-shadow: 0 2px 2px #383838, 0 0px 2px #383838, inset 0 -2px 5px 1px #c40201, inset 0 -1px 1px 3px #c40200;
    color: red;
    border: #c40200;
    font-weight: bold;
}

.white-red-btn:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #fa1111, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.white-green-btn+.white-green-btn {
    margin-top: 1em;
}

.white-green-btn {
    display: inline-block;
    outline: none;
    height: 60px;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 3em;
    line-height: 1.9em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #f4f7f4, inset 0 -1px 1px 3px rgb(230, 226, 210);
    background-image: linear-gradient(160deg, #f8faf5, #fcfdfc, #f9fcf9, #fafcfa, #ffffff);
    border: 1px solid #30cf00;
    color: #30cf00;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.white-green-btn:focus,
.white-green-btn:hover {
    background-image: linear-gradient(35deg, #51a107, #00b900, #06e406, #00b900, #509e07);
    box-shadow: 0 2px 2px #383838, 0 0px 2px #383838, inset 0 -2px 5px 1px #08c221, inset 0 -1px 1px 3px #08c221;
    color: rgba(54, 53, 53, 0.9);
    font-weight: bold;
}

.white-green-btn:active {
    background-image: linear-gradient(35deg, #51a107, #00b900, #06e406, #00b900, #509e07);
    box-shadow: 0 2px 2px #383838, 0 0px 2px #383838;
    color: rgba(54, 53, 53, 0.8);
}

.white-green-btn-sm {
    display: inline-block;
    outline: none;
    height: 45px;
    min-width: 65%;
    max-width: 150px;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 3em;
    line-height: 1.9em;
    text-transform: uppercase;
    box-shadow: 0 2px 2px #383838, 0 0px 2px #383838;
    background-image: linear-gradient(35deg, #51a107, #00b900, #06e406, #00b900, #509e07);
    border: 1px solid #ffffff;
    color: #ffff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.white-green-btn-sm:focus,
.white-green-btn-sm:hover {
    background-image: linear-gradient(35deg, #51a107, #00b900, #06e406, #00b900, #509e07);
    box-shadow: 0 2px 2px #383838, 0 0px 2px #383838, inset 0 -2px 5px 1px #08c221, inset 0 -1px 1px 3px #08c221;
    color: rgba(54, 53, 53, 0.9);
    font-weight: bold;
}

.white-green-btn-sm:active {
    background-image: linear-gradient(35deg, #51a107, #00b900, #06e406, #00b900, #509e07);
    box-shadow: 0 2px 2px #383838, 0 0px 2px #383838;
    color: rgba(54, 53, 53, 0.8);
}

.silverx-btn+.silver-btn {
    margin-top: 1em;
}

.silverx-btn {
    display: inline-block;
    outline: none;
    font-size: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: .2em;
    height: 45px;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -1px 2px 1px rgb(73, 73, 73), inset 0 -1px 1px 2px rgba(190, 190, 190, 1);
    background-image: linear-gradient(160deg, #383838, #6b6b6b, #6b6b6b, #6b6b6b, #383838);
    border: 1px solid #69645d;
    color: #ffff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.silverx-btn:focus,
.silverx-btn:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #88837a, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.silverx-btn:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #5e5c58, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-gold-sm {
    display: inline-block;
    outline: none;
    font-size: .9em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.35em;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 2px 5px 2px 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 1.5px 2px #dfab3c, inset 0 -1px 1px 2.5px #a36508;
    background-image: linear-gradient(165deg, #fdf2be, #f8e280, #e0b12d, #cf9109, #af920d);
    border: 0px solid #383737;
    color: #383838;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-gold-sm:focus,
.btn-gold-sm:hover {
    background-image: linear-gradient(90deg, #fdf2be, #f8e280, #e0b12d, #cf9109, #af920d);
}

.btn-gold-sm:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #fcdf60, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-dark-sm {
    display: inline-block;
    outline: none;
    font-size: .9em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.35em;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 2px 5px 2px 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 1.5px 2px #424242, inset 0 -1px 1px 2.5px #707070;
    background-image: linear-gradient(165deg, #383838, #6b6b6b, #6b6b6b, #6b6b6b, #383838);
    border: 0px solid #383737;
    color: red;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-dark-sm:focus,
.btn-dark-sm:hover {
    color: red;
    background-image: linear-gradient(90deg, #383838, #6b6b6b, #6b6b6b, #6b6b6b, #383838);
}

.btn-dark-sm:active {
    color: #fcdf60;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #585858, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-tubtim-red {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0px;
    background-image: linear-gradient( 0deg, #ff0000, #ff0000, #ff0000, #ff0000, #ff0000);
    border: 1px solid #0000;
    color: #ffff !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-tubtim-red :focus,
.btn-tubtim-red :hover {
    background-size: 150% 150%;
    color: #383838;
}

.btn-tubtim-red:active {
    background-image: linear-gradient(35deg, #ff0000, #ff0000, #ff0000, #ff0000, #ff0000);
    color: #383838;
}

.btn-red-ofload {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0px;
    box-shadow: 0 3px 6px black, 0 3px 6px #0000, inset 0 -1px 2px 1px rgba(0, 0, 0, 0), inset 0 0px 1px 0px #c48704;
    background-image: linear-gradient(0deg, #f71600, #ed2f2f, #fa4d14, #fa4d14, #ed2f2f, #f71600);
    border: 1px solid #0000;
    color: #ffff !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-red-ofload :focus,
.btn-red-ofload :hover {
    background-size: 150% 150%;
    border: 1px solid rgb(165, 163, 163);
    color: #0000;
}

.btn-red-ofload :active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #fff, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.btn-golder-lg {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 2em;
    height: 60px;
    text-align: center;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 15px 5px;
    box-shadow: 0 3px 6px black, 0 3px 6px #0000, inset 0 -1px 2px 1px rgba(0, 0, 0, 0), inset 0 0px 1px 0px #c48704;
    background-image: linear-gradient(0deg, #fae485, #fae277, #c48704, #fae277, #fae485);
    ;
    border: 1px solid #0000;
    color: #303030 !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-golder-lg:focus,
.btn-golder-lg:hover {
    background-size: 150% 150%;
    border: 1px solid rgb(165, 163, 163);
    color: rgba(120, 50, 5, .8);
}

.btn-golder-lg:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.btn-golder {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0px;
    box-shadow: 0 3px 6px black, 0 3px 6px #0000, inset 0 -1px 2px 1px rgba(0, 0, 0, 0), inset 0 0px 1px 0px #c48704;
    background-image: linear-gradient(0deg, #fae485, #fae277, #c48704, #fae277, #fae485);
    ;
    border: 1px solid #0000;
    color: #303030 !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-golder:focus,
.btn-golder:hover {
    background-size: 150% 150%;
    border: 1px solid rgb(165, 163, 163);
    color: rgba(120, 50, 5, .8);
}

.btn-golder:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.btn-white-plus {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0px;
    box-shadow: 0 3px 6px black, 0 3px 6px #0000, inset 0 -1px 2px 1px #0000, inset 0 -1px 1px 2px #0000;
    /**#474646 */
    background-image: linear-gradient(0deg, #f0efef, #ccc, #fff, #f0efef);
    border: 1px solid #0000;
    color: #303030 !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-white-plus:focus,
.btn-white-plus:hover {
    background-size: 150% 150%;
    color: rgba(120, 50, 5, .8);
}

.btn-white-plus:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.btn-red-plus {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0px;
    box-shadow: 0 3px 6px black, 0 3px 6px #0000, inset 0 -1px 2px 1px #0000, inset 0 -1px 1px 2px #0000;
    /**#474646 */
    background-image: linear-gradient(75deg, #f70909, #f57979, rgb(247, 74, 74), #f74242);
    border: 1px solid #0000;
    color: #fafafa !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-red-plus:focus,
.btn-red-plus:hover {
    background-size: 150% 150%;
    color: rgba(120, 50, 5, .8);
}

.btn-red-plus:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.btn-red-sm {
    display: inline-block;
    outline: none;
    font-size: .9em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.35em;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 2px 5px 2px 5px;
    box-shadow: 0 10px 20px rgba(250, 250, 250, 0.349), 0 6px 6px rgba(255, 255, 255, 0.349), inset 0 -2px 1.5px 2px #fafafa, inset 0 -1px 1px 2.5px #ffffff;
    background-image: linear-gradient(165deg, #fa1a1a, #f84646, #fa3131, #fa6262, #f74c4c);
    border: 0px solid #f12af8;
    color: white;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-red-sm:focus,
.btn-red-sm:hover {
    color: black;
    background-image: linear-gradient(90deg, #ff845e, #f87249, #f54d23, #fc7c49, #e63f15);
}

.btn-red-sm:active {
    color: #f83c84fa;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #585858, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-red-leting {
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: 0.35em;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 2px 5px 2px 5px;
    box-shadow: 0 10px 20px rgb(250 250 250 / 35%), 0 6px 6px rgb(255 255 255 / 35%), inset 0 -2px 1.5px 2px #f153078f, inset 0 -1px 1px 2.5px #ed161685;
    background-image: linear-gradient(149deg, rgba(250, 0, 0, 1) 0%, rgba(199, 3, 3, 1) 45%, rgba(93, 0, 0, 1) 100%);
    border: 0px solid #f12af8;
    color: white;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-red-leting:focus,
.btn-red-leting:hover {
    color: black;
    background-image: linear-gradient(90deg, #ff845e, #f87249, #f54d23, #fc7c49, #e63f15);
}

.btn-red-leting:active {
    color: #fa000059;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #585858, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-dark-plus {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0px;
    box-shadow: 0 3px 6px black, 0 3px 6px #0000, inset 0 -1px 2px 1px #0000, inset 0 -1px 1px 2px #0000;
    /**#474646 */
    background-image: linear-gradient(0deg, #383838, #383838, #383838, #383838);
    border: 1px solid #383838;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-dark-plus:focus,
.btn-dark-plus:hover {
    background-size: 150% 150%;
    color: rgba(120, 50, 5, .8);
}

.btn-dark-plus:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.green-btn+.green-btn {
    margin-top: 1em;
}

.green-btn-plus {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    text-align: center;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.23), inset 0 -1px 2px 1px #00b900, inset 0 -1px 1px 2px rgb(71, 156, 1);
    background-image: linear-gradient(35deg, #51a107, #00b900, #06e406, #00b900, #509e07);
    border: 1px solid #00b900;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.green-btn-plus:focus,
.green-btn-plus:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 5px 1px #00b900, inset 0 -1px 1px 3px rgb(230, 226, 210);
    border: 1px solid rgba(116, 114, 112, 0.6);
    color: rgba(54, 53, 53, 0.8);
}

.green-btn-plus:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #00b900, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-yellow-plus {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 3px 0px;
    box-shadow: 0 3px 6px black, 0 3px 6px rgba(250, 234, 6, 0), inset 0 -1px 2px 1px #0000, inset 0 -1px 1px 2px #0000;
    /**#474646 */
    background-image: linear-gradient(0deg, #f8f401, #f8f401, #f8f401, #f8f401);
    border: 1px solid #0000;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-yellow-plus:focus,
.btn-yellow-plus:hover {
    background-size: 150% 150%;
    color: rgba(120, 50, 5, .8);
}

.btn-yellow-plus:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.btn-dark-menu {
    display: inline-block;
    outline: none;
    font-size: .9em;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    border-radius: 0.35em;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 2px 5px 2px 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), inset 0 -2px 1.5px 2px #424242, inset 0 -1px 1px 2.5px #707070;
    background-image: linear-gradient(165deg, #383838, #6b6b6b, #6b6b6b, #6b6b6b, #383838);
    border: 0px solid #383737;
    color: #fcdf60;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-white-sm {
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    width: 100%;
    line-height: 0.5em;
    text-transform: uppercase;
    padding: 3px 0px;
    box-shadow: 0 3px 6px black, 0 3px 6px #0000, inset 0 -1px 2px 1px #0000, inset 0 -1px 1px 2px #0000;
    /**#474646 */
    background-image: linear-gradient(0deg, #f0efef, #ccc, #fff, #f0efef);
    border: 1px solid #0000;
    color: #303030 !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-white-sm:focus,
.btn-white-sm:hover {
    background-size: 150% 150%;
    color: rgba(120, 50, 5, .8);
}

.btn-white-sm:active {
    background-image: linear-gradient(35deg, #f0efef, #ccc, #fff, #f0efef);
}

.btn-golder-sm {
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: auto;
    line-height: 0.5em;
    text-transform: uppercase;
    padding: 3px 0px;
    box-shadow: 0 3px 6px black, 0 3px 6px #0000, inset 0 -1px 2px 1px #0000, inset 0 -1px 1px 2px #0000;
    background-image: linear-gradient(0deg, #fae485, #fae277, #c48704, #fae277, #fae485);
    border: 1px solid #0000;
    color: #303030 !important;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-golder-sm:focus,
.btn-golder-sm:hover {
    background-size: 150% 150%;
    color: rgba(120, 50, 5, .8);
}

.btn-golder-sm:active {
    background-image: linear-gradient(35deg, #fae485, #fae277, #c48704, #fae277, #fae485);
}

.btn-red-aff {
    display: inline-block;
    outline: none;
    font-size: .9em;
    box-sizing: border-box;
    border: none;
    border-radius: 0.35em;
    line-height: 1.9em;
    text-transform: uppercase;
    padding: 2px 5px 2px 5px;
    box-shadow: 0 10px 20px rgb(250 250 250 / 35%), 0 6px 6px rgb(255 255 255 / 35%), inset 0 -2px 1.5px 2px #f153078f, inset 0 -1px 1px 2.5px #ed161685;
    background-image: linear-gradient(149deg, rgba(250, 0, 0, 1) 0%, rgba(199, 3, 3, 1) 45%, rgba(93, 0, 0, 1) 100%);
    border: 0px solid #f12af8;
    color: white;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-red-aff:focus,
.btn-red-aff:hover {
    color: black;
    background-image: linear-gradient(90deg, #ff845e, #f87249, #f54d23, #fc7c49, #e63f15);
}

.btn-red-aff:active {
    color: #fa000059;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(77, 71, 59, 0.4), inset 0 -2px 5px 1px #585858, inset 0 -1px 1px 3px rgb(207, 207, 207);
}

.btn-dark-menu:hover {
    color: #facd03;
    background-image: linear-gradient(180deg, #383838, #6b6b6b, #6b6b6b, #6b6b6b, #383838);
}

.btn-dark-menu.active {
    font-weight: bold;
    color: #383838;
    background-image: linear-gradient(165deg, #fae485, #fae277, #c48704, #fae277, #fae485);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(110, 80, 20, .4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250, 227, 133, 1);
}

.btn-ship {
    display: inline-block;
    cursor: pointer;
}

.btn-ship:hover {
    padding: 1px;
}

.w-auto {
    width: auto;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-32 {
    width: 32%;
}

.vw-100 {
    width: 100vw;
}

.h-auto {
    height: auto;
}

.h-100 {
    height: 100%;
}

.vh-100 {
    height: 100vh;
}


/**** BOX HUAY*/

.box-huay {
    border: solid 2px #ffe15d;
    background: linear-gradient(160deg, #3f3e3e, #353232, #6b6b6b, #353232, #3f3e3e);
    margin-bottom: 2px;
    font-weight: 400 !important;
    border-radius: 5px;
    padding: 0.15rem;
    justify-content: center;
}

.box-huay-card {
    border-radius: 0.25rem;
    background-color: #ffff;
    padding: 0 !important;
    margin: 0 !important;
}

.carousel-box {
    background: #222;
    padding: 4px 4px 2px 4px;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 0 0px 1px #4b453a;
}

.panel-main-gover {
    padding: .2ex;
    border: 1.5px solid #ffffff;
    border-radius: 0.4rem;
    box-shadow: 5px 5px 5px #302e3094;
    background: #f5eeee;
}

.panel-gover {
    background: #383838;
    border: 1px #5a5a5a solid;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
    margin-top: 5px;
}

.bbox-gover {
    border: 1px solid #454545;
    padding: 0 10px;
    margin: 2px auto 5px;
    border-radius: 25px;
    box-shadow: inset 0 0 1px 0px #000000;
    display: flex;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.bbox-gover-list {
    border: 1px solid #4b4a4a;
    box-shadow: inset 0 0 1px 0px #000000cf;
    background: #504e4e00;
    border-radius: 5px;
    padding: 2px;
}

.w-33 {
    width: 33.25%;
}

.box-huay .card-header {
    color: #535353;
    font-size: 12px;
}

.box-huay .card-body {
    color: #383838;
    font-size: 16px;
}

.text-right {
    text-align: right;
}

.text-w {
    font-weight: bold;
}

.text-title {
    text-shadow: 1px 1px 1px #3b3b3b;
}

.text-white-8 {
    font-size: 8pt;
    color: #ffffff
}

.text-dark-8-w {
    font-size: 8pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-10 {
    font-size: 10pt;
    color: #ffffff
}

.text-white-10-w {
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-12 {
    font-size: 12pt;
    color: #ffffff
}

.text-white-12-w {
    font-size: 12pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-14 {
    font-size: 14pt;
    color: #ffffff
}

.text-white-14-w {
    font-size: 14pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-16 {
    font-size: 16pt;
    color: #ffffff
}

.text-white-16-w {
    font-size: 16pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-18 {
    font-size: 18pt;
    color: #ffffff
}

.text-white-20 {
    font-size: 20pt;
    color: #ffffff
}

.text-white-22 {
    font-size: 22pt;
    color: #ffffff
}

.text-white-24 {
    font-size: 24pt;
    color: #ffffff
}

.text-white-26 {
    font-size: 26pt;
    color: #ffffff
}

.text-white-28 {
    font-size: 28pt;
    color: #ffffff
}

.text-white-18-w {
    font-size: 18pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-18-w {
    font-size: 18pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-20-w {
    font-size: 20pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-22-w {
    font-size: 22pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-24-w {
    font-size: 24pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-26-w {
    font-size: 26pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-28-w {
    font-size: 28pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-30-w {
    font-size: 35pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-35-w {
    font-size: 35pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-40-w {
    font-size: 40pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-45-w {
    font-size: 45pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-50-w {
    font-size: 50pt;
    color: #ffffff;
    font-weight: bold;
}

.text-white-1rem-w {
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
}

.text-dark-8 {
    font-size: 8pt;
    color: #3b3b3b
}

.text-dark-8-w {
    font-size: 8pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-10 {
    font-size: 10pt;
    color: #3b3b3b
}

.text-dark-10-w {
    font-size: 10pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-12 {
    font-size: 12pt;
    color: #3b3b3b
}

.text-dark-12-w {
    font-size: 12pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-14 {
    font-size: 14pt;
    color: #3b3b3b
}

.text-dark-14-w {
    font-size: 14pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-16 {
    font-size: 16pt;
    color: #3b3b3b
}

.text-dark-16-w {
    font-size: 16pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-18 {
    font-size: 18pt;
    color: #3b3b3b
}

.text-dark-18-w {
    font-size: 18pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-20 {
    font-size: 20pt;
    color: #3b3b3b
}

.text-dark-20-w {
    font-size: 20pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-22 {
    font-size: 22pt;
    color: #3b3b3b
}

.text-dark-22-w {
    font-size: 22pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-25 {
    font-size: 25pt;
    color: #3b3b3b
}

.text-dark-25-w {
    font-size: 25pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-28-w {
    font-size: 28pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-30-w {
    font-size: 30pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-35-w {
    font-size: 35pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-dark-40-w {
    font-size: 40pt;
    color: #3b3b3b;
    font-weight: bold;
}

.text-gold-8 {
    font-size: 8pt;
    color: #ffc72c
}

.text-gold-8-w {
    font-size: 8pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-10 {
    font-size: 10pt;
    color: #ffc72c
}

.text-gold-10-w {
    font-size: 10pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-12 {
    font-size: 12pt;
    color: #ffc72c
}

.text-gold-12-w {
    font-size: 12pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-14 {
    font-size: 14pt;
    color: #ffc72c
}

.text-gold-14-w {
    font-size: 14pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-16 {
    font-size: 16pt;
    color: #ffc72c
}

.text-gold-16-w {
    font-size: 16pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-18 {
    font-size: 18pt;
    color: #ffc72c
}

.text-gold-18-w {
    font-size: 18pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-20 {
    font-size: 20pt;
    color: #ffc72c
}

.text-gold-20-w {
    font-size: 20pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-22 {
    font-size: 22pt;
    color: #ffc72c
}

.text-gold-22-w {
    font-size: 22pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-25 {
    font-size: 25pt;
    color: #ffc72c
}

.text-gold-25-w {
    font-size: 25pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-28-w {
    font-size: 28pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-gold-30-w {
    font-size: 30pt;
    color: #ffc72c;
    font-weight: bold;
}

.text-red-10 {
    font-size: 10pt;
    color: #fc2a05
}

.text-red-10-w {
    font-size: 10pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-12 {
    font-size: 12pt;
    color: #fc2a05
}

.text-red-12-w {
    font-size: 12pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-14 {
    font-size: 14pt;
    color: #fc2a05
}

.text-red-14-w {
    font-size: 14pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-16 {
    font-size: 16pt;
    color: #fc2a05
}

.text-red-16-w {
    font-size: 16pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-18 {
    font-size: 18pt;
    color: #fc2a05
}

.text-red-18-w {
    font-size: 18pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-20 {
    font-size: 20pt;
    color: #fc2a05
}

.text-red-20-w {
    font-size: 20pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-22-w {
    font-size: 22pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-24 {
    font-size: 24pt;
    color: #fc2a05
}

.text-red-24-w {
    font-size: 24pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-26-w {
    font-size: 26pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-28-w {
    font-size: 28pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-30-w {
    font-size: 30pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-35-w {
    font-size: 35pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-35-w-600 {
    font-size: 35pt;
    color: #fc2a05;
    font-weight: 600;
}

.text-red-40-w {
    font-size: 40pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-red-45-w {
    font-size: 45pt;
    color: #fc2a05;
    font-weight: bold;
}

.text-green-10 {
    font-size: 10pt;
    color: #60fc05
}

.text-green-10-w {
    font-size: 10pt;
    color: #60fc05;
    font-weight: bold;
}

.text-green-12 {
    font-size: 12pt;
    color: #60fc05
}

.text-green-12-w {
    font-size: 12pt;
    color: #60fc05;
    font-weight: bold;
}

.text-green-14 {
    font-size: 14pt;
    color: #60fc05
}

.text-green-14-w {
    font-size: 14pt;
    color: #60fc05;
    font-weight: bold;
}

.text-green-16 {
    font-size: 16pt;
    color: #60fc05
}

.text-green-16-w {
    font-size: 16pt;
    color: #60fc05;
    font-weight: bold;
}

.text-green-18 {
    font-size: 18pt;
    color: #60fc05
}

.text-green-18-w {
    font-size: 18pt;
    color: #60fc05;
    font-weight: bold;
}

.text-green-20 {
    font-size: 20pt;
    color: #60fc05
}

.text-green-20-w {
    font-size: 20pt;
    color: #60fc05;
    font-weight: bold;
}

.text-orange-16 {
    font-size: 16pt;
    color: orange;
}

.text-black-8 {
    font-size: 8pt;
    color: black;
}

.text-black-10 {
    font-size: 10pt;
    color: black;
}

.text-black-12-w {
    font-size: 12pt;
    color: black;
    font-weight: bold;
}

.text-black-14-w {
    font-size: 14pt;
    color: black;
    font-weight: bold;
}

.text-black-16 {
    font-size: 16pt;
    color: black;
}

.text-black-16-w {
    font-size: 16pt;
    color: black;
    font-weight: bold;
}

.text-black-18 {
    font-size: 18pt;
    color: black;
}

.text-black-18-w {
    font-size: 18pt;
    color: black;
    font-weight: bold;
}

.text-black-20-w {
    font-size: 20pt;
    color: black;
    font-weight: bold;
}

.text-black-22 {
    font-size: 22pt;
    color: black;
}

.text-black-22-w {
    font-size: 22pt;
    color: black;
    font-weight: bold;
}

.text-black-24 {
    font-size: 24pt;
    color: black;
}

.text-black-24-w {
    font-size: 24pt;
    color: black;
    font-weight: bold;
}

.text-black-1rem {
    font-size: 1rem;
    color: black;
}

.text-black-1rem-w {
    font-size: 1rem;
    color: black;
    font-weight: bold;
}

.text-left {
    text-align: left;
    display: flex;
}

.preloader {
    /*  background-color: #f7f7f7; */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
    opacity: 0.8;
    background-color: #000000f6;
}

.preloader>div {
    justify-content: center;
    text-align: center;
}

.preloader>div img {
    border-radius: 50%;
    /*  border: #ffff 2px solid; */
    width: 30%;
    height: 30%;
}

.preloader main {
    display: none;
}

.custom-control {
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px;
    color: #ffff;
}

.tilte-huay {
    font-family: 'Prompt', sans-serif !important;
    font-size: 14px;
}

.custom-control {
    height: 25px;
    text-align: left;
    padding-left: 10px;
}

.pxa-0 {
    padding: 0.1rem!important;
}

.pxa-1 {
    padding: 0.1rem!important;
}

.pxa-2 {
    padding: 0.2rem!important;
}

.pxa-3 {
    padding: 0.3rem!important;
}

.pxa-4 {
    padding: 0.4rem!important;
}

.pxa-5 {
    padding: 0.5rem!important;
}

.m-auto {
    margin: auto;
}

.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.mr-1 {
    margin-right: 2px;
}

.mr-2 {
    margin-right: 4px;
}

.mr-3 {
    margin-right: 6px;
}

.mr-4 {
    margin-right: 8px;
}

.pr-1 {
    padding-right: 4px;
}

.pr-2 {
    padding-right: 6px;
}

.pr-3 {
    padding-right: 8px;
}

.pr-4 {
    padding-right: 10px;
}

.pl-1 {
    padding-left: 1px;
}

.pl-2 {
    padding-left: 2px;
}

.pl-3 {
    padding-left: 3px;
}

.pl-4 {
    padding-left: 4px;
}

#progressbar {
    background-color: #e3e3e3;
    border-radius: 12px;
    /* (height of inner div) / 2 + padding */
    padding: 2px;
}

#progressbar>div {
    background-image: linear-gradient( 0deg, #c01616, #db2121, #dd0f0f, #ee2929, #ff0808);
    width: 40%;
    height: 20px;
    border-radius: 10px;
}

.disabledview {
    pointer-events: none;
    opacity: 0.5;
}

.text-mr {
    text-align: right;
}

.box-history {
    margin: 1px;
    padding: 0;
    border: 1px solid black;
    border-radius: 5px;
}

.head-history {
    width: 100%;
    line-height: 35px;
    background-color: #3b3b3b;
    padding: 2px 5px;
}

.foot-history {
    width: 100%;
    padding: 2px 5px;
    background-color: #ffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.container-games {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fc375875;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.container-games:hover .overlay {
    height: 100%;
}

.container-games:hover .image {
    opacity: 0.3;
}

.container-games:hover .middle {
    opacity: 1;
}

.text_titlegame {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.box-keysck {
    margin: auto;
    justify-content: center;
    text-align: center;
}

.disable-double-tab-zoom {
    touch-action: manipulation!important;
}

.btn-key {
    height: 45px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px .0px;
    box-shadow: 0 3px 6px black, 0 3px 6px #0000, inset 0 -1px 2px 1px rgba(0, 0, 0, 0), inset 0 0px 1px 0px #c48704;
    border: 1px solid red;
    color: #303030;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.btn-key:active {
    background-image: linear-gradient(90deg, #383838, #c4c4c4, #ffff, #c4c4c4, #6e6e6e);
    background-image: -webkit-linear-gradient(90deg, #383838, #c4c4c4, #ffff, #c4c4c4, #6e6e6e);
    background-image: -moz-linear-gradient(90deg, #383838, #c4c4c4, #ffff, #c4c4c4, #6e6e6e);
    background-image: -ms-linear-gradient(90deg, #383838, #c4c4c4, #ffff, #c4c4c4, #6e6e6e);
    background-image: -o-linear-gradient(90deg, #383838, #c4c4c4, #ffff, #c4c4c4, #6e6e6e);
}

@media only screen and (max-width: 350px) {
    Label.pass {
        width: 40px;
        height: 45px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    Label.pass {
        width: 45px;
        height: 50px;
    }
}

@media only screen and (min-width: 575px) and (max-width: 768px) {
    Label.pass {
        width: 50px;
        height: 55px;
    }
}

@media only screen and (min-width: 768px) {
    Label.pass {
        width: 50px;
        height: 55px;
    }
}

a.ex1:hover,
a.ex1:active {
    color: black;
}