:root {
    --primary_color:#800;
    --secondary_color:#ffd700;
    --color:#fff;
    --red: #CC001B;
    --darker_red: #a00116;
    --yellow: #ffc600;
    --darker_yellow: #bc9401;
    --gray: #aaa;
}

@font-face {
    font-family: "AvantGarde";
    src: url("../fonts/ITC_Avant_Garde_Gothic_LT_Medium.ttf") format("opentype");
}

body{
    font: 11px Tahoma,Arial,sans-serif;
    background: var(--primary_color);
}

ul {
    list-style: none;
}

header{
    background: var(--primary_color);
}

a{
    color: var(--yellow);
}

a:hover{
    color: var(--color);
    text-decoration: none;
}

.container{
    width: 970px;
}

.menu-header{
    background: black;
    border-bottom: solid 2px var(--secondary_color);
}

.container-page {
    background: var(--primary_color);
    padding: 30px 20px;
    color: var(--color);
    height: 100%;
}

.container-page.no-padding {
    padding: 0;
}

.page-banner {
    position: relative;
}

.page-banner img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}

.page-banner-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: var(--color);
}

.page-banner-text > * {
    margin: 5px;
}

.page-content {
    padding: 30px 20px;
    font-size: 14px;
}

.page-content p {
    line-height: 20px;
}

header ::-webkit-input-placeholder { color: var(--color); }

.main-header{
    border-bottom: solid 2px var(--secondary_color) ;
    min-height: 100px;
}

.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo {
    flex: .3;
}

#user-display {
    flex: 1;
    font-size: 16px;
    text-align: right;
}

#user-display a {
    color: var(--color);
    text-decoration: none;
    margin: 5px 0;
    text-align: right;
}

#login {
    height: 100%;
}

.setting-dropdown-link {
    position: relative;
    display: block;
}

.setting-dropdown-link > span {
    background: var(--yellow);
    color: #000;
    padding: 3px 20px;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    transition: all .3s ease;
}

.setting-dropdown-link > span:hover {
    background: var(--darker_yellow);
}

.setting-dropdown {
    background: var(--primary_color);
    border: 1px solid var(--secondary_color);
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    z-index: 999;
}

.setting-dropdown li {
    font-size: 14px;
    cursor: pointer;
    margin: 5px 0;
    padding: 8px;
}

.setting-dropdown li:hover {
    background: var(--secondary_color);
    cursor: pointer;
}

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

.color-yellow, .hover-yellow:hover {
    color: var(--yellow) !important;
}
.color-white, .hover-white:hover {
    color: #ffffff !important;
}

.btn-register{
    border-radius: 0;
    background: var(--yellow);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 19px;
    float: left;
    width: 139px;
    height: 46px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn-register:hover {
    background: var(--darker_yellow);
}

.login-form{
    float: left;
    margin: auto 6px;
}

.btn-login{
    border-radius: 0;
    background: var(--secondary_color);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 19px;
    width: 120px;
    height: 46px;
    border: none;
    cursor: pointer;
    color: var(--color);
    outline: 0;
    transition: all .3s ease;
}

.btn-login:hover {
    opacity: .8;
}

.login-form input{
    background: transparent;
    color: var(--color);
    margin: 0 0 6px;
    padding: 2px 3px;
    width: 108px;
    height: 20px;
    border: .5px solid #cccccc;
}

.login-wrapper{
    float: left;
}
.login-wrapper input {
    width: 150px;
}

.login-wrapper input:focus {
    outline-color: var(--darker_yellow);
}

.login-wrapper-small input, .login-wrapper-small img {
    width: 60px;
}

#top-login {
    margin-top: 10px;
}

#bottom-login ul {
    margin-bottom: 0;
    margin-top: 5px;
}

#bottom-login, #bottom-login a{
    color: var(--secondary_color);
    font-family: arial,verdana,tahoma;
    line-height: 16px;
}

#bottom-login a:hover{
    text-decoration: none;
    color: var(--color);
}

.user-wallet {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
    display: block;
}
/*
nav ul li{
    margin-right: 50px !important;
}

nav li a{
    color: white;
    font: normal 12px/28px "AvantGarde";
    text-decoration: none;
}

nav li a:hover{
    color: var(--yellow);
    text-decoration: none;
}

nav ul{
    margin: 0;
}*/

