/* Colors
    yellow: #FAD131
 */
:root {
    --primary-color: linear-gradient(90deg,#057e33,#129f36,#20b63d,#129f36,#057e33);
}
@font-face {
    font-family: 'Rounded_Elegance';
    src: url('fonts/Rounded_Elegance.ttf');
}
@font-face {
    font-family: 'SukhumvitSet-Text';
    src: url('fonts/SukhumvitSet-Text.ttf');
}

body {
    background: url(../bg-green.jpg) #000  top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 80px;
    font-family: "SukhumvitSet-Text";
    color: #FFF;
    font-size: 14px;
}
.text-white {
    color: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus,
.bg-primary {
    background-color: #F5BD6D !important;
}
.modal {
    color: #000;
}
.page-header {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 4px solid #343a40;
}
.page-header > .fa {
    margin-right: .3rem;
    font-size: 22px;
}
.fix-lg-width {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 992px !important;
    padding: 1rem 15px;
}
.badge {
    padding: 5px 7px;
}
.row.game-list > div {
    padding: 3px;
}
hr.full-hr {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
@media (max-width: 768px) {
    .fix-lg-width,
    .container-fluid,
    .card-body,
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 10px;
        padding-right: 10px;
    }
    hr.full-hr,
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (max-width: 375px) {
    .fix-lg-width,
    .card-body,
    .container-fluid,
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 3px;
        padding-right: 3px;
    }
    hr.full-hr,
    .row {
        margin-left: -3px;
        margin-right: -3px;
    }
}
/* New Results-page*/
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-inner {
    height: auto;
    width: 100%;
}
#nav1.nav-slide>li>.flag-icon {
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    vertical-align: middle;
    float: left;
    margin-left: 5px !important;
    margin-top: 3px !important;
}
.nav-slide li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto !important;
    height: auto !important;
    padding: 5px;
    text-align: center;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 3px;
    text-indent: 0px !important;
    cursor: pointer;
}
.nav-slide li, .nav-slide-yeekee li {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    color: black !important;
    text-shadow: #fff 1px 1px 0px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.nav-slide {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: 100%;
    counter-reset: number;
}
.carousel-view ol {
    margin-top: 0;
    margin-bottom: 0rem;
}
.carousel {
    position: relative;
}
.carousel-view {
    display: none;
    margin-bottom: 0rem;
    position: relative;
}

.card-text {
    color: #000;
}
.bgwhitealpha h6 span.flag-icon {
    font-size: 40px;
    margin-top: -15px;
    margin-left: -15px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 8px;
    max-width: 50px;
    background-size: cover;
    border: #555 1px solid;
    border-top-color: #ccc;
    border-left-color: #ccc;
}
.border-dark {
    border-color: #343a40 !important;
}
.card-header {
    color:#000;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bgwhitealpha .card-header {
    font-weight: 400;
    font-size: 100%;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/
    border-radius: 0.25rem;
}
.border-dark {
    border-color: #343a40 !important;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.bgwhitealpha h6 span {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 14px;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.flag-icon-th {
    background-image: url(../flags/4x3/th.svg);
}
.bgwhitealpha h6 span {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 14px;
}
.bgwhitealpha h6 span.flag-icon {
    font-size: 40px;
    margin-top: -15px;
    margin-left: -15px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 8px;
    max-width: 50px;
    background-size: cover;
    border: #555 1px solid;
    border-top-color: #ccc;
    border-left-color: #ccc;
}
.bgwhitealpha {
    /* background: rgba(179, 227, 236, 0.6); */
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    border: rgba(255, 255, 255, 1) 2px solid;
}
.bgwhitealpha h6 {
    color: #212529; 
    margin: 5px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    font-size: 110%;
}



/* New poy start*/
.poy-status.returnpoy {
    background: #2ca00f;
}
#poy-today{
    background-color: #f8f9fa!important;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.text-info {
    color: #17a2b8 !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.poy-type {
    font-weight: lighter;
    padding: 5px;
    border-radius: 3px;
    line-height: 1.2;
    text-align: right;
    background: #eee;
    color: #000;
}
.poy-list-head .poy-status {
    display: block;
    float: right;
    margin-top: -6px;
    margin-right: -10px;
    width: auto;
    min-height: 30px;
    color: #000;
    font-size: 80%;
    /* padding-top: 12px; */
    padding-top: 8px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}
