@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');
@font-face {
    font-family: 'Avenir';
    src: url('../font/AvenirLTStd-Light.otf');
    /* IE9 Compat Modes */
    src: url('../font/AvenirLTStd-Lightd41d.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/AvenirLTStd-Light.otf') format('woff2'), /* Super Modern Browsers */
    url('../font/AvenirLTStd-Light.otf') format('woff'), /* Pretty Modern Browsers */
    url('../font/AvenirLTStd-Light.otf') format('truetype'), /* Safari, Android, iOS */
    url('../font/AvenirLTStd-Light.otf#svgFontName') format('svg');
    /* Legacy iOS */
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

::selection {
    background: #C38933;
}

::-moz-selection {
    background: #C38933;
}

.ft {
    font-family: 'Sarabun', sans-serif;
}

.ft2 {
    font-family: 'Kanit', sans-serif;
}

.ico-line {
    background-image: url('../img/icon-line.png');
    background-position: center;
    background-size: 30px;
    height: 30px;
    width: 30px;
}


/*url('../img/bg.jpg') repeat 50% 0*/

.img-fix {
    width: 100%;
}

body {
    font-family: 'Avenir';
    background: #000 url('../img/bg3.jpg') repeat 50% 0;
    color: #eac587;
    font-size: 14px;
    line-height: 1.42857;
}

#overlay-load {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
}

#overlay-load .sr-only {
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#overlay-load .sr-only .fa {
    margin-bottom: 10px;
}

a {
    color: #cc9a50;
}

a:hover,
a:focus {
    color: #42577A;
    text-decoration: none;
}

.row+.row {
    margin-top: 10px;
}

#wrapper {
    min-height: 100%;
    position: relative;
    /* width: 1030px; */
    margin: 0 auto;
    background: #000;
    overflow: hidden;
}

#wrapper>.container #mobile-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
}

.container .frame h1,
.container .frame h5 {
    margin-bottom: 10px;
    text-align: center;
}

.tab-content {
    padding-top: 10px;
}

.tab-content h1 {
    margin-top: 10px;
}

#livechat-compact-container {
    bottom: 50px !important;
}

#sidebar {
    width: 250px;
    height: 100%;
    background: #1d1d1d;
    position: absolute;
    left: 0;
    z-index: 99;
    transform: translate3d(-250px, 0px, 0px);
    transition: transform 0.4s ease 0s;
    border-right: solid 1px #303030;
}

#sidebar #sidebar-scroll {
    overflow-y: auto;
}

#sidebar #sidebar-scroll p {
    padding: 10px;
    text-align: justify;
}

#sidebar #logo {
    padding: 10px;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #CC9A50;
    margin-bottom: 10px;
}

#sidebar #logo img {
    width: 150px;
}

#sidebar ul li {
    padding: 5px 10px;
    color: #666666;
}

#sidebar ul li a {
    color: #CC9A50;
}

#sidebar ul li.copy {
    font-size: 12px;
}

#sidebar #sidebar-menu li:first-child {
    border-top: solid 1px #303030;
}

#sidebar #sidebar-menu li {
    border-bottom: solid 1px #303030;
    padding: 0;
}

#sidebar #sidebar-menu li>a {
    display: block;
    background: #000;
    padding: 10px;
    color: #FFF;
}

#sidebar #sidebar-menu li.active>a,
#sidebar #sidebar-menu li:hover>a {
    background: #1a1a1a;
    color: #CC9A50;
}

.aside-return {
    overflow: visible;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.4s ease 0s;
}

.aside-slide-right {
    overflow: visible;
    transform: translate3d(250px, 0px, 0px);
    transition: transform 0.4s ease 0s;
}

#sidebar.slide-right {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.4s ease 0s;
}

header {
    width: 100%;
    position: relative;
    z-index: 9;
}

header #user {
    float: left;
    padding: 20px 0;
}

header #logo {
    width: 100px;
    float: right;
    padding: 10px 0px 0;
    margin-right: 10px;
}

header #logo img {
    width: 100%;
}

.navbar-toggle {
    padding: 20px;
    margin-right: 15px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    width: 30px;
    border-radius: 5px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

#top-advss {
    max-height: 548px;
    margin-bottom: 10px;
}

#slide-advss {}

#top-advss img,
#slide-advss img {
    width: 100%;
}

#body-post {
    width: 100%;
    position: absolute;
    bottom: 250px;
    top: 61px;
    overflow-x: hidden;
    overflow-y: auto;
}

