@font-face {
    font-family: Tahoma;
    src: url('../font/tahoma.ttf') format('truetype')
}

@font-face {
    font-family: Tahoma;
    src: url('../font/tahoma_bold.ttf') format('truetype');
    font-weight: 700
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width:576px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td i,
.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: .25rem;
    padding: .5em
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #f8f9fa
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #dee2e6
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #f8f9fa;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
    color: #dee2e6
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #dee2e6;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #dee2e6;
    color: #007bff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td i,
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: .25rem
}

.bootstrap-datetimepicker-widget table td i:hover,
.bootstrap-datetimepicker-widget table td span:hover {
    background: #f8f9fa
}

.bootstrap-datetimepicker-widget table td i.active,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #dee2e6;
    color: #007bff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td i.old,
.bootstrap-datetimepicker-widget table td span.old {
    color: #dee2e6
}

.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td i.disabled:hover,
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-group.date .input-group-text {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.fish .nav-link {
    padding: 0 !important
}

.fish img {
    height: 40px !important
}

body {
    font-size: 14px;
    overflow-x: hidden;
    background: url("../images/chrismak/bg_chris.png") no-repeat !important;
    background-size: 100% 96%!important;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important
}
.snow-fram-robong{
    background: url("../images/chrismak/snow.png") no-repeat !important;
    height: 40px;
    width: 100%;
    position: absolute;
    top: 33px;
    z-index: 1000;
    background-size: contain!important;;
    background-position: 0 0;
}

.bg-darker {
    background-color: none !important
}

.main-content {
    overflow: hidden;
    
}

img {
    max-width: 100%
}

.w-20 {
    width: 20%
}

.border-radius-5 {
    border-radius: 5px
}

.main-content.home .container {
    background: #000a21;
    padding-bottom: 20px
}

.icon {
    width: 20px;
    height: auto
}

.bg-primary {
    background: #0c1163 !important
}

.bg-primary-dark {
    background: #000a21 !important
}

.bg-info {
    background: #0877d3 !important
}

.nav-link-icon img {
    height: 70px
}

.label {
    background: #0c1163;
    color: #fff;
    border: 2px solid #0877d3;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
    height: 34px;
    line-height: 25px;
    min-width: 100px;
    text-align: center
}

.label-sm .label {
    min-width: 60px
}

.btn-secondary {
    background: 0 0 !important;
    border: none;
    color: #fff;
    box-shadow: none !important
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff !important
}

.btn-secondary img {
    height: 18px
}

.dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .1em;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent
}

#show-date {
    min-width: 220px
}

.text-md {
    font-size: 14px
}

.navbar-nav {
    flex-direction: row
}

.top-menu .navbar-nav .nav-item:not(:first-child) {
    border-left: 1px solid #0877d3
}

.top-menu a {
    font-weight: 700
}

.navbar-nav .nav-item {
    margin-left: 7px
}

.navbar-nav .nav-item a {
    color: #fff;
    padding: 0 13px;
    font-size: 14px;
    display: flex;
    position: relative
}

.navbar-nav .badge {
    position: absolute;
    background: red;
    color: #fff;
    top: -1px;
    right: 15px;
    font-size: 6px;
    padding: 3px 4px !important;
    border-radius: 0 !important;
    box-shadow: none !important
}

.navbar-nav .nav-item span {
    color: #fff;
    font-size: 13px;
    padding-left: 10px;
    white-space: nowrap
}

.navbar-nav .nav-item:hover a {
    color: #0877d3
}

.navbar-nav img {
    height: 20px
}

.main-menu a {
    padding: 8px 15px !important
}

.main-menu li.active,
.main-menu li:hover {
    background: rgba(0, 0, 0, .2);
    transition: ease-in-out all .5s;
    border-radius: 5px
}

.announcement {
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    height: 30px
}

.announcement .lead {
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7px;
    height: 100%;
    z-index: 3;
    background: #04407a !important
}

.announcement .lead span {
    font-size: 13px
}

.announcement .text {
    width: calc(100% - 150px);
    position: absolute;
    left: 150px;
    top: 0;
    height: 100%
}

#marquee {
    position: relative;
    overflow: hidden;
    height: 100%
}

#info {
    white-space: nowrap;
    position: absolute
}

.border-gold {
    position: relative;
    z-index: 4
}

.slider {
    position: relative
}

