.currency-desc-selectbox {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 4px 0;
    border-bottom: none;
}

#deposit, #vault {
    text-align: center;
}

#deposit .modal-inner, #vault .modal-inner {
    max-width: 640px;
}

#deposit .deposit-coin-desc {
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    /* text-align: center; */
}

#deposit .deposit-coin-desc b {
    color: #FFEB3B;
}

#deposit .deposit-info {
    font-weight: 400;
    text-align: left;
}

#deposit .deposit-info p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.47);
    margin: 0;
    display: inline-block;
    /* text-align: center; */
    width: 100%;
}

#deposit .deposit-info input {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    background-color: rgba(0, 0, 0, 0.47);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 20px 30px -13px rgba(0, 0, 0, 0.57);
    color: #fff;
    outline: 0;
    font-family: 'Titillium Web', sans-serif;
    /* text-align: center; */
}

#deposit .deposit-info span {
    display: inline-block;
    padding: 4px 10px;
    background-color: #ffffff0f;
    margin-top: 10px;
    font-size: 10px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #00000094;
    letter-spacing: 0.5px;
}

#faucet {
    text-align: center;
}

#withdraw {
    text-align: center;
}

.withdraw-coin-desc {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    text-align: left;
}

#exchange {
    text-align: center;
}

.exchange-coin-desc {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

#exchange .input-block span {
    display: inline-block;
    width: 100%;
}

#exchange .input-block span b {
    position: relative;
    float: right;
    bottom: 0;
    right: 0;
    color: #fff;
}

#fairness {
    text-align: center;
}

#fairness textarea {
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    max-width: 100%;
    max-height: 65px;
    margin-top: 3px;
    font-family: 'Titillium Web', sans-serif;
}

#fairness .new-seed:hover, #fairness .save-client:hover {
    opacity: 0.8;
}

#bonus {
    text-align: center;
}

.bonus-desc {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

#bonus .input-block span b,#tip .input-block span b {
    /* position: relative; */
    /* float: right; */
}

#avatar-modal {
    text-align: center;
}

#avatar-modal .cr-boundary {
    margin-top: 10px;
}

#avatar-modal .cr-slider-wrap {
    display: none;
}

#tip {
    text-align: center;
}

.modal-desc {
    text-align: left;
    color: #ffffff6e;
    font-size: 12px;
    margin: 0;
    margin-bottom: 15px;
}

.currency-selectlist-balance {
    color: #ffffff6b;
    font-family: "Open Sans";
    font-size: 11px;
    text-align: left;
    float: left;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ffffff4f;
    cursor: pointer;
}

#hotkeys {
}

#hotkeys .key {
    text-align: left;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
}

#hotkeys .key b {
    display: inline-block;
    float: left;
    padding: 2px 5px;
    font-size: 14px;
    background-color: #ffffff12;
    width: 55px;
    margin-right: 15px;
    text-align: center;
    border-radius: 4px;
}

#hotkeys .description {
    color: #ffffffa6;
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
}

.pre-coin-list {
}

.currency-list {
    display: inline-block;
    width: 100%;
    padding: 0 5px;
    height: 330px;
    overflow: auto;
}

.currency-list span {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    height: 28px;
    font-size: 11px;
    text-align: left;
    padding-left: 28px;
    background-color: rgba(255, 255, 255, 0.04);
    margin-bottom: 5px;
    border-radius: 4px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.currency-list span.active {
    color: #fff;
}

.currency-list span b {
    font-weight: 400;
}

.currency-list span img {
    position: absolute;
    width: 18px;
    top: 5px;
    left: 5px;
}

#social {
}

#social .left-side {
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #000;
    background-color: #0000002b;
}

#social .right-side {
    text-align: left;
}

#social .modal-inner {
    max-width: 960px;
    padding: 0;
}

#social .close {
    display: inline-block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.09);
    margin-top: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 0;
    cursor: pointer;
}

#social .social-tabs {
}

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

#social .social-tabs span i {
}

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

#social .social-tabs span:hover {
}

#social .social-tab {
    max-height: 400px;
    height: 400px;
    overflow-y: auto;
    padding-right: 0px;
    display: none;
    padding-right: 2px;
}

#social .social-tab.active {
    display: block;
}

#social .social-tab > p {
    text-align: left;
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    margin: 5px 0;
    border-radius: 20px;
}