.head {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.body {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.body .post,
.body p {
    text-align: justify;
}

.with-head {
    top: 62px;
}

.with-foot {
    bottom: 60px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.mCSB_scrollTools {
    right: -4px;
}

footer {
    padding: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    /*height: 66px;*/
    color: #eac587;
    text-align: center;
    background: #cc9a50;
    z-index: 9;
}

#mobile-menu {
    color: #1d1d1d;
}

#mobile-menu>div {
    padding: 2px 0;
    cursor: pointer;
    border-right: solid 1px #000;
    transition: all 0.5s ease;
}

#mobile-menu>div:last-child {
    border-right: none;
}

#mobile-menu>div:hover {
    background: #e8b56a;
}

#mobile-menu a {
    color: #1d1d1d;
}


/*#mobile-menu .ico{ width: 40px; height: 45px; display: block; margin: 0 auto; padding: 7px; background: url('../img/footer-menu.png') no-repeat; }*/

#mobile-menu .ico {
    display: block;
    margin: 2px auto;
    padding: 0px;
    font-size: 30px;
    text-shadow: 0 1px 1px #d69431;
}

#mobile-menu .ico.ico-home {
    background-position: -3px 50%;
}

#mobile-menu .ico.ico-login {
    background-position: -205px 50%;
}

#mobile-menu .ico.ico-register {
    background-position: -46px 50%;
}

#mobile-menu .ico.ico-profile {
    background-position: -83px 50%;
}

#mobile-menu .ico.ico-cashier {
    background-position: -120px 50%;
}

#mobile-menu .ico.ico-chat {
    background-position: -165px 50%;
}

#mobile-menu .menu-text {
    font-size: 16px;
    text-transform: uppercase;
}

#network-list li {
    float: left;
    width: 48%;
    margin-right: 10px;
}

#network-list li:nth-child(2n) {
    margin-right: 0;
}

#network-list li h3 {
    margin: 10px 0;
}

.list-game {
    margin-left: 0;
    width: 100%;
    text-align: left;
    z-index: 9;
    cursor: default;
    text-align: center;
}

