body {
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    overflow-x: hidden;
    background: url(../images/header_v-2.png) #131521;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 0;
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

a {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    - transition: all 0.2s ease-in-out;
}

strong {
    font-weight: 700;
    color: #333;
}

img {
    width: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
}

.lazy-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/lazy3.gif);
    z-index: 100000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #38375c;
    display: none;
}

.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    overflow-y: visible;
}

.container-960 {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    overflow-y: hidden;
}

.container-1140 {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    height: auto;
}

.breadcrumbs {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.breadcrumbs li {
    list-style: none;
    float: left;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
}

.breadcrumbs li a {
    font-size: 12px;
    display: inline-block;
    float: left;
    color: #ffffff87;
}

.breadcrumbs li a.active:hover {
    color: #53b1ff;
}

.breadcrumbs li a.active {
    color: #fff;
}

.breadcrumbs li i {
    float: left;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.37);
}

.loading {
    background-color: #262626;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loading img {
    margin: 10% auto;
}

.tab-item {
    padding: 5px 21px;
    display: inline-block;
    float: left;
    border: 1px solid #2F4992;
    margin: 5px;
    border-radius: 3px;
    color: #2F4992;
    background-color: #fff;
    cursor: pointer;
}

.tab-item.active, .tab-item:hover {
    background-color: #2F4992;
    color: #fff;
}

.mini-loading {
    position: relative;
}

.mini-loading:after {
    background-image: url(../images/loading.svg);
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    margin: 0 auto !important;
    display: block !important;
}

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

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.no-side-margin {
    margin: 1% 0 !important;
}

.no-margin {
    margin: 0px !important;
}

.margin-2 {
    margin: 2px !important;
}

.margin-2-0 {
    margin: 2px 0 !important;
}

.margin-0-2 {
    margin: 0 2px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-5-0 {
    margin: 5px 0 !important;
}

.margin-0-5 {
    margin: 0 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-10-0 {
    margin: 10px 0 !important;
}

.margin-0-10 {
    margin: 0 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline-block;
}

.clear {
    clear: both;
}

.row {
    display: inline-block;
    width: 100%;
}

.page {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    box-sizing: border-box;
    overflow: none;
    position: relative;
    /* padding-top: 74px; */
    right: 0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

body.has_chat .page {
    padding-right: 300px;
}

.page-title {
    color: #fff;
    font-size: 46px;
    line-height: 40px;
    /* margin: 10px 0; */
    margin-top: 0;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.page-title h1 {
    float: left;
    color: #fff;
    font-size: 46px;
    line-height: 40px;
    margin: 10px 0;
    margin-top: 0;
    font-weight: 600;
    margin-right: 10px;
}

.confirm-modal {
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.confirm-modal .confirm-box {
    display: inline-block;
    max-width: 360px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-top: 100px;
    border-radius: 4px;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.41);
}

.confirm-modal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.confirm-modal .confirm-box .message {
    font-size: 14px;
}

.confirm-modal .confirm-box .confirm {
    padding: 5px 15px;
    background-color: #5ea945;
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
}

.confirm-modal .confirm-box .decline {
    padding: 5px 15px;
    background-color: #4e4e4e;
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
}

.qr-canvas {
    display: inline-block;
}

.qr-canvas canvas {
    margin: 0 auto;
    display: block;
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.47);
    padding: 12px;
    background-color: #fff;
}

#notification-parent {
    position: fixed;
    z-index: 200;
    width: 100%;
    text-align: center;
    opacity: 0;
    top: -150px;
    /* background-color: #172130; */
}

#notification {
    position: relative;
    z-index: 200;
    overflow: hidden;
    display: inline-block;
    width: 360px;
    background-color: #fff;
    border-radius: 5px;
}

#notification span:first-child {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 38px;
    height: 70px;
    text-align: center;
    font-size: 24px;
    height: 38px;
    vertical-align: middle;
    background-color: #d6d6d6;
    border-radius: 7px;
}

#notification span:last-child {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 38px;
    height: 70px;
    text-align: center;
    color: #00000087;
    cursor: pointer;
    font-size: 24px;
    height: 38px;
    background-color: #00000029;
    border-radius: 7px;
}

#notification span:last-child:hover {
    color: #fff;
}

#notification span:last-child i {
    line-height: 38pxx;
    font-size: 23px;
}