#social .conversation {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
    padding: 5px 0 5px 0;
    background-color: rgb(13, 12, 29);
    cursor: pointer;
    background: #ffffff00;
}

#social .conversation.unseen {
    background: #172130;
    border-radius: 19px 0 0 20px;
}

#social .conversation:hover {
    opacity: 0.7;
}

#social .conversation .avatar {
    float: left;
    border-radius: 50%;
    margin: 0px;
    position: absolute;
    top: 5px;
    left: 5px;
}

#social .conversation .avatar:after {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 0px 2px #172130;
}

#social .conversation .avatar.online:after {
    background-color: #639c22;
}

#social .conversation .avatar.offline:after {
    background-color: #d72929;
}

#social .conversation .avatar img {
    width: 32px;
    border-radius: 30px;
}

#social .conversation .avatar span {
    background-color: #ea3325;
    display: inline-block;
    color: #fff;
    font-size: 8px;
    width: 100%;
    padding: 1px 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -7px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.49);
    text-shadow: 1px 1px 0 #000;
}

#social .conversation .msg-data {
    color: rgba(255, 255, 255, 0.38);
    font-size: 12px;
    padding: 0px 4px 0 0;
    font-family: 'Titillium Web', sans-serif;
    margin-left: 44px;
    height: 16px;
    margin-bottom: 1px;
    line-height: 13px;
}

#social .conversation .msg-data span:first-child {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 2px 0 0 0;
    letter-spacing: 0.3px;
}

#social .conversation .msg-data span.role {
    float: left;
    margin-left: 10px;
    background-color: #0c0a21;
    color: #ffffff;
    font-weight: 900;
    padding: 0 10px;
    padding: 0px 8px;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 10px;
}

#social .friend-item {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
    padding: 5px 0 5px 0;
    background-color: rgb(13, 12, 29);
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 0;
}

#social .friend-item.unseen {
    background: #172130;
    border-radius: 19px 0 0 20px;
}

#social .friend-item:hover {
    opacity: 0.7;
}

#social .friend-item .avatar {
    float: left;
    border-radius: 50%;
    margin: 0px;
    position: absolute;
    top: 5px;
    left: 5px;
}

#social .friend-item .avatar:after {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 0px 2px #172130;
}

#social .friend-item .avatar.online:after {
    background-color: #639c22;
}

#social .friend-item .avatar.offline:after {
    background-color: #d72929;
}

#social .friend-item .avatar img {
    width: 32px;
    border-radius: 30px;
}

#social .friend-item .avatar span {
    background-color: #ea3325;
    display: inline-block;
    color: #fff;
    font-size: 8px;
    width: 100%;
    padding: 1px 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -7px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.49);
    text-shadow: 1px 1px 0 #000;
}

#social .friend-item .msg-data {
    color: rgba(255, 255, 255, 0.38);
    font-size: 12px;
    padding: 0px 4px 0 0;
    font-family: 'Titillium Web', sans-serif;
    margin-left: 44px;
    height: 16px;
    margin-bottom: 1px;
    line-height: 13px;
}

#social .friend-item .msg-data span:first-child {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 2px 0 0 0;
    letter-spacing: 0.3px;
}

#social .friend-item .msg-data span.role {
    float: left;
    margin-left: 10px;
    background-color: #0c0a21;
    color: #ffffff;
    font-weight: 900;
    padding: 0 10px;
    padding: 0px 8px;
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 10px;
}

#social .friend-item .msg-data span:first-child i {
    margin-right: 4px;
    font-size: 14px;
    position: relative;
    top: 0px;
}

#social .friend-item .msg-data span:first-child:hover {
    color: #fff;
}

#social .friend-item .msg-data span.time {
    float: right;
    font-weight: 300;
    font-size: 11px;
    margin: 2px;
    margin-left: 10px;
}

#social .friend-item .last-msg {
    color: rgb(148, 148, 148);
    font-size: 12px;
    margin-top: 1px;
    margin-left: 44px;
    padding: 3px 4px 3px 0px;
    height: 17px;
    max-width: 176px;
    overflow: hidden;
    text-align: left;
    line-height: 13px;
    width: 79%;
    position: relative;
    top: -3px;
}

.msg-data span.role.new {
    background-color: #ffffff1a !important;
    text-transform: uppercase !important;
    color: #8BC34A !important;
    display: none;
    position: absolute;
    right: 2px;
    bottom: 2px;
    padding: 1px 16px !important;
}

.unseen .msg-data span.role.new {
    display: inline-block;
}

