.logo {
    width: 160px;
}

.el-drawer__body, a.nav-link {
    outline: none !important;
}

.caption {
    font-size: 32px !important;
    color: white;
}

.sub-caption {
    font-size: 24px !important;
    color: white;
}

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

p, h1, h2, h3, h4, h5 {
    word-break: keep-all;
}

.el-drawer {
    background-color: #202020;
}

.el-drawer li {
    display: flex;
    align-items: center;
    width: 90%;
}

.navbar-nav .el-collapse-item__wrap, .el-collapse-item__header {
    background-color: #202020;
    border: none !important;

}

.navbar-nav .el-collapse-item__content {
    color: #BDC6CF !important;
}

.navbar-nav .el-collapse-item__arrow {
    color: #BDC6CF !important;
}

.navbar-nav .el-collapse {
    border: none !important;
}

.el-drawer li i {
    flex: 1;
    font-size: 21px;
    margin-top: -4px;
}

.el-drawer li a {
    flex: 4;
}

#app {
    overflow-x: hidden !important;
}

::-webkit-scrollbar {
    display: none !important;
}

.w-90 {
    width: 90% !important;
}

.nav-link:hover img {
    opacity: 1;
}

.w-80 {
    width: 80% !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dividing {
    border-color: #A4ABBD !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.h-90 {
    height: 90% !important;
}

.h-20 {
    height: 20% !important;
}

.h-65 {
    height: 65% !important;
}

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

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

.font-17px {
    font-size: 17px !important;
}

.primary-color {
    color: #042E54 !important;
}

.dress-color{
    color: #BDC6CF !important;
}

.gray-color{
    color: #AAAAAA !important;
}

.font-color, .el-dialog__body {
    color: #ffffff !important;
}

.primary-box, .primary-box input {
    background: #383838 !important;
    color: #ffffff !important;
}

.button38 {
    background-color: #383838;
    color: #ffffff !important;
    border: 1px solid #DCDFE6;
}
.button38:hover {
    background-color: #383838;
    color: #ffffff !important;
    border: 1px solid #DCDFE6;
    border-color: #DCDFE6 !important;
}
.text-black {
    color: black;
}

.pointer {
   cursor: pointer;
}

.primary-box:focus, .primary-box input:focus {
    outline-color: #042E54 !important;
    border: 1px solid #F1F1E6 !important;
    box-shadow: none !important;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

#app {
    height: 100%;
}
.col-form-label {
    color: black !important;
}

body, html {
    font-family: Arial, 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #ddd;
}

.bitcoin-bar .price-img {
    height: 24px;
    margin-right: 10px;
}

footer a.link {
    color: #AAAAAA;
}


.font-15px {
    font-size: 15px !important;
}

.nav {
    background-color: #202020;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}

#navbar_top {
    background-color: #202020;
    z-index: 12;
    width: 100%;
    padding: 1px 20px;
    min-height: 60px;
}

.navbar .nav-item:not(:last-child) {
    margin-right: 10px;
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.dropdown-menu {
    margin-top: 0;
}

a.nav-link {
    color: #FFF !important;
    font-weight: 400;
    white-space: nowrap;
    transition: all .2s linear;
}

a.nav-link:hover {
    color: #FBC308 !important;
}

.nav .el-button {
    color: #042E54;
    font-weight: 400 !important;
}

.jackpot img {
    height: 70px;
    margin-left: 10px;
    margin-top: -11px;
}

#home-page-board {
    background-repeat: no-repeat;
    background: url('/img/Cover_1_c.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    height: 470px;
}

.nav ul.navbar-nav {
    width: 100%;
    position: relative;
    padding-left: 20px;
}

#home-page-cover {
    background-color: transparent;
    background-image: radial-gradient(at center center, #153243 0%, #1A6C7A 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

#game-situation {
    position: relative;
    z-index: 11;
}

#game-situation p {
    margin-bottom: 1.6em;
    line-height: 1.6em;
}

.game-situation h1 {
    font-size: 90px;
}

@media (max-width: 1024px) {
    .game-situation h1 {
        font-size: 50px;
    }

    .jackpot img {
        height: 40px;
    }
}

.navbar-toggler {
    font-size: 2rem !important;
}

.clock-box {
    background-color: #08192B;
    padding: 15px;
    font-size: 30px;
}

.clock-box-wrap {
    margin: 0 20px;
    width: 6%;
}

@media (max-width: 767px) {
    .game-situation h1 {
        font-size: 37px;
    }

    .jackpot img {
        height: 30px;
    }

    .clock-box-wrap {
        width: 18%;
    }
}

#game {
    padding: 40px 0;
}

#navbar_top > * {
    user-select: none;
}

.not-user-select {
    user-select: none;
}

.journey-img {
    height: 18px;
    margin-left: 5px;
    margin-top: -3px;
}

.game-situation {
    position: relative;
    z-index: 11;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.game-situation p {
    margin-bottom: 1.6em;
    font-size: 25px;
}

#play-now-button {
    font-size: 15px;
    fill: #1A6C7A;
    color: #1A6C7A;
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    padding-top: 18px;
    padding-right: 40px;
    padding-bottom: 18px;
    padding-left: 40px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 2px;
    transition: all .3s;
}

