@import './font-awesome.min.css';
@import './wheel.css';
@import './sweetalert2.min.css';
a>i.fa, a.nav-link>i.fa, div>i.fa, td>i.fa, span>i.fa, button>i.fa {
    margin-right: 3px;
}

#give-away>i.fa {
    margin-right: 7px;
}

h3>i.fa, h5>i.fa {
    margin-right: 6px;
}

.alert.hide, .hide {
    display: none;
}


body {
    background-color: #f0f4f7;
    overflow-y: scroll !important;
    font-family: 'Kanit', sans-serif!important;
}
p{
    font-family: 'Kanit', sans-serif!important;
}
nav, h1, h2, h3, h4, h5, input, button, select, textarea, optgroup, option, a, li, div {
    font-family: 'Kanit', sans-serif!important;
}

a[data-toggle="collapse"] {
    color: #000;
}

a[data-toggle="collapse"]:hover {
    color: #000;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

#accordion>.card>.card-header>h5 {
    font-size: 18px;
}

.game-img {
    width: 125px !important;
}

.game-img-wrapper {
    margin: 15px;
}

.game-card {
    margin-bottom: 14px;
}

.game-box>img {
    transition: 0.2s ease all;
}

.game-box:hover>img {
    transform: scale(0.7);
}

.progress-bar {
    transition: 0.4s ease all;
}

td {
    vertical-align: middle !important;
}

.shake {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

img.xcard-img {
    width: 175px;
}

img.xcard-img:not([data-card]) {
    cursor: not-allowed;
}

.swal2-title {
    font-family: 'Kanit', sans-serif;
}

.random {
    display: none;
    overflow: hidden;
    width: 690px;
    height: 250px;
    z-index: 100;
    position: relative;
    background-color: rgba(255, 150, 50, 0.8);
    background: linear-gradient(90deg, rgba(255, 150, 50, 0.8) 30%, rgba(255, 103, 50, 0.8) 80%);
}

.random>#random-container {
    z-index: 150px;
    position: absolute;
    margin-top: 25px;
    left: 800px;
    width: 10000%;
    transition: transform 9.5s cubic-bezier(.31, .9985, .31, .9985);
}

.random>#random-container>.item {
    margin: 10px;
    float: left;
    width: 180px;
    height: 180px;
}

.random>#random-container>.item>.content>img {
    width: 100%;
    max-width: 192px;
    max-height: 192px;
}

.random>#random-center {
    position: absolute;
    z-index: 999;
    left: calc(50% - 1.5px);
    width: 3px;
    height: 260px;
    background: #fff;
}

.random_roulette {
    background-color: rgba(0, 0, 0, 0.8);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.83) 30%, rgba(0, 0, 0, 0.72) 80%);
    height: 150px;
    border-radius: 5px;
}

.random_roulette>#random-container>.item {
    margin: 0;
    width: 100px;
    height: 100px;
}

.random_roulette>#random-container {
    margin-top: 25px;
}

.random_roulette>#random-center {
    position: absolute;
    z-index: 999;
    left: calc(50% - 1.5px);
    width: 1px;
    height: 260px;
    background: #fff;
}

.btn-group.special {
    display: flex;
  }
  
  .special .btn {
    flex: 1
  }
  
.random_roulette>#random-container>.item>.content>img {
    width: 100%;
    max-width: 192px;
    max-height: 192px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px #0000003d;
}

.s_roulette{

}

.s_roulette img{
    width: 50px;
    height: 50px;
}

.r_black{
    filter: grayscale(100%);
}

.r_green{
    filter: hue-rotate(175deg);
}

.slots_container {
    background: #333;
    border-radius: 0.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.slot_display {
    background: #fff;
    border-radius: 0.2em;
    margin: 1%;
    width: 18vw;
    height: 18vw;
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
}

.slot_display>div>img {
    width: 100%;
    padding: 15px;
}

.coin-slot {
    margin-bottom: 15px;
    display: flex;
}

.coin-slot>div {
    flex-grow: 1;
    border: 1px solid #eee;
    padding: 10px;
    font-size: 32px;
    border-radius: 4px;
    margin: 5px;
    text-align: center;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.ui-widget.ui-widget-content {
    top: 30% !important;
}

.ui-button {
    color: #fff !important;
    border-color: #007bff !important;
    background-color: #007bff !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    font-size: 1rem;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background: red;
    border-radius: 4px !important;
}

.ui-widget-header {
    border: 1px solid #007bff !important;
    background: #007bff !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 1rem !important;
}

.ui-dialog-titlebar-close {
    display: none !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px !important;
}

.ui-dialog {
    padding: 0 !important;
    box-shadow: 1px 0px 9px #989898;
}

.ui-widget.ui-widget-content {
    border: 1px solid #007bff !important;
}

#tmtopup_payment_alert {
    background-color: #2ecc71 !important;
    opacity: 1.0 !important;
    font-size: 14px !important;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: .1em 1em .1em .4em !important;
}

#tmtopup_payment_confirm p>span {
    color: #2ecc71 !important;
}

