/* Generated by less 2.5.1 */
body {
    /* background: linear-gradient(90deg, #2F7AA3 0%, #0B5375 100%); */
    background-color: #2F7AA3;
    /* 設置與背景圖片顏色相近的背景顏色 */
    background-image: url('../../img/mobile/new_bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
/* body.MSlot{
    background: linear-gradient(90deg, #2F7AA3 0%, #0B5375 100%); 
    background-image: url('../../img/mobile/new_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    
} */

#bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center;
}

a {
    color: #0A3730;
}

nav.navbar-transparent {
    /* background: rgba(0, 0, 0, 0.6);
    background: transparent;
    border-color: transparent; */
}
.container-fluid {
    width: 100%;
    background: linear-gradient(90deg, #0A445F 0%, #0D78AA 100%);
    background-size: 100% 100%;
    display: flex;
    
    justify-content: space-between;
}
.navbar-header {
    margin-left: 0;  
}

nav .navbar-header .navbar-brand {
    height: auto !important;
    width: 100% !important;
    float: none !important;
    display: flex;
    align-items: center;
}

nav .navbar-header .navbar-brand img {
    height: 35px !important;
    margin: 0 auto !important;
    display: block;
}

nav .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
}

#main-content {
    width: 100%;
    position: absolute;
    margin-top: 3px;
}
#main-content .container {
    /* min-height: 700px; */
    margin-bottom: 100px;
}

@media screen and (orientation: landscape) {
    #main-content .container {
        max-width: 500px;
    }
}

#main-content .home-menu .menu-button {
    /* width: 83%;
    height: 36vw; */
}

#main-content .menu-button {
    height: 28vw;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
    border-radius: 30px;
}
body.MSlot #main-content .menu-button {
    margin-bottom: 28px;
}

@media screen and (min-width: 767px) {
    #main-content .menu-button {
        height: 21.5vw;
    }
}

#main-content .menu-button .message-buttons-quantity {
    position: absolute;
    height: 20px;
    background: #dc295c;
    color: #fff;
    border-radius: 10px;
    display: flex;
    font-size: 11px;
    align-items: center;
    padding: 5px 6px;
    top: 22%;
    right: 22%;
}

#main-content .menu-button img {
    /* max-width: 100%;
    max-height: 70%;
    margin: 0 auto;
    display: block;
    padding: 10%; */
    width: 100%;
    height: 100%;
}

#main-content .menu-button span {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    min-height: 25%;
    bottom: 0;
    font-size: 100%;
    line-height: 1.2;
}

body.MSlot #main-content .menu-button span {
    margin: -20px 0;
    font-size: 12px;
}

#main-content>.container>.row:last-child {
    margin-bottom: 3rem;
}

#login .form-wrap {
    margin: 0 auto;
}

#login h1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

#login .form-group {
    margin-bottom: 25px;
}

#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#login .checkbox .character-checkbox {
    border-radius: 3px;
    border: 1px solid #cccccc;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 25px;
}

#login .checkbox .label {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

#login .checkbox.show:before {
    color: #fff;
    content: '\e013';
    font-family: 'Glyphicons Halflings';
    font-size: 17px;
    margin: 1px 0 0 3px;
    pointer-events: none;
    position: absolute;
}

#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}

#login .forget {
    display: block;
    font-size: 13px;
    text-align: center;
    color: #fff !important;
}

#login p {
    color: #fff;
}

.form-control {
    color: #212121;
}