#notification p {
    margin: 0;
    line-height: 15px;
    padding: 20px 63px;
    color: #292929;
    font-size: 14px;
}

#notification span:first-child i {
    display: none;
    line-height: 38px;
}

#notification.warning span:first-child .fa-exclamation-triangle {
    display: inline-block;
    color: #F44336;
}

#notification.info span:first-child .fa-info {
    display: inline-block;
    color: #2196F3;
}

/*Scrollbar 1*/
.choose-crypto ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.choose-crypto ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
}

.choose-crypto ::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
}

.choose-crypto ::-webkit-scrollbar-corner {
}

*::-webkit-scrollbar {
    width: 0;
    height: 0;
}

*::-webkit-scrollbar-track {
    background-color: rgba(18, 27, 39, 0);
    border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
    background: #2c3e59;
    border-radius: 2px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.61);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.61);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.61);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.62);
}

.mobile-menu {
    display: none;
}

.top-header, .page {
    display: inline-block;
    width: 100%;
    padding-top: 0;
    float: left;
    padding-left: 55px;
}

.slide-head {
    padding-right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    z-index: 2;
    text-align: center;
}

.slide-head .item {
    color: rgb(255, 255, 255);
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 15px;
    position: relative;
    padding-left: 43px;
    letter-spacing: 0.3px;
    border-radius: 4px;
    margin-right: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.slide-head .item:nth-child(2) {
    background: #d51b5b;
    background: -webkit-linear-gradient(to bottom right, #500b23, #d51b5b);
    background: linear-gradient(to bottom right, #500b23, #d51b5b);
}

.slide-head .item:nth-child(3) {
    background: #2196F3;
    background: -webkit-linear-gradient(to bottom right, #3F51B5, #2196F3);
    background: linear-gradient(to bottom right, #3F51B5, #2196F3);
}

.slide-head .item i {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 30px;
    text-align: center;
    line-height: 33px;
    font-size: 23px;
    color: #ffffff;
}

.slide-head .item b {
    color: #ffffff;
    font-size: 12px;
    display: block;
}

.game-header {
    /* background-color: #15171a; */
}

.no-new-user {
    font-family: Roboto;
}

.no-new-user h1 {
    margin: 0;
    color: #fff;
}

.no-new-user p {
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.no-new-user a {
    color: #c1cbff;
}

.general-modal {
    display: none;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    /* overflow: auto; */
}

.general-modal .modal-content {
    float: left;
}

.general-modal .modal-inner {
    max-width: 640px;
    width: 100%;
    margin: 80px auto;
    border-radius: 5px;
    background-size: cover;
    padding: 0;
    background-color: #172130;
    display: inline-block;
    padding: 0 0 15px 0;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.45);
}

.general-modal .modal-header {
    padding: 4px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    display: inline-block;
    width: 100%;
    background-color: #ffffff14;
    border-radius: 4px 4px 0 0;
    margin-bottom: 10px;
}

.general-modal .description-text {
    color: rgba(255, 255, 255, 0.63);
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}

.general-modal .modal-header b {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 29px;
    margin-left: 10px;
}

.general-modal .modal-header .close {
    float: right;
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    border-radius: 2px;
    height: auto;
}

.general-modal .modal-header .close svg {
    float: left;
}

.general-modal .modal-header .close:hover {
    background-color: rgba(0, 0, 0, 0.34);
}

.currency-selectbox {
    display: inline-block;
    position: relative;
    height: 55px;
}

.currency-selectbox > span {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 30px;
    border-radius: 3px;
    font-weight: 600;
    color: #d3d4d7;
    margin-left: 0;
    position: relative;
    padding-left: 40px;
    padding-right: 15px;
    background: #ffffff12;
    cursor: pointer;
    min-width: 180px;
}

.currency-selectbox > span i {
    margin-left: 10px;
    float: right;
}

.currency-selectbox:hover > span {
    /* box-shadow: 0 -2px 0 #647296 inset; */
}

.currency-selectbox > span img {
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
}

.currency-selectbox > span span {
    float: left;
    font-size: 14px;
    font-weight: 600;
}

.currency-selectbox > ul {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    background-color: #2f3545;
    margin: 0;
    padding: 5px 0;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.71);
    text-align: left;
    z-index: 2;
}

.currency-selectbox > ul:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #2f3545 transparent;
}

.currency-selectbox > ul:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 18px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: rgb(47, 53, 69) rgba(255, 255, 255, 0);
}

.currency-selectbox.active > ul {
    display: inline-block;
}

.currency-selectbox > ul span {
    display: inline-block;
    width: 100%;
    padding: 5px 9px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffffa8;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.38);
    letter-spacing: 0.5px;
    font-size: 14px;
}

.currency-selectbox > ul span:hover {
    color: #fff;
}

.currency-selectbox > ul span img {
    float: left;
    margin-right: 10px;
    width: 24px;
}

.currency-selectbox > ul span span {
    float: left;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
}

.input-block {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}

.input-block span {
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.68);
    position: relative;
    display: block;
}