.link-download-agent855 li{
    margin-top: 10px;
}

.navbar a{
    font-size: .9rem;
    font:  Sans-Serif,Tahoma,Helvetica;
    color: white;
}

.navbar a:hover{
    color: var(--secondary_color);
    background: none !important;
}

.navbar-toggler{
    border: solid 1px var(--color);
}

.navbar-toggler-icon{
    color: white;
    padding-top: 5px;
}

.dropdown-menu{
    background: black;
    font-size: .8rem;
    font:  Sans-Serif,Tahoma,Helvetica;
}

.dropdown-menu a{
    color: var(--color);
}

.dropdown-item:focus, .dropdown-item:hover{
    background: none !important;
}

.navbar{
    background: black;
    padding: 0 !important;
}

.navbar li{
    margin-right: 10px;
}

.sub-menu-header{
    background: #111;
}

.sub-menu-header ul{
    margin-bottom: 0px;
}

.list-sub-menu i {
    color: white;
}

.list-sub-menu li a{
    margin: 0 1px;
    font: normal 12px/30px Sans-Serif,Tahoma,Helvetica;
    color: #9ba1ac;
    text-decoration: none;
    display: inline-block;
}

.list-sub-menu li a:hover{
    color: white;
}

.list-sub-menu li:not(:last-child):after{
    content: "|";
    color: #9ba1ac;
    margin-left: 10px;
}

.live-help{
    margin-top: 3px;
}

.main{
    background: white;
    padding: 10px 0;
}

.banner-wrapper {
    height: 245px;
    overflow: hidden;
    margin: 5px 0;
}

.banner-wrapper > *, .banner-wrapper > * > * {
    height: 100%;
}

.running-text{
    background: var(--primary_color);
    padding: 3px 0;
}

.date-time, .marquee{
    font-size: 12px;
    font-weight: bold;
    color: var(--color);
    padding-top: 2px;
}

.marquee{
    background: #000;
    color: #ffcf01;
    font-weight: normal;
}

.running-text .row{
    margin: 0;
    padding-right: 3px;
    padding-left: 3px;
}

.event {
    display: flex;
    flex-direction: column;
}

.event h2{
    margin: 0;
    font: normal 15px/27px "AvantGarde",Sans-serif,Arial,Tahoma,Helvetica;
    text-transform: uppercase;
    color: white;
    background: var(--primary_color);
    padding: 10px 0;
}

.league-type{
    background: var(--primary_color);
    line-height: 32px;
    text-align: center;
    color: var(--color);
    font-family: 'AvantGarde';
    background: #800;
    font-size: 14px;
}

.event-table-container {
    height: 200px;
    overflow-y: scroll;
}

.event-table {
    height: inherit;
}

.event-table td{
    background: #111;
    border-bottom: 1px solid #ccc;
    color: white;
    font-family: Sans-serif,Arial,Tahoma,Helvetica !important;
    height: 10px;
    text-align: center;
}

.event-table tr:last-child td{
    border: none !important;
}

.event-table td.middle{
    background: #243145 !important;
}

.main-bottom-wrapper {
    /*border: 1px solid white;*/
}

.main-content{
    background: white;
    padding: 10px;
    margin-top: 10px;
    line-height: 25px;
}

.main-content h2{
    margin: 15px auto;
}

.main-content img {
  max-width: 100%;
}

.main-content a{
    color: blue;
}

.main-content a:hover{
    color: black;
}

.box-menu {
    margin-left: 1px;
}

.box-join:hover a *{
    color: white !important;
}

.box-menu-list:hover {
    background: black;
    color: white;
    transition: all .4s;
}

.box-menu i, .box-menu-list-detail{
    float: left;
}

.box-menu i{
    font-size: 40px;
    margin-left: 12%;
    margin-right: 3%;
}

.box-menu-list-detail{
    text-align: center;
}

.box-menu-list{
    margin: 0 0 0 0;
    text-align: center;
    color: var(--color);
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    background: var(--primary_color);
    cursor: pointer;
    /*border-right: 1px solid var(--secondary_color);*/
}

.box-menu-list:nth-child(2) {
    border-left: 1px solid var(--secondary_color);
    border-right: 1px solid var(--secondary_color);
}