.btn-custom {
    border-width: 1px;
    border-style: solid;
    background-image: linear-gradient(to bottom, #083249 0%, #092e40 50%, #02141c 100%);
    border-color: #062231;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-custom:hover {
    color: #fff !important;
    background-image: linear-gradient(to bottom, #083249 0%, #092e40 50%, #02141c 100%) !important;
    border-color: #062231 !important;
}

.btn-custom:active,
.btn-custom:focus {
    color: #fff !important;
    background-image: linear-gradient(to bottom, #042333 0%, #021d2b 50%, #000608 100%) !important;
    border-color: #041d2b !important;
    outline: none !important;
}

.btn-custom[disabled],
.btn-custom[disabled]:hover,
.btn-custom[disabled]:active,
.btn-custom[disabled]:focus,
.btn-custom.disabled,
.btn-custom.disabled:hover,
.btn-custom.disabled:active,
.btn-custom.disabled:focus {
    cursor: not-allowed;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background-image: linear-gradient(to bottom, #2b454e 0%, #35484e 50%, #1f3740 100%) !important;
    border-color: #243742 !important;
    color: #929b9e !important;
}

button.btn.btn-nav {
    width: 100%;
    background: linear-gradient(#01a1be, #01c5e8, #8ceeff) !important;
    margin-top: 10px;
}

button.btn.btn-nav:active {
    background: linear-gradient(#007d94, #00b0d0, #6bc1d0) !important;
}

button.btn.btn-nav:focus {
    outline: none;
}

.btn-nav[disabled],
.btn-nav[disabled]:hover,
.btn-nav[disabled]:active,
.btn-nav[disabled]:focus,
.btn-nav.disabled,
.btn-nav.disabled:hover,
.btn-nav.disabled:active,
.btn-nav.disabled:focus {
    cursor: not-allowed;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background-image: linear-gradient(to bottom, #2b454e 0%, #35484e 50%, #1f3740 100%) !important;
    border-color: #243742 !important;
    color: #929b9e !important;
}

.fa-refresh:hover {
    text-decoration: none !important;
    color: #333 !important;
}

.fa-refresh:active {
    transform: scale(0.9) !important;
}

.go-back {
    position: fixed;
    left: 5px;
    bottom: 76px;
    color: #fff;
    font-size: 55px;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 10;
}

.go-back:active,
.go-back:focus,
.go-back:hover {
    color: rgba(0, 0, 0, 0.3);
}

#transaction .panel {
    margin-bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
    border: 1px solid transparent;
    border-radius: 0;
}

#transaction .panel-default {
    /* border-color: rgba(0, 0, 0, 0.3); */
    background: linear-gradient(90deg, #1b4b65 0%, #0b384f 100%);
}

body.MSlot #transaction .panel {
    border: none;
}

#transaction .panel-default>.panel-heading {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: none;
}
body.MSlot #transaction .panel-default {
    background-color: transparent;
    background: none;
}
body.MSlot #transaction .panel-default>.panel-body {
    background-color: transparent;
    border: none;
}

#transaction .panel-default>.panel-heading .panel-title>.small,
#transaction .panel-default>.panel-heading .panel-title>.small>a,
#transaction .panel-default>.panel-heading .panel-title>a,
#transaction .panel-default>.panel-heading .panel-title>small,
#transaction .panel-default>.panel-heading .panel-title>small>a {
    font-weight: bold;
}

#transaction .panel-default>.panel-body {
    /* background-color: rgba(0, 0, 0, 0.2); */
}

#transaction .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgba(0, 0, 0, 0.2);
    padding: 0;
}

#transaction .panel-default>.panel-heading+.panel-collapse>.panel-body .list-group {
    padding-left: 0;
    margin-bottom: 0;
}

#transaction .panel-default>.panel-heading+.panel-collapse>.panel-body .list-group .list-group-item {
    background-color: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

#transaction .panel-default>.panel-heading+.panel-collapse>.panel-body .list-group .list-group-item:first-child,
#transaction .panel-default>.panel-heading+.panel-collapse>.panel-body .list-group .list-group-item:last-child {
    border-radius: 0;
}

@media screen and (max-width: 373px) {
    #transaction .panel-body>.btn__opts>.btn:first-child {
        margin-bottom: 1rem;
    }
}

.panel-group .panel-body .row.seach_result_list {
    min-height: 170px;
    position: relative;
    display: none;
}