.input-block img {
    width: 22px;
    position: absolute;
    bottom: 9px;
    left: 7px;
    opacity: 0.5;
}

.input-block input, .input-block select, .input-block textarea {
    width: 100%;
    margin-bottom: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.47);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 20px 30px -13px rgba(0, 0, 0, 0.57);
    color: #fff;
    outline: 0;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
}

.input-block select option {
    color: #000;
    background-color: #ffffff;
}

.input-block b {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff91;
    font-size: 12px;
    font-weight: 400;
    text-shadow: 1px 1px 2px #0000007d;
}

.input-block.input-icon input {
    padding-left: 35px;
}

.input-block.input-text input {
    padding-right: 40px;
}

.notifications {
    position: fixed;
    z-index: 99;
    bottom: 10px;
    left: 10px;
    width: 320px;
}

.notifications .notify {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.42);
    background: #191f2d;
    background: -webkit-linear-gradient(to bottom right, #191f2d, #02040a);
    background: linear-gradient(to bottom right, #de1d60, #38051d);
}

.notifications .title {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
    background-color: rgba(4, 4, 4, 0.35);
}

.notifications .title .close-notification {
    float: right;
    cursor: pointer;
}

.notifications .content {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.71);
}

.notifications .content a {
    border-bottom: 1px dashed #ffffff;
}