.box-menu h2{
    margin: 0;
    padding: 0;
    font-family: "AvantGarde",Arial;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.box-join{
    background:  #ffcf01;
}

.box-join h2, .box-join h3, .box-join i{
    color: #544400 !important;
}

.box-menu h3{
    font-family: "AvantGarde",Arial;
    font-size: 11px;
    color: var(--color);
}

.box-menu .box-menu-list:hover:not(.box-join) > * {
    color: #ffcf01;
}

.box-menu .box-menu-list.box-join:hover > * {
    color: var(--color) !important;
}

/* Box Category */
.box-category-container {
    margin-top: 5px;
    margin-left: 1px;
}

.box-category {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.box-category:hover .box-category-description {
    bottom: 0;
}

.box-category .box-category-description {
    background: rgba(0, 0, 0, .8);
    color: var(--color);
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    transition: all .4s;
}

.box-category-description > div {
    padding: 15px;
    display: flex;
}

.box-category-description > div > div {
    margin-left: 15px;
}

.box-category-description > div i {
    font-size: 28px;
}

.box-category-description > div h5 {
    font-weight: bold;
    margin-top: 3px;
    text-transform: uppercase;
}

.box-category-description > div span {
    text-transform: uppercase;
    font-size: 12px;
}

.bank-list-page img{
    float: left;
    margin-right: 20px;
}

.bank-list-page>li{
    border-bottom: solid 1px #000;
    padding: 15px;
}

footer{
    background: var(--primary_color);
    padding-top: 10px;
}

.footer-menu{
    background: #000;
    border-radius: 5px;
    padding: 0 10px 0 10px;
}

.footer-menu ul{
    margin: 0;
}

.footer-contact-menu{
    background: var(--secondary_color);
    padding: 5px 10px;
}

.footer-contact-menu a{
    color: black;
    margin-right: 10px;
    line-height: 25px;
    font-weight: bold;
}

.footer-contact-menu a:hover{
    color: var(--primary_color) !important;
}

.footer-contact-menu a:not(:last-child):after{
    content: "|";
    color: black;
    margin-left: 10px;
}

#copyright{
    color: var(--color);
    margin-top: 8px;
}

.payment-method{
    margin-top: 10px;
}

.payment-method p{
    margin: 0 0 5px 0;
    color: var(--color);
    font-size: 12px;
    line-height: 32px;
    font-family: arial,verdana,tahoma;
}

.payment-method img{
    width: 20px;
}

.payment-bank {
    width: 100px;
    height: 100px;
}

.bank-list img{
    width: 95px;
    padding: 5px;
    height: 40px;
    background: white;
    object-fit: contain;
}
.bank-list li {
    margin-bottom: 5px;
    margin-right: 3px !important;
}

.off{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.on{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.dynamic-footer {
    color: var(--color);
    margin: 10px -15px;
}

.dynamic-footer .title {
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid var(--color);
}

.dynamic-footer .subtitle {
    padding: 20px 0;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.dynamic-footer .content {
    text-align: justify;
    font-size: 14px;
}

.footer-description{
    color: var(--color);
    font-size: 11px;
}

.menu .container {
    background: black;
    padding:0;
}

.menu {
    color: white;
}

.menu #toggle{
    display: none;
    padding:10px;
    cursor:pointer;
}

.menu #toggle:hover{
    background: var(--secondary_color);
}

.menu ul li {
    flex: 1 auto;
    text-transform: uppercase;
}

.menu ul li:not(:first-child) a {
    padding: 10px 15px;
}

.menu ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    justify-content: flex-start;
}

.menu ul li a:before {
    padding: 3.5px 0px;
}

.menu ul li a:not(.dropdown-item):hover {
    background: var(--secondary_color);
}

 .default-dropdown {
     position: relative;
 }

.default-dropdown > a:after {
    content: "\f0d7";
    font-family:"FontAwesome";
    margin-left: 5px;
}

.default-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: var(--primary_color);
    margin: 3px 0;
    padding: 10px 0;
    border-radius: 4px;
    z-index: 999;
    display: none;
}

.default-dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.default-dropdown-menu ul li {
    width: 100%;
}

.default-dropdown-menu.show {
    display: block;
}

.default-dropdown-menu li:hover {
    background: var(--secondary_color);
    cursor: pointer;
}

.default-dropdown-menu li > a {
    position: relative;
}

#menu a {
    font-size: .8rem;
    color: white !important;
}