#social .conversation .msg-data span:first-child i {
    margin-right: 4px;
    font-size: 14px;
    position: relative;
    top: 0px;
}

#social .conversation .msg-data span:first-child:hover {
    color: #fff;
}

#social .conversation .msg-data span.time {
    float: right;
    font-weight: 300;
    font-size: 11px;
    margin: 2px;
    margin-left: 10px;
}

#social .conversation .last-msg {
    color: rgb(148, 148, 148);
    font-size: 12px;
    margin-top: 1px;
    margin-left: 44px;
    padding: 3px 4px 3px 0px;
    height: 17px;
    max-width: 176px;
    overflow: hidden;
    text-align: left;
    line-height: 13px;
    width: 79%;
    position: relative;
    top: -3px;
}

#social .pm-user-data {
    float: left;
    width: 100%;
    padding: 5px 0;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

#social .pm-user-data .avatar {
    position: relative;
    display: inline-block;
    float: left;
}

#social .pm-user-data .avatar:after {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #d72929;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 0px 2px #172130;
}

#social .pm-user-data .avatar.online:after {
    background-color: #639c22;
}

#social .pm-user-data .avatar img {
    width: 32px;
    border-radius: 50%;
}

#social .pm-user-data .user-bar {
    float: left;
    margin-left: 10px;
}

#social .pm-user-data .user-bar p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

#social .pm-user-data .user-bar span {
    color: #fff;
    font-size: 12px;
    width: 100%;
    float: left;
    line-height: 12px;
}

#social .pm-user-data .pm-actions {
}

#social .pm-user-data .pm-actions span {
    font-size: 12px;
    float: right;
    margin-left: 12px;
    color: rgba(255, 255, 255, 0.89);
    margin: 1px;
    cursor: pointer;
    padding: 6px 14px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
}

#social .pm-user-data .pm-actions span:hover {
    background-color: #007cf2;
}

#social .pm-list {
    float: left;
    height: 369px;
    overflow: auto;
    margin-bottom: 5px;
    padding-right: 5px;
    width: 100%;
}

#social .pm-input-area {
    position: relative;
    float: left;
    width: 100%;
}

#social .pm-input-area textarea {
    width: 100%;
    max-width: 100%;
    max-height: 55px;
    height: 55px;
    border: none;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.27);
    padding: 10px;
    padding-right: 87px;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    outline: none;
}

#social .pm-input-area button {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    outline: none;
    color: #ffffff;
    background: #0087f7;
    background: -webkit-linear-gradient(to right, #0087f7, #006beb);
    background: linear-gradient(to right, #0087f7, #006beb);
    font-family: 'Titillium Web', sans-serif;
    padding: 12px 24px;
    border-radius: 5px;
}

#social .pm-input-area button:hover {
}

#social .chat-message {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

#social .chat-message.me {
}

#social .chat-message .mini-data {
    font-size: 10px;
    color: #788394;
    float: left;
    width: 100%;
}

#social .chat-message.me .mini-data {
    text-align: right;
}

#social .chat-message .avatar {
    float: left;
    border-radius: 50%;
    margin: 5px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#social .chat-message .avatar::after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: 0 0 0px 3px #172130;
}

#social .chat-message .avatar.online::after {
    background-color: #639c22;
}

#social .chat-message .avatar.offline::after {
    background-color: #d72929;
}

#social .chat-message.me .avatar {
    right: 0;
    left: inherit;
}

#social .chat-message .avatar img {
    width: 42px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}

#social .chat-message .avatar span {
    background-color: #ea3325;
    display: inline-block;
    color: #fff;
    font-size: 8px;
    width: 100%;
    padding: 1px 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -7px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.49);
    text-shadow: 1px 1px 0 #000;
}

#social .chat-message .msg {
    margin-right: 55px;
    margin-left: 0;
    background: rgb(19, 27, 40);
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    font-weight: 300;
    font-family: "Open Sans";
    padding: 2px 5px;
    margin-bottom: 1px;
}

#social .chat-message .msg .chat-user-options {
    color: #8bc34a;
    font-weight: 600;
}

#social .chat-message .msg .time {
    display: block;
    text-align: right;
    font-size: 10px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.24);
    text-shadow: none;
}

#social .chat-message .msg .time i {
    margin-left: 5px;
}

#social .chat-message .msg.seen .time i {
    color: #0086f7;
}