.border-gold:after,
.border-gold:before {
    content: "";
    position: absolute
}

.list-game {
    margin-top: -120px;
    position: absolute;
    left: 0;
    z-index: 100
}

.list-game .owl-item {
    width: 167px;
    height: 167px;
    transition: all .2s ease-in-out
}

.list-game .owl-item:hover {
    transform: scale(1.05)
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
    display: none
}

.owl-prev {
    position: absolute;
    top: 101px;
    left: 0;
    width: 30px;
    height: 30px
}

.owl-nav i {
    font-size: 40px
}

.owl-next {
    position: absolute;
    top: 101px;
    right: 10px;
    width: 30px;
    height: 30px
}

.owl-carousel .owl-stage {
    margin-left: 40px !important;
    margin: 30px 0
}

.text-lg {
    font-size: 20px !important
}

.live-chat {
    overflow: hidden;
    position: fixed;
    right: -230px;
    top: calc(50vh - 120px);
    z-index: 999
}

.chat-label {
    text-align: center;
    background: #0877d3;
    width: 50px;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    float: left;
    cursor: pointer
}

.chat-label h1 {
    writing-mode: vertical-lr;
    transform: translate(-50%, 5%) rotate(180deg)
}

.chat-content {
    float: left;
    background: #0877d3;
    padding: 20px;
    border-radius: 0 0 0 10px;
    width: 230px;
    min-height: 220px
}

.back-drop {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, .5);
    z-index: 101
}

.img-footer {
    width: 200px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto
}

.img-footer img {
    width: 100%;
    pointer-events: none;
}

.upcoming {
    background: #001441;
    z-index: 5
}

.upcoming .p-2:nth-child(even) {
    background: #263a67
}

.upcoming .highlighted {
    background: #263a67
}

.position-relative,
.promotion {
    z-index: 5
}

.promotion img {
    width: 100%
}

.join-us img {
    width: 100px
}

.bank-option {
    position: relative;
    background-color: #0a3a7e;
    z-index: 5;
    padding: 2px
}

.bank-2m img {
    width: 30px
}

.bank a {
    padding: 0 5px
}

.partner img {
    width: 40px;
    margin-bottom: 10px
}

.partner a {
    padding: 3px
}

.vip-card .item {
    height: 110px
}

.vip-card img {
    opacity: .3;
    width: 120%
}

.btn-primary {
    background: #0877d3;
    border: 1px solid #fff;
    padding: 5px 20px;
    font-size: 14px !important;
    margin-top: 6px
}

.bg-primary.active {
    background: #0c85d0 !important
}

.btn-default {
    background: #0c1163;
    border: 1px solid #fff;
    padding: 5px 20px;
    font-size: 14px !important
}

.btn-outline-warning {
    background: #0c1163;
    border: 1px solid #f8ba2a;
    color: #f8ba2a;
    padding: 5px 20px;
    font-size: 14px !important;
    min-width: 120px
}

.btn-outline-warning:hover {
    background: #f8ba2a;
    border: 1px solid #f8ba2a;
    color: #fff
}

.btn-warning:hover {
    background: #0c1163;
    border: 1px solid #f8ba2a;
    color: #fff
}

.btn-warning {
    background: #f8ba2a;
    border: 1px solid #f8ba2a;
    padding: 5px 20px;
    font-size: 14px !important;
    min-width: 120px
}

.text-warning {
    color: #f8ba2a !important
}

.btn-default:hover,
.btn-primary:hover {
    background: #0c1163
}

.btn-lg {
    padding: 10px 20px;
    font-size: 18px !important;
    min-width: 120px
}

.text-primary {
    color: #0877d3 !important
}

.load-content-body {
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    background: rgba(0, 19, 61, .7);
    min-height: 600px;
    margin-bottom: 20px;
    position: relative;
    z-index: auto !important
}

.full-bg .load-content-body,
.game .load-content-body {
    margin-top: 180px
}

.full-bg .main-img {
    position: absolute;
    width: 200px;
    left: 70px;
    top: -180px
}

.btn-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -25px;
    text-align: center
}

.btn-title a {
    background: #2271c3;
    background: linear-gradient(0deg, rgba(34, 113, 195, .8) 0, rgba(204, 204, 204, .8) 100%);
    border-radius: 20px;
    padding: 5px 30px;
    font-size: 30px;
    font-weight: 700
}

.card-game .title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10
}