.list-game li {
    border: solid #CD996E 2px;
    border-radius: 10px;
    width: 153px;
    height: 154px;
    margin-right: 23px;
    margin-bottom: 23px;
    padding: 10px;
    cursor: default;
    background: rgb(38, 38, 38);
    background: -moz-linear-gradient(top, rgba(38, 38, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(38, 38, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(38, 38, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(38, 38, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(38, 38, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000', GradientType=0);
}

.list-game li:nth-child(2n) {
    margin-right: 0;
}

.list-game li:last-child,
.list-game li:nth-child(4n) {
    margin-right: 0;
}

.list-game .game-logo {
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    position: relative;
}

.list-game .game-logo img {
    max-width: 110px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.list-game h5 {
    text-transform: uppercase;
}

.casino-title {
    background: url('../img/title-casino.png') no-repeat 50% 50%;
    height: 15px;
}

.empty-title {
    height: 15px;
}

.sport-title {
    background: url('../img/title-sport.png') no-repeat 50% 50%;
    height: 40px;
    position: relative;
    top: -5px;
    background-size: 165px;
}

.lottery-title {
    background: url('../img/title-lottery.png') no-repeat 50% 50%;
    height: 15px;
}

.poker-title {
    background: url('../img/title-poker.png') no-repeat 50% 50%;
    height: 15px;
}

.casino-icon {
    background: url('../img/icon-casino.png') no-repeat 50% 50%;
    height: 113px;
}

.sport-icon {
    background: url('../img/icon-sport.png') no-repeat 50% 50%;
    height: 113px;
    position: relative;
    top: -20px;
}

.lottery-icon {
    background: url('../img/icon-lottery.png') no-repeat 50% 50%;
    height: 113px;
}

.poker-icon {
    background: url('../img/icon-poker.png') no-repeat 50% 50%;
    height: 113px;
}

.i1-icon {
    background: url('../img/icon-betflix2.png') no-repeat 50% 50%;
    height: 160px;
}

.i2-icon {
    background: url('../img/icon-ufabet2.png') no-repeat 50% 50%;
    height: 160px;
}

.i3-icon {
    background: url('../img/icon-sbobet2.png') no-repeat 50% 50%;
    height: 160px;
}

.i4-icon {
    background: url('../img/icon-soon2.png') no-repeat 50% 50%;
    height: 160px;
}

.bank-account {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    width: 168px;
    padding: 5px;
    float: left;
}

.bank-account span+p {
    margin-top: 0;
}

.bank-account p {
    text-align: center;
}

.bank-account>.logo {
    background: url('../img/bank.png') no-repeat 50% 0;
    padding-top: 55px;
    width: 115px;
    height: 52px;
    display: block;
    margin: 0 auto;
}

.bank-account>.logo.bca {
    background-position: -8px 0;
}

.bank-account>.logo.bank-mandiri {
    background-position: -123px 0;
}

.bank-account>.logo.bni {
    background-position: -370px 0;
}

.bank-account>.logo.bri {
    background-position: -250px 0;
}

.bank-account>.logo.danamon {
    background-position: -493px 0;
}

.bank-account>.logo.cimb {
    background: url('../img/bank_cimb.png') no-repeat 50% 0;
    background-size: 129px 45px;
}

.bank-account>.logo.permata {
    background: url(../img/bank_permata.png) no-repeat 50% 0;
    background-size: 115px 35px;
    background-position: center;
}

.transition,
ul.accordion li .content,
ul.accordion li i:before,
ul.accordion li i:after {
    transition: all 0.25s ease-in-out;
}

ul.accordion li .content {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
}

ul.accordion {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

ul.accordion li {
    position: relative;
    padding: 0;
    margin: 0;
    padding: 10px 0;
    /* border-top: 1px dotted #CC9A50; */
}

ul.accordion li:nth-of-type(1) {
    animation-delay: 0.5s;
}

ul.accordion li:nth-of-type(2) {
    animation-delay: 0.75s;
}

ul.accordion li:nth-of-type(3) {
    animation-delay: 1s;
}

ul.accordion li:last-of-type {
    padding-bottom: 0;
}

ul.accordion li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 5px;
    right: 3px;
}

ul.accordion li i:before,
ul.accordion li i:after {
    content: "";
    position: absolute;
    background-color: #CC9A50;
    width: 3px;
    height: 9px;
}

ul.accordion li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

ul.accordion li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

ul.accordion li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 28px;
    z-index: 1;
    opacity: 0;
}

ul.accordion li input[type=checkbox]:checked~.content {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

ul.accordion li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg);
}

ul.accordion li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

.modal-sm {
    width: 80%;
}

.modal-content {
    background: #000;
    border: solid 1px #cc9a50;
    border-radius: 0;
}

.modal-title {
    text-transform: uppercase;
    font-size: 16px;
}

.close {
    color: #eaa845;
    opacity: 0.9;
    text-shadow: 0 1px 0 #919191;
}

.btn {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    border: solid 1px #c8a46a;
    color: #edc98f;
    transition: all 0.5s ease;
    text-transform: uppercase;
    cursor: pointer;
    background: rgba(54, 74, 110, 1);
    background: -moz-linear-gradient(top, rgba(54, 74, 110, 1) 0%, rgba(42, 57, 84, 1) 49%, rgba(25, 33, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54, 74, 110, 1)), color-stop(49%, rgba(42, 57, 84, 1)), color-stop(100%, rgba(25, 33, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(54, 74, 110, 1) 0%, rgba(42, 57, 84, 1) 49%, rgba(25, 33, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(54, 74, 110, 1) 0%, rgba(42, 57, 84, 1) 49%, rgba(25, 33, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(54, 74, 110, 1) 0%, rgba(42, 57, 84, 1) 49%, rgba(25, 33, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(54, 74, 110, 1) 0%, rgba(42, 57, 84, 1) 49%, rgba(25, 33, 45, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#364a6e', endColorstr='#19212d', GradientType=0);
}

.btn.btn-block {
    display: block;
    width: 100%;
}

.btn:hover,
a.btn:hover {
    color: #edc98f;
    background: rgba(66, 92, 135, 1);
    background: -moz-linear-gradient(top, rgba(66, 92, 135, 1) 0%, rgba(26, 40, 61, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66, 92, 135, 1)), color-stop(100%, rgba(26, 40, 61, 1)));
    background: -webkit-linear-gradient(top, rgba(66, 92, 135, 1) 0%, rgba(26, 40, 61, 1) 100%);
    background: -o-linear-gradient(top, rgba(66, 92, 135, 1) 0%, rgba(26, 40, 61, 1) 100%);
    background: -ms-linear-gradient(top, rgba(66, 92, 135, 1) 0%, rgba(26, 40, 61, 1) 100%);
    background: linear-gradient(to bottom, rgba(66, 92, 135, 1) 0%, rgba(26, 40, 61, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#425c87', endColorstr='#1a283d', GradientType=0);
}

.btn:focus,
.btn:active {
    background: rgba(75, 104, 150, 1);
    background: -moz-linear-gradient(top, rgba(75, 104, 150, 1) 0%, rgba(38, 60, 92, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(75, 104, 150, 1)), color-stop(100%, rgba(38, 60, 92, 1)));
    background: -webkit-linear-gradient(top, rgba(75, 104, 150, 1) 0%, rgba(38, 60, 92, 1) 100%);
    background: -o-linear-gradient(top, rgba(75, 104, 150, 1) 0%, rgba(38, 60, 92, 1) 100%);
    background: -ms-linear-gradient(top, rgba(75, 104, 150, 1) 0%, rgba(38, 60, 92, 1) 100%);
    background: linear-gradient(to bottom, rgba(75, 104, 150, 1) 0%, rgba(38, 60, 92, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b6896', endColorstr='#263c5c', GradientType=0);
}

.btn[disabled] {
    opacity: 0.5;
}

.required-text {
    color: #F30;
    font-weight: bold;
}

label {
    color: #CC9A50;
}

.form-horizontal .control-label {
    float: left;
    padding-left: 0;
}

.form-horizontal .form-input {
    float: right;
}

.form-control {
    -moz-appearance: none;
    background-color: #EEEEEE;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(34, 42, 56, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 12px;
    height: 34px;
    padding: 6px 12px;
    transition: border-color 0.15s linear 0s, background 0.15s linear 0s;
    width: 100%;
}

.form-control::-moz-placeholder {
    color: #A0A0A0;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #A0A0A0;
    ;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #A0A0A0;
    ;
    opacity: 1;
}

.form-control:focus {
    background: #fafafa;
    box-shadow: 0 0 5px #C78D39;
    soutline: none;
    outline: none;
}

.form-control[disabled],
fieldset[disabled] .form-control,
.form-control[readonly] {
    background: #BFBFBF;
    color: rgba(66, 66, 66, 0.85);
    cursor: not-allowed;
}

select,
select.form-control {
    -moz-appearance: none !important;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: 12px;
    height: 34px;
    line-height: normal;
    padding: 6px 12px;
    width: 100%;
    cursor: pointer;
    outline: none;
    transition: none;
}

select>option {
    padding: 5px 10px;
}

select:focus {
    background-color: #fafafa;
    border-color: #999999;
}

select[disabled],
select[readonly] {
    background-color: #DDDDDD;
    cursor: default;
}

select[multiple] {
    height: auto;
}

textarea.vertical {
    resize: vertical !important;
    min-height: 82px;
    max-height: 132px;
}

.row h3 {
    font-size: 16px;
    color: #D8D8D8;
    text-shadow: 1px 1px 0px #000;
    border-bottom: solid 1px;
    margin: 10px 0;
    padding-bottom: 10px;
}

.loader {
    position: absolute;
    top: 5px;
    right: 5px;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background: #D6A257;
    color: #FFF;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {}

.form-horizontal .btn {
    padding: 6px 15px;
}

#pin-area h3,
#pin-area h2 {
    margin-bottom: 10px;
}

#pin-board {
    margin-top: 10px;
}

#num-pin-loop .btn-number {
    width: 33.3%;
    height: 50px;
    border-radius: 0;
    font-size: 18px;
    float: left;
}

input#pin_login {
    padding: 10px;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 18px;
}

table,
.table {
    width: 100% !important;
}

.table th {
    background: #cc9a50 !important;
    color: #000 !important;
}

.table td {
    background: #fff0da !important;
    color: #000 !important;
}

table td {
    text-align: left;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #cc9a50 !important;
}

.nav>li>a {
    padding: 5px 15px;
}

.nav-tabs {
    border-bottom: 1px solid #cc9a50;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #cc9a50;
    color: #000;
    border: 1px solid #cc9a50;
}

.pagination-info {
    float: left;
}

.paging_bootstrap {
    float: right;
}

.pagination-info {
    float: left;
    padding: 6px 0px;
    color: #DBDBDB;
}

.pagination {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    background: none;
    border: none;
    color: #DBDBDB;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: none;
    border: none;
    color: #c38933;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #c38933;
    background: none;
    border-color: none;
}

.contact-img {
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    width: 250px;
}

.contact-img img {
    width: 40px;
    float: left;
    margin-right: 20px;
}

.account-contact {
    font-size: 14px;
    padding: 10px 0;
}

#message-area {
    margin: 10px 0;
}

.message-item {
    padding: 0 10px;
    position: relative;
    color: #10141B;
    margin-bottom: 10px;
}

.message-item .sender {
    color: #10141B;
    border-bottom: 1px solid #10141B;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0 0 5px;
}

.message-text * {
    margin: 0;
    padding: 0;
    text-align: justify;
}

.bubble {
    background-image: linear-gradient(bottom, rgb(210, 244, 254) 25%, rgb(149, 194, 253) 100%);
    background-image: -o-linear-gradient(bottom, rgb(210, 244, 254) 25%, rgb(149, 194, 253) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(210, 244, 254) 25%, rgb(149, 194, 253) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(210, 244, 254) 25%, rgb(149, 194, 253) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(210, 244, 254) 25%, rgb(149, 194, 253) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.25, rgb(210, 244, 254)), color-stop(1, rgb(149, 194, 253)));
    border: solid 1px rgba(0, 0, 0, 0.5);
    /* vendor rules */
    border-radius: 20px;
    /* vendor rules */
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
    /* vendor rules */
    box-sizing: border-box;
    clear: both;
    float: left;
    padding: 8px 30px;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
    width: auto;
    max-width: 100%;
    word-wrap: break-word;
}

.bubble:before,
.bubble:after {
    border-radius: 20px / 10px;
    content: '';
    display: block;
    position: absolute;
}

.bubble:before {
    border: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: -7px;
    z-index: -2;
}

.bubble:after {
    border: 8px solid transparent;
    border-bottom-color: #d2f4fe;
    bottom: 1px;
    left: -5px;
}

.bubble-alt {
    background-image: linear-gradient(bottom, rgb(172, 228, 75) 25%, rgb(122, 205, 71) 100%);
    background-image: -o-linear-gradient(bottom, rgb(172, 228, 75) 25%, rgb(122, 205, 71) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(172, 228, 75) 25%, rgb(122, 205, 71) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(172, 228, 75) 25%, rgb(122, 205, 71) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(172, 228, 75) 25%, rgb(122, 205, 71) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.25, rgb(172, 228, 75)), color-stop(1, rgb(122, 205, 71)));
    float: right;
}

.bubble-alt:before {
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px / 10px;
    left: auto;
    right: -7px;
}

.bubble-alt:after {
    border-bottom-color: #ace44b;
    border-radius: 20px / 10px;
    left: auto;
    right: -5px;
}

#invitation-frame {
    margin-top: 10px;
    border: solid #CD996E 2px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    background: repeating-linear-gradient( -45deg, #000000, #000000 10px, #1c2125 10px, #1c2125 20px);
}

#invitation-title {
    background: url('../img/invt/invitation-title.png') no-repeat 50% 50%;
    width: 371px;
    height: 60px;
    margin: 0 auto 30px;
}

#selamat {
    background: url('../img/invt/selamat.png') no-repeat 50% 50%;
    background-size: 90%;
    width: 90%;
    height: 80px;
    margin: 0 auto 20px;
}

#terpilih {
    background: url('../img/invt/terpilih.png') no-repeat 50% 50%;
    background-size: 98%;
    width: 90%;
    height: 55px;
    margin: 0 auto 20px;
}

#vip-member {
    background: #181f2a url('../img/invt/vip-member.png') no-repeat 50% 50%;
    background-size: 57%;
    width: 90%;
    height: 240px;
    margin: 0 auto 50px;
    padding: 50px;
    border: solid #CD996E 2px;
    border-radius: 10px;
}

#btn-invitation {
    width: 500px;
    margin: 0 auto;
}

#btn-invitation button {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 20px 20px;
    transition: all 0.5s ease;
}

#btn-invitation #btn-deal {
    background: url('../img/invt/btn-setuju.png') 50% 50%;
}