#social .chat-message.me .msg {
    margin-left: 55px !important;
    margin-right: 0 !important;
    background: #131b28;
    color: rgba(255, 255, 255, 0.56);
    padding-right: 0;
    padding: 2px 5px;
    margin-bottom: 1px;
    line-height: 16px;
    padding-bottom: 5px;
}

#social .chat-message .msg:first-child {
    border-radius: 7px 7px 0 0;
}

#social .chat-message .msg:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#social .chat-message .msg-data span:first-child {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 2px 0 0 0;
    letter-spacing: 0.3px;
}

#social .chat-message .msg-data span.role {
    float: left;
    margin-left: 10px;
    background-color: #FF9800;
    color: #ffffff;
    /* font-weight: 900; */
    padding: 0 10px;
    padding: 0px 6px;
    border-radius: 9px;
    text-transform: capitalize;
    font-size: 10px;
    margin-top: 3px;
    line-height: 15px;
}

.search-user {
    float: left;
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #0f1621;
}

.search-user > p {
    float: left;
    color: #fff;
    margin: 0;
    font-size: 12px;
    padding: 2px;
    margin-right: 10px;
}

.search-user > input {
    border: none;
    background-color: #0f1621;
    border-radius: 3px;
    padding: 2px 5px;
    outline: none;
    color: #ffffffb8;
    float: left;
    height: 26px;
    width: 120px;
}

.search-user > .users {
    float: right;
    font-size: 10px;
    color: #fff;
}

.search-user > .users span {
    color: #00BCD4;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 10px;
    padding: 2px 0;
    cursor: pointer;
    font-family: "Open Sans";
    margin-top: 1px;
    font-weight: 600;
}

.search-user > .users span:hover {
}

#social .user-profile {
}

#social .user-profile .actions {
    display: inline-block;
    width: 100%;
    /* text-align: center; */
    padding: 10px 0;
}

#social .user-profile .actions span {
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 14px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

#social .user-profile .actions span.text {
    background-color: transparent !important;
    padding: 2px 7px;
}

#social .user-profile .actions span:hover {
    background-color: #006eed;
}

#social .user-profile .avatar {
    /* text-align: center; */
}

#social .user-profile .avatar img {
    border-radius: 50%;
    margin: 0 20px 0 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.29);
    width: 75px;
    float: left;
}

#social .user-profile .avatar span {
    display: inline-block;
    padding: 2px 10px;
    background: #0087f7;
    background: -webkit-linear-gradient(to right, #0087f7, #006beb);
    background: linear-gradient(to right, #0087f7, #006beb);
    color: #fff;
    margin-top: 10px;
    border-radius: 23px;
    font-size: 14px;
    padding-top: 1px;
}

#social .user-profile .avatar span.status {
}

#social .user-profile .avatar span.status b {
    display: none;
}

#social .user-profile .avatar span.status.online {
    background: #338d37 !important;
}

#social .user-profile .avatar span.status.online b:first-child {
    display: inline-block;
}

#social .user-profile .avatar span.status.offline {
    background: #F44336 !important;
}

#social .user-profile .avatar span.status.offline b:last-child {
    display: inline-block;
}

#social .user-profile .username {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 10px #005886;
    margin: 5px 0;
    margin-bottom: 0;
}

#social .user-profile .username b {
    text-shadow: none;
    font-weight: 300;
    font-size: 12px;
    display: block;
    line-height: 10px;
}

#social .user-profile .role {
    text-transform: uppercase;
    font-weight: 600;
}

#social .user-profile .role.user {
    display: none;
}

#social .user-profile .role.mod {
    background: #338d37;
}

#social .user-profile .role.admin {
    background: #F44336;
}

#social .user-profile .role.owner {
    background: #FF5722;
}

#social .user-profile .table-holder {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    margin-top: 15px;
    max-height: 287px;
    margin-bottom: 0;
}

#social .user-profile table {
}

#social .user-profile td {
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans";
}

#social .user-profile td .green {
    color: #8BC34A;
}

#social .user-profile td .red {
    color: #d73428;
}

#social .user-profile td .gray {
    color: #9eadc6;
}

#social .user-profile td img {
    display: inline-block;
    width: 14px;
    position: relative;
    top: 2px;
    left: 4px;
}

#vault .transfer-info {
}

#vault .transfer-info p {
    text-align: left;
    font-size: 14px;
    color: #fff;
}

#vault .transfer-info p b {
    float: right;
}

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