.poy-list-head .poy-status.lost {
    background: #dc3545;
    color: white;
}
.poy-list-head .poy-status.win {
    background: #3ac028;
    color: white;
}
.poy-list-head .poy-status.notyet {
    background: #ffc107;
}
.poy-list-content{
    background: white;
    padding: 5px 10px;
    color: #6c757d;
}
.poy-list-head {
    width: 100%;
    min-height: 30px;
    line-height: 1;
    border-bottom: #111 1px solid;
    padding: 6px 10px 0px 10px;
    vertical-align: middle;
    background: #fff;
    overflow: hidden;
}
.poy-list{
    color: #000;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    border: #111 1px solid;
    margin-bottom: 5px;
    /*display: inline-block;
    margin-left: 20px;*/
}
.poy-content{
    max-height: 100%;
    display: block;
    position: relative;
    padding: 10px !important;
    z-index: 1 !important;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}
/* New poy end*/

/* BOTTOM NAV */
nav#navbar-header {
    padding: 4px 0px;
    background: var(--primary-color);
    background-size: 100%;
}
nav#menu-bottom {
    padding: 10px 0px;
    text-align: center;
    background-color: #343a40;
}
nav#menu-bottom .container {
    padding: 0px;
}
nav#menu-bottom .navbar-nav {
    width: 100%;
    flex-direction: row !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}
nav#menu-bottom .navbar-nav a.nav-link {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}
nav#menu-bottom .navbar-nav > li:not(:first-child) > a.nav-link {
    /*border-left: 1px solid rgba(73, 73, 74,1);*/
}
nav#menu-bottom .navbar-nav a.nav-link i.fa {
    display: block;
    font-size: 26px;
    margin-bottom: 4px;
}
nav#menu-bottom .navbar-nav .nav-link:focus,
nav#menu-bottom .navbar-nav .nav-link:hover,
nav#menu-bottom .navbar-nav .nav-link.active {
    color: #cca243;
}
@media (max-width: 768px) {
    nav#menu-bottom .navbar-nav a.nav-link {
        font-size: 12px;
    }
    nav#menu-bottom .navbar-nav a.nav-link i.fa {
        font-size: 20px;
        margin-bottom: 2px;
    }
}
/* BOTTOM NAV # */

/* NAV TAB */
.nav-tabs a {
    color: #A7B1C2;
}
.nav-tabs a.active {
    background-color: #FFC107 !important;
}
@media (max-width: 768px) {
    .nav-tabs a {
        text-align: center;
        border-radius: 0px !important;
        border: none !important;
    }
}
/* NAV TAB # */

/* MENU */
.top-menu {
    margin-top: -1rem;
    margin-bottom: 1rem;
}
.top-menu .nav {
    flex-wrap: nowrap;
}
.top-menu .nav-link {
    color: rgb(187, 188, 189);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    /*padding: 1rem 10px;*/
    padding: 1rem 5px;
}
.top-menu .nav-item {
    background-color: #262930 ;
}
.top-menu .nav-item.active,
.top-menu .nav-item:hover {
    background: var(--primary-color);
}
.top-menu .nav-item.active > .nav-link,
.top-menu .nav-item:hover > .nav-link {
    color: #000;
}
.top-menu .nav-link > .fa {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 16px;
}
/* MENU # */

/* CARD */
.card {
    border-radius: 10px;
    border-color: #000;
}
.card.bg-secondary {
    color: #000;
}
/* CARD #*/

/* COLOR */
.bg-secondary {
    background: #f9f9f9 !important;
}
.text-primary {
    color: rgb(52 58 64) !important;
}
/* COLOR # */