.card-game .title h1 {
    text-transform: uppercase;
    color: #fff;
    z-index: 99999;
    margin-left: -92px;
    margin-top: -59px;
    position: absolute;
    text-align: center;
    display: inline-block;
    background: #2271c3;
    background: linear-gradient(0deg, rgba(34, 113, 195, .8) 0, rgba(204, 204, 204, .8) 100%);
    border-radius: 20px;
    padding: 5px 30px;
    font-size: 30px;
    font-weight: 700
}

.game-item {
    padding: 10px 20px
}

.game-item .wrapper {
    background: url("../images/img/fishing/BG.png");
    border-radius: 20px;
    padding: 10px 0;
    text-align: center;
    position: relative
}

.card-game .wrapper {
    background: 0 0;
    padding: 0;
    overflow: hidden
}

.card-game .wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.game-item .wrapper:hover .btn {
    display: inline-block
}

.game-item .wrapper:hover:after {
    display: block
}

.game-item .wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border-radius: 20px;
    display: none
}

.game-item .btn {
    width: 80%;
    left: 10%;
    bottom: 10%;
    display: none;
    position: absolute;
    z-index: 300
}

.game-item img {
    width: 100%
}

.load-content {
    min-height: 800px;
    height: auto
}

.main-img {
    position: absolute;
    width: 250px;
    left: 50px;
    height: 100px;
    top: -220px
}

.forget-password .main-img {
    position: absolute;
    width: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100px;
    top: -50px;
    z-index: 999
}

.center-afb.load-content .btn-title {
    position: absolute;
    left: 70px;
    margin-left: 0;
    top: -25px;
    text-align: left
}

.load-content .announcement {
    position: absolute;
    left: 300px;
    top: 0;
    width: calc(100% - 300px)
}

.live-item {
    padding: 50px
}

.live-item img {
    transform: rotate(-7deg)
}

.live-item .badge {
    position: absolute;
    background: red;
    color: #fff;
    top: -7px;
    right: 70px;
    font-size: 6px;
    padding: 3px 4px !important;
    border-radius: 0 !important;
    box-shadow: none !important
}

.bg-gradient-primary {
    background: #0c1163 !important;
    background: linear-gradient(0deg, #09459c 0, #0c1163 100%) !important
}

.table-blue {
    border-collapse: collapse
}

.table-blue td {
    border: 1px solid #fff;
    border-top: none !important;
    padding: 2px 10px;
    vertical-align: top;
    text-align: center
}

.table-blue tr {
    background: #fff
}

.table-blue tr:nth-child(odd) {
    background: #eaeffb
}

.table-blue.no-background tr {
    background: 0 0 !important;
    color: #fff
}

.table-blue img {
    height: 30px
}

.table-blue th {
    background: #10387a;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: none !important;
    text-align: center
}

.align-middle td {
    vertical-align: middle;
    padding: 7px
}

.table-blue.border td,
.table-blue.border th {
    border: 1px solid #fff !important
}

.input-text {
    background: 0 0;
    border: none;
    color: #ccc;
    width: 230px
}

.input-text::placeholder {
    color: #ccc;
    opacity: 1
}

hr {
    background: #0877d3
}

.swal-title:not(:last-child) {
    border-bottom: 1px solid #0877d3
}

.swal-modal {
    width: 400px;
    padding: 0 20px
}

.swal-button-container {
    text-align: center;
    display: block
}

.swal-button {
    min-width: 200px;
    background: #0877d3
}

.swal-button:focus {
    box-shadow: none
}

.aside-left a.active {
    font-weight: 700;
    color: #fff !important
}

.aside-left a {
    color: rgba(256, 256, 256, .7) !important
}

.form-control,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important
}

.w-100 {
    width: 100% !important
}

.today {
    background: #ccc !important
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
    color: #fff;
    background: #0877d3 !important;
    box-shadow: none
}

.input-group-text {
    color: #888;
    padding: 0 3px !important
}

.form-control:focus {
    border: 0 !important
}

.btn-sm {
    font-size: 11px !important
}

.separator {
    position: inherit !important
}

.btn:hover {
    box-shadow: none !important
}

.datepicker table tr td {
    border-radius: 5px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0c85d0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #0c85d0
}

.w-10 {
    width: 10%
}

.error .text-white {
    color: #fff !important
}

.input-group-text {
    padding: 0 10px !important
}