#menu a:hover, #menu a:active, #menu a:focus {
    text-decoration: none !important;
    color: var(--yellow) !important;
    background: inherit !important;
}

a.default-dropdown-toggle {
    padding-bottom: 12px !important;
}

a.default-dropdown-toggle:hover {
    color: var(--yellow);
}

.default-dropdown-menu li > a.default-dropdown-toggle:after {
    position: absolute;
    right: 15px;
}

.default-dropdown-submenu {
    position: relative;
}

.default-dropdown-submenu .default-dropdown-menu {
    top: -10px;
    left: 100%;
    margin: 0 3px;
    padding: 10px 0;
}

.menu ul#menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu #menu > li > a {
    cursor: pointer;
}
.menu .dropdown {
    position: static;
}
.menu .dropdown > .dropdown-menu {
    right: 0;
    background: var(--secondary_color);
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.menu .dropdown > .dropdown-menu > ul > li > a {
    white-space: normal;
    color: var(--color);
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu .dropdown > .dropdown-menu > ul > li > a:hover {
    background: var(--primary_color);
}

.menu .dropdown > .dropdown-menu > ul > li > a > * {
    margin: 10px 0;
}

.menu .dropdown > .dropdown-menu > ul > li > a > i {
    font-size: 60px;
}

.menu .dropdown > .dropdown-menu > ul > li > a > span {
    font-size: 18px;
    font-weight: bold;
}

/* report */
.report-form-container {
    margin-bottom: 20px;
}

/* static page */
.static-page-container .container-page {
    min-height: 200px;
}

@media screen and (min-width: 768px){
    .menu ul {
        display:flex;
        flex-flow: row wrap;
        flex:1;
        max-height:100%;
    }
}

@media screen and (max-width: 992px) {
    .floating {
        display: none;
    }
}

@media screen and (max-width:767px){
    .menu #toggle{
        display:flex;
    }

    .menu .container{
        flex-direction:column;
    }
    .menu ul{
        display:none;
    }
    .menu ul li a{
        justify-content: flex-start;
        padding:10px 10px;
    }

    .container-header {
        flex-flow: row wrap;
    }

    #logo, #login {
        width: 100%;
    }

    #logo {
        text-align: center;
        flex: 1;
        margin-bottom: 10px;
    }

    #top-login {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
    }

    #top-login > a {
        margin-bottom: 10px;
    }

    #bottom-login {
        text-align: center;
    }

    #bottom-login ul {
        float: none !important;
    }
}

@media screen and (max-width: 576px) {
    .container {
        width: 100%;
    }

    #user-display {
        float: none !important;
        text-align: center;
    }

    #user-display a {
        text-align: center;
    }

    .setting-dropdown {
        width: 100%;
    }

    .primary-button {
        font-size: 10px !important;
        padding: 2px 2px !important;
        width: 90px !important;
    }
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px !important;
    }
}

.img-responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.static-page-wrapper {
    background: var(--secondary_color);
}

/* FLOATING */
#link-alternatif{
    position: fixed;
    top: 48%;
    left: 0;
    z-index: 1000;
    width: 307px;
    height: 256px;
    margin-left: -235px;
    transition: .2s margin-left;
}

#link-alternatif:hover {
    margin-left: 0;
}


#link-alternatif > div {
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background-size: 100% 100%;
}

#link-alternatif > div > * {
    float: right;
}

#link-alternatif .view-link-alternatif {
    width: 72px;
    height: 100%;
    color: white;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
    border: 1px solid var(--secondary_color);
    background: var(--primary_color);
    border-left: none;
}

#link-alternatif .view-link-alternatif div {
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

#link-alternatif .view-link-alternatif div p {
    transform-origin: top center;
    transform: translateX(28%) translateY(240%) rotate(90deg);
    margin-top: -60px;
}

#link-alternatif .view-image-link-alternatif {
    width: 235px;
    height: 100%;
    background: var(--primary_color);
    border: 1px solid var(--secondary_color);
}

.list-link-alternatif{
    padding: 8px;
}

.list-link-alternatif li{
    padding: 3px;
    font-size: 14px;
}

#download {
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 1000;
    width: 307px;
    height: 236px;
    margin-left: -235px;
    transition: .2s margin-left;
}

#download > a {
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background-size: 100% 100%;
}

#download > a > * {
    float: right;
}

