
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: #2C3040;
}

::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #8991b0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    outline-offset: -2px;
    border: 2px solid #8991b0;
}

::-webkit-scrollbar-thumb:hover {
    height: 30px;
    background-color: #999ba5;
    border: 2px solid #999ba5;
}

body {
    font: 13px/1.5 'Helvetica Neue','Lucida Grande',Microsoft YaHei,Arial,'Liberation Sans',sans-serif;
    /* font: 13.5px "Open Sans", sans-serif; */
    color: black;
    word-break: break-all;
    word-wrap: break-word;
	background: rgba(221, 221, 221, 1);
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	margin: 0;
	width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;

    left: 0;
    transition: left 0.5s, right 0.5s;
    position: relative;
}
.middle_left, .top_menu_layout, .player_balance, .modal_settings {
    font: 13.5px "Open Sans", sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
.layout_head {
    width: 100%;
    height: 60px;
    background-color: rgba(27, 40, 56, 1);
    background-image: url("star_sea.jpg");
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;

    text-align: center;
    overflow: visible;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
            align-items: top;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
            align-content: flex-start;
    position: relative;
}
.layout_head::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg,rgba(44,48,64,0.5) 10%, rgba(44,48,64,0.6));
    background: linear-gradient(90deg,rgba(44,48,64,0.5) 10%, rgba(0, 4, 19, 0.6));
}
.top {
    width: 100%;
    height: 100%;
    padding: 0 36px;

    text-align: center;
    overflow: visible;

    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-start;

    display: -webkit-flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: center;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -webkit-align-content: flex-start;
}
.top_left {
    position: relative;
    max-width: 340px;
    width: auto;
    height: 100%;
    display: flex;
    padding-right: 20px;
}
.settings_button_top_left_layout {
    width: auto;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 38px;
    padding-right: 10px;
    color: #bbb;
}
.settings_button_top_left_layout i {
    cursor: pointer;
    filter: drop-shadow(5px 1px 1px black);
    transition: all .2s;
}
.settings_button_top_left_layout i:hover {
    color: #fff;
    text-shadow: 1px 1px 20px white;
}
.logo_layout {
    min-width: 280px;
    width: auto;
    height: 100%;
    position: relative;
    z-index: 3;
}
.logo {
    background: url("logo.png");
    -webkit-background-size: auto 62% ;
	   -moz-background-size: auto 62%;
	     -o-background-size: auto 62% ;
	background-size: auto 62%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 85px;
	overflow: hidden;
	transition: all 0.5s;
	float: left;
    filter: drop-shadow(10px 5px 5px black);
}
.logo_trapezoid {
    border-right: 9px solid transparent;
    border-top: 85px solid rgba(31, 47, 68, 0.8);
    border-left: 9px solid transparent;
    width: 50%;
    width: 212px;
    position: absolute;
    left: 34px;
    filter: drop-shadow(10px 10px 8px black);
}
.logo_trapezoid_back {
    content: "";
    border-right: 20px solid transparent;
    border-top: 75px solid rgb(20, 36, 56);
    border-left: 20px solid transparent;
    width: 66%;
    width: 280px;
    position: absolute;
    left: 0;
    filter: drop-shadow(10px 10px 20px black);
}
.top .top_right {
    overflow: visible;
    position: relative;
    width: calc(100% - 340px);
    height: 100%;
    background-color: rgba(255,255,255,0);
}
.top_right .top_high {
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: rgba(0,0,0,0);
}
.top_high .dropdown ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0;
    white-space: initial;
}
.top_high .dropdown ul li {
    display: inline-grid;
    width: 100%;
}
.dropdown-menu {
    background-color: rgba(221, 221, 231, 1);
    border: 1px solid #dddde7;
    z-index: 3;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    border: none;
}