img {
    /* max-width: 100%; */
}

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}

.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
    padding:
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    width: 40px;
    margin-top: 10px;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 1px;
    vertical-align: top;
    width: 85%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 16px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 1px 0 0;
}

.received_withd_msg {
    width: 57%;
    margin-bottom: 5px;
}

.mesgs {
    float: left;
    width: 100%;
}

.sent_msg p {
    background: #593196 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 16px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 0px 0 5px;
}

.sent_msg {
    float: right;
    width: 50%;
    margin: 5px;
}

@media only screen and (max-width: 700px) {
    .sent_msg {
        width: 70%;
    }
    .received_withd_msg {
        width: 70%;
    }
}

@media only screen and (max-width: 764px) {
    .received_withd_msg {
        width: 100%;
    }
}

.input_msg_write input {
    background: rgb(240, 244, 247) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
    border-radius: 50px;
    padding-left: 20px;
}

.input_msg_write:focus, .input_msg_write input:focus {
    outline: none;
}

.incoming_msg_img img {
    max-width: 100%;
    cursor: pointer;
}

.type_msg {
    position: relative;
}

.msg_send_btn {
    background: #ff5d63 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 40px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    height: 516px;
    overflow-y: auto;
}

.icon-tool {
    cursor: pointer;
}

.number {
    background-color: #007bff;
    padding: 5px;
    text-align: center;
    margin: 5px 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 50px;
}

.selected {
    pointer-events: none;
    cursor: not-allowed;
}

@media only screen and (max-width: 450px) {
    .col-md-1 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .number {
        padding: 0;
        margin: 2px;
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: normal;
    }
}

.mt-5 {
    margin-top: 5rem !important;
}

.navbar-dark .navbar-nav .nav-link {
    transition: 0.20s;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    color: #fff;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .pace-inactive {
    display: none;
  }
  
  .pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
  }
  
  .pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
  }
  
  .pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
  }
  
  @-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
  }
  @keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
  }
  

@media (min-width: 576px){
.modal-dialog {
    /* max-width: 90%; */
}
}

@media (min-width: 992px){
.modal-lg {
    max-width: 800px;
}
}

.img-logo{
    width: 70%;
}

@media (min-width: 500px){
    .img-logo{
        width: 58%;
    }
    }

@media (min-width: 500px){
.col-md-3 {
    width: 50%;
}
}
.reward-card-title{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0.3rem;
    color: #fff;
}

.flip-coin {
    background-color: transparent;
    width: 300px;
    height: 300px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.flip-coin-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}

.flip-coin-front, .flip-coin-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-coin-back {
    transform: rotateY(180deg);
}

.flip-coin img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.nav-game{
    border: 1px solid transparent;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.g_paoyingchub img{

}

.media-body h5{
    line-height: 1.0;
}

.btn_c{
    padding-right: 5px;
    padding-left: 5px;
}


.h-flip-coin {
    background-color: transparent;
    width: 100%;

    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
}

.h-flip-coin-inner {
    position: relative;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    width: 100%;

}

.h-flip-coin-front, .flip-coin-back {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.h-flip-coin-back {
    transform: rotateY(180deg);
    width: 100%;

}

.h-flip-coin img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.btn-facebook {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2;
    box-shadow: 0 2px 12px -6px #4267b2!important;
}

.btn-facebook:hover {
    background-color: #375592;
    border-color: #375592;
    color: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0;
    content: "\f078";
    margin: 0;
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
}

.dropdown-toggle[aria-expanded="true"]::after {
    content: "\f077";
}

.forgot-password a {
    color: #ff5c62;
}

.card {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(154, 160, 185, .05), 0 15px 40px rgba(166, 173, 201, .2);
}

    .nav-menu {
    width: 100%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 5px 0;
}

.nav-menu.active {
    background: #303030;
    color: #fff;
}

.nav-menu a {
    color: #343a40;
}

.nav-menu.active a {
    color: #fff;
}