.notifications .friend-request-notify {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.42);
    background: #355a76;
    background: -webkit-linear-gradient(to bottom right, rgb(11, 17, 31), #355a76);
    background: linear-gradient(to bottom right, rgb(11, 17, 31), #355a76);
}

.notifications .friend-request-notify .content {
    position: relative;
    padding-left: 56px;
}

.notifications .friend-request-notify img {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
}

.notifications .friend-request-notify span {
    display: block;
    margin-bottom: 5px;
}

.notifications .friend-request-notify span span {
    display: inline-block;
    margin-bottom: 0px;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.notifications .friend-request-notify span span i {
    margin-right: 4px;
}

.notifications .friend-request-notify .content > a {
    width: 48%;
    display: inline-block;
    text-align: center;
    margin: 1%;
    border: none;
    background-color: rgba(255, 255, 255, 0.14);
    padding: 5px 0;
    border-radius: 2px;
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.notifications .friend-request-notify .content > a:hover {
    background-color: rgba(0, 0, 0, 0.73);
}

.notifications .challenge-notify {
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.42);
    background: #191f2d;
    background: -webkit-linear-gradient(to bottom right, #191f2d, #02040a);
    background: linear-gradient(to bottom right, #191f2d, #02040a);
}

.notifications .challenge-notify .content {
    position: relative;
    padding-left: 56px;
}

.notifications .challenge-notify img {
    width: 35px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.notifications .challenge-notify span {
    display: block;
    margin-bottom: 5px;
}

.notifications .challenge-notify .content > a {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 1%;
    border: none;
    background-color: rgba(255, 255, 255, 0.14);
    padding: 5px 0;
    border-radius: 2px;
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.notifications .challenge-notify .content > a:hover {
    background-color: rgba(0, 0, 0, 0.73);
}

.mini-announce {
    width: 100%;
    margin: 0 auto 20px;
    padding: 5px 3px;
    background-color: #0c081f;
    color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    display: block;
    color: #ffffff;
    font-size: 13px;
}

.table-holder {
    max-width: 960px;
    width: 100%;
    overflow: auto;
    border-radius: 12px;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 4px 10px;
    margin-bottom: 100px;
    padding-bottom: 12px;
}

.table {
    border-collapse: collapse;
    color: hsla(0,0%,100%,.6);
    width: 100%;
}

.table thead {
}

.table thead th {
    padding: 11px 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Open Sans";
}

.table tbody tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.05);
}

.table tbody tr:nth-child(odd) td:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.table tbody tr:nth-child(odd) td:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.table tbody tr {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.table tbody tr.last-el {
    -ms-transform: scale(1,0);
    /* IE 9 */
    -webkit-transform: scale(1,0);
    /* Safari */
    transform: scale(1,0);
}

.table-item,.table-label {
    text-align: center;
    white-space: nowrap
}

.table-label {
    font-size: 10px;
    font-weight: 400;
    padding: 0 8px 8px;
    text-transform: uppercase
}

.table-item {
    padding: 10px 0;
    position: relative;
    font-size: 13px;
    line-height: 25px;
}

.table-item img {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

.table-item-profit.win {
    color: #8bc746;
    font-weight: 500;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.38);
}

.table-item-profit.loss {
    color: #ff4b4b;
    font-weight: 500;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.38);
}

.loader {
    position: absolute;
    background: #0d0c1d url(../images/loader.gif) no-repeat 50% 50%;
    background-size: 50px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 0;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    line-height: 22px;
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 13px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #525b73;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background: -webkit-gradient(linear, left top, right top, from(#f0b90b), to(#fbda3c));
    background: -webkit-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: -moz-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: -o-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: linear-gradient(90deg, #f0b90b 0%, #fbda3c 100%);
    border: 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    display: block;
    left: 5px;
    top: 5px;
    text-align: center;
    height: 10px;
    width: 10px;
    content: " ";
    background-color: #ffffff42;
    border-radius: 20px;
}

.check-container input:checked ~ .checkmark:after {
    display: block;
    left: 5px;
    top: 5px;
    text-align: center;
    height: 10px;
    width: 10px;
    content: " ";
    background-color: #151e2c;
    border-radius: 20px;
}

.share-dice {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: #0087f7;
    background: -webkit-linear-gradient(to right, #0087f7, #006beb);
    background: linear-gradient(to right, #0087f7, #006beb);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.share-dice:hover {
    opacity: 0.8;
}

.slide-tabs {
    display: none;
}

.slide-tabs.active {
    display: block;
    width: 100%;
    max-width: 960px;
}

.tabs-holder .balances {
    display: inline-block;
    position: relative;
    float: right;
}

.tabs-holder .balances > a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 7px 6px 19px;
    font-weight: 600;
    color: #d3d4d7;
    margin-left: 0;
    position: relative;
    float: left;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.34);
    font-family: "Open Sans";
}

.tabs-holder .balances > a i {
    position: absolute;
    top: 12px;
    right: 7px;
}

.tabs-holder .balances:hover > a {
    /* box-shadow: 0 -2px 0 #647296 inset; */
}

.tabs-holder .balances > a img {
    margin-right: 7px;
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -11px;
    width: 24px;
    height: 24px;
}

.tabs-holder .balances > a span {
    float: left;
    font-size: 14px;
    font-weight: 400;
}

.tabs-holder .balances > a span.name {
    font-weight: 600;
    display: inline-block;
    width: 100%;
    font-size: 10px;
}

.tabs-holder .balances > a span.current-balance {
    font-size: 11px;
    color: #ffffff;
    position: relative;
    top: 1px;
    letter-spacing: 0.5px;
}

.tabs-holder .balances > a span.current-balance b {
    font-weight: 600;
}

.tabs-holder .balances > ul {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    background-color: #18202a;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.45);
    z-index: 1;
    z-index: 4;
    width: 150px;
}

.tabs-holder .balances > ul:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 20px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #18202a transparent;
}

.tabs-holder .balances > ul:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 19px;
    border-width: 0 9px 9px 9px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) transparent;
}

.tabs-holder .balances.active > ul {
    display: inline-block;
}

.tabs-holder .balances > ul a {
    display: inline-block;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.27);
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    float: left;
    width: 100%;
}

.tabs-holder .balances > ul a span.name {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    font-size: 12px;
}

.tabs-holder .balances > ul a span.value {
    font-size: 10px;
}

.tabs-holder .balances > ul a span.value b {
    font-weight: 500;
}

.tabs-holder .balances ul a:last-child {
}

.tabs-holder .balances > ul a:hover {
    color: #fceadd;
}

.tabs-holder .balances > ul a img {
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 4px;
    float: left;
    margin-left: 4px;
}

.tabs-holder .balances > ul a span {
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    font-family: "Open Sans";
    float: left;
    margin-left: 7px;
}

@media screen and (max-width: 992px) {
    .page {
        padding-right: 0 !important;
    }

    .sidebar {
        right: -300px !important;
    }

    .general-modal .modal-inner {
        height: 100%;
        margin: 0;
        border-radius: 0;
        overflow: auto;
    }
}

@media screen and (max-width: 712px) {
    .left-sidebar {
        display: none;
    }

    .slide-head .item {
        width: 50%;
        float: left;
        margin: 0;
    }

    .currency-list {
        max-height: 200px;
    }

    .side-settings [data-action="chat"] {
        display: none;
    }

    .page-title {
        text-align: center !important;
    }

    .side-settings {
        text-align: center;
        /* width: 100%; */
        height: 25px;
        float: none !important;
        margin-top: 0 !important;
    }
}

/********************************/
.selector-btn {
    cursor: pointer;
    /* margin-right: -5px; */
}

.selector-btn span {
}

.selector-btn span .btn-icon {
    width: 40px;
    float: left;
    background-color: rgba(0, 0, 0, 0.40);
    padding: 5px;
    border-radius: 3px 0 0 3px;
    margin-right: 1px;
}

.selector-btn b {
    float: left;
    position: relative;
    width: 14px;
    height: 40px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0 3px 3px 0;
}

.selector-btn b i {
    font-size: 12px;
    float: left;
    position: absolute;
    left: 4px;
}

.selector-btn b i:first-child {
    top: 5px;
}

.selector-btn b i:last-child {
    bottom: 5px;
}

.selector-btn ul {
    display: none;
}

.selector-btn ul li {
}

.currency-selectlist {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 0 0 6px 6px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    clear: both;
    margin-top: 0;
}

.currency-selectlist span {
    display: inline-block;
    float: left;
    font-size: 9px;
    color: rgb(255, 255, 255);
    line-height: 15px;
    padding: 4px 6px;
    cursor: pointer;
    border-radius: 6px;
    opacity: 0.4;
    width: 36px;
}

.currency-selectlist span:hover, .currency-selectlist span.active {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.27);
}