#play-now-button:hover {
    background-color: rgb(26, 108, 122);
    color: #ffffff;
    border: none;
}

@media (max-width: 767px) {
    #play-now-button {
        margin-top: 60px;
        margin-bottom: 0;
    }
}

button {
    outline: none !important;
}

.copyright-text {
    margin-top: 10px;
    padding-left: 10%;
}

@media (max-width: 1000px) {
    footer {
        position: relative;
    }

    .clock-box-wrap {
        width: 18%;
    }
}

ul {
    list-style: none;
}

.footer-infos {
    padding: 0;
}

footer {
    background-color: #151515;
    padding: 30px 0 10px 0;
    width: 100%;
    clear: both;
}

footer a.link {
    line-height: 1.8em;
    text-decoration: none;
    font-size: 15px;
}

footer a.link:hover {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
}

footer .fa {
    padding: 8px 13px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 20px 5px 20px 0;
    border-radius: 50%;
    color: rgb(23, 102, 118);
}

footer .fa-instagram {
    padding: 9px 10.5px;
}

footer .fa:before {
    font-weight: 500;
}

footer .fa:hover {
    background-color: #FBC308;
    color: #ffffff;
    text-decoration: none;
}

footer .fa {
    background: #ffffff;
    color: #fbc308;
}

footer figure {
    margin-bottom: 10px;
}

footer .useful-link {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 20px
}

.is-danger {
    color: #c0392b;
    margin-bottom: 1.6em;
    font-size: 13px;
    margin-top: 5px;
}

#togglePassword {
    margin-left: 0px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 11px;
}

.togglePassword {
    margin-left: 0px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 11px;
}



#bitcoin-bar .el-dialog__title {
    color: #FBC308 !important;
}

.game-rules {
    margin-bottom: 5rem;
}

.game-rules ul li {
    margin-top: 2em;
}

.game-rules ul li p {
    margin-bottom: 5px !important;
    letter-spacing: 0.3px;
}

.el-button {
    border-radius: 5px !important;
}

.el-form-item__label {
    color: black;
}

.dark-button {
    color: #ffffff !important;
    background-color: #042E54 !important;
    border-color: #042E54 !important;
}

.white-button {
    color: #000000 !important;
    background-color: #FBC308 !important;
    border-color: #FBC308;
}

.body-color-button {
    color: #fff !important;;
    background-color: #1C3C59 !important;
    border-color: #1C3C59 !important;
}



.el-dialog {
    max-width: 90% !important;
}

.dropdown-menu {
    background-color: #202020 !important;
}

.dropdown-menu a {
    color: #ffffff !important;
    transition: all .2s linear;
}

a.dropdown-item:hover {
    color: #FBC308 !important;
    background-color: #202020 !important;

}

a.dropdown-item:hover img {
    opacity: 1 !important;
}

.fa-eye, .fa-eye-slash {
    color: rgb(203, 207, 210) !important;
}



.bitcoin-bar {
    background-color: #383838;
    min-height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
}

.game-button {
    color: #b1b8c7;
    transition: all .2s linear;
    background-color: #383838;
}

.game-button:hover {
    color: #ffffff;
    background-color: #383838;
    /*border: 1px solid #ffffff;*/
}

.green-button {
    color: #ffffff !important;
    background-color: #2ED06E !important;
    border-color: #2ED06E;
}

.blue-button {
    color: #ffffff !important;
    background-color: #042E54 !important;
    border-color: #042E54;
}

.el-button:hover, button:hover, button:active, .el-button:active, button:visited, .el-button:visited, .el-button:focus, button:focus {
    filter: brightness(85%) !important;
    transition: all 0.5s !important;
    border-color: transparent;
    outline: transparent;
}

.blue-button:hover, .orange-button:hover, .regular-button:hover, .gray-button:hover {
    filter: brightness(115%) !important;

}

[v-cloak] {
    display: none !important;
}


.regular-button {
    color: #AAAAAA;
    background-color: #151515 !important;
    border-color: #151515;
}

.orange-button {
    color: #000000 !important;
    background-color: #FBC308 !important;
    border-color: #FBC308;
}

.active-nav-item {
    padding-top: 3px;
    border-bottom: 3px solid #FBC308;
}

.left-bar {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
}

.left-bar a {
    color: #AAAAAA;
    text-decoration: none;
}

#nav .el-form-item__label {
    color: white;
}

[v-cloak] {
    display: none;
}

.gray-button {
    color: #FFF !important;
    border: 1px solid #BDC6CF !important;
    background-color: #383838 !important;
}

.bitcoin-bar ul {
    padding: 0 8px;
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    height: 100%;
    margin: 0;
}

.bar-current-balance {
    margin: 0 !important;
}

.bitcoin-bar ul li {
    margin: 0 10px;
    padding: 8px 0;
}

.fa-copy {
    cursor: pointer;
}

.segment {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
}

.el-input-group__append, .el-input-group__prepend {
    background-color: #383838 !important;
}

.el-input-group__prepend {
    border-right: none !important;
}