#btn-invitation #btn-deal:hover,
#btn-invitation #btn-deal:focus {
    box-shadow: 0 0 20px #B41800;
}

#btn-invitation #btn-contact {
    background: url('../img/invt/btn-contact.png') 50% 50%;
}

#btn-invitation #btn-contact:hover,
#btn-invitation #btn-contact:focus {
    box-shadow: 0 0 20px #2C5394;
}

#invitation-frame a {
    color: #9fbdc6;
}

#fortune-wheel {
    position: relative;
    background: #000;
    padding: 5px;
    border-radius: 0px 12px 12px 0px;
    text-align: center;
    cursor: pointer !important;
    z-index: 999;
    width: 215px;
    margin: 10px auto;
}

#fortune-wheel img {
    width: 200px;
    margin-bottom: 10px;
}

#fortune-wheel #coupon-counter {
    color: #fff;
    font-family: "Avenir";
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    height: 20px;
    left: 129px;
    position: absolute;
    top: 31px;
    width: 20px;
}

#fortune-wheel #coupon-counter.two-digit {
    left: 95px;
}

.home-video {
    background: rgba(0, 0, 0, 0) url("../img/imac-template.png") no-repeat scroll center bottom;
    background-size: 100%;
    height: 590px;
    width: 100%;
    padding-top: 26px;
}