.currency-selectlist span img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.game-bar-item {
    display: inline-block;
    float: right;
    position: relative;
    margin-left: 0px;
    border-radius: 25px;
    padding: 0px;
    padding-right: 45px;
    color: #fff;
    width: 144px;
    margin-top: 5px;
    text-align: right;
}

.game-bar-item i {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 20px;
    opacity: 0.5;
}

.game-bar-item b {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: 2px;
}

.game-bar-item span {
    display: block;
    font-size: 12px;
    color: #ffffff4d;
}

.online-players {
    float: right;
}

.online-players span {
    display: block;
    line-height: 14px;
    text-align: right;
    font-size: 28px;
    color: #007ff4;
    font-weight: 600;
}

.online-players b {
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -5px;
    font-weight: 500;
}

.captcha {
    display: inline-block;
    width: 100%;
}

.captcha .btn {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    33% {
        transform: scale(1);
        opacity: 0.1;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.captcha-button {
    display: inline-flex;
    align-items: center;
    background: #0071ce;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 33px;
    padding: 0 30px;
    color: #fff;
    font-family: Lato, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .3s, transform .3s, box-shadow .3s;
    will-change: transform;
    cursor: pointer;
    font-size: 12px;
    float: left;
    overflow: hidden;
}

.captcha-button:hover {
    background: #0085f6;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
}

.captcha-button:active {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 1px, 0);
}

.pulse {
    position: relative;
}

.pulse:before, .pulse:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: auto;
}

.pulse:before {
    animation: pulse 1.5s infinite linear;
}

.pulse:after {
    animation: pulse 2s .4s infinite linear;
}

.pulse:hover:before, .pulse:hover:after {
    display: none;
}

.online-players-socket {
    float: right;
    margin-left: 25px;
}

.online-players-socket a {
    display: inline-block;
    float: left;
    width: 43px;
    border-radius: 50%;
    margin-left: -15px;
    /* border: 2px solid #0f1a26; */
    cursor: pointer;
}

.online-players-socket a:nth-child(6) {
    display: none;
}

.online-players-socket a:nth-child(7) {
    display: none;
}

.online-players-socket a:nth-child(8) {
    display: none;
}

.online-players-socket a img {
    border-radius: 50%;
    border: 3px solid #172130;
}