.dropdown-menu .setting {
    background-color: rgba(255,255,255,0.5);
    display: inline-grid;
}
.dropdown-menu .setting span {
    padding-left: 20px;
}
.dropdown-menu .setting a {
    cursor: default !important;
}
.dropdown-menu label {
    float: right;
    padding: 0;
    margin: 0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 22px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(100,100,100,0.2);
    -webkit-transition: .2s;
    transition: .2s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
}
input:checked + .slider {
    background-color: lightseagreen;
    background-color: #49d864;
    background-color: #4cd964;
}
input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
/* input[class][checked] + .slider {
    background-color: lightseagreen;
    background-color: #49d864;
    background-color: #4cd964;
}
input[class][checked] + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
} */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.rocker {
    display: inline-block;
    position: relative;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    width: 7em;
    height: 4em;
    overflow: hidden;
    border-bottom: 0.5em solid #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rocker-small {
    font-size: 1em;
    margin: 0em 1em;
}
.rocker::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    border: 0.5em solid #eee;
    border-bottom: 0;
}
.rocker input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-left {
    background-color: #bd5757;
    color: #fff;
    bottom: 0px;
    left: 0.5em;
    height: 2.5em;
    width: 3em;
    transform: rotate(0deg) skewX(0deg);
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.switch-left::before {
    content: "";
    position: absolute;
    height: 2.45em;
    bottom: -0.45em;
    transform: skewY(-65deg);
    background-color: transparent;
    width: 3.0833em;
    left: -0.4em;
}
input:checked + .switch-left {
    height: 2.4em;
    width: 2.75em;
    left: 0.85em;
    bottom: 0.4em;
    background-color: #ddd;
    transform: rotate(15deg) skewX(15deg);
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    color: #888;
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
input:checked + .switch-left::before {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 2.45em;
    bottom: -0.45em;
    background-color: #ccc;
    transform: skewY(-65deg);
    left: -0.4em;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
.switch-right {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    background-color: #ddd;
    color: #888;
    bottom: 0.4em;
    right: 0.8em;
    height: 2.4em;
    width: 2.75em;
    transform: rotate(-15deg) skewX(-15deg);
}
.switch-right::before {
    background-color: #ccc;
    right: -0.375em;
    transform: skewY(65deg);
    content: "";
    position: absolute;
    width: 0.4em;
    height: 2.45em;
    bottom: -0.45em;
}
input:checked + .switch-left + .switch-right {
    cursor: pointer;
    right: 0.5em;
    bottom: 0;
    background-color: #0084d0;
    color: #fff;
    transform: rotate(0deg) skewX(0deg);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 3em;
    transition: 0.2s;
}
input:checked + .switch-left + .switch-right::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 0.4em;
    height: 2.45em;
    bottom: -0.45em;
    right: -0.375em;
    transform: skewY(65deg);
}

.top_high .dropdown a {
    box-sizing: border-box;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top_high a.dropdown-toggle {
    float: right;
    bottom: 0px;
    height: 100%;
    min-width: 300px;
    border-style: solid;
    border-width: 0em 0em 2px 0em;
    border-color: rgba(255,255,255,0.7);
    display: flex;
    background: linear-gradient(90deg,rgba(32, 63, 80, 0.6) 20%,rgba(12, 33, 45, 0.7));
    background-color: rgba(31, 47, 68, 0.65);
    padding-top: 5px;
    transition: all 0.2s;
    box-shadow: 2px 1px 2px black;
}
.top_high a.dropdown-toggle:hover {
    box-shadow: 3px 3px 3px black;
}
.top_high a.dropdown-toggle.lock{
    background: linear-gradient(90deg,rgb(147 0 0 / 60%) 20%,rgb(211 18 18 / 70%));
}

.top_high .dropdown {
    position: relative;
    float: right;
    width: auto;
    text-align: right;
    height: 100%;
}
.top_high .dropdown.open a.dropdown-toggle {
    box-shadow: 3px 3px 3px black;
}

.top_high .dropdown ul>li>a, .top_high .dropdown ul>li>div>a {
    color: black;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-style: none;
    box-sizing: border-box;
}
.top_high .dropdown ul>li>a[hr] {
    border-width: 1px 0px 0px 0px;
    border-color: black;
    border-style: solid;
    box-sizing: border-box;
}
.top_high .dropdown ul>li>a>i {
    font-size: 15px;
}
.top_high .dropdown ul>li>a:hover, .top_high .dropdown ul>li>a:focus, .top_high .dropdown ul>li>div>a:hover, .top_high .dropdown ul>li>div>a:focus {
    background-color: rgba(201, 201, 221, 1);
}
.name_and_balance {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
    display: grid;
}
.user_name_ontop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #dddddd;
}
.user_name_only {
    max-width: 180px;
}
.top_menu_layout {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_links {
    float: left;
    list-style: none;
    padding: 0;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    white-space: nowrap;
}
.top_menu_link {
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0;
    float: left;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);

    border-style: solid;
    border-width: 2px;
    border-color: #6d6d6d;
    border-right-color: black;
    min-width: 155px;
    transition: all 0.2s;
    color: unset;
    background: linear-gradient(90deg,rgba(32, 63, 80, 0.6) 20%,rgba(12, 33, 45, 0.7));
    background-color: rgba(31, 47, 68, 0.65);
}
.top_menu_link:hover, .top_menu_link:focus{
    box-shadow: 1px 3px 3px;
    color: unset;
    transform: scale(1.02) skew(-20deg);
    z-index: 2;
}
.top_menu_link span {
    color: #bbbbbb;
    font-weight: 700;
    font-size: 15px;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    transition: all 0.2s;
}
.top_menu_link:hover span {
    color: white;
    text-shadow: 1px 1px 20px white;
}
.nav_links .top_menu_link:first-child {
    margin-left: -25px;
    border-left-width: 0;
    min-width: 145px;
}
.nav_links .top_menu_link[focus] {
    box-shadow: 1px 3px 3px;
    transform: scale(1.02) skew(-20deg);
    z-index: 1;
}
.nav_links .top_menu_link[focus] span {
    color: #e4b35a;
}
.top_menu_link[focus]:hover span {
    color: #ffbc43;
    text-shadow: 1px 1px 20px #e4b35a;
}

.nav_links .user_space_ontop {
    margin-right: 0;
    padding: 0;
    width: inherit;
    align-items: center;
    cursor: auto;
}
.nav_links .user_balance_ontop {
    color: #dddddd;
    font-weight: 600;
}
.user_avatar_ontop {
    margin-right: 2px;
    display: flex;
    align-items: center;
}
.user_avatar_ontop img {
    height: 50px;
    width: auto;
    border-style: solid;
    border-width: 0px;
    border-color: rgba(90,90,90,1);
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    vertical-align: middle;
}
.top_right .top_signin {
    right: 0;
    float: right;
    height: 100%;
    width: auto;
    position: absolute;
    padding-top: 6px;
    padding-bottom: 3px;
    box-sizing: border-box;
}
.top_signin img {
    float: right;
    height: 100%;
    width: auto;
    box-sizing: border-box;
    transition: 0.3s;
}
.top_signin img:hover {
    filter: contrast(150%) drop-shadow(0px 0px 100px white);
}

.middle {
    position: relative;
    padding: 30px 0px;
    width: 100%;
    background-color: rgba(27, 40, 56, 0);
    border-style: solid;
    border-width: 0 12px;
    border-color: rgba(0,0,0,0);
    box-sizing: border-box;

    text-align: center;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
            align-items: top;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
            align-content: flex-start;
}
.middle_left_layout {
    margin-right: 1.5%;
    width: 23%;
    height: auto;
    background: linear-gradient(90deg,rgba(133, 155, 206, 0.2) 90%,rgba(183, 186, 200, 0.6));
    background-color: rgba(0,0,0,0.01);
    background-position: left;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative;
    box-shadow: 2px 1px 2px rgba(0,0,0,0.7);
}
.middle_header_gradient {
    position: absolute;
    top: 0px;
    height: calc(50px);
    width: 100%;
    background: linear-gradient(90deg,#002f4a,#003e48);
    box-shadow: 2px 1px 2px rgba(0,0,0,0.7);
}
.middle_left {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
}
.useronline {
    color: #ccc;
    padding-top: 8px;
    padding-bottom: 14px;
    margin-right: 10px;
    right: 0;
    float: right;
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    width: auto;
    height: auto;
    z-index: 2;
    cursor: default;
}
.useronline span {
    vertical-align: middle;
}
.useronline i {
    margin-right: 5px;
    vertical-align: middle;
}

.middle .middle-right {
    position: relative;
    width: 75%;
    background-color: rgba(0,0,0,0);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
            align-items: top;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
            align-content: flex-start;
}

.footer {
    height: auto;
    background-color: rgba(0,0,0,0.1);
    background-image: url("carina-nebula-pillar.jpg");
    background-position: bottom;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative;
}
.footer_true {
    min-height: 80px;
    background-color: rgba(40,46,62,0.95);
    background: linear-gradient(90deg,rgba(40,46,62,0.95) 10%, rgba(48,79,99,0.7));
    padding: 50px 50px;

    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    text-align: center;
}
.footer_true a {
    display: inline-flex;
}
.footer_true a:hover {
    color: white;
    text-shadow: 1px 1px 10px white;
    transform: scale(1.2);
    transition: 0.2s;
}
.footer_copyright {
    font-weight: 600;
    font-size: 14px;
    color: white;
    word-break: keep-all;
    width: 33%;
    text-align: left;
}
.footer_copyright span {
    font-size: 18px;
    color: #e4a13b;
    color: rgba(69,180,186,1);
    color: rgb(76, 175, 80);
}
.footer_social {
    width: 34%;
}
.footer_social a {
    font-weight: 600;
    font-size: 28px;
    transition: all .2s;
    color: white;
    padding: 2px;
    margin-left: 12px;
}
.footer_social a:first-child {
    margin-left: 0px;
}
.footer_terms {
    width: 33%;
    text-align: right;
    display: block;
}
.footer_terms a {
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid hsla(0,0%,100%,0.6);
    line-height: 18px;
    padding: 5px;
    transition: color .2s,border .2s;
    color: white;
}
.footer_terms a:hover {
    border-bottom: 1px solid transparent;
}

.TimeBarBig {
    position: relative;
    width: 100%;
    height: 50px;
    /*background-color: rgba(0,0,0,1);*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.TimeBarBig .TimeRun {
    padding: 0px;
    margin: 0px;
    position: absolute;
    height: 100%;/*for fucking windowphone*/
    width: 100%;/*for fucking windowphone*/
    left: 0px;/*for fucking windowphone*/
    top: 0px;/*for fucking windowphone*/
    color: black;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.TimeBar {
    position: relative;
    width: 100%;
    height: 100%;
    /*min-height: 20px;*/
    background-color: rgba(183, 186, 200, 0.6);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: left;
            justify-content: left;
    /* border-style:solid;
    border-width:0.2em 0.2em 0.2em 0.2em;
    border-color: rgba(0,0,0,0);
    box-sizing: border-box; */
    /*z-index: 999;*/
}
.TimeBar_before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /*min-height: 84px;*/
    /*margin-bottom: 0.35em;*/
    background: rgba(196,82,74,1);
    background: -webkit-linear-gradient(left, rgba(160,74,67,1) 0%, rgba(196,82,74,1) 44%, rgba(168, 69, 62,1) 100%);
    background: -webkit-linear-gradient(left, #595d73 0%,#6f7490 44%,#434656 100%);
    background: #6f7490;
    /* background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%); */
    color: rgba(150, 150, 150, 0.4);
    font: italic bold 26px Georgia, serif;
    cursor: default;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}
.RouletteBarBig {
    user-select: none;
    position: relative;
    width: 100%;
    height: auto;
    /*background-color: rgba(0,0,0,0.1);*/
    margin-top: 10px;
    margin-bottom: 15px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
#pointer{
    width:3px;
    background: rgba(255, 255, 0, 1);
    position: absolute;
    left:50%;
    top:0px;
    height:100%;
    opacity: 0.8;
}
#case {
	max-width: 1500px;
    width: 100%;
	height: 69px;
	background-image: url("cases_new.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
.RoulettePast {
    position: relative;
    width: 100%;
    height: auto;
    /*background-color: rgba(0,0,0,0.1);*/
    /*margin-top: 10px;
    margin-bottom: 15px;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.DicePastAll .RoulettePast + .RoulettePast {
    margin: 5px 0px;
}
.ball {
	color: white;
	cursor: default;
	border-radius: 50%;
	border: 0px solid transparent;
	width: 45px;
	height: 45px;
    font-family: inherit;
    font-size: 17px;
	line-height: 45px;
	padding: 0;
	text-align: center;
	display: inline-block;
	margin: 0px 3.5px;
    background-color: rgba(183, 186, 200, 0.3);
    font-weight: 100;
}
.DicePastAll .ball {
    border-radius: 6px;
    position: relative;
    opacity: 0.1;
}
.ball.hl {
    opacity: 1;
}
#DicePast1 .ball {
    background-color: rgba(196, 68, 60, 1);
}
#DicePast2 .ball {
    background-color: rgba(74, 163, 77, 0.9);
}
#DicePast3 .ball {
    background-color: rgba(225, 180, 5, 0.9);
}
.ball.effect {
    animation: scaleballeffect 0.6s ease;
}
@keyframes scaleballeffect {
    0% {transform: scale(2, 2); opacity: 0.1;}
    100% {transform: scale(1, 1); opacity: 1;}
}
.ball.ball_1_7 {
	background-color: rgba(176, 74, 67, 1);
}
.ball.ball_0 {
	background-color: rgba(76, 175, 80, 1);
}
.ball.ball_8_14 {
	background: #1C1D24;
}
.LoadEffectbox_Mini {
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.LoadEffect_Mini {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;/*for fucking windowphone*/
    top: 0px;/*for fucking windowphone*/
    border: 5px solid rgba(69, 69, 69, 1);
    border-bottom-color: rgba(176, 74, 67, 1);
    border-top-color: rgba(176, 74, 67, 1);
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-animation: ringkey 0.6s infinite linear;
            animation: ringkey 0.6s infinite linear;
}
.LoadEffect_Mini::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    border: 5px solid rgba(76, 175, 80, 1);
    border-top-color: rgba(176, 74, 67, 1);
    border-bottom-color: rgba(69, 69, 69, 1);
    border-radius: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-animation: ringkey 0.2s infinite linear;
            animation: ringkey 0.2s infinite linear;
}
@-webkit-keyframes ringkey {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes ringkey {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.player_balance {
    padding-top: 10px;
    color: black;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}
.player_balance .icon_wrapper img {
    max-height: 16px;
    vertical-align: text-top;
    margin-top: 1px;
}
.bet_box {
    width: 100%;
    margin-top:25px;
    text-align:center;
    position:relative;
}

.bet_box .bet_box_inside {
    display: inline-block;
    font-size: 0;
    width: 100%;
}
.bet_box .bet_box_inside input[type="number"] {
    -moz-appearance: textfield;
}
.bet_box .bet_box_inside input::-webkit-outer-spin-button,.bet_box .bet_box_inside input::-webkit-inner-spin-button {
    -webkit-appearance:none;
    margin:0;
}
.bet_box .bet_box_inside .actions-wrapper, .bet_box .bet_box_inside input {
    display:inline-block;
    vertical-align:middle;
    width:50%;
}

.bet_box .bet_box_inside .actions-wrapper {
    text-align:center;
    border-radius:5px;
}
.bet_box .bet_box_inside .actions {
    font-size:0;display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    width:100%;
}
.bet_box .bet_box_inside .actions .action {
    background: transparent;
    border: 0;
    font-size: 13.5px;
    width: 100%;
    color: black;
    display: inline-block;
    padding: 13px 10px 14px;
    line-height: 1;
    transition: background 0.6s;
    word-wrap: normal;
    white-space: nowrap;
}
.bet_box .bet_box_inside .actions .action:hover {
    background: #B7BAC8;
    background-color: rgba(232, 240, 254, 0.8);
    transition-duration: 0.25s;
}
.bet_box .bet_box_inside .actions .action.clear:hover {
    background: rgba(251,83,87,0.3);
}
.bet_box .bet_box_inside .actions-wrapper.mobile_show {
    display: none;
}
.bet_box .bet_box_inside input.bet_amount {
    background: #B7BAC8;
    background-color: rgba(232, 240, 254, 0.6);
    color: black;
    padding: 10px 20px;
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    outline: none;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #B7BAC8;
    box-sizing: border-box;
    border-radius: 0;
    max-width: 280px;
}
.bet_box .bet_box_inside input.bet_amount:focus::-webkit-input-placeholder {
    opacity: 0;
}

.player_balance_padr50 {
    padding-right: 50%;
    margin-bottom: -10px;
}

.chatMessages_content, .chatMessNew_content {
    width: 100%;
    height: 760px;

    border-style:solid;
    border-width: 0.2em 0.2em 0.2em 0.2em;
    border-color: rgba(0,0,0,0);

    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 15px;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
            align-items: top;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
            align-content: flex-start;

    box-sizing: border-box;
    transition: 0.2s ease-in-out;
}
#chatMessages_append_content {
    width: 100%;
}
.chatMessages_content_absolute {
    width: calc(100% - 30px);
    height: auto;
    position: absolute;
    bottom: 56px;
    right: 0px;
    text-align: left;
    word-break: keep-all;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
            align-content: flex-start;
    box-sizing: border-box;

    padding: 15px;
    margin: 0 15px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient( to bottom, rgba(51, 66, 90, 0.95) 15%, rgba(40, 47, 61, 0.99) 85%);
    background: linear-gradient( to bottom, rgb(41, 57, 72, 0.95) 15%, rgb(26, 42, 56) 85%);
    background: linear-gradient(90deg,rgba(32, 63, 80, 0.6) 20%,rgba(12, 33, 45, 0.7));
    background-color: rgba(48, 85, 134, 0.65);
    z-index: 2;
    display: none;
}

.chatMessages_content::-webkit-scrollbar-track-piece, .chatMessNew_content::-webkit-scrollbar-track-piece {
	background: black;
	border-radius: 0;
    border: 2px solid rgb(184, 187, 203);
}
.chatMessages_content::-webkit-scrollbar, .chatMessNew_content::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.chatMessages_content::-webkit-scrollbar-thumb:vertical, .chatMessNew_content::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #6f7490;
	-webkit-border-radius: 4px;
	outline: 2px solid #ffffff;
	ouline-offset: -2px;
	border: 2px solid rgba(255,255,255,0);
}
.chatMessages_content::-webkit-scrollbar-thumb:hover, .chatMessNew_content::-webkit-scrollbar-thumb:hover {
	height: 50px;
	background-color: #337ab7;
	-webkit-border-radius: 4px;
}
.chatMessages_content::-webkit-scrollbar-thumb:horizontal, .chatMessNew_content::-webkit-scrollbar-thumb:horizontal {
	width: 50px;
	background-color: #bbbbbb;
	-webkit-border-radius: 4px;
	outline: 2px solid #ffffff;
	ouline-offset: -2px;
	border: 2px solid #ffffff;
}

.chatMessages_item {
    /* float: left; */
    text-align: left;

    width: 100%;
    height: auto;

    color: black;
    font: inherit;
    font-size: 13.5px;

    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;

    box-sizing: border-box;
    word-break: keep-all;
}
.chatMessages_item.green {
    color: #003c46;
    font-weight: 600;
}
.chatMessages_item.orangered {
    color: #b9211a;
    font-weight: 600;
}
.chatMessages_item .link {
	font: italic bold 14px Georgia, serif !important;
    color: orangered !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}
.chatMessages_item .link:hover {
	font: italic bold 14px Georgia, serif !important;
    color: rgba(196, 68, 59, 1) !important;
	text-decoration: underline;
    white-space: normal !important;
    word-wrap: break-word !important;
}
.chatMessages_item img {
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 3px;
}
.chatMessages_item>.dropdown>a, .chatMessages_item>.dropup>a {
    font-size: 12px;
    padding: 10px 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    color: #5e84f1;/*mod color*/
    color: #B7BAC8;
    text-decoration:none;
    white-space: nowrap;
}

.chatMessages_item .dropdown a:focus, .chatMessages_item .dropup a:focus, .wrap_mess .dropdown a:focus {
    /* name of user */
    color: #e4b35a;
    cursor: pointer;
}
.chatMessages_item .dropdown a:focus img, .chatMessages_item .dropup a:focus img, .wrap_mess .avatar .dropdown a:focus img {
    transition: all 0.25s;
    border-radius: 0px;
}
.chatMessages_item .dropdown ul, .wrap_mess .dropdown ul {
    top: 33px;
    margin: 0;
    border-radius: 0;
    background: rgba(221, 221, 221, 1);
}
.chatMessages_item .dropup ul {
    margin: 0;
    border-radius: 0;
    background: rgba(221, 221, 221, 1);
}
.chatMessages_item .dropdown ul>li>a, .chatMessages_item .dropup ul>li>a, .wrap_mess .dropdown ul>li>a {
    cursor: pointer;
    line-height: 26px;
    font-size: 12px;
    text-decoration: none;
}
#Conection_lost {
    animation: flicker 1.5s ease infinite;
    /* animation-name: flicker;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: backwards; */
}
@-webkit-keyframes flicker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}
.dropdown .mod, .dropup .mod {
    text-transform: uppercase;
    background: url("") repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 30s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.user-rank {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    vertical-align: middle;
    display: inline-block;
}
.rank-mod {
    background: url("") no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    width: 17px;
    height: 17px;
}
.rank-admin {
    background: url("") no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    width: 17px;
    height: 17px;
}

.chatMessages_item .link {
	font: italic bold 14px Georgia, serif !important;
    color: orangered !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.chatMessages_item .link:hover {
	font: italic bold 14px Georgia, serif !important;
    color: rgba(196, 68, 59, 1) !important;
	text-decoration: underline;
    white-space: normal !important;
    word-wrap: break-word !important;
}
.chatMessages_item span {
    font-size: 13.5px;
    font-family: inherit;
    line-height: 17px;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.chatMessages_item .textmessage {
    padding-left: 33px;
    font-size: 13.5px;
    font-family: inherit;
    line-height: 17px;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.chatMessages_item span img, .chatMessages_item .textmessage img {
    height: 25px;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    border-radius: 0px;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0;
    padding: 0 2px;
}
.chatMessages_item num {
    font: italic bold 14px/20px Georgia Arial;
    color: rgba(41, 62, 86, 1);
    white-space: nowrap;
}
.chatnotify {
    display: block;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
    background: linear-gradient(135deg,rgba(88, 88, 88, 0.3) 50%, rgba(66, 67, 72, 0.15) );
    background: linear-gradient(135deg,rgba(24, 113, 101, 0.5) 0%, rgba(77, 135, 187, 0.5) );
    background: linear-gradient(180deg,rgba(29, 76, 136, 0.5) 0%, rgba(77, 135, 187, 0.5) );
    background: linear-gradient(180deg,rgb(255 255 255 / 0.2) 0%, rgb(160 166 185 / 15%) );
    box-shadow: 0px 1px 2px #003e48;
}
.chatnotify span {
    color: #003c46;
    color: black;
    font-weight: normal;
}
.chatnotify a {
    font-weight: bold;
    color: #003c46;
    transition: all 0.2s;
}
.chatnotify a:hover {
    color: #00849a;
    text-shadow: 1px 1px 20px white;
}
.chatnotify span img[avt] {
    height: 21px;
    border-radius: 50%;
}
.InputChat {
    /*background: rgba(255,0,0,0.1);*/
    width: 100%;
    height: 56px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
}

textarea[type=Chat] {
    resize: none;
    width: 100%;
    height: 100%;
    padding: 7px 10px;
    margin: 15px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: black;
    box-sizing: border-box;
    border-radius: 5px;
    color: rgba(221, 221, 221, 1);
    font: inherit;
    font-size: 13.5px;
    background: linear-gradient(90deg,rgb(18, 34, 46),rgb(27, 49, 63));
    transition: all 0.25s;
    position: relative;
    word-wrap: break-word;
}
textarea[type=Chat]:hover {
    /* border: 1px solid #595d73;
    border-left: 0px;
    border-right: 0px; */
}
textarea[type=Chat]:focus {
    outline: inherit;
    /* border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: black; */
}
textarea[type=Chat]::-webkit-input-placeholder {
    color: #595d73;
}
textarea[type=Chat]:focus::-webkit-input-placeholder {
    color: #6f7490;
    transition: all 0.25s;
}
.chatMessages_inf {
    width: 100%;
    height: 0px;
    height: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
            align-items: top;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
            align-content: flex-start;

    box-sizing: border-box;
    z-index: 99;
}
.chatMessages_inf .infitem {
    width: 50%;
    height: 40px;
    /* background-color: rgba(255,255,255,1); */
    text-align: left;
    padding: 5px 15px;
    font-size: 13.5px;
    text-transform: uppercase;
    font-family: "HurmeGeometricSans2", "Lato", sans-serif;
    /* font: bold 15px Georgia Arial; */

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: center;
            align-content: center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    white-space: nowrap;
}
.chatMessages_inf a {
    color: black;
    padding: 8px;
}
.chatMessages_inf a:hover {
    color: #004e9e;
}
.chatMessages_inf .infitem a:hover {
    cursor: pointer;
}
button.control_item {
    right: 25px;
	overflow: visible;
	cursor: pointer;
	color:  rgba(190, 190, 190, 1);
	font: bold 24px Georgia Arial;
	background-color: rgba(0,0,0,0);
	padding: 0px;
	margin: 0px;
	border-style:solid;
	border-width: 0px;
	border-color: rgba(90,90,90,0);
    position: absolute;
    z-index: 1;
}
button.control_item:hover, button.control_item:focus {
	color: white;
	outline: inherit;
}
button.control_item:focus .emotes_BIG {
	display: block;
}

.emotes_BIG {
	bottom: 100%;
	margin-bottom: 15px;
	margin-left: -70px;
	z-index: 99;
	width: 278px;
	max-height: 385px;
	position: absolute;
	display: none;
}
.emotes_BIG::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -70px;
	border-width: 10px;
	border-style: solid;
	border-color: rgb(221, 227, 241) transparent transparent transparent;
}
.emotes {
    cursor: default;
	bottom: 100%;
	z-index: 99;
	background-color: rgb(221, 227, 241);
	border-radius: 4px;
	padding: 0px 10px;
	width: 289px;
	max-height: 390px;
	overflow-y: auto;
	position: absolute;
	border-style: solid;
	border-width: 6px 3px 6px 6px;
	border-color: rgba(90,90,90,0);

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: top;
			align-items: top;
	-webkit-justify-content: left;
			justify-content: left;
	-webkit-flex-direction: row;
			flex-direction: row;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
			flex-flow: row wrap;
	-webkit-align-content: flex-start;
			align-content: flex-start;
}
.emotes .icon {
    cursor: pointer;
	width: 42px;
	height: 42px;
	padding: 5px;
    margin: 0;
	overflow: hidden;
	box-sizing: border-box;
}
.icon img {
	width: 100%;
}
.emotes::-webkit-scrollbar-track-piece {
	background: none;
	-webkit-border-radius: 0;
}
.chatMessNew_content {
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    padding-right: 3px;
}
.chatMessNew_content ::selection {
    background-color: rgba(0,0,0,0.5);
    color: white;
}
.chatMessages_content .chatnotify {
    margin-top: 6px;
    margin-bottom: 6px;
}
.chatMessNew_content .chatnotify {
    margin-top: 10px;
    margin-bottom: 10px;
}
.chatMessNew_content .wrap_mess {
    width: 100%;
    margin: 8px 0 0;
    display: grid;
    text-align: center;
    color: #90949c;
    position: relative;
}
.chatMessNew_content .wrap_mess.left .avatar {
    width: 32px;
    height: 32px;
    left: 10px;
    bottom: 0;
    position: absolute;
}
.chatMessNew_content .wrap_mess.left .avatar img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    background: url("");
    background-size: cover;
}
.chatMessNew_content .wrap_mess.left {
    padding-left: 50px;
}
.chatMessNew_content .wrap_mess.left span {
    margin-right: 40px;
    float: left;
}
.chatMessNew_content .wrap_mess.right span {
    margin-left: 40px;
    float: right;
}
.chatMessNew_content .wrap_mess span {
    line-height: 25px;
    padding: 3px 20px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: left;
    display: table;
}
.chatMessNew_content span img {
    height: 23px;
    padding: 0 2px;
}
.chatMessNew_content .wrap_mess .mess_box {
    position: relative;
    margin-top: 10px;
}
.chatMessNew_content .wrap_mess.left .name {
    color: black;
    top: -12px;
    left: 10px;
    font-size: 10px;
    position: absolute;
}
.chatMessNew_content .left div span {
    background-color: #f1f0f0;
    background-color: rgba(241, 240, 240, 0.8);
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 1.3em;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 1.3em;
}
.chatMessNew_content .left div:nth-child(2) span {
    border-top-right-radius: 1.3em;
    border-bottom-right-radius: 1.3em;
    border-top-left-radius: 1.3em;
}
.chatMessNew_content .left div:last-child span {
    border-bottom-right-radius: 1.3em;
    border-bottom-left-radius: 1.3em;
    border-top-right-radius: 1.3em;
}
.chatMessNew_content .right div span {
    background-color: #3578e5;
    background-color: #337ab7;
    background-color: rgba(51, 122, 183, 0.8);
    color: white;
    border-top-left-radius: 1.3em;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 1.3em;
    border-bottom-right-radius: 4px;
}
.chatMessNew_content .right div:first-child span {
    border-top-right-radius: 1.3em;
    border-bottom-left-radius: 1.3em;
    border-top-left-radius: 1.3em;
}
.chatMessNew_content .right div:last-child span {
    border-bottom-right-radius: 1.3em;
    border-bottom-left-radius: 1.3em;
    border-top-left-radius: 1.3em;
}

#responsive_menu {
    position: absolute;
    left: 1.5em;
    top: 10px;
    width: 36px;
    height: 30px;
    display: none;
    cursor: pointer;
    z-index: 2;
}
#responsive_menu i {
    background: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border: 1px solid rgb(91,91,91);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    transition: 0.2s;
}
#responsive_menu i + i {
    top: 11px;
    background-color: rgb(210,210,210);
}
#responsive_menu i + i + i {
    top: 22px;
    background-color: rgb(182,182,182);
}
#responsive_menu:hover i:first-child {
    top: -3px;
}
#responsive_menu:hover i:last-child {
    top: 25px;
}
.hamburger_is_open i:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    margin-top: -2px;
    top: 50% !important;
}
.hamburger_is_open i:nth-child(2n) {
    display: none !important;
}
.hamburger_is_open i:nth-child(3n) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
    margin-top: -2px;
    top: 50% !important;
}