@media (max-width: 320px) {
    /*#pin-board-area{ left: -90px; }*/
    .btn-auth {
        padding: 30px 5px 5px;
        font-size: 12px;
    }
}

@media (max-width: 1280px) {
    /*#pin-board-area{ left: -90px; }*/
    #sidebar {
        width: 80%;
        transform: translate3d(-100%, 0px, 0px);
    }
    .aside-slide-right {
        transform: translate3d(80%, 0px, 0px);
    }
    #mobile-menu .menu-text {
        font-size: 12px;
    }
    #top-advss img {
        width: 120%;
    }
    #wrapper,
    .container {
        width: 100%;
    }
}

@media (min-width: 480px) {
    /*#pin-board-area{ left: 0px; }*/
}

@media (min-width: 800px) {
    .bank-account {
        width: 24.5%;
    }
}

@media (min-width: 1280px) {
    .bank-account {
        width: 24.5%;
    }
    #num-pin-loop .btn-number {
        height: 80px;
    }
    .modal-sm {
        width: 400px;
    }
}

#contact-us-badge {
    display: block;
    margin: 0% 0 0 3%;
    background-color: #000000;
    color: #f3e97a;
    border-radius: 10px;
    width: 20px;
    text-align: center;
    padding: 1px 3px;
    font-weight: normal;
    position: absolute;
}