.coins-tab {
    padding: 10px !important;
}

.coins-list {
    max-height: 241px;
    display: inline-block;
    overflow: auto;
    padding-right: 7px;
}

.coins-list a {
    display: inline-block;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.27);
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 13px;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.06);
    opacity: 0.6;
}

.coins-list a img {
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 4px;
    float: left;
    margin-left: 4px;
}

.coins-list a span {
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin-left: 7px;
}

.coins-list a:hover {
    opacity: 1;
}

.coins-list a.active {
    color: #fff;
    opacity: 1;
}

.tabs-holder {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    float: left;
    padding: 17px 0;
    border-radius: 8px 8px 0 0;
    text-align: center;
}

.tabs-holder > span {
    display: inline-block;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 500;
    /* float: left; */
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 3px 13px;
}

.tabs-holder > span.active {
    color: #ffffff;
    background: #0087f7;
    background: -webkit-linear-gradient(to right, #0087f7, #006beb);
    background: linear-gradient(to right, #0087f7, #006beb);
}

.fancy-checkbox {
    padding: 3px 8px;
    border-radius: 17px;
    color: #000 !important;
    cursor: pointer;
}

.fancy-checkbox.on {
    background-color: #8BC34A;
}

.fancy-checkbox.off {
    background-color: #9f261d;
    color: #fff !important;
}

.fancy-checkbox b {
    padding-left: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.49);
    text-transform: uppercase;
}

.jackpots-tab {
    padding: 10px !important;
}

.jackpot-list {
    max-height: 241px;
    display: inline-block;
    overflow: auto;
    padding-right: 10px;
}

.jackpot-list .jackpot-block {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
    font-family: "Open Sans";
}

.jackpot-list .jackpot-block.orange {
    color: #ffffff;
    background: #f76b00;
    background: -webkit-linear-gradient(to right, #f76b00, #8c3714);
    background: linear-gradient(to right, #f76b00, #8c3714);
}

.jackpot-list .jackpot-block.blue {
    color: #ffffff;
    background: #0087f7;
    background: -webkit-linear-gradient(to right, #0087f7, #006beb);
    background: linear-gradient(to right, #0087f7, #006beb);
}

.jackpot-list .jackpot-block .title {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff1c;
    font-size: 12px;
    color: #ffffff80;
}

.jackpot-list .jackpot-block .title b {
    font-size: 20px;
    color: #fff;
    display: block;
}

.jackpot-list .jackpot-block .prize {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.52);
    background-color: rgba(0, 0, 0, 0.41);
}

.jackpot-list .jackpot-block .description {
    font-size: 12px;
    padding: 5px;
    margin: 0;
}

.jackpot-list .jackpot-block .description b {
    display: block;
}

.jackpot-list .jackpot-block .description span {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.79);
    text-shadow: 1px 1px 1px #00000042;
}

@keyframes online-pulse {
    0% {
        border-color: #8BC34A;
    }

    33% {
        border-color: rgba(205, 220, 57, 0.24);
    }

    100% {
        border-color: #8BC34A;
    }
}

@-webkit-keyframes blink {
    0% {
        color: #ffffff;
    }

    50% {
        color: #c02237;
    }

    100% {
        color: #ffffff;
    }
}

@keyframes blink {
    0% {
        color: #ffffff;
    }

    50% {
        color: #c02237;
    }

    100% {
        color: #ffffff;
    }
}

.game-settings {
}

.game-settings span {
    text-align: center;
    padding: 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.31);
    width: 130px;
    height: 52px;
    border-radius: 8px;
    background-color: #172130;
    border-top: none;
    cursor: pointer;
    margin-top: 15px;
    box-shadow: 0 0 10px #00000000 inset;
}

.game-settings span.active {
    background-color: #2a3341;
    color: #fff;
}

.game-settings span:hover {
    color: #fff;
}

.game-settings span i {
    line-height: 50px;
    letter-spacing: 0;
    width: 19px;
    text-align: center;
}

.game-settings span b {
    font-size: 12px;
}

.news-bar {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.23);
    color: #f2be12;
    border-radius: 5px;
    padding: 5px 0;
    margin: 5px 0;
}

.news-bar a {
    text-align: center;
    display: inline-block;
    color: #3ae80f;
    font-weight: 500;
    font-size: 15px;
}

.news-bar a:hover {
    color: #ffffff;
}

.cashback-ajax {
    padding: 10px;
}

.cashback-ajax .desc {
    text-align: left;
    font-weight: 800;
    color: #ffc107;
    margin: 0;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.19);
    margin-bottom: 5px;
    border-radius: 4px;
}