/* BUTTON */
.golden-btn:focus, .golden-btn:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250 227 133);
    border: 1px solid rgba(165,93,7,.6);
    color: rgba(120,50,5,.8);
}
.golden-btn {
    display: inline-block;
    outline: none;
    /* font-family: inherit; */
    /* font-family: SukhumvitBold; */
    font-size: 1.0rem;
    box-sizing: border-box;
    border: none;
    /* border-radius: 0.3em; */
    height: auto;
    /* line-height: 1.9em; */
    text-transform: uppercase;
    /* padding: 3px 0; */
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -1px 2px 1px #e1bd52, inset 0 -1px 1px 2px rgb(250 227 133);
    background-image: linear-gradient(
160deg
, #cf9d1f, #e1bd52, #ede6a6, #e1bd52, #cf9d1f);
    border: 1px solid #cf9d1f;
    color: #000;
    text-shadow: 0 2px 2px rgb(250 227 133);
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}
.btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.btn-blue {
    color: #000 !important;
    background-color: #a9ffff !important;
    border-color: #a9ffff !important;
}
.btn-pink {
    color: #fff !important;
    background-color: #4f9e81  !important;
    border-color: #4f9e81  !important;
}
.btn-pink:hover {
    color: #000;
    opacity: 0.5;
}

.btn-outline-blue {
    color: #000000;
    border-color: #a8d0ec;
}
.btn-outline-blue:hover {
    color: #000;
    background-color: #a8d0ec;
    border-color: #a8d0ec;
}
.btn-primary {
    background: #ffaaff;
    border: 1px solid #f7d7e4;
    color: #000;
}
.btn-primary:hover {
    color: #000;
    opacity: 0.5;
}
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border-color: #ffc1d7 !important;
    background-color: #ffc1d7 !important;
    filter: opacity(0.7);
}
.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 209, 49, 0.25) !important;
    -moz-box-shadow: 0 0 0 0.2rem rgba(250, 209, 49, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(250, 209, 49, 0.25) !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    border-color: #fcb1d0;
    background-color: #fcb1d0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    border-color: #fcb1d0 !important;
    background-color: #fcb1d0 !important;
}

.btn-outline-primary {
    color: #F5BD6D;
    border-color: #F5BD6D;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 209, 49, 0.25) !important;
    -moz-box-shadow: 0 0 0 0.2rem rgba(250, 209, 49, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(250, 209, 49, 0.25) !important;
}
.btn-outline-primary:hover {
    background-color: #F5BD6D !important;
    border-color: #F5BD6D;
    color: black !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #F5BD6D !important;
    border-color: #F5BD6D;
    color: black !important;
}

.btn-xs {
    line-height: 12px;
    font-size: 13px;
}
/* BUTTON # */

/* ALERT */
.alert-primary {
    color: #000;
    background-color: #fbe695;
    border-color: #F5BD6D;
}
.alert > p,
.alert > ul {
    margin: 0px;
}
.alert-outline-primary {
    background: transparent;
    border: 2px solid #F5BD6D;
    color: #F5BD6D;
}
/* ALERT # */

/* TABLE */
.table {
    margin-bottom: 0px;
}
.table td, .table th {
    padding: 0.5rem;
}
table > thead > tr {
    color: #000;
    background: var(--primary-color);
    border-color: #dee2e6;
}
/* TABLE # */

/* PAGINATION */
.page-link {
    color: #000;
}
.page-link:hover {
    color: #000;
}
.page-link:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 209, 49, 0.25);
    -moz-box-shadow: 0 0 0 0.2rem rgba(250, 209, 49, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(250, 209, 49, 0.25);
}
.page-item.active .page-link {
    color: #000;
    background-color: #F5BD6D;
    border-color: #F5BD6D;
}
/* PAGINATION # */