#download .view-download {
    width: 72px;
    height: 100%;
    color: white;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
    border: 1px solid var(--secondary_color);
    background: var(--primary_color);
    border-left: none;
}

#download .view-download div {
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

#download .view-download div p {
    transform-origin: top center;
    transform: translateX(28%) translateY(240%) rotate(90deg);
}

#download .view-image-download {
    width: 235px;
    height: 100%;
    background: var(--primary_color);
    background-image: url('../images/download_normal.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--secondary_color);
}

#download:hover {
    margin-left: 0;
}

#contact {
    position: fixed;
    right: 0;
    top: 5%;
    z-index: 1000;
    width: 221px;
    height: 372px;
    margin-right: -150px;
    transition: .2s margin-right;
}

#contact:hover {
    margin-right: 0;
}

#contact > div {
    float: left;
}

#contact .view-contact {
    width: 71px;
    height: 250px;
    color: white;
    border-radius: 10px 0 0 10px;
    background: var(--primary_color);
    border: 1px solid var(--secondary_color);
    border-right: none;
}

#contact .view-contact div {
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

#contact .view-contact div p {
    transform-origin: left center;
    transform: translateX(50%) translateY(100%) rotate(90deg);
}

#contact .data-contact {
    width: 150px;
    height: 100%;
    cursor: pointer;
    background: var(--primary_color);
    padding: 10px;
    color: white;
    border: 1px solid var(--secondary_color);
}

#contact .data-contact > a {
    display: block;
    color: var(--color);
}

#contact .data-contact > *:not(:last-child) {
    margin-bottom: 10px;
}

#contact #join {
    padding: 4px 12px;
    background: var(--secondary_color);
    text-align: center;
    text-transform: uppercase;
}

#contact #skype-id, #contact #no-telp, #contact #live-chat, #wechat, #whatsapp, .yahoo, .blackberry, .telegram {
    border-radius: 50px;
    padding: 8px 12px;
    background: black;
    font-size: 12px;
}

#contact #live-chat {
    position: relative;
}

#contact #live-chat i {
    position: absolute;
    right: 14px;
}

#contact #live-chat span {
    text-align: center;
    font-size: 12px;
    width: 80%;
    display: inline-block;
    text-transform: uppercase;
}

#contact .data-contact > span {
    text-align: center;
    text-transform: uppercase;
    display: block;
}

#contact .data-contact > div > span {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

#contact .data-contact > div i {
    font-size: 24px;
}

#contact .data-contact a:hover{
    background: var(--secondary_color) !important;
    color: black;
}

#feedback {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1000;
    width: 241px;
    height: 250px;
    margin-right: -170px;
    transition: .2s margin-right;
}

#feedback:hover {
    margin-right: 0;
}

#feedback > div {
    float: left;
}

#feedback .view-feedback {
    width: 71px;
    height: 250px;
    color: white;
    border-radius: 10px 0 0 10px;
    background: var(--primary_color);
    border: 1px solid var(--secondary_color);
    border-right: none;
}

#feedback .view-feedback div {
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

#feedback .view-feedback div p {
    transform-origin: left center;
    transform: translateX(50%) translateY(100%) rotate(90deg);
}

#feedback .data-feedback {
    width: 170px;
    height: 100%;
    cursor: pointer;
    background: var(--primary_color);
    padding: 10px;
    color: white;
    border: 1px solid var(--secondary_color);
}

#feedback .data-feedback > a {
    display: block;
    color: var(--color);
}

#feedback .data-feedback > *:not(:last-child) {
    margin-bottom: 10px;
}

#feedback #join {
    padding: 4px 12px;
    background: var(--secondary_color);
    text-align: center;
    text-transform: uppercase;
}

#feedback .list-item {
    border-radius: 50px;
    padding: 8px 12px;
    background: black;
    font-size: 12px;
}

#feedback .data-feedback > span {
    text-align: center;
    text-transform: uppercase;
    display: block;
}

#feedback .data-feedback > div > span {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

#feedback .data-feedback > div i {
    font-size: 24px;
}

#feedback .data-feedback a:hover{
    background: var(--secondary_color) !important;
    color: black;
}

/* modal */
.own-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -99999;
}

.own-modal.show {
    opacity: 1;
    z-index: 99999;
}

.own-modal > * {
    perspective: 300px;
}