.panel-group .panel-body .row.seach_result_list .search_loading_icon {
    display: block;
    width: 50px;
    height: 50px;
    top: 60px;
    position: relative;
    margin: 0 auto;
    background-image: url("/Content/img/mobile/icon_loading.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: loading 1.5s infinite linear;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading-keyframe {
    animation-name: loading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.panel-group .panel-body .row.seach_result_list .no_search_data_msg_box {
    display: flex;
    top: 40px;
    position: absolute;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
}

.panel-group .panel-body .row.seach_result_list .no_search_data_msg_box p {
    color: #fff;
}

.panel-group .panel-body .row.seach_result_list .no_search_data_msg_icon {
    width: 63px;
    height: 63px;
    background-image: url("/Content/img/icons/icon_sorrynotfound.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

label,
.label-text {
    color: #fff !important;
    text-transform: uppercase;
}

.table-slot-type {
    margin-bottom: 0;
    table-layout: fixed;
}

.table-slot-type tr td {
    padding: 2px !important;
    border-top: transparent !important;
    text-align: center;
    width: 50%;
}

.table-slot-type tr td a {
    color: #fff;
}

.table-slot-type tr td a.active {
    font-weight: bold;
}

.myaccount-table thead tr th {
    color: #fff;
    border-bottom: 0;
    font-weight: bold;
    font-size: 20px;
}

.myaccount-table tbody tr td {
    border-top: 0;
    color: #fff;
}

.myaccount-table tbody tr td:first-child {
    width: 50%;
}

.bonus-box {
    margin-bottom: 8px;
    cursor: pointer;
}

.bonus-box h4 {
    color: #fff;
    font-weight: bold;
}

.bonus-box table {
    table-layout: fixed;
}

.bonus-box table tbody tr td {
    border-color: transparent;
    font-size: 20px;
    font-weight: bold;
}

.bonus-box table tbody tr td:first-child {
    width: 35%;
}

.bonus-box table tbody tr td:nth-child(2) {
    width: 10px;
}

.bonus-box p {
    line-height: 28px;
    border: 1px solid #9E9E9E;
    padding: 3px;
    border-radius: 5px;
    font-weight: bold;
    background: #fff;
    color: #fff;
}

.bonus-box.active p {
    border: 1px solid #FFF;
}

.bonus-box~p a {
    font-size: 13px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    color: #fedb7f;
}

.quick-deposit-btn .btn-group,
.quick-transfer-btn .btn-group,
.quick-withdraw-btn .btn-group {
    padding-right: 5px;
}

.quick-deposit-btn .btn-group button,
.quick-transfer-btn .btn-group button,
.quick-withdraw-btn .btn-group button {
    background: #fff;
    border-radius: 5px;
    padding-left: 0;
    padding-right: 0;
}

/* .menu-wrap>div:nth-child(odd) {
    padding-right: 0;
}

.menu-wrap>div:nth-child(even) {
    padding-left: 0;
} */

a[x-apple-data-detectors] {
    color: #fff !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/*********交易紀錄頁面*********/
#main-content.transaction-record .modal-header {
    border-bottom: 0px;
    border-top: 0px;
}

#main-content.transaction-record .modal-footer {
    border-top: 0px;
}

#main-content.transaction-record .modal-content {
    background: #02374a;
    /* background: -moz-linear-gradient(0deg, rgba(1, 101, 135, 1) 0%, rgba(0, 32, 43, 1) 45%, rgba(30, 100, 154, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(1, 101, 135, 1) 0%, rgba(0, 32, 43, 1) 45%, rgba(30, 100, 154, 1) 100%);
    background: linear-gradient(0deg, rgba(1, 101, 135, 1) 0%, rgba(0, 32, 43, 1) 45%, rgba(30, 100, 154, 1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#016587", endColorstr="#1e649a", GradientType=1);
    color: white !important;
}

#main-content.transaction-record .table>tbody>tr>td,
#main-content.transaction-record .table>tbody>tr>th,
#main-content.transaction-record .table>tfoot>tr>td,
#main-content.transaction-record .table>tfoot>tr>th,
#main-content.transaction-record .table>thead>tr>td,
#main-content.transaction-record .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px !important;
}

#main-content.transaction-record tr th {
    background: rgb(0, 32, 43);
    background: -moz-linear-gradient(0deg, rgba(0, 32, 43, 1) 0%, rgba(1, 101, 135, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 32, 43, 1) 0%, rgba(1, 101, 135, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 32, 43, 1) 0%, rgba(1, 101, 135, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00202b", endColorstr="#016587", GradientType=1);
    border-bottom: 1px solid white;
}

#main-content.transaction-record tr,
#main-content.transaction-record th {
    font-size: 10px;
    text-align: center;
}

#main-content.transaction-record th {
    text-align: center;
}

#main-content.transaction-record th.small {
    width: 15%;
}

#main-content.transaction-record .panel-heading ul li {
    display: inline !important;
    font-size: 15px;
    font-weight: 100;
}

#main-content.transaction-record tr:nth-child(even) {
    background: rgb(0, 0, 0, 0.1);
}

#main-content.transaction-record button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    opacity: 1;
    color: white;
    margin-top: 10px;
}

#main-content.transaction-record button.close:hover {
    color: red;
}

#main-content.transaction-record .close {
    float: right;
    font-size: 21px;
    font-weight: 100;
    line-height: 1;
    /* color: #000; */
    text-shadow: 0 0px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#main-content.transaction-record .modal-footer {
    display: flex;
    justify-content: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    margin-top: -25px;
}

#main-content.transaction-record .modal-footer button {
    background: rgb(1, 101, 135);
    background: -moz-linear-gradient(0deg, rgba(1, 101, 135, 1) 0%, rgba(0, 32, 43, 1) 0%, rgba(30, 100, 154, 1) 55%);
    background: -webkit-linear-gradient(0deg, rgba(1, 101, 135, 1) 0%, rgba(0, 32, 43, 1) 0%, rgba(30, 100, 154, 1) 55%);
    background: linear-gradient(0deg, rgba(1, 101, 135, 1) 0%, rgba(0, 32, 43, 1) 0%, rgba(30, 100, 154, 1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#016587", endColorstr="#1e649a", GradientType=1);
    border: none;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
    border-bottom: 1.4px solid white;
}

#main-content.transaction-record .modal-footer button * {
    vertical-align: middle;
}

#main-content.transaction-record .modal-footer i {
    font-size: 25px !important;
    /* vertical-align: middle; */
}

.transaction-record .modal-header-tabs {
    display: flex;
    justify-content: center !important;
}

.transaction-record .modal-header-tabs li a {
    color: white;
}

.transaction-record .modal-header .nav>li {
    background: rgb(0, 32, 43);
    background: -moz-linear-gradient(0deg, rgba(0, 32, 43, 1) 0%, rgba(1, 101, 135, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 32, 43, 1) 0%, rgba(1, 101, 135, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 32, 43, 1) 0%, rgba(1, 101, 135, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00202b", endColorstr="#016587", GradientType=1);
    border-bottom: 1px solid white;
    width: 80px;
    text-align: center;
    border-radius: 3px;
}

.transaction-record .modal-header .nav-pills>li.active>a,
.transaction-record .modal-header .nav-pills>li.active>a:focus,
.transaction-record .modal-header .nav-pills>li.active>a:hover {
    color: #fff;
    background: rgb(1, 101, 135);
    background: -moz-linear-gradient(0deg, rgba(1, 101, 135, 1) 0%, rgba(0, 32, 43, 1) 0%, rgba(30, 100, 154, 1) 55%);
    background: -webkit-linear-gradient(0deg, rgba(1, 101, 135, 1) 0%, rgba(0, 32, 43, 1) 0%, rgba(30, 100, 154, 1) 55%);
    background: linear-gradient(0deg, rgba(1, 101, 135, 1) 0%, rgba(0, 32, 43, 1) 0%, rgba(30, 100, 154, 1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#016587", endColorstr="#1e649a", GradientType=1);
}

.transaction-record .modal-header .nav-pills>li>a,
.transaction-record .modal-header .nav-pills>li>a:focus,
.transaction-record .modal-header .nav-pills>li>a:hover {
    color: #fff;
    background-color: initial;
}

.transaction-record .modal-header {
    margin-bottom: -10px;
}

@media (min-width: 768px) {
    #transaction-record .transmodal {
        width: auto !important;
        margin: 30px auto;
    }
}

@media (max-width: 360px) {
    #main-content.transaction-record th.small {
        width: 17%;
    }
}

/*********交易紀錄頁面*********/
/*deposit bonus*/
#deposit-bonus,
span {
    color: white;
    /* text-align: center; */
}

#deposit-bonus .input-group {
    margin-top: 20px;
}

#deposit-bonus .arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid white;
    margin: 4px 0px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid white !important;
    margin: 4px 0px;
    color: red !important;
}

#deposit-bonus button {
    outline: none;
}