.register-bg:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
    opacity: .9;
    height: 100%;
    background: url("../images/img/register-bg.jpg") no-repeat;
    background-size: cover
}

.load-content-body .logo {
    width: 250px
}

.card-game .title:after {
    content: "";
    position: absolute;
    left: -40px;
    top: -234px;
    background: url("../images/img/flare.png");
    width: 100%;
    height: 300px;
    z-index: 9
}

.game .load-content-body:before {
    background: url("../images/img/galaxy-background.png") no-repeat;
    background-size: 100%;
    top: -310px;
    height: 1000px;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: -3
}

.game .main-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -200px;
    z-index: -2
}

.full-bg {
    background: url("../images/img/galaxy-background.png") no-repeat;
    background-size: 100%;
    background-position: 0 -100px
}

.full-bg .main-img:before {
    background: url("../images/img/flare.png") no-repeat;
    position: absolute;
    left: -90px;
    top: 70px;
    width: 350px;
    height: 300px;
    content: "";
    background-size: 100%;
    z-index: -1
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important
}

.owl-carousel .owl-stage {
    margin-left: 40px !important
}

.promotion-desc {
    display: none;
    width: 100% !important
}

p {
    margin: 0;
    font-size: 13px
}

ol li {
    margin-bottom: 5px
}

.h2-m {
    font-size: 1.25rem
}

.h3-m {
    font-size: 1.0625rem
}

p.mb-0 {
    line-height: 18px
}

.text-white span {
    color: #fff !important
}

.chat-label h1 {
    font-size: 1.625rem;
    margin-left: 14px;
    margin-bottom: 10px
}

.d-mar {
    margin-bottom: .5rem !important
}

.btn-group .btn {
    font-size: .875rem !important
}

p.text-md {
    line-height: 24px;
    color: #fff
}

.center-afb {
    left: 50%;
    transform: translateX(-50%)
}

.sport-ifr {
    position: absolute;
    top: 220px;
    left: 23px
}

.m2-h3,
.m2-h3 a {
    font-size: 1.0625rem
}

#btn-copy i {
    color: #fff
}

.text-right .d-block {
    color: #525f7f
}

.check-ture {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    margin-left: -33px;
    margin-top: 2px
}

.navbar-nav .nav-item span.nav-link-inner--text {
    padding-left: 4px
}

.err_div {
    color: red !important
}

.custom-checkbox {
    text-align: left !important
}

.form-control.select2 {
    padding: 0 .75rem
}

.promotion-desc p span {
    color: #fff !important
}

.promotion-desc p span.condition {
    color: red !important;
    cursor: pointer
}

.d-inline-block.px-4 {
    padding-left: .9rem !important;
    padding-right: .5rem !important
}

.promotion-parent .hot {
    position: absolute;
    background: url(../images/hot.svg) no-repeat 50%;
    background-size: contain;
    width: 37px;
    height: 26px;
    -webkit-animation: lightAnimation .3s ease-in-out infinite;
    animation: lightAnimation .3s ease-in-out infinite;
    right: 0;
    top: -5px
}

@-webkit-keyframes lightAnimation {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    50% {
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2)
    }

    to {
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }
}

#datepicker1,
#datepicker2 {
    font-size: 13px !important
}

.cn-header-right {
    margin-left: 0 !important
}

.cn-header-left {
    margin-left: 0 !important
}

li.sport-item:hover .sub-menu-bar {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s
}

.sub-menu-bar {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    opacity: 0;
    height: auto;
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .24);
    transition: all .5s ease-in-out 0s, visibility 0s linear .5s, z-index 0s linear 10ms
}

.game-nav {
    display: inline-block;
    padding: 15px 0 10px 0
}

.game-nav li {
    width: auto;
    margin: 8px 13px;
    display: inline-block;
    text-align: center
}

.game-nav li:hover {
    background: 0 0
}

.memuk {
    width: 1250px
}

.memuk li {
    margin-left: 20px !important
}

.sub-menu-bar .bgaspor {
    background: url(../images/img/backdrop.png) no-repeat
}

.game-nav span {
    display: block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border: none;
    -webkit-border-radius: 50%;
    -mos-border-radius: 50%;
    border-radius: 50%
}

.game-nav a {
    height: auto;
    line-height: 100%;
    padding: 0 15px;
    font-weight: 500;
    display: block !important
}