#bet {
}

#bet .modal-content {
    color: #fff;
    width: 100%;
}

#bet .bet-data {
}

#bet .bet-data p {
    margin: 5px 0;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0;
}

#bet .bet-data span {
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}

#bet .bet-data span a {
    color: #FFC107;
    cursor: pointer;
}

#bet .bet-info {
    display: inline-block;
    width: 100%;
    background-color: #ffffff1a;
    border-radius: 5px;
    padding: 11px 0;
}

#bet .bet-info span {
    display: inline-block;
    width: 33.3%;
    float: left;
    line-height: 17px;
    padding: 10px 0;
    border-right: 1px solid #172130;
}

#bet .bet-info span:last-child {
    border-right: none;
}

#bet .bet-info span b {
    display: block;
    line-height: 20px;
    margin-top: 5px;
    height: 22px;
}

#bet .bet-info span b.win {
    color: #8BC34A;
}

#bet .bet-info span b.lose {
    color: #f2736a;
}

#bet .bet-info span b img {
    display: inline-block;
    width: 17px;
    position: relative;
    top: 3px;
    left: 4px;
}

#bet .dice-line {
    float: left;
    width: 100%;
    padding: 0 7px;
    margin-top: 28px;
}

#bet .dice-line > span {
    position: relative;
    height: 12px;
    width: 100%;
    display: inline-block;
    background-color: #0000006e;
    border-radius: 4px;
    padding: 1px;
}

#bet .dice-line > span > span {
    display: inline-block;
    background-color: #172130;
    height: 10px;
    border-radius: 3px;
    float: left;
}

#bet .dice-line > span > span.lose {
    background: -webkit-gradient(linear, left top, right top, from(#f00b0b), to(#fb9e3c));
    background: -webkit-linear-gradient(left, #f00b0b 0%, #fb9e3c 100%);
    background: -moz-linear-gradient(left, #f00b0b 0%, #fb9e3c 100%);
    background: -o-linear-gradient(left, #f00b0b 0%, #fb9e3c 100%);
    background: linear-gradient(90deg, #f00b0b 0%, #fb9e3c 100%);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(240, 185, 10, 0.3);
}

#bet .dice-line > span > span.win {
    background: -webkit-gradient(linear, left top, right top, from(#407e15), to(#57c83e));
    background: -webkit-linear-gradient(left, #407e15 0%, #57c83e 100%);
    background: -moz-linear-gradient(left, #407e15 0%, #57c83e 100%);
    background: -o-linear-gradient(left, #407e15 0%, #57c83e 100%);
    background: linear-gradient(90deg, #407e15 0%, #57c83e 100%);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(42, 181, 55, 0.44);
    -moz-box-shadow: 0px 5px 20px 0px rgba(42, 181, 55, 0.44);
    box-shadow: 0px 5px 20px 0px rgba(42, 181, 55, 0.44);
}

#bet .dice-line > span > b {
    position: absolute;
    bottom: 17px;
    display: inline-block;
}

#bet .dice-line > span > b:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 7px 5px 0px 5px;
    border-style: solid;
    border-color: rgb(86, 99, 117) transparent;
    bottom: -5px;
    left: -10px;
}

#bet .dice-line > span > b span {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    background-color: #566375;
    line-height: 18px;
    width: 42px;
    text-align: center;
    border-radius: 3px;
    padding-left: 1px;
    left: -27px;
    position: relative;
}

#bet .check-keno-numbers {
    max-width: 480px;
    display: inline-block;
    border-radius: 7px;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
}

#bet .check-keno-numbers span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #26364d;
    margin: 4px 2px;
    color: #ffffff;
    font-weight: 400;
    line-height: 38px;
    border-radius: 49px;
    cursor: pointer;
    float: left;
    font-size: 14px;
    position: relative;
}

#bet .check-keno-numbers span.selected {
    color: #ffffff;
    opacity: 1;
    /* background: #005295; */
    border: 1px solid #ffffff54;
}

#bet .check-keno-numbers span.won {
    color: #ffffff;
    opacity: 0.4;
    background: #557036;
}

#bet .check-keno-numbers .won.selected {
    color: #ffffff;
    opacity: 1;
    background: #679631;
}

#bet .check-keno-numbers span b {
    position: relative;
}

#bet .verification {
    font-size: 14px;
}

#bet .verification a {
    font-weight: 600;
    color: #FFEB3B;
}