#deposit-bonus .deposit-bonus-radio-container ul li {
    list-style-type: none;
    padding-left: 10px;
    padding: 5px;
}

#deposit-bonus .deposit-bonus-radio-container ul li input,
#deposit-bonus .deposit-bonus-radio-container ul li label {
    vertical-align: middle;
    padding: 0 !important;
    margin: 0 !important;
}

#deposit-bonus .deposit-bonus-radio-container {
    font-size: 14px;
    font-weight: bold;
}

.deposit-bonus-radio-container ul {
    padding: 0;
    margin-top: 15px;
}

.deposit-bonus-radio-container {
    display: none;
}

.deposit-bonus-title {
    text-align: left;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
}


[class*="my-col-"] {
    float: left;
    /* border: 1px solid red; */
}

.my-col-1 {
    width: 8.33%;
}

.my-col-1 input {
    vertical-align: middle;
}

/* 8.33 */

.my-col-11 {
    width: 91.66%;
}

.hr-class {
    margin-top: 0;
}

/*deposit bonus*/

/* Marketing A New Styles 06-23-2020 start */
#wallet-heading .panel-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 9px 15px;
}

#wallet-heading.panel-heading {
    padding: 0 !important
}

#wallet-heading.panel-heading .header-container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#wallet-heading.panel-heading.wh-2 {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"] {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    cursor: pointer;
    background-color: #45859b !important;
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"]:first-child {
    border-right: 1px inset rgba(0, 0, 0, 0.6);
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"]:last-child {
    border-left: 1px inset rgba(0, 0, 0, 0.6);
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"]:hover {
    background-color: #90c4d6 !important;
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"].active {
    background-color: #90c4d6 !important
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"]:hover:after {
    color: #014156;
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"]:hover:after {
    color: #014156;
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"] a {
    text-decoration: none !important;
    color: #fff;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2 !important;
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"]:hover a,
#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"].active:after {
    color: #014156;
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"].active a {
    color: #014156 !important;
}