.cashback-ajax .desc.warn {
    color: #ff5959;
}

.cashback-ajax .request-cashback {
    margin-top: 10px;
}

.cashback-rules {
    text-align: left;
    padding: 10px;
    padding-top: 0;
}

.cashback-rules h1 {
    color: #fad839;
    text-shadow: 0 3px 6px #f9d33270;
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 0;
}

.cashback-rules h4 {
    color: #ffffff91;
    font-weight: 400;
    margin: 4px 0;
}

.cashback-rules h5 {
    color: #fff;
    margin: 4px 0;
}

.cashback-rules ul {
    padding-left: 16px;
    font-size: 12px;
}

.cashback-rules li {
    font-size: 12px;
    color: #fff;
}

.cashback-eligible {
    padding: 15px;
    background-color: #06090b;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding-right: 114px;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 28px;
}

.cashback-eligible > .request-cashback {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    text-align: center;
    display: inline-block;
    line-height: 16px;
}

.single-chart {
    width: 52px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.circular-chart {
    display: block;
    margin: 0;
    max-width: 100%;
    max-height: 250px;
    border-radius: 33px;
    margin-right: 0;
}

.circle-bg {
    fill: none;
    stroke: rgba(238, 238, 238, 0.13);
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #f1bb0e;
}

.single-chart .percentage {
    text-anchor: middle;
    display: inline-block;
    line-height: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#f0b90b), to(#fbda3c));
    background: -webkit-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: -moz-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: -o-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: linear-gradient(90deg, #f0b90b 0%, #fbda3c 100%);
    border: 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    padding: 0;
    color: #363636;
    border-radius: 19px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    width: 26px;
    line-height: 26px;
    position: absolute;
    top: 13px;
    left: 13px;
}

.contest-item {
    font-size: 12px;
    color: #fff;
    float: left;
    height: 47px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    margin-left: 10px;
    padding: 3px 0px 3px 15px;
    float: right;
}

.contest-item .name {
    float: left;
    text-align: right;
}

.contest-item .name span {
    display: block;
}

.contest-item .name b {
}

.contest-item .data {
    float: left;
    text-align: center;
    position: relative;
    background-color: #0d0e18;
    left: 1px;
    top: -4px;
    border-radius: 50px;
    padding: 8px 18px;
    background: -webkit-gradient(linear, left top, right top, from(#f0b90b), to(#fbda3c));
    background: -webkit-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: -moz-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: -o-linear-gradient(left, #f0b90b 0%, #fbda3c 100%);
    background: linear-gradient(90deg, #f0b90b 0%, #fbda3c 100%);
    border: 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    color: #000;
    line-height: 15px;
    margin-left: 15px;
}

.contest-item .data span {
    display: block;
}

.contest-item .data b {
    font-size: 16px;
}

/*== speech bubble ==*/
.fine-tool::after {
    position: absolute;
    background: #0c101a;
    border-radius: .25em;
    color: #EDEFF0;
    content: attr(data-tip);
    padding: 1px 10px;
    right: 0;
    top: 34px;
    display: none;
    min-width: 80px;
}

.fine-tool:hover::before, .fine-tool:hover::after {
    display: inline-block;
}

.left-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 55px;
    background-color: #0b0e16;
    /* box-shadow: 0 0 5px #a7b2c11a; */
    border-right: 1px solid #559b2c33;
    z-index: 2;
}

.left-sidebar .logo {
    display: inline-block;
    padding: 5px;
}

.left-sidebar .logo img {
}

.left-sidebar .elements {
    padding: 0px;
}

.left-sidebar .elements a {
    display: inline-block;
    padding: 4px;
    border-bottom: 1px solid #ffffff1a;
}

.left-sidebar .elements a:hover {
    opacity: 0.7;
}

.left-sidebar .elements a img {
    /* border-radius: 10px; */
    width: 100%;
}

.footer-text {
    padding: 15px;
    color: rgba(255, 255, 255, 0.38);
}

.footer-text h3 {
    color: #fff;
}

.footer-text p {
    font-size: 14px;
    margin: 0;
}