/* GAME BOX */
.game-box {
    border-radius: 15px;
}
.game-box:hover {
    text-decoration: none;
    color: inherit;
}
.game-box .game-status {
    font-size: 24px;
    font-weight: bold;
}
.game-box .game-name {
    padding: 3px 0px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.game-box .close-date {
    font-size: 12px;
    margin-top: 5px;
}
.game-box .close-date > p {
    margin-bottom: 0px;
}

.game-box.status-open {
    background-color: #28a745;
    color: #fff;
}
.game-box.status-open .game-name {
    background-color: #148243;
}
.game-box.status-open.yeekee {
    background-color: #12005e;
}
.game-box.status-open.yeekee .game-name {
    background-color: #4a148c;
}
.game-box.status-open.custom {
    background-color: #ff80a8;
}
.game-box.status-open.custom .game-name {
    background-color: #f531b7;
}
.game-box.status-close,
.game-box.status-pause {
    background-color: #eee;
    /*color: #8E025F;*/
    color: #DC3545;
}
.game-box.status-close .game-name,
.game-box.status-pause .game-name {
    /*background-color: #8E025F;--TheDear*/
    background-color: #DC3545;
}

.game-type-header {
    font-size: 16px;
    padding: 0.25rem 0;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .game-type-header {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (max-width: 375px) {
    .game-type-header {
        margin-left: -3px;
        margin-right: -3px;
    }
}

/* GAME BOX # */
.breadcrumb {
    background-color: transparent;
}
/* GAME BOX # */

/* SIDE BAR */
/* The side navigation menu */
.sidebar-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1051;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s;
    white-space: nowrap;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.sidebar-menu > .sidebar-header {
    background: var(--primary-color);
    padding: 10px 15px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.sidebar-menu > .sidebar-header > a {
    color: #BBBCBD;
    float: left
}
.sidebar-menu > .menu-list {
    padding-left: 2rem;
    padding-right: 2rem;
}
.sidebar-menu .menu.col-12 i.fa {
    font-size: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.sidebar-menu .menu.col-6 i.fa {
    font-size: 24px;
}
.sidebar-menu > div:not(.sidebar-header) a {
    color: #343a40;
    display: block;
}
.sidebar-menu.sidebar-menu > div:not(.sidebar-header) a:hover {
    text-decoration: none;
    color: #FFF;
}
.sidebar-menu > .menu-list > .menu.col-6 > a {
    margin-left: -15px;
    margin-right: -15px;
    padding: 8px 0px;
}
.sidebar-menu > .menu-list > .menu.col-6 > a > i.fa {
    margin-bottom: 10px;
}
.sidebar-menu > .menu-list > .menu.col-6:nth-child(odd) > a {
    border-right: 1px solid #BBBCBD;
}
.sidebar-menu > .menu-list > .menu:not(:last-child) {
    border-bottom: 1px solid #BBBCBD;
}

.sidebar-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1050;
    top: 0;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
body {
    transition: left .3s;
    position: relative;
    /*padding: 20px;*/
    font-family: 'Prompt', sans-serif;
}

@media screen and (max-height: 450px) {
    .sidebar-menu {padding-top: 15px;}
    .sidebar-menu a {font-size: 18px;}
}
/* SIDE BAR # */

/* REFRESH CREDIT */
#refresh-credit {
    padding: 1px 4px;
    font-size: 10px;
    background-color: #BBBCBD;
    border-radius: 10px;
    position: relative;
    top: -1px;
    margin-left: 5px;
    display: inline-block;
}
#refresh-credit > i {
    color: #000;
    margin-top: 3px;
}
/* REFRESH CREDIT # */

/* BET */
.bet-header {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.bet-menu {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    list-style: none;
    padding: 0px;
}
.bet-menu > li {
    text-align: center;
    display: block;
    float: left;
    position: relative;
    font-size: 14px;
}
.bet-menu > li.active {
    border-left: 4px solid #262930;
}
.bet-menu > li:not(:last-child) {
    border-right: 1px solid #e7eaec;
}
.bet-menu > li > a {
    display: block;
    color: #777;
    padding: 14px 20px 14px 25px;
}
.bet-menu > li:hover {
    /**background: #221636;**/
    background: #2E343A;
}
.bet-menu > li:hover > a {
    text-decoration: none;
    color: #FFF;
}
.bet-menu > li.active > a {
    background: #FBDC17;
    color: #b42121;
    outline: none;
}
@media (max-width: 768px) {
    .bet-menu > li {
        width: 50%;
    }
    .bet-menu > li > a {
        padding: 15px 0;
    }
}
@media (max-width: 576px) {
    .bet-menu > li {
        width: 100%;
    }
}
.number-list-box form .input-group-text,
.number-list-box .rate-box {
    font-size: 12px;
}
.number-list-box .rate-box,
.flip-number-btn {
    border: 1px solid #ced4da;
}
.overlay-disable {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: calc(100% + 8px);
    background: black;
    opacity: .5;
    z-index: 10;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    color: #6c757d !important;
}
@media (max-width: 768px) {
    .bet-menu {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (max-width: 375px) {
    .bet-menu {
        margin-left: -3px;
        margin-right: -3px;
    }
}
/* BET # */
.help-block {
    display: block;
    color: #F5BD6D;
}