.blink {
    animation-duration: 0.5s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.message-text img {
    max-width: 100%;
    height: auto;
}

.broadcast-body img {
    max-width: 100%;
    height: auto;
}


/*loading css*/

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 32px 32px
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px
}

.lds-roller div:nth-child(1) {
    animation-delay: -36ms
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px
}

.lds-roller div:nth-child(2) {
    animation-delay: -72ms
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px
}

.lds-roller div:nth-child(3) {
    animation-delay: -108ms
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px
}

.lds-roller div:nth-child(4) {
    animation-delay: -144ms
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px
}

.lds-roller div:nth-child(5) {
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px
}

.lds-roller div:nth-child(6) {
    animation-delay: -216ms
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px
}

.lds-roller div:nth-child(7) {
    animation-delay: -252ms
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px
}

.lds-roller div:nth-child(8) {
    animation-delay: -288ms
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}


/* end loading css*/


/*list pulsa*/

#operator-item {
    margin-bottom: 0;
}

#operator-item>li.op-item {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

#operator-item>li.op-item:nth-child(2n+1):nth-last-child(-n+2),
#operator-item>li.op-item:nth-child(2n+1):nth-last-child(-n+2)~li {}

#operator-item>li.op-item:first-child,
#operator-item>li.op-item:nth-child(2n+1) {
    padding-left: 0;
}

#operator-item>li.op-item:nth-child(2n) {
    padding-right: 0;
}

#operator-item>li.op-item>div {
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    padding: 5px;
    line-height: 40px;
}

#operator-item>li.op-item>div.chosen {
    border: 1px solid #155e9a;
    box-shadow: inset 0 0 0 1px #155e9a;
    background: rgba(21, 69, 154, 0.2);
}

#operator-item>li.op-item>div>span {
    display: block;
    line-height: 21px;
}

#operator-item>li.op-item>div>span.op-item-price {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.home_price-text {
    font-size: 20px;
}

#operator-item>li.op-item>div.chosen>.op-item-nominal {
    font-weight: bold;
    color: #155e9a;
}

#operator-item>li.op-item>div.disable {
    border: 1px solid #f77b7b;
    box-shadow: inset 0 0 0 1px #f77b7b;
    background: #ff00001f;
    cursor: default;
}

#operator-item>li.op-item>div.disable>.op-item-nominal {
    color: #f77b7b;
}