.responsive_page_menu_ctn {
    left: -300px;
    transition: left 0.5s, right 0.5s;

    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 999;
    width: 300px;
    display: block;
    background: rgba(0,0,0,0.6);
}
.responsive_page_menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient( 107deg, rgba(92, 119, 163, 0.6) 0%, rgba(40,46,62,0.8) 33%);
}
.mainmenu_contents {
    /* background: #171a21; */
    font-size: 22px;
    position: relative;
    min-height: 100%;
}
.mainmenu_contents_body {
    font-family: "Motiva Sans", Sans-serif;
    font-weight: 200;
}
.user_area {
    /* background: -webkit-linear-gradient( 107deg, #24313f 0%,#171a21 33%);
    background: linear-gradient( 107deg, #24313f 0%,#171a21 33%); */
    color: #828282;
    font-size: 14px;
    border-bottom: 0px solid #333538;
    padding: 8px 8px;
    /* background: -webkit-linear-gradient( top, #33425a 5%, #282f3d 95%);
    background: linear-gradient( to bottom, #33425a 5%, #282f3d 95%); */
    background: linear-gradient( to bottom, rgba(51, 66, 90, 0.1) 5%, rgba(40, 47, 61, 0.8) 95%);
}

.miniprofile_player {
    position: relative;
    min-height: 72px;
}
.miniprofile_player .playerAvatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px;
    border-radius: 0;
    padding: 1px;
}