.game-nav p {
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.game-nav a i {
    display: block;
    margin-top: 10px;
    line-height: 20px;
    font-style: normal;
    color: #0c6db5;
    font-family: Roboto-Medium;
    font-size: .9375rem
}

.game-nav a:hover {
    background-color: transparent
}

.game-nav a:hover span {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.game-nav a:hover span img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1000px) and (max-width:1025px) {
    .game-nav a {
        padding: 0 12px
    }
}

.game-nav span img {
    width: 167px !important;
    height: auto !important
}

.game-nav .label-new {
    padding: 5px 8px;
    margin-left: -20px;
    top: -14px;
    left: 18%;
    font-size: .875rem
}

.game-nav .label-promo {
    margin-left: -25px;
    width: 68px;
    height: 34px;
    display: block;
    background-size: 100%;
    position: absolute;
    top: -14px;
    left: 18%
}

.border-gold img,
.join-us img,
.card-body img,
.game-nav img {
    pointer-events: none;
}

.slots {
    width: 100%;
    background: none;
    overflow: hidden;
}

.slots-nav {
    width: 100%;
    height: 60px;
    background: none;
}

.slots-nav a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
    float: left;
    margin: 10px 5px 0 0;
    font-weight: bold;
    color: #FFF;
    margin-left: 10px;
    border-radius: 10px;
}

.slots-nav a:hover,
.slots-nav a.active {
    background: #26272b !important;
    color: #fff !important;
}

.slots-list {
    padding: 5px;
    overflow: hidden;
}

.slots-list a {
    width: 183px;
    height: 225px;
    margin: 5px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none !important;
    border-radius: 10px;
}

.slots-list a img {
    height: 183px !important;
    max-width: inherit !important;
}

.slots-list a span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    background: #26272b;
    color: #fff;
    -webkit-animation: animatebottom 0.4s;
    animation: animatebottom 0.4s;
}

/*.slots_games_name{text-align:left !important;}
span.slots_games_name{padding-left:5px;}*/
.slots-list a:hover span,
.slots-list a.active span {
    display: block;
}

.slots-list a:hover img {
    left: -183px;
    position: absolute;
}

.slots-list a:hover,
.slots-list a.active {
    border-color: #f4f4f4 !important;
}