.own-modal > * > div {
    background: var(--color);
    border-radius: 8px;
    padding: 40px 20px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    transition: all .5s cubic-bezier(.3, -1, .3, 2);
    transform: rotateX(-15deg) translateY(100px);
    position: relative;
}

.own-modal > * form > div {
    margin: 5px 0;
}

.own-modal > * > div > span {
    background: var(--red);
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    padding: 10px;
    color: var(--color);
    border-radius: 50%;
}

.own-modal > * > div > span:hover {
    background: var(--darker_red);
}

.own-modal.show > * > div {
    transform: none;
}

/* transfer modal */
.list-game {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-game li:not(:last-child) {
    margin-bottom: 14px;
}

.list-game li > span {
    display: inline-block;
    text-align: left;
    color: white;
    float: left;
    padding: 0 15px;
}

.list-game li > .game, .list-game li > .balance {
    width: 150px;
    color: var(--primary_color);
    font-size: 20px;
}

.list-game li > .action {
    width: 150px;
    display: flex;
}

.list-game li span span {
    width: 32px;
    height: 32px;
    background: var(--primary_color);
    border-radius: 50%;
    color: var(--color);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -5px 3px 0 3px;
}

.list-game li span span i {
    font-size: 14px;
}

.list-game li span span:hover {
    background: var(--secondary_color);
}

/* general */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
}

.trans-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 90;
}

.loading-panel {
    background: var(--secondary_color);
    color: var(--primary_color);
    text-align: center;
    font-size: 30px;
}

.primary-button {
    border-radius: 0;
    background: #59729e;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    /*width: 139px;*/
    /*height: 46px;*/
    border: none;
    cursor: pointer;
    color: var(--color);
    padding: 8px 8px;
    transition: all .3s ease;
}

.deposit-button{
    background: #5cb85c;
}

.withdraw-button{
    background: #f0ad4e;
}

.primary-button:hover, .primary-red:hover {
    opacity: .8;
}

.primary-red {
    border-radius: 0;
    background: var(--red);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: var(--color);
    padding: 8px 12px;
    transition: all .3s ease;
}

:disabled {
    cursor: not-allowed;
    opacity: .5;
    transition: none;
}

:disabled:hover {
    opacity: .5;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.ngx-datepicker-input {
    cursor: pointer;
    height: 2.4rem !important;
    border-radius: 4px;
}

#popover-container {
    display: none;
}

/* detail modal cards */
.card-list-container {
    display: block;
    margin-bottom: .5rem;
}

.card-list-container:before,
.card-list-container:after {
    display: table;
    content: " ";
}

.card-list-container:after {
    clear: both;
}

.card-separator {
    display: block;
    border: 2px solid var(--primary_color);
    margin: 10px 0;
}

.card-text-column {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
}

.card-text-column span {
    margin-top: 10px;
    display: block;
}

.container-lang-selection {
    border: 1px solid var(--secondary_color);
    position: relative;
    font-size: 12px;
    width: 60px;
    padding: 4px 8px;
    border-radius: 8px;
}

.container-lang-selection a {
    color: var(--color);
}

.container-lang-selection a:hover {
    color: var(--color) !important;
}

.container-lang-selection > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    color: var(--color);
    position: absolute;
    right: 10px;
}

.container-lang-selection .lang-selection {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 105%;
    margin: 0;
    z-index: 99;
    background: var(--primary_color);
    border-radius: 8px;
    border: 1px solid var(--secondary_color);
    padding: 3px 0;
    display: none;
    list-style: none;
}

.container-lang-selection .lang-selection > li {
    padding: 4px 8px;
}

.container-lang-selection .lang-selection > li.on {
    color: var(--secondary_color);
    position: relative;
}

.container-lang-selection .lang-selection a {
    text-decoration: none;
}

.container-lang-selection .lang-selection > li.on a:after {
    font-family: "FontAwesome";
    content: "\f164";
    color: var(--color);
    position: absolute;
    right: 8px;
}

.container-lang-selection .lang-selection > li:hover {
    background: var(--secondary_color);
    cursor: pointer;
}

.overlay-lang {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 90;
}

.fix-banner {
  position: fixed;
}
.fix-banner-right {
  right: 10px;
  top: 46%;
  width: 150px;
}
.fix-banner-right img {
  margin-bottom: 10px;
}