.playerAvatar.online {
    background-color: #57cbde;
    background: -webkit-linear-gradient( top, rgba(83,164,196,1) 5%, rgba(69,128,151,1) 95%);
    background: linear-gradient( to bottom, rgba(83,164,196,1) 5%, rgba(69,128,151,1) 95%);
    filter: none;
}
.playerAvatar img {
    width: 64px;
    height: 64px;
    padding: 1px;
    border-radius: 0;
    border: none;
}
.playerAvatar.online img {
    background: -webkit-linear-gradient( top, #41778f 5%, #3d697b 95%);
    background: linear-gradient( to bottom, #41778f 5%, #3d697b 95%);
}

.miniprofile_player .player_content {
    padding-left: 80px;
    white-space: nowrap;
}
.miniprofile_player .playername {
    color: #57cbde;
    font: 16px/2 Roboto,sans-serif;
    font-weight: 600;
}
.friendPlayerLevel {
    display: inline-block;
    font-size: 16px;
    border-radius: 100%;
    border: solid white 3px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    cursor: default;
    box-sizing: content-box;
}
.friendPlayerLevel.lvl_1, .friendPlayerLevel.lvl_2, .friendPlayerLevel.lvl_3 {
    border-color: #b0c3d9;
    color: #b0c3d9;
}
.friendPlayerLevel.lvl_4, .friendPlayerLevel.lvl_5, .friendPlayerLevel.lvl_6 {
    border-color: #5e98d9;
    color: #5e98d9;
}
.friendPlayerLevel.lvl_7, .friendPlayerLevel.lvl_8, .friendPlayerLevel.lvl_9 {
    border-color: #4b69ff;
    color: #4b69ff;
}
.friendPlayerLevel.lvl_10, .friendPlayerLevel.lvl_11, .friendPlayerLevel.lvl_12 {
    border-color: #8847ff;
    color: #8847ff;
}
.friendPlayerLevel.lvl_13, .friendPlayerLevel.lvl_14, .friendPlayerLevel.lvl_15 {
    border-color: #d32ce6;
    color: #d32ce6;
}
.friendPlayerLevel.lvl_16, .friendPlayerLevel.lvl_17, .friendPlayerLevel.lvl_18 {
    border-color: #ade55c;
    color: #ade55c;
}
.friendPlayerLevel.lvl_19, .friendPlayerLevel.lvl_20, .friendPlayerLevel.lvl_21, .friendPlayerLevel.lvl_22 {
    border-color: #eb4b4b;
    color: #eb4b4b;
}
.friendPlayerLevel.lvl_23, .friendPlayerLevel.lvl_24, .friendPlayerLevel.lvl_25 {
    border-color: #e4b35a;
    color: #e4b35a;
}
.friendPlayerLevel .friendPlayerLevelNum {
    color: #e5e5e5;
}

.miniprofile_favorite_badge {
    position: relative;
    margin-top: 7px;
    background-color: #282f3e;
    border: 1px solid #212121;
    border-radius: 3px;
    padding: 7px 4px;
    height: 34px;
    box-sizing: content-box;
}
.miniprofile_favorite_badge .favorite_badge_icon {
    position: absolute;
    top: 7px;
    left: 4px;
}
.miniprofile_favorite_badge .favorite_badge_icon img.badge_icon.small {
    width: 34px;
    height: 34px;
}
.miniprofile_favorite_badge .favorite_badge_description {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 44px;
    margin-top: -1px;
}
.favorite_badge_description .name {
    color: #ffffff;
}
.favorite_badge_description .xp {
    color: gold;
}


.mainmenu_contents .menuitem {
    position: relative;
    color: #bfbfbf;
    background: rgba(25, 37, 51, 0.2);
    transition: background 0.25s, color 0.25s;
}
.mainmenu_contents .menuitem:hover {
    color: #ffffff;
    background: rgba(25, 37, 51, 0.8);
}
.mainmenu_contents .menuitem{
    display: block;
    padding: 0 12px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5em;
    text-decoration: none;
    cursor: pointer;
    font-family: "open sans",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.mainmenu_contents .minor {
    padding: 0 36px;
    font-size: 15px;
    line-height: 2.5em;
    text-transform: none;
    font-family: Courier New;
    font-family: Proxima Nova, sans-serif;
    font-weight: 200;
}


.mainmenu_footer_spacer {
    height: 160px;
}
.mainmenu_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 10px;
    white-space: normal;
    word-break: keep-all;
    color: #8a8a8a;
    padding: 0 12px 24px 12px;
}


.slash_close_ver1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 8px;
    transition: all .2s;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    z-index: 2;
}
.slash_close_ver1 i{
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
.slash_close_ver1:hover{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

#chat_close {
    display: none;
}


.Roulette_CLICK_AREA {
    padding-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    width: 200%;
    height: auto;
    overflow: hidden;
}

.one_third_button_part {
    width: 33.33333333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    color: #111116;
}

.button_color_area {
    font-size: 0;
    border-radius: 5px;
    box-shadow: 0 9px #999;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.6);

    cursor: pointer;
    opacity: 1;
    transition: all 0.06s;
}

.Roulette_CLICK_AREA.disable .left_img img {
    /* opacity: 0.1; */
}

.Roulette_CLICK_AREA.disable .button_color_area {
    /* background-color: grey;
    opacity: 0.8; */
    cursor: not-allowed;
}

.Roulette_CLICK_AREA #RouletteBET_1to7 {
    background-color: rgba(176, 74, 67, 1);
}
.Roulette_CLICK_AREA #RouletteBET_0to0 {
    background-color: rgba(76, 175, 80, 1);
}
.Roulette_CLICK_AREA #RouletteBET_8to14 {
    border: 1px solid rgba(255,255,255,0.8);
    background: #1C1D24;
}