@media only screen and (max-width: 320px) {
    #wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"] a {
        font-size: 1.2rem;
    }
}

/* Marketing A New Styles 06-23-2020 end */


.media:first-child {
    margin-top: 15px;
}

.media {
    padding: 10px;
    overflow: visible;
}

.media .media-middle {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
}

.media .media-middle a img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.media .media-body {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
}

.media .media-body h4 {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.media .media-body p {
    color: #fff;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 15px;
}

.media-body .btn-play-forfun:first-of-type {
    margin-right: 2px;
}

.media-body .btn-play-forfun:last-of-type {
    margin-left: 2px;
}

.media-middle .fav-icon-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    text-align: right;
}

.media-middle .fav-icon {
    width: 75%;
}

.btn-play-forfun {
    border-radius: 5px;
    background: gray;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    background: rgb(168, 168, 168);
}

@media (max-width: 360px) {
    .btn-play-forfun {
        letter-spacing: -1px;
        padding: 3px;

    }
}

@media (max-width: 340px) {
    .btn-play-forfun {
        letter-spacing: -2px;
        padding: 3px;
    }
}

.btn-play-violet {
    background: #9d78e6;
}

.btn-play-green {
    background: #3edf0a;
}

.btn-play-pink {
    background: #e43657;
}


/*iphone x*/
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .btn-play-forfun {
        font-size: 12px;
    }
}