.w3-animate-bottom {
    position: relative;
    -webkit-animation: animatebottom 0.3s;
    animation: animatebottom 0.3s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 1
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@-moz-keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 1
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@-ms-keyframes animatebottom {
    from {
        bottom: -30px;
        opacity: 1
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

.slots-list a {
    margin: 6px !important;
}

span.slots_games_name {
    display: inline-table !important;
    background: #0c1163 !important;
    padding-left: 10px;
    font-weight: 600;
    color: #333 !important;
    vertical-align: baseline !important;
    height: 40px !important;
    line-height: 13px !important;
    padding: 0px 0px !important;
    padding-top: 11px !important;
    max-height: 40px !important;
    font-size: 12px !important;
    color: #fff !important;
}

.free_play {
    margin-top: 15px !important;
}

.real_play,
.free_play {
    width: 183px;
    height: 30px;
    top: 70px;
    line-height: 30px;
    background: #004cff !important;
    background: -moz-linear-gradient(top, #fff095 0%, #b88416 88%);
    background: -webkit-linear-gradient(top, #fff095 0%, #b88416 88%);
    background: linear-gradient(to bottom, #fff095 0%, #b88416 88%) !important;
    width: 150px !important;
    border-radius: 50px;
    margin: auto;
    left: 15px !important;
    top: 10px !important;
    height: 40px !important;
    color: #fff !important;
}

.real_play:before,
.free_play:before {
    content: "\0000a0";
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 24px;
    margin: 0 4px 0px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../../images/slot-arrow.png) no-repeat left center;
    background-size: 100%;
}

.slots-list a:hover img {
    background: rgba(0, 0, 0, .8);
    opacity: .3;
}

.slots-list a img {
    height: 160px !important;
    width: 100%;
}

.slots-list a {
    height: 200px !important;
}

.slots-list a span {
    -webkit-transition-duration: 2s;
    /* Safari */
    -webkit-transition-delay: 1s;
    /* Safari */
    transition-duration: 2s;
    transition-delay: 1s;
    webkit-transition: all 0.5s;
}

.slots-list a:hover .free_play,
.slots-list a:hover .real_play {
    -webkit-animation: slideInDown 0.5s;
    animation: slideInDown 0.5s;
}

header {
    z-index: 99999;
    position: relative;
}

img[src="https://s3-ap-northeast-1.amazonaws.com/hcgames/content/images/afbgaming/crazyFishing.png"] {
    height: 170px;
}

/* index_style */
.contain_home {
    padding: 10px 0;
    padding-top: 50px;
}

.contain_home h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
}

/* winning_reward */
.winning_reward {
    padding: 6px 15px;
    padding-top: 50px;
}

.winning_content {
    padding: 40px 0;
    /* background: url(../images/img/new_year/winningaward.png) no-repeat;
    background-size: 105% 100%; */
    border-radius: 10px;
    align-items: center;
}
.winning_reward{
    background: #000a21 url(../images/chrismak/pc_charater.png) no-repeat;
    background-size: 100% 100%;
}

.logo_reward {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_reward img {
    width: 100px;
}

.text_reward h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans';
}

.text_reward p {
    margin-top: 15px;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
}

/* products */
.product_section {
    display: flex;
    gap: 10px;
    padding: 0 15px;
    padding-top: 10px;
    flex-wrap: nowrap;
}

.mid_support {
    width: 50%;
}
.best_prod{
    background: #001441 url(../images/chrismak/pc_card.png) no-repeat;
    background-size: 100% 100%;
    background-position: top right;
}
.excellent_prod{
    background: #001441 url(../images/chrismak/pc_card2.png) no-repeat;
    background-size: 100% 100%;
    background-position: top right;
}

.products {
    width: 550px;
    /* background: url(../images/img/new_year/product_bg.png) no-repeat;
    background-size: 129% 100%; */
    border-radius: 10px;
    display: flex;
    gap: 10px;
    padding: 30px 10px;
}

.products img {
    width: 45px;
    width: 50px;
    padding: 5px;
}

.products_text h3 {
    color: #fff;
    font-size: 15px;
}

.products_text p {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}

/* provider */
.grid_provider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.provider_item {
    width: 176px;
    height: 70px;
    /* background-image: -webkit-linear-gradient(top, #081536 21%, #040f86 100%) !important; */
    background-image: linear-gradient(169deg, #081536 0%, #071437 35%, #071493 100%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.provider_item img {
    width: 100px;
}

/* Payment Method */
.content_bank {
    justify-content: space-between;
    padding: 10px 15px 0 15px;
}

.bg_bank {
    /* background-image: linear-gradient(169deg, #081536 0%, #071437 35%, #071493 100%);  */
    background-size: 100% 100%;
    /* border-radius: 15px; */
    /* border: 2px solid royalblue; */
    position: relative;
    padding: 20px;
}

.text_bank {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -223%);
    /* border: 2px solid royalblue;
    background-image: linear-gradient(169deg, #081536 0%, #071437 35%, #071493 100%); */
    border-radius: 25px;
    padding: 0 22px;

}
.internation_bank{
    background: url(../images/chrismak/bg_slid.png) no-repeat;
    background-size: 100% 100%; 
}
.local_bank{
    background: url(../images/chrismak/locaba.png) no-repeat;
    background-size: 100% 100%; 
}

.text_bank p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.image_box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 15px;
}

.image_box img {
    width: 45px;
}

/* responsible */
.responsible {
    display: flex;
    flex-wrap: wrap;
    /* gap: 22px; */
    margin-right: -15px;
    margin-left: -15px;
}

.respon_item {
    padding: 0px 57px;
    height: auto;
    display: flex;
    align-items: center;
}

.respon_item:first-child {
    padding-left: 15px !important;
}

.respon_item:last-child {
    padding-right: 15px !important;
}

.respon_item img {
    height: 50px;
}

/* gaming */
.game_licence {
    align-items: center;
    gap: 20px;
}

.logo_licence {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo_licence img {
    width: 55px;
}

.licence_des p {
    line-height: 22px;
    color: #fff;
    font-size: 14px;
}

/* new_theme */


.footer_content {
    position: relative;
}

/*.snow-fram-snow {
    position: absolute;
    width: 1701px;
    height: 723px;
    top: 815px;
    bottom: 295px;
    z-index: 0;
    background-size: 101% 101% !important;
}

.cloud-mid-left {
    position: absolute;
    z-index: 1;
    background: url(../images/img/chinese/cloud-float-left.png) center no-repeat;
    width: 260px;
    height: 200px;
    left: 4px;
    top: 1070px;
}

.cloud-mid-right {
    position: absolute;
    z-index: 1;
    background: url(../images/img/chinese/cloud-float-right.png) center no-repeat;
    width: 260px;
    height: 200px;
    right: 10px;
    top: 1394px;
}

.snow-left {
    position: absolute;
    background: url(../images/img/chinese/coin-left.png) center no-repeat;
    width: 100px;
    height: 100px;
    left: 84px;
    top: 860px;
}

.snow-right {
    position: absolute;
    background: url(../images/img/chinese/coin-right.png) center no-repeat;
    width: 100px;
    height: 100px;
    right: 87px;
    top: 1050px;
}

.gold-left {
    position: absolute;
    background: url(../images/img/chinese/gold-bar-left.png) center no-repeat;
    width: 80px;
    height: 100px;
    left: 233px;
    bottom: 830px;
     z-index: -1;
}

.gold-right {
    position: absolute;
    background: url(../images/img/chinese/gold-bar-right.png) center no-repeat;
    width: 46px;
    height: 100px;
    right: 0px;
    bottom: 677px;
     z-index: -1;
}

.cyn-left {
    position: absolute;
    background: url(../images/img/chinese/cyn-left.png) center no-repeat;
    width: 350px;
    height: 500px;
    left: 0px;
    bottom: 240px;
    z-index: -1;
}

.cyn-right {
    position: absolute;
    background: url(../images/img/chinese/cyn-right.png) center no-repeat;
    width: 350px;
    height: 500px;
    right: 0px;
    bottom: 240px;
    z-index: -1;
}*/

/* .tree-left{
    position: absolute;
    background: url(../images/img/chinese/tree_left.png) no-repeat;
    width: 300px;
    height: 181px;
    bottom: 530px;
    left: -57px;
    z-index: 1; 
}
.tree-right{
    position: absolute;
    background: url(../images/img/chinese/tree_right.png) no-repeat;
    width: 300px;
    height: 181px;
    bottom: 530px;
    right: -95px;
    z-index: 1; 
}
.ground-left{
    position: absolute;
    background: url(../images/img/chinese/group-cloud-left.png) no-repeat;
    width: 343px;
    height: 181px;
    bottom: 200px;
    left: 0px;
    z-index: 0; 
}
.ground-right{
    position: absolute;
    background: url(../images/img/chinese/group-cloud-right.png) no-repeat;
    width: 344px;
    height: 181px;
    bottom: 192px;
    right: 0px;
    z-index: 0; 
}
.moneybag-left{
    background: url(../images/img/chinese/moneybag_left.png) center no-repeat !important;
    position: absolute;
    width: 420px;
    height: 297px;
    bottom: 264px;
    left: -113px;
    z-index: 0;
}
.moneybag-right{
    background: url(../images/img/chinese/moneybag_right.png) center no-repeat !important;
    position: absolute;
    width: 286px;
    height: 297px;
    bottom: 263px;
    right: -47px;
    z-index: 0;
}
.cloud-left{
    position: absolute;
    background: url(../images/img/chinese/cloud-l.png) no-repeat;
    width: 230px;
    height: 80px;
    bottom: 359px;
    left: 106px;
    z-index: -1;
}
.cloud-right{
    position: absolute;
    background: url(../images/img/chinese/cloud-r.png) no-repeat;
    width: 230px;
    height: 80px;
    bottom: 359px;
    right: 30px;
    z-index: -1;
}
.cloud-bg-left{
    position: absolute;
    background: url(../images/img/chinese/cloud-but-left.png) no-repeat;
    width: 420px;
    height: 227px;
    bottom: 173px;
    left: 25px;
    z-index: -1;
}
.cloud-bg-right{
    position: absolute;
    background: url(../images/img/chinese/cloud-but-right.png) no-repeat;
    width: 420px;
    height: 227px;
    bottom: 173px;
    right: -111px;
    z-index: -1;
} */

/* contact_us */
.contact_us {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

}

.contact_us img {
    width: 32px;
}

.button_text {
    text-transform: uppercase;
    font-weight: bold;
    /* font-family: sans-serif; */
    font-size: 14px;
    background: #000a21 !important;
    color: #fff;
}

.contact_us a {
    background: #3b4883c9;
    border-radius: 10px;
    padding: 6px;
}