.Roulette_CLICK_AREA.enable .button_color_area:hover {
    opacity: 0.9;
}
.Roulette_CLICK_AREA.enable .button_color_area:active {
    opacity: 0.8;
    box-shadow: none;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
.button_color_area .left_img {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: calc(27%);
}
.button_color_area .left_img img {
    width: 60px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(128,128,128);
    vertical-align: middle;
    border: 0;
}
.button_color_area .right_text {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: calc(73%);
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    text-align: right;
    position: relative;
    white-space: nowrap;
}
.Roulette_CLICK_AREA.disable .one_third_button_part {
    opacity: 0.5;
}
.Roulette_CLICK_AREA.disable .one_third_button_part.win {
    opacity: 1;
}
.one_third_button_part.win {
    font-weight: 600;
    color: green;
}
.one_third_button_part.win .listen_all_player {
    color: green;
}
/* .one_third_button_part.win .Player_row_RIGHT, .one_third_button_part.win .total_text_right {
    animation: WinScaleEffect 0.6s ease;
}
@keyframes WinScaleEffect {
    0% {color: unset; font-size: 100%;}
    20% {color: red; font-size: 150%;}
    100% {color: unset;font-size: 100%;}
} */
.one_sixth_button_part.win {
    font-weight: 600;
}
.one_sixth_button_part.win.win1, .one_sixth_button_part.win.win1 .listen_all_player {
    color: red;
}
.one_sixth_button_part.win.win2, .one_sixth_button_part.win.win2 .listen_all_player {
    color: green;
}
.one_sixth_button_part.win.win3, .one_sixth_button_part.win.win3 .listen_all_player {
    color: yellow;
    text-shadow: 2px 2px 5px black;
}
.one_sixth_button_part.win1 .total_text_right .mini_crit {
    animation: WinDice1Effect 0.6s ease;
}
.one_sixth_button_part.win2 .total_text_right .mini_crit {
    animation: WinDice2Effect 0.6s ease;
}
.one_sixth_button_part.win3 .total_text_right .mini_crit {
    animation: WinDice3Effect 0.6s ease;
}
@keyframes WinDice1Effect {
    0% {color: unset; font-size: 100%;}
    20% {color: red; font-size: 200%;}
    100% {color: red; font-size: 100%;}
}
@keyframes WinDice2Effect {
    0% {color: unset; font-size: 100%;}
    20% {color: green; font-size: 200%;}
    100% {color: green; font-size: 100%;}
}
@keyframes WinDice3Effect {
    0% {color: unset; font-size: 100%;}
    20% {color: yellow; font-size: 200%;}
    100% {color: yellow; font-size: 100%;}
}

.button_color_area .place {
    display: none;
}
.button_color_area .active .place {
    display: block;
    font-weight: normal;
}
.button_color_area .reward {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.25s;
}
.button_color_area .active .reward {
    top: 0;
    right: 0;
    padding: 5px 15px;
    font-size: 16px;
}
.button_color_area .right_text span {
    text-transform: uppercase;
}
.listen_area {
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}
.total_text_area {
    border-radius: 0;
    border-top: 0;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    line-height: 49px;
}
.total_text_area .total_text_left {
    text-align: left;
    width: 50%;
    white-space: nowrap;
}
.total_text_area .total_text_right {
    text-align: right;
    width: 50%;
    position: relative;
    white-space: nowrap;
}
.mini_crit {
    position: absolute;
    line-height: 0;
    vertical-align: baseline;
    /* right: -1em; */
    top: 1em;
}
.listen_all_player {
    border-bottom: 1px solid transparent;
    border-top: 1px solid #111116;
    margin-bottom: 105px;
    color: rgba(41, 62, 86, 1);
}

.listen_all_player::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.Player_row {
    overflow: hidden;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding: 0 15px;
    /* background-color: rgba(183, 186, 200, 0.3); */
}
.You {
    background-color: rgba(232, 240, 254, 0.65);
}
.Player_row_LEFT {
    overflow: hidden;
    float: left;
    text-align: left;

    width: 70%;
    height: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: left;
            justify-content: left;
    box-sizing: border-box;
    white-space: nowrap;
}
.Player_row_LEFT_IMG {
    padding-right: 5px;
}
.Player_row_LEFT_IMG img {
    height: 40px;
    margin-top: -2px;
    width: auto;
    border-style:solid;
    border-width: 0px;
    border-color: rgba(90,90,90,1);
    border-radius: 2px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border-radius: 50%;
}
.Player_row_RIGHT {
    text-align: right;
    line-height: 35px;
    white-space: nowrap;
}

/* START notifications STYLES */
.notifications {
    position: fixed;
    right: 10px;
    top: 80px;
    z-index: 10;
}
.notify {
    border-width: 0px;
    border-right: 5px;
    border-style: solid;
    border-color: black;
    width: auto;
    height: auto;
    background-color: whitesmoke;
    background: linear-gradient(135deg,rgba(48,79,99,0.95) 10%, rgba(40,46,62,0.95) );
    box-shadow: 0 1px 4px #1c4963;
    overflow: hidden;
    cursor: pointer;
    margin: 10px 0;

    justify-content: space-between;
    align-items: center;
    display: flex;
}
.fadeslideright {
    animation-name: fadeslideright;
    animation-duration: 8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
@keyframes fadeslideright {
    0% {transform: translate(300px); opacity: 0;}
    10% {transform: translate(0px); opacity: 1;}
    90% {transform: translate(0px); opacity: 1;}
	100% {transform: translate(300px); opacity: 0;}
}
@-webkit-keyframes fadeslideright {
    0% {transform: translate(300px); opacity: 0;}
    10% {transform: translate(0px); opacity: 1;}
    90% {transform: translate(0px); opacity: 1;}
	100% {transform: translate(300px); opacity: 0;}
}
@-moz-keyframes fadeslideright {
    0% {transform: translate(300px); opacity: 0;}
    10% {transform: translate(0px); opacity: 1;}
    90% {transform: translate(0px); opacity: 1;}
	100% {transform: translate(300px); opacity: 0;}
}
@-o-keyframes fadeslideright {
    0% {transform: translate(300px); opacity: 0;}
    10% {transform: translate(0px); opacity: 1;}
    90% {transform: translate(0px); opacity: 1;}
	100% {transform: translate(300px); opacity: 0;}
}

.notify:first-child {
    margin: 0 0 10px 0;
}
.circle {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 100%;
    color: whitesmoke;
    font-size: 24px;
    line-height: 24px;
    float: left;
    padding: 3px;
    margin: 0px 20px;
    animation: shake 1.5s linear infinite;
    /* animation-name: shake;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 2; */
}
@keyframes shake {
    0% {transform: rotate(95deg) scale(1, 1);}
    10% {transform: rotate(15deg) scale(1.05, 1.05);}
    20% {transform: rotate(85deg) scale(1.1, 1.1);}
    30% {transform: rotate(25deg) scale(1.15, 1.15);}
    40% {transform: rotate(75deg) scale(1.2, 1.2);}
    50% {transform: rotate(35deg) scale(1.2, 1.2);}
    60% {transform: rotate(65deg) scale(1.15, 1.15);}
    70% {transform: rotate(45deg) scale(1.10, 1.10);}
    80% {transform: rotate(55deg) scale(1.05, 1.05);}
    90% {transform: rotate(55deg) scale(1, 1);}
    100% {transform: rotate(55deg) scale(1, 1);}
}
.gr > .circle {background-color: #38ad65;}
.gr > .info span:first-child {color: #38ad65;}
.rd > .circle {background-color: #de3b12;}
.rd > .info span:first-child {color: #de3b12;}
.or > .circle {background-color: #ff6600;}
.or > .info span:first-child {color: #ff6600;}
.bl > .circle {background-color: #225877;}
.bl > .info span:first-child {color: #225877;}
.info {
    width: 230px;
    float: right;
    padding: 10px 0px;
    padding-right: 15px;
    text-align: left;
}
.info span:first-child {
    display: block;
    color: #38ad65;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.info span:last-child {
    color: aliceblue;
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
}
.info span a {
    color: #545454;
    text-decoration: none;
    font-weight: 600;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: 15px;
    line-height: 1;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1;
}
[tooltip]::after {
    content: attr(tooltip);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    min-width: 60px;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    padding: 1ch 1.5ch;
    border-radius: 0;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: white;
    color: #343c41;
    z-index: 1;
    /* white-space: normal;
    word-wrap: normal;
    word-break: normal; */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: white;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, -.5em);
            transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 90%;
    border-top-width: 0;
    border-bottom-color: white;
}
[tooltip][flow^="down"]::after {
    top: calc(90% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, .5em);
            transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: white;
    left: calc(0em - 5px);
    -webkit-transform: translate(-.5em, -50%);
            transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    -webkit-transform: translate(-.5em, -50%);
            transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: white;
    right: calc(0em - 5px);
    -webkit-transform: translate(.5em, -50%);
            transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    -webkit-transform: translate(.5em, -50%);
            transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
    to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    }
}
@keyframes tooltips-vert {
    to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    }
}

@-webkit-keyframes tooltips-horz {
    to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    }
}

@keyframes tooltips-horz {
    to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    -webkit-animation: tooltips-vert 300ms ease-out forwards;
            animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    -webkit-animation: tooltips-horz 300ms ease-out forwards;
            animation: tooltips-horz 300ms ease-out forwards;
}


.fancybox_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0.8;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: scroll;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 20px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.my_modal {
    font-family: "Open Sans", sans-serif;
    padding: 0;
    background: #c8d9d9;
    color: #4d554e;
    max-width: -webkit-calc(100% - 24px);
    max-width: -moz-calc(100% - 24px);
    max-width: calc(100% - 24px);
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    overflow-x: hidden;
}
.modal_redeem_code {
    background: #e9e9e9;
    padding: 34px 70px 25px;
    overflow-x: hidden;
    width: 1024px;
    border-bottom: 3px dashed #b1aab5;
}
.modal_header_gradient {
    height: 8px;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg,#b87d22 0,#7a8943);
}
.modal_close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 16px;
    transition: all .2s;
    color: #2f3234;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    z-index: 2;
}
.modal_close.bright {
    color: #fff;
    top: 10px;
}
.modal_close i{
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
.modal_close:hover{
    color: #d99b3d;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.modal_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 7px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    color: #35383a;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.modal_subtitle {
    font-size: 22px;
    margin: 0 auto 28px;
    text-align: center;
    color: #4d554e;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.bonus_popup_row > .bonus_popup_col > div {
    color: #707f3a;
}
.bonus_popup_col:nth-child(2), .bonus_popup_col:nth-child(4), .bonus_popup_col:nth-child(6){
    height: 1px;
    margin: 15px -30px;
    background: rgba(107,95,114,.2);
}
.bonus_popup_col_small_container div {
    font-size: 20px;
    font-weight: 600;
}
.bonus_popup_col_text {
    color: #3b3f41;
    margin-left: 40px;
}
.bonus_popup_col_text span {
    color: black;
    font-weight: 700;
}
.bonus_popup_text {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 25px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}
.modal_settings {
    background: #e9e9e9;
    padding: 34px 35px 25px;
    overflow-x: hidden;
    width: 630px;
    height: 720px;
    border-top: 8px solid transparent;
    border-bottom: 3px dashed #b1aab5
    /* background: linear-gradient(90deg,rgba(153, 102, 51, 0.6),rgba(153, 102, 51, 0.7));
    background-color: burlywood; */
}
.modal_settings .modal_header_gradient {
    background: linear-gradient(90deg,#0084d0,#7a8943);
    opacity: 1;
}
.setting_row {
    padding: 10px;
    background-color: rgba(0,0,0,0.2);
    margin-top: 10px;
    border-radius: 5px;
    word-break: keep-all;
    display: flex;
}
.setting_left {
    width: 100%;
}
.setting_label {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #5f6e2e;
    text-transform: uppercase;
}
.superclass_space {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.superclass_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.superclass_end {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
input[type=entercode] {
    border-radius: 25px;
    border-width: 0px;
    border-color: rgba(0,0,0,0);
    box-shadow: 2px 3px 7px 0 rgba(0,0,0,.15);
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 590px;
    background: #7f8f46;
    color: #fff;
    transition: 200ms;
    outline: none;
}
input[disabled] {
    background: #000000 !important;
    opacity: 0.3;
    cursor: not-allowed !important;
}
input[type=entercode]:hover, input[type=entercode]:focus {
    background: #5f6e2e;
    border-color: rgba(153,187,242,1);
}
input[type=entercode]::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.36;
}
input[type=entercode]:focus::-webkit-input-placeholder  {
    opacity: 0;
}
button.REDEEM {
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.3);
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    outline: none;
    transition: all 0.06s;
    background: linear-gradient(90deg,rgb(221,221,221) 80%,rgb(210,210,210));
}
button.REDEEM:active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    color: black;
}

.open_daily {
    width: 98%;
    background-color: rgba(255,255,255,0);
    overflow: hidden;
}
.book_wrapper_outside {
    width: 100%;
    min-width: 280px;
    height: 500px;
    overflow: hidden;
    background: #E2E2E2;
    background: linear-gradient(110deg,rgba(198,198,210,0) 50%,rgba(209,209,209,0));
}
.book_container {
    width: 100%;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
            align-items: top;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
            align-content: flex-start;
}

.perspective {
    position: relative;
    float: left;
    z-index: 1;
    margin: 0;
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    perspective: 1500px;
}

.bookwrap {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 2s;
    margin: 25px;
    width: 120px;
    height: 225px;
    text-align: center;
    align-items: center;
    transform: translate3d(0,0,0) rotate3d(0,1,0,25deg);
}

.bookfront {
    position: absolute;
    display: block;
    background: black;
    transform-style: preserve-3d;
    transform: translate3d(0,0,20px);
    width: 120px;
    height: 225px;
    z-index: 10;

    background-image: url("carina-nebula-pillar.jpg");
    background-size: cover;
}
.bookleft {
    position: absolute;
    display: block;
    background: white;
    background-image: url("carina-nebula-pillar.jpg");
    background-size: cover;
    background-size: 600px auto;
    transform: rotate3d(0,1,0,-90deg);
    width: 40px;
    height: 200px;
    left: -20px;
}
.bookleft:after {
    content: 'GODOTA2.COM';
    /* background: url(../ico/logo.png); */
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    color: rgba(255,255,255,0.2);
    font-weight: 600;
    width: 200px;
    text-align: center;
    height: 41px;
    display: inline-block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 40px;
    overflow: hidden;
    margin-top: 80px;
    margin-left: -80px;
}
.bookleft:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0);
    width: 200px;
    text-align: center;
    height: 41px;
    display: inline-block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 40px;
    overflow: hidden;
    margin-top: 80px;
    margin-left: -80px;

    border-width: 0px 40px;
    border-color: rgba(0,0,0,0.5);
    border-style: solid;
    box-sizing: border-box;
}
.bookback {
    position: absolute;
    transform-style: preserve-3d;
    transform: rotate3d(0,1,0,-180deg) translate3d(0,0,20px);
    width: 120px;
    height: 225px;

    background-image: url("carina-nebula-pillar.jpg");
    background-size: cover;
}
.bookright {
    position: absolute;
    display: block;
    background: white;
    background-image: url("carina-nebula-pillar.jpg");
    background-size: cover;
    transform: rotate3d(0,1,0,90deg);
    width: 40px;
    height: 200px;
    right: -20px;
}
.bookright:after {
    content: 'GODOTA2.COM';
    /* background: url(../ico/logo.png); */
    background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    color: rgba(255,255,255,0.2);
    font-weight: 600;
    width: 200px;
    text-align: center;
    height: 41px;
    display: inline-block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 40px;
    overflow: hidden;
    margin-top: 80px;
    margin-left: -80px;
}
.bookright:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0);
    width: 200px;
    text-align: center;
    height: 41px;
    display: inline-block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 40px;
    overflow: hidden;
    margin-top: 80px;
    margin-left: -80px;

    border-width: 0px 40px;
    border-color: rgba(0,0,0,0.5);
    border-style: solid;
    box-sizing: border-box;
}
.bookreward {
    height: 100%;
    width: 100%;
    text-align: center;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    border-width: 40px 0;
    border-color: rgba(0,0,0,0.5);
    border-style: solid;
    box-sizing: border-box;
}
.bookreward img {
    width: 120px;
}
.textreward {
    height: 105px;
    width: 105px;
    text-align: center;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: black;
    font-size: 40px;
    /* zoom 0.999 for ios font works*/
    zoom: 0.999;
    font-weight: 800;
    background: rgba(200,200,200,0.5);

    border-width: 10px;
    border-color: rgba(0,255,0,0.5);
    border-radius: 50%;
    border-style: solid;
    box-sizing: border-box;

    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
}

.bookwrap, .bookfront, .bookback {
    height: 200px;
}
.textreward.black {
    border-color: rgba(0,0,0,0.7);
}
.textreward.green {
    border-color: rgba(0,255,0,0.5);
}
.textreward.red {
    border-color: rgba(255,0,0,0.5);
}
.textreward.blue {
    border-color: rgba(0,0,255,0.5);
}
.textreward.yellow {
    border-color: rgba(255,255,0,0.5);
}
.textreward.pink {
    border-color: rgba(204,0,102,0.5);
}
.textreward.oranger {
    border-color: rgba(255,102,0,0.6);
}
.book_fade_effect {
    animation-name: bookfadeout;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
@keyframes bookfadeout {
    0% {opacity: 1;}
	100% {opacity: 0;}
}
@-webkit-keyframes bookfadeout {
    0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes bookfadeout {
    0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes bookfadeout {
    0% {opacity: 1;}
	100% {opacity: 0;}
}
.page_custom_header {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    padding: 40px 0 30px;
    color: black;
}
.uppercase {
    text-transform: uppercase;
}

/*Affiliates*/
.referral_header {
    display: flex;
    padding: 40px 0 30px;
}
.referral_title {
    position: relative;
    color: rgba(0,0,0,0.9);
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
}
.referral_wrapper_input_and_button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
input[type=referral_input] {
    width: 300px;
    height: 44px;
    padding: 12px 20px;
    margin-left: 12px;
    margin-right: 12px;
    border: 2px solid rgba(90, 90, 90, 1);
    border-radius: 25px;
    box-sizing: border-box;
    color:  rgba(90, 90, 90, 1);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(0,0,0,0);
    transition: 200ms;
    text-align: center;
}
input[type=referral_input]:hover, input[type=referral_input]:focus {
    border: 2px solid rgba(150, 150, 150, 1);
    outline: none;
}
input[type=referral_input]::-webkit-input-placeholder {
    color: #000;
    opacity: 0.3;
    text-align: center;
}
input[type=referral_input]:focus::-webkit-input-placeholder {
    opacity: 0.1;
}
.referral_button {
    cursor: pointer;
    width: 150px;
    /* border: 2px solid rgba(90, 90, 90, 1); */
    border-radius: 25px;
    box-sizing: border-box;
    color: #666;

    background: rgba(210, 210, 210, 1);
    background: linear-gradient(110deg,rgb(210,210,210) 60%,rgb(190,190,190));
    overflow: hidden;
    transition: all 0.06s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.3);

    height: 44px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.referral_button:hover {
    background: linear-gradient(110deg,rgb(205,205,205) 60%,rgb(180,180,180));
}
.referral_button:active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    color: #333;
}
.referral_button a {
    color: forestgreen;
}
.referral_button:hover a {
    color: forestgreen;
}
.referral_button:active a {
    color: green;
}
.aff_contain {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    color: rgba(41, 62, 86, 1);
}
.aff_main {
    background: rgba(100,100,200,0.05);
    background: linear-gradient(110deg,rgba(100,100,200,0.1) 50%,rgba(100,100,100,0.1));
    width: 100%;
    height: auto;
}
.aff_main .reset{
    background: linear-gradient(110deg,rgba(100,100,200,0.1) 50%,rgba(100,100,100,0.1));
}
.aff_row {
    height: 40px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(0,0,0,0.05);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.aff_row.mini {
    border-width: 0px;
}
.aff_row:last-child {
    border-width: 0px;
}
.aff_row .aff_row_item:first-child {
    padding: 0px 5px;
    min-width: 50%;
    text-align: right;
    white-space: nowrap;
    box-sizing: border-box;
}
.aff_row .aff_row_item:nth-child(2n) {
    padding: 0px 5px;
    min-width: 50%;
    text-align: left;
    white-space: nowrap;
    box-sizing: border-box;
}
.aff_row a {
    cursor: pointer;
    color: rgba(220, 68, 59, 1);
    text-decoration: none;
}
.aff_row a:hover {
    text-decoration: underline;
}
.aff_row [green] {
    color: green;
}
.aff_row [red] {
    color:rgba(220, 68, 59, 1);
}
.tooltip_aff {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}
.tooltip_aff .tooltip_text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;

    border-radius: 0px;
    padding: 5px 10px;
    margin-left: 5px;
    position: absolute;
    z-index: 1;

    left: calc(100% + 15px);

    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    width: 260px;

    white-space: normal;
    word-wrap: normal;
    word-break: normal;

    background: rgba(255,255,255,0.95);
    color: #343c41;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.tooltip_text.one {
    bottom: calc(50% - 15px);
}
.tooltip_text.two {
    top: calc(-50% - 5px);
}
.tooltip_text.three {
    top: calc(-50% - 15px);
}
.tooltip_aff .tooltip_text::after {
    content: " ";
    position: absolute;

    top: calc(50% - 5px);
    right: 100%;

    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.tooltip_aff:hover .tooltip_text {
    visibility: visible;
    opacity: 1;
    left: calc(100% + 5px);
}

.collect_button, .reset_button {
    position: relative;
    cursor: pointer;
    width: 450px;
    height: 44px;
    padding: 10px 20px;
    margin: 20px 0px;

    border-radius: 0px;

    color: rgba(255, 255, 255,0.9);

    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;

    overflow: hidden;

    transition: all 0.2s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 3px 3px 5px rgba(0, 0, 0, .2);
    background: linear-gradient(90deg,#8a9c4c,#6a7a35);
}
.collect_button:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(138,156,76,.75);
}
.collect_button:before, .reset_button:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    visibility: hidden;
    width: 100%;
    background: hsla(0,0%,100%,.1);
}
.collect_button:hover:before, .reset_button:hover:before{
    opacity: 1;
    visibility: visible;
}
.collect_button:active, .reset_button:active {
    color: #fff;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    box-shadow: inset 0 -3px 0 rgba(57, 57, 57, .15), 1px 1px 3px rgba(0, 0, 0, .2);
}

.collect_button.no_margin_top {
    margin-top: 0px;
}
.collect_button.active {
    /* reversecolor */
    background: linear-gradient(90deg,#d4983d,#b67c25);
}
.collect_button.active:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(229,164,65,.45);
}

.reset_button {
    background: linear-gradient(90deg,#d4983d,#b67c25);
    margin-top: 0px;
}
.reset_button:hover {
    box-shadow: inset 0 -3px 0 rgba(57,57,57,.15), 3px 3px 5px rgba(0,0,0,.2), 0 0 16px rgba(229,164,65,.45);
}

table.affiliates {
    margin-bottom: 100px;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}
table.affiliates thead {
    background: linear-gradient(90deg, rgba(41, 62, 86, 1), #3f3867);
    background: linear-gradient(90deg,#2e85b8,#2e6584);
    background: linear-gradient(90deg,#3f3867,#2e6584);
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}
table.affiliates tbody {
    overflow: hidden;
    white-space: nowrap;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
table.affiliates th, table.affiliates td {
    width: 25%;
    text-align: left;
    padding: 12px;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
table.affiliates.topfan th, table.affiliates.topfan td {
    width: 10%;
}
table.affiliates.topfan th.cent {
    text-align: center;
}
table.affiliates .beautynum {
    text-align: right;
}
table.affiliates .beautynum span {
    padding-right: calc(50% - 0px);
}
table.affiliates .topten {
    font-weight: bold;
}
table.affiliates th:first-child, table.affiliates td:first-child {
    width: 10%;
}
table.affiliates th:nth-child(2), table.affiliates td:nth-child(2) {
    width: 40%;
}
table.affiliates img {
    float: right;
    margin: -12px;
    top: 0px;
    border-bottom: 1px solid #333;
    max-height: 45px;
}
table.affiliates tr:nth-child(odd){
    background: linear-gradient(110deg,rgba(100,100,200,0.1) 50%,rgba(100,100,100,0.1));
}
table.affiliates tr:nth-child(even){
    background: linear-gradient(110deg,rgba(255,255,255,0.55) 50%,rgba(255,255,255,0.8));
}

@keyframes iOS_fade {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
.confirm {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    min-width: 280px;
    max-width: 500px;
    height: auto;
    background: #E2E2E2;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    border-top: 0px solid white;
    animation: iOS_fade 0.2s ease-in-out;

    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;

    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.confirm h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 20px 10px;
    margin: 24px 16px 8px;
}
.confirm p {
    text-align: center;
    font-size: 16px;
    margin: 0 32px 72px;
}
.confirm button {
    background: transparent;
    border: none;
    color: #1678E5;
    height: 48px;
    font-size: 16px;
    padding: 0px;
    width: 50%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    transition: all 200ms ease, width 0s;
}
.confirm button:nth-of-type(1) {
    border-top: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    left: 0;
    border-radius: 0 0 0 10px;
}
.confirm button:nth-of-type(2) {
    border-top: 1px solid #B4B4B4;
    right: 0;
    border-radius: 0 0 10px 0;
}
.confirm button:focus,
.confirm button:hover {
    outline: inherit;
    font-weight: bold;
    background: #EFEFEF;
}
.confirm button:active {
    background: #D6D6D6;
}


.provablyfair_contain {
    max-width: 95%;
    width: 95%;
    height: auto;
    padding-bottom: 100px;
    color: rgba(41, 62, 86, 1);
}
.provablyfair_main {
    background: linear-gradient(110deg,rgba(100,100,200,0.1) 50%,rgba(100,100,100,0.1));
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border-radius: 0;
}
.provablyfair_heading {
    text-align: left;
    color: rgba(41, 62, 86, 1);
    font: bold 20px Georgia, serif;
    padding: 20px;
    box-sizing: border-box;
}
.provablyfair_body {
    text-align: left;
    color: rgba(41, 62, 86, 1);
    font: 16px Georgia, serif;
    padding: 20px;
    box-sizing: border-box;
}
.provablyfair_body .description {
    font: 16px Georgia, serif;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
.provablyfair_body a {
    cursor: pointer;
    color: rgba(200,0,0,0.8);
    text-decoration: none;
}
.provablyfair_body a:hover {
    color: rgba(200,0,0,0.8);
    text-decoration: underline;
}
.provablyfair_body .text {
    margin: 20px 0 20px;
    padding: 20px;
    color: black;
    font-size: 16px;
    font-family: Courier New;
    border-style: solid;
    border-width: 0em 0em 0em 0.2em;
    border-color: rgba(0,0,0,1);
    box-sizing: border-box;
}
.middle_provably_page {
    min-height: 819px;
}
table.provablyfair {
    margin-bottom: 100px;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    font-size: 14px;
}
table.provablyfair thead {
    background: linear-gradient(90deg, rgba(41, 62, 86, 1), #3f3867);
    background: linear-gradient(90deg,#2e85b8,#2e6584);
    background: linear-gradient(90deg,#3f3867,#2e6584);
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
}
table.provablyfair tbody {
    overflow: hidden;
    white-space: nowrap;
    color: black;
}
table.provablyfair.mainpage tbody {
    overflow: hidden;
    white-space: nowrap;
    color: black;
    font-family: Courier New;
    font-size: 16px;
}
table.provablyfair th, table.provablyfair td {
    text-align: center;
    padding: 12px;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: keep-all;
}
table.provablyfair.mainpage th, table.provablyfair.mainpage td {
    text-align: left;
}
table.provablyfair.mainpage th, table.provablyfair.mainpage td {
    width: 12%;
}
table.provablyfair.mainpage th:nth-child(2), table.provablyfair.mainpage td:nth-child(2) {
    width: 64%;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

table.provablyfair img {
    float: right;
    margin: -12px;
    top: 0px;
    border-bottom: 1px solid #333;
}
table.provablyfair tr:nth-child(odd){
    background: linear-gradient(110deg,rgba(100,100,200,0.1) 50%,rgba(100,100,100,0.1));
}
table.provablyfair tr:nth-child(even){
    background: linear-gradient(110deg,rgba(255,255,255,0.55) 50%,rgba(255,255,255,0.8));
}
table.provablyfair a {
    cursor: pointer;
    color: rgba(200,0,0,0.8);
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid rgba(200,0,0,0.8);
    transition: color .2s,border .2s;
}
table.provablyfair a:hover {
    text-decoration: none;
    border-color: transparent;
}
table.provablyfair a:nth-child(2) {
    margin: 0 20%;
}
table.provablyfair .red {
    background-color: rgba(196, 68, 59, 1);
    background-color: rgba(176, 74, 67, 1);
    text-align: center;
    color: rgba(255,255,255,0.9);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.1);
}
table.provablyfair .black {
    background-color: rgba(57, 57, 57, 1);
    text-align: center;
    color: rgba(255,255,255,0.9);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.1);
}
table.provablyfair .green {
    background-color: rgba(70, 185, 84, 1);
    text-align: center;
    color: rgba(255,255,255,0.9);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0.1);
}
table.provablyfair.daypage tbody tr:last-child td, table.provablyfair.day_page_dice tbody tr:last-child td  {
    border-bottom: 0;
}
table.provablyfair .result {
    padding: 0 12px;
}
table.provablyfair .result .ball_1_7 {
    float: left;
}
table.provablyfair .result .ball_8_14 {
    float: right;
}
table.provablyfair .return {
    font-weight: bold;
    text-align: right;
}
table.provablyfair .win {
    padding-right: calc(50% - 0px);
    color: rgba(0, 170, 0, 1);
}
table.provablyfair .lose {
    padding-right: calc(50% - 50px);
    color: rgba(176, 74, 67, 1);
}
table.provablyfair .return.dontknow {
    text-align: center;
}
td[change][receive] span {
    float: right;
    padding-right: calc(50% - 0px);
    font-weight: bold;
    color: rgba(0, 170, 0, 1);
}
td[change][send] span {
    float: right;
    padding-right: calc(50% - 60px);
    font-weight: bold;
    color: rgba(176, 74, 67, 1);
}
table#mysendhistory th, table#mysendhistory td {
    text-align: left;
}
table#mysendhistory th:last-child, table#mysendhistory td:last-child {
    text-align: center;
}

.opacity_zero {
    opacity: 0;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 100ms;
}
.leap_green {
	-webkit-animation: leapgreen 1s infinite;
	animation: leapgreen 1s infinite;
}
@keyframes leapgreen {
    50% {color: green;}
}

.cube_container {
    width: 100%;
    padding: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: top;
    align-items: top;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.cube_stand {
    position: relative;
    float: left;
    z-index: 1;
    margin: 0;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.cube_wrap {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0s;
    margin: 40px 50px;
    width: 100px;
    height: 100px;
    text-align: center;
    align-items: center;
}

.cube_wrap div {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 500%;
    text-align: center;
    box-sizing: border-box;
}

#cube1 div {
    background-color: rgba(236, 19, 19, 0.8);
    border: 1px solid #bd0f0f;
    box-shadow: inset 0 0 30px #bd0f0f;
}
#cube2 div {
    background-color: rgba(76, 175, 80, 0.8);
    border: 1px solid #3e8e41;
    box-shadow: inset 0 0 30px #3e8e41;
}
#cube3 div {
    /* background: rgba(44, 46, 58, 0.8);
    border: 1px solid #0b0b0e;
    box-shadow: inset 0 0 30px #0b0b0e; */
    background-color: rgba(255, 204, 0, 0.8);
    border: 1px solid #cca300;
    box-shadow: inset 0 0 30px #b38f00;
    /* background: rgba(51, 153, 255, 0.8);
    border: 1px solid #0073e6;
    box-shadow: inset 0 0 30px #0066cc; */
}

.cube_wrap .front {
    transform: translateZ(50px);
}

.cube_wrap .back {
    transform:
        rotateX(-180deg)
        translateZ(50px);
}

.cube_wrap .right {
    transform:
        rotateY(90deg)
        translateZ(50px);
}

.cube_wrap .left {
    transform:
        rotateY(-90deg)
        translateZ(50px);
}

.cube_wrap .top {
    transform:
        rotateX(90deg)
        translateZ(50px);
}

.cube_wrap .bottom {
    transform:
        rotateX(-90deg)
        translateZ(50px);
}

.cube_dot {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
}

.front .dot1 { top: calc(50% - 12px); left: calc(50% - 12px); width: 24px; height: 24px;}

.left .dot1 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.left .dot2 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }

.bottom .dot1 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.bottom .dot2 { top: calc(50% - 8px); left: calc(50% - 8px); }
.bottom .dot3 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }

.top .dot1 { top: calc(25% - 8px); left: calc(50% - 25px - 4px); }
.top .dot2 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.top .dot3 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }
.top .dot4 { top: calc(75% - 8px); right: calc(50% - 25px - 4px); }

.right .dot1 { top: calc(25% - 8px); left: calc(50% - 25px - 4px); }
.right .dot2 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.right .dot3 { top: calc(50% - 8px); left: calc(50% - 8px); }
.right .dot4 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }
.right .dot5 { top: calc(75% - 8px); right: calc(50% - 25px - 4px); }

.back .dot1 { top: calc(25% - 8px); left: calc(50% - 25px - 4px); }
.back .dot2 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.back .dot3 { top: calc(50% - 8px); left: calc(50% - 25px - 4px); }
.back .dot4 { top: calc(50% - 8px); right: calc(50% - 25px - 4px);}
.back .dot5 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }
.back .dot6 { top: calc(75% - 8px); right: calc(50% - 25px - 4px); }


.pickgame {
    color: #afb0b2;
    padding-top: 0px;
    margin-left: 15px;
    left: 0;
    float: left;
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    width: auto;
    height: auto;
    z-index: 1;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pickgame img {
    height: 35px;
    filter: invert(100%);
    transition: 200ms;
}
.pickgame img:hover {
    transform: scale(2, 2);
    filter:drop-shadow(8px 8px 10px gray);
}
.pickgame + .pickgame {
    left: 35px;
}
.pickgame[active]  {
    animation-name: pickgameactive;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
@keyframes pickgameactive {
  0%   {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.DicePastAll {
    position: relative;
    width: 100%;
}

.one_sixth_button_part {
    width: 16.66666666%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    color: #111116;
}
.button_color_dice {
    position: relative;
    font-size: 0;
    border-radius: 5px;
    border: 0px solid rgba(255,255,255,0.6);
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(255,255,255,0.6);
    background-color: rgba(44, 46, 58, 0.6);
    background: linear-gradient(90deg,rgba(44, 46, 58, 0.6),rgba(44, 46, 58, 0.7));
    display: flex;
    justify-content: center;
    box-shadow: inset 0 -5px 0 rgba(57, 57, 57, .15), 5px 5px 7px rgba(0, 0, 0, .2);
    transition: all 0.06s;
}
.Roulette_CLICK_AREA.enable .button_color_dice:hover {
    box-shadow: inset 0 -5px 0 rgba(57,57,57,.15), 5px 5px 7px rgba(0,0,0,.2), 0 0 16px rgba(44, 46, 58,.45);
}
.Roulette_CLICK_AREA.enable .button_color_dice:active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
    box-shadow: inset 0 -5px 0 rgba(57, 57, 57, .15), 5px 5px 7px rgba(0, 0, 0, .2);
}
.button_color_dice:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    visibility: hidden;
    width: 100%;
    background: rgba(255,255,255,0.05);
}
.Roulette_CLICK_AREA.enable .button_color_dice:hover:before {
    opacity: 1;
    visibility: visible;
}
.button_color_dice .center_square {
    margin: 10px;
    width: 60px;
    height: 60px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(128,128,128);
    vertical-align: middle;
    border: 0;
    /* background-color: rgb(221,221,221); */
}
.Roulette_CLICK_AREA.disable .button_color_dice {
    cursor: not-allowed;
}
.Roulette_CLICK_AREA.disable .one_sixth_button_part {
    opacity: 0.5;
}
.Roulette_CLICK_AREA.disable .one_sixth_button_part.win {
    opacity: 1;
}

.button_dice1.dot1 { top: calc(50% - 12px); left: calc(50% - 12px); width: 24px; height: 24px;}

.button_dice2.dot1 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.button_dice2.dot2 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }

.button_dice3.dot1 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.button_dice3.dot2 { top: calc(50% - 8px); left: calc(50% - 8px); }
.button_dice3.dot3 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }

.button_dice4.dot1 { top: calc(25% - 8px); left: calc(50% - 25px - 4px); }
.button_dice4.dot2 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.button_dice4.dot3 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }
.button_dice4.dot4 { top: calc(75% - 8px); right: calc(50% - 25px - 4px); }

.button_dice5.dot1 { top: calc(25% - 8px); left: calc(50% - 25px - 4px); }
.button_dice5.dot2 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.button_dice5.dot3 { top: calc(50% - 8px); left: calc(50% - 8px); }
.button_dice5.dot4 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }
.button_dice5.dot5 { top: calc(75% - 8px); right: calc(50% - 25px - 4px); }

.button_dice6.dot1 { top: calc(25% - 8px); left: calc(50% - 25px - 4px); }
.button_dice6.dot2 { top: calc(25% - 8px); right: calc(50% - 25px - 4px); }
.button_dice6.dot3 { top: calc(50% - 8px); left: calc(50% - 25px - 4px); }
.button_dice6.dot4 { top: calc(50% - 8px); right: calc(50% - 25px - 4px);}
.button_dice6.dot5 { top: calc(75% - 8px); left: calc(50% - 25px - 4px); }
.button_dice6.dot6 { top: calc(75% - 8px); right: calc(50% - 25px - 4px); }

.ball .cube_dot {
    zoom: 0.625;
}

.center_square .cube_dot {
    background: #dedede;
}
.one_sixth_button_part .Player_row_LEFT_IMG img {
    height: 36px;
}
.one_sixth_button_part .listen_all_player {
    font-size: 12px;
}

table.provablyfair.day_page_dice td .ball {
    border-radius: 6px;
    position: relative;
    vertical-align: middle;
}
table.provablyfair.day_page_dice tr:nth-child(n+1) td .ball {
    background-color: rgba(74, 163, 77, 0.9);
}
table.provablyfair.day_page_dice tr:nth-child(3n) td .ball {
    background-color: rgba(225, 180, 5, 0.9);
}
table.provablyfair.day_page_dice tr:nth-child(3n+1) td .ball {
    background-color: rgba(196, 68, 60, 1);
}
table.provablyfair.day_page_dice tr td {
    background: linear-gradient(90deg,rgba(153, 102, 51, 0.6),rgba(153, 102, 51, 0.7));
    background-color: burlywood;
    background: linear-gradient(90deg,rgba(46, 101, 132, 0.6),rgba(46, 101, 132, 0.7));
    border-width: 0 1px;
    background-color: rgba(87, 87, 87, 1);
    border-style: solid;
    border-color: rgba(255,255,255,0.1);
}
table.provablyfair.day_page_dice tr:nth-child(3n) td {
    border-width: 0 1px 1px 1px;
}
table.provablyfair.day_page_dice tr td[rowspan] {
    background: unset;
    border-width: 0px;
}
table.provablyfair.day_page_dice tr td[null] {
    background: none;
    background-color: rgba(0, 0, 0, 0);
}
table.provablyfair.day_page_dice tr:nth-child(n+1) td {
    padding-bottom: 2px;
    padding-top: 2px;
}
table.provablyfair.day_page_dice tr:nth-child(3n) td {
    padding-bottom: 12px;
}
table.provablyfair.day_page_dice tr:nth-child(3n+1) td {
    padding-top: 12px;
}
#myDiceHistory.provablyfair.day_page_dice tbody td {
    border-left: 0px;
    border-right: 0px;
}
.ball[dice0] {
    opacity: 0;
}
.warningevent {
    background: linear-gradient(110deg, rgba(100, 100, 200, 0.1) 50%, rgba(100, 100, 100, 0.1));
    padding: 34px 70px 25px;
    overflow-x: hidden;
    max-width: 80%;
    border-bottom: 3px dashed #b1aab5;

    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 28px;
    text-align: center;
    color: rgba(41, 62, 86, 1);
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
}