.home-search {
    width: 97%;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.home-search input {
    width: 100%;
    height: 38px;
    vertical-align: middle;
    outline: none;
    padding-left: 25px;
}

.home-search .home-search-left-arrow img {
    width: 15px;
    left: 9px;
    position: absolute;
    margin-top: -7px;
}

.home-search .shome-search-cancel img {
    margin-left: -55px;
    width: 18px;
    margin-bottom: 1px;
}

.home-search .home-search-mg img {
    margin-left: -30px;
    height: 21px;
}

.home-search .home-search-mg img:active {
    transform: scale(0.9);
}

.home-search-display-none {
    display: none;
}

.home-search-display-block {
    display: block !important;
}

.home-search-display-container {
    width: 91%;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.home-search-history {
    height: auto;
    /* margin: auto; */
    margin-top: -20px;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    border: 1px solid;
    padding-top: 3px;
    margin-bottom: 5px;
    border: 1px solid #1C6385;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.search-item {
    z-index: 2;
    background-color: #F4F4F4;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    padding-bottom: 5px;
}

.home-search-history :last-child{
    border:1px solid transparent;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.home-search-history img {
    width: 12px;
}

.navbar-header {
    padding-left: 8.8%;
}

.navbar-brand {
    padding: 15px 0;
    margin: 0;
}

.navbar-brand>img {
    display: inline;
}

.navbar-mobile-right {
    padding-right: 4%;
}

@media only screen and (min-width: 992px) {
    .home-search {
        width: 50%;
    }

    .home-search-display-container {
        width: 80%;
    }
}

@media only screen and (max-width: 992px) {

    .navbar-header {
        padding-left: 9.8%;
    }

    .navbar-mobile-right {
        padding-right: 5.5%;
    }

    .home-search {
        width: 97%;
        height: 70px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        margin-bottom: 5px;
        margin-top: 5px;
        display: flex;
        align-items: center;
    }

    .home-search input {
        width: 100%;
        height: 50px;
        vertical-align: middle;
        outline: none;
        padding-left: 25px;
    }
}

@media only screen and (max-width: 678px) {
    .mobile-home-banner {
        width: 100%;
        border: 2px solid #77C1E4;
        box-sizing: border-box;
    }
   

    .navbar-header {
        padding-left: 8.8%;
    }

    .navbar-mobile-right {
        padding-right: 4%;
    }

    .home-search {
        width: 97%;
        height: 44px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        margin-bottom: 5px;
        margin-top: 5px;
        display: flex;
        align-items: center;
        
    }

    .home-search input {
        width: 100%;
        height: 38px;
        vertical-align: middle;
        outline: none;
        padding-left: 10px;
        border-radius: 8px;
        border: 1px solid #1C6385;
        background: #EAEAEA;
        color: #000000;
    }
    
}

#wallet-heading.panel-heading.wh-2>.header-container>.row>[class*="col-"] {
    min-width: 49%;
    border: 1px inset rgba(0, 0, 0, 0.6);
    flex: 1;
}

#wallet-heading.panel-heading.wh-2>.header-container>.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
}


/*----------------------*/

.watermark-box {
    position: relative;
    overflow: hidden;
}

.watermark-box .watermark-text {
    color: rgba(111, 196, 244, 0.3);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    width: 180%;
    height: 250%;
    z-index: 3;
    left: -100px;
    top: -160px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    word-spacing: 5px;
    font-size: 20px;
}

.watermark-box .watermark-priority {
    position: relative;
    z-index: 4 !important;
}

#main-content .panel-body .menu-button img {
    max-width: 100%;
    max-height: 70%;
    margin: 0 auto;
    display: block;
    padding: 10%;
}

body.MSlot #main-content .panel-body .menu-button img {
    max-height: 87%;
    padding: 0;
}

#main-content .panel-body .menu-button.game-maint::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -7%;
    left: 0;
    /** transparent  **/
    background: url(../../img/mobile/gamehall_maintenance.png) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    border-radius: 10px;
    opacity: 0.9;
}

/*----------------------*/