.el-input-group__append {
    border-left: none !important;
}


#nav .el-checkbox__input.is-disabled + span.el-checkbox__label {
    color: black !important;
}

.dropdown-divider {
    border-top: 1px solid #BDC6CF !important;
}

.flex-content-center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.tac li.is-active {
    background-color: #383838 !important;
}

.edit-user-table td {
    padding-left: 0 !important;
}

.opacity-half {
    opacity: 0.5;
}

.left-bar img {
    width: 20px;
    margin-right: 5px;
    cursor: pointer;
}

.edit-tag {
    cursor: pointer;
    width: 1.4em;
    color: #BDC6CF !important;
}

.edit-tag:hover {
    opacity: 1;
}

.el-drawer__body .el-collapse-item__content {
    padding-bottom: 0 !important;
}

.el-drawer__body .el-collapse-item__content ul {
    margin-bottom: 0 !important;
}



.underline {
    text-decoration: underline;
}

ul.disc {
    list-style: disc !important;
}

#nav .dropdown-item img {
    width: 20px;
    margin-right: 10px;
    padding-bottom: 3px;
    /*opacity: 0.5;*/
}

.font-25px {
    font-size: 25px !important;
}

.font-24px {
    font-size: 24px !important;
}

.text-green {
    color: #2ED06E !important;
}

.text-red {
    color: #D02E2E !important;
}



.table-striped tbody tr:nth-of-type(odd) {
    background-color: #383838;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #151515;
}

@media (max-width: 600px) {
    #home-page-board {
        height: 50%;
    }

    h3.time {
        font-size: 1.25rem !important;
    }

    .left-bar {
        position: relative;
    }

    footer .block, .copyright-text {
        text-align: center;
    }

    .copyright-text {
        font-size: 15px;
        padding-left: 0;
    }

    footer .wrap {
        padding: 0;
    }

    .nav ul.navbar-nav li {
        float: none !important;
    }

    .navbar-nav {
        display: block !important;
    }

    .dropdown-menu {
        margin-bottom: 7px;
    }

    .game-situation p {
        font-size: 15px;
    }

    #video h1 {
        font-size: 1.7rem;
        padding: 0 7px;
    }

    /*#navbar_top {*/
        /*padding: 16px 20px;*/
    /*}*/

    .bitcoin-bar ul {
        width: 100%;
    }

    .bitcoin-bar ul li {
        margin: 0 2px;
    }

    .bitcoin-bar h5, .bitcoin-bar .el-button {
        font-size: 16px !important;
    }

    footer {
        position: relative;
    }

    .balance-main {
        width: 100% !important;
    }

    .tac ul {
        border: none !important;
    }
}

@media (max-width: 1800px) {
    .balance-main {
        width: 100% !important;
    }
}

@media (max-width: 1000px) {
    .left-bar {
        position: relative !important;
    }

    .edit-user-table {
        width: 100% !important;
    }
}

#main-footer-home .el-collapse {
    border: none;
    padding: 0 4%;
}

#main-footer-home .el-collapse-item__content {
    padding-bottom: 0;
    color: #BDC6CF;
}

#main-footer-home .el-collapse-item__header {
    background-color: #151515;
    color: #FFF;
    font-size: 19px;
}

#main-footer-home .el-collapse-item__wrap {
    background-color: #181818;
    border: none;
}

.mobile-account-img {
    width: 22px;
    margin-right: 9%;
    margin-top: -4px;
    margin-left: -1px;
}

.drop-menu {
    display: flex;
}

#main-account-page {
    display: flex;
}

@media (max-width: 765px) {
    .drop-menu, .navbar-nav {
        display: block;
    }
}

@media (max-width: 1100px) {
    #main-account-page {
        display: block;
    }
}

.copy-img {
    opacity: 0.8;
}

.copy-img:hover {
    opacity: 1;
    color: white;
}

.el-badge__content.is-fixed {
    margin-top: 7px;
    right: 15px;
    border: none;
}

.notification-item {
    cursor: pointer;
}

.notification-item:hover {
    color: #ffffff !important;
    background-color: inherit;
}

.notification-image {
    width: 36px;
    cursor: pointer;
}

.notification-image:hover {
    opacity: 1;
    color: #ffffff !important;
}

.el-drawer__body {
    overflow: auto;
}

.white-button-input {
    background: #08192B !important;
    color: #BDC6CF !important;
    border-color: #BDC6CF !important;
}

.flex-1 {
    flex: 1;
}

footer .box {
    display: flex;
}

.underscore {
    border-bottom: 3px solid #FBC308;
}

.pagination .page-item .page-link {
    background-color: #383838;
    color: #ffffff;
}

.pagination .page-item .page-link:focus {
    background-color: #383838;
    color: #ffffff;
    box-shadow: none;
}


.spinner2 .spinner-container {
    background: url('/img/loading.png') no-repeat;
}


.free-account-picture {
    width: 40%;
}

.fl {
    position: relative !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fl img {
    height: 100px;
}

ol {
    list-style-position: inside;
}

ol li {
    line-height: 2;
}

ol p {
    display: inline;
    line-height: 1.5;
}


