﻿/* new style use--*/
/*@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');*/
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: local('Prompt'), local('Prompt-Regular'), url(../fonts/Prompt/-W__XJnvUD7dzB2KdNodVkI.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: local('Prompt'), local('Prompt-Regular'), url(../fonts/Prompt/-W__XJnvUD7dzB2Kb9odVkI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: local('Prompt'), local('Prompt-Regular'), url(../fonts/Prompt/-W__XJnvUD7dzB2KbtodVkI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: local('Prompt'), local('Prompt-Regular'), url(../fonts/Prompt/-W__XJnvUD7dzB2KYNod.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: local('Prompt Bold'), local('Prompt-Bold'), url(../fonts/Prompt/-W_8XJnvUD7dzB2C2_8IfWMuQ5Q.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: local('Prompt Bold'), local('Prompt-Bold'), url(../fonts/Prompt/-W_8XJnvUD7dzB2C2_8IZmMuQ5Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: local('Prompt Bold'), local('Prompt-Bold'), url(../fonts/Prompt/-W_8XJnvUD7dzB2C2_8IZ2MuQ5Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: local('Prompt Bold'), local('Prompt-Bold'), url(../fonts/Prompt/-W_8XJnvUD7dzB2C2_8IaWMu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: NotoSans;
  src: url(../fonts/NotoSansSC-Regular.woff2);
}
@font-face {
  font-family: NotoSansBold;
  src: url(../fonts/NotoSansSC-Bold.woff);
}
/* ----------- Non-Retina Screens comment ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  #floating-header {
    width: 100%;
    text-align: center;
  }
  #floating-header .topLoginForm {
    display: none;
  }
}
/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #floating-header {
    width: 100%;
    text-align: center;
  }
  #floating-header .topLoginForm {
    display: none;
  }
}
body {
  font-family: 'Prompt','Open Sans', sans-serif;
  background-color: #EEEEEE;
  /*background-image: url('../images/bg-pattern.png');*/
}
body, p, h1, h2, h3, h4, a {
    font-family: 'Prompt','Open Sans', sans-serif !important;
}
body.all_announcement {
  background: #fff;
}
.btn{
  border-radius: 0;
}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 9999;
  text-align: center;
}
#cover img {
  margin-top: 20%;
}
a {
  outline: 0;
}
.height100 {
  height: 100%;
}


.fade-in {
  opacity: 1 !important;
}
.btnShadow {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.btn {
  background-color: #FF7D00;
  border: 1px;
  color: #fff;
  cursor: pointer;
}
.btn:hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
}
.block {
  display: block !important;
}
.visible {
  visibility: visible !important;
}
.isvisible {
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.bold {
  font-weight: bold !important;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.trasition3s {
  transition: 0.3s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.slideDown {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.slideUp {
  -webkit-animation: slide-up 0.2s ease-out;
  -moz-animation: slide-up 0.2s ease-out;
}
.container {
  max-width: 1275px !important;
  padding: 0 !important;
  min-width: 1275px !important;
}
.opacity1 {
  opacity: 1 !important;
}
/*Fade In*/


.fadeIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animate1s {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.animate2s {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.animate3s {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.animate4s {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animate5s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animate6s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* PULSE */
.pulse:hover {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}
@keyframes pulse {
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
button:focus {
  outline: none;
}
button,
submit {
  border: none;
  cursor: pointer;
}
.bg-blue {
  background-color: #001E5A;
}
.bg-light-blue {
  background-color: #003C82;
}



/*Navbar Styles*/
.dropdown .drop {
  color: #fff;
  padding: 1rem;
  display: inline-block;
  padding-right: 1.7rem;
}
.dropdown > ul.dropdown-menu {
  display: unset !important;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  float: left;
  max-height: 0;
  overflow: hidden;
  transition: all 0.55s linear;
  background-color: #fff;
  border-radius: 0;
}
.dropdown > .dropdown-menu.open {
  display: block;
  max-height: 300px;
  height: auto;
  transition: all 0.25s linear;
}
.dropdown > .dropdown-menu > li > a {
  padding: 0.5rem 1rem;
  display: block;
  color: #555;
  text-align: left;
  transition: all 0.25s linear;
}
.dropdown > .dropdown-menu > li > a:hover {
  background-color: #001E5A;
  color: #fff;
}
.down-caret {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  display: inline-block;
  margin-left: 6px;
  top: -3px;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.25s ease-in;
}
.open-caret {
  transform: rotate(180deg);
  transition: all 0.25s ease-out;
}
.topHeader {
  height: 80px;
}
.topHeader .navbar-brand {
  padding: 10px 0px 10px 0px;
}
a.navbar-brand {
  display: inline-block;
  padding: 0 15px 32px;
  font-size: 18px;
  height: auto;
  float: none;
  padding-bottom: 37px;
  padding-top: 7px;
}
.topHeader .navbar-brand img {
  height: 60px;
}
.topHeader .loginBtn {
  background-color: #999999;
  border: 1px;
  width: 70px;
  height: 40px;
  font-size: 15px !important;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.topHeader .loginBtn:hover {
  background-color: #bbbbbb;
  transition: 0.3s ease-out;
}
.topHeader .registerBtn {
  background-color: #FF7D00;
  border: 1px;
  width: 70px;
  height: 40px;
  font-size: 15px !important;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(250, 164, 29, 0.5);
  animation: custom-pulse 1.5s ease 0s infinite;
  -webkit-animation: custom-pulse 1.5s ease 0s infinite;
  transition: 0.3s all;
}
.topHeader .registerBtn:hover {
  background-color: #FAA41D;
  transition: 0.3s ease-out;
}
@keyframes custom-pulse {
  0% {
    /* opacity: .9; */
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  50% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  60% {
    box-shadow: #ff880049 0 0 0 15px;
  }
  98% {
    box-shadow: transparent 0 0 0 25px;
  }
  100% {
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    box-shadow: #ffce9600 0 0 0 0;
    /* opacity: 1; */
  }
}
@-webkit-keyframes custom-pulse {
  0% {
    opacity: .9;
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  50% {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  70% {
    box-shadow: #ff8a0060 0 0 0 15px;
  }
  100% {
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    box-shadow: #ff880000 0 0 0 0;
    opacity: 1;
  }
}
.collapse.navbar-collapse {
  padding: 0;
}
.topHeader .topLoginForm {
  float: right;
  margin: 16px 0 0 0;
}
.topHeader .topLoginForm input {
  margin-right: 5px;
}
.topHeader .topLoginForm .change-country-flag {
  font-size: 15px;
  width: auto;
  display: inline-block;
}
.topHeader .topLoginForm .change-country-flag:hover i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transition: 300ms linear all;
}
.topHeader .topLoginForm .change-country-flag img {
  width: 30px;
  height: 30px;
}
.topHeader .topLoginForm .change-country-flag a {
  text-decoration: none;
  color: #fff;
}
.topHeader .topLoginForm .change-country-flag i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 0px 0px 3px 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.topHeader .topLoginForm .change-country-flag .dropdown-content {
  top: 49px;
  min-height: 168px;
  position: absolute;
  background-color: #001E5A;
  border: 0 !important;
  -webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out !important;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out !important;
}
.topHeader .topLoginForm .change-country-flag .dropdown-content a.active {
  background-color: #f1f1f1;
  font-family: NotosansCJK;
}
.topHeader .topLoginForm .change-country-flag .dropdown-content a:hover {
  color: #FF7D00;
}
.topHeader .topLoginForm .form-group {
  display: inline-block;
}
.topHeader .topLoginForm .form-group .txtField {
  border-radius: 5px;
  width: 140px;
  height: 40px;
  padding: 8px;
  border: 1px solid #fff;
  font-size: 15px !important;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.topHeader .topLoginForm .form-group .txtField:active {
  border: 1px solid #FAA41D;
}
.topHeader .topLoginForm .form-group .txtField:focus {
  border: 1px solid #FAA41D;
  transition: all 0.2s linear;
}
.navbar {
   min-height: 40px;
  border-radius: 0px;
  height: 50px;
}

.navbar-nav img {
    display: inline !important;
    /* min-width: 70px !important; */
    max-width: none !important;
}
.navbar .dropdown {
  position: unset !important;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .nav-item {
  /*margin-top: 5px;
  margin-right: 65px;*/
  /* margin: 0 2px 0 14px!important; */
  width: 105px !important;
  transition: none;
}
.navbar .nav-item:last-child {
  margin-right: 0px;
}
.navbar .nav-item:hover .nav-link {
  color: #FAA41D;
  transition: 0.2s ease-out;
}
.navbar .nav-item .nav-link {
  color: #fff;
  font-size: 15px !important;
  font-weight: 400;
  padding-left: 0;
  cursor: pointer;
  display: block;
}
.navbar .nav-item .nav-link.active {
  color: #FAA41D;
}
.navbar .nav-item .dropdown-toggle::after {
  display: none;
}
.navbar .nav-item .dropbtn:hover {
  display: none !important;
  /**.dropdown-content{
          display:block !important;
        }**/
}
.navbar .nav-item .dropdown {
  position: relative;
  display: inline-block;
}
.navbar .nav-item .slotsDropdownItem .dropdown-item {
  width: 75px !important;
}
.navbar .nav-item .dropdown-content {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(204, 204, 204, 0.9);
  background: -moz-linear-gradient(180deg, #cccccc 0%, #ffffff 100%);
  background: -webkit-linear-gradient(180deg, #cccccc 0%, #ffffff 100%);
  background: linear-gradient(180deg, #cccccc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#ffffff", GradientType=1);
  height: 142px;
  z-index: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.navbar.slideDown .nav-item .dropdown-content {
  margin-top: -1px;
}
.navbar .nav-item .dropdown-content a.active {
  background-color: #f1f1f1;
  font-family: NotosansCJK;
}
.navbar .nav-item .dropdown-content a.active:hover {
  color: #FF7D00;
}
.navbar .nav-item .dropdown-content .dropdown-item {
  width: 11%;
  padding: 0;
  height: auto;
  background-color: transparent !important;
  text-align: center;
  display: inline-block;
  margin: 1.5rem 1rem 1.5rem 1rem;
  font-weight: 400 !important;
  white-space: nowrap;
  position: relative;
}
.navbar .nav-item.fishing .dropdown-content .dropdown-item {
    width: 145px !important;
}
.navbar .nav-item .dropdown-content .dropdown-item p {
  color: #505050;
  margin: 0 !important;
}
.navbar .nav-item .dropdown-content .dropdown-item:hover p {
  color: #FF7D00;
  transition: 0.1s ease-out;
}
.navbar .nav-item .dropdown-content .dropdown-item:last-child {
  margin-right: 0px !important;
}

.navbar .nav-item .dropdown-content .dropdown-item {
  width: 11%;
  padding: 0;
  position: relative;
}
.navbar .nav-item .dropdown-content .dropdown-item:hover {
  background-color: transparent!important;
}
.navbar .nav-item .dropdown-content .dropdown-item img {
  width: 100%;
}
.navbar .nav-item .dropdown-content .dropdown-item .d-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}


.navbar .nav-item .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
}
#floating-header {
  padding-top: 17px;
  height: 85px;
  width: 1920px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1035;
  display: none;
  text-align: center;
}
#floating-header .navbar-brand img {
  height: 35px;
}
#floating-header .nav-item {
  margin-right: 26px;
  padding-bottom: 30px !important;
}
#floating-header .nav-item .dropdown-content {
  top: 85px;
}
#floating-header .loginBtn {
  background-color: #FF7D00;
  border: 1px;
  width: 70px;
  height: 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
}
#floating-header .loginBtn:hover {
  background-color: #FAA41D;
  transition: 0.2s ease-out;
}
#floating-header .registerBtn {
  background-color: #999999;
  border: 1px;
  width: 70px;
  height: 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
}
#floating-header .registerBtn:hover {
  background-color: #bbbbbb;
  transition: 0.3s ease-out;
}
#floating-header #navbarResponsive {
  display: inline-block !important;
  padding-left: 15px;
}
#floating-header .topLoginForm {
  display: none !important;
  margin-top: -5px !important;
  display: inline-block;
  margin: 0px 0px 0px 20px;
  position: absolute;
}
#floating-header .topLoginForm input {
  margin-right: 5px;
}
#floating-header .topLoginForm .change-country-flag {
  width: auto;
  display: inline-block;
}
#floating-header .topLoginForm .change-country-flag:hover i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transition: 300ms linear all;
}
#floating-header .topLoginForm .change-country-flag .dropdown-content {
  top: 49px;
  min-height: 95px;
  position: absolute;
  background-color: #001E5A;
  border: 0 !important;
}
#floating-header .topLoginForm .change-country-flag img {
  width: 25px;
  height: 25px;
}
#floating-header .topLoginForm .change-country-flag a {
  text-decoration: none;
  color: #fff;
  font-size: 15px !important;
}
#floating-header .topLoginForm .change-country-flag .dropdown-menu {
  top: 54px !important;
  background-color: #001E5A;
  border-radius: 0;
  border: 0;
}
#floating-header .topLoginForm .change-country-flag .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #FAA41D;
}
#floating-header .topLoginForm .change-country-flag .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}
#floating-header .topLoginForm .change-country-flag i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 0px 0px 3px 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#floating-header .topLoginForm .change-country-flag .dropbtn:hover {
  display: none !important;
}
#floating-header .topLoginForm .change-country-flag .dropbtn:hover .dropdown-content {
  display: block !important;
}
#floating-header .topLoginForm .form-group {
  display: inline-block;
}
#floating-header .topLoginForm .form-group .txtField {
  border-radius: 5px;
  width: 200px;
  height: 30px;
  padding: 8px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#floating-header .topLoginForm .form-group .txtField:active {
  border: 1px solid #FAA41D;
}
#floating-header .topLoginForm .form-group .txtField:focus {
  border: 1px solid #FAA41D;
  transition: all 0.2s linear;
}

/*Footer Styles*/
footer {
  width: 100%;
}

.footer_admin{
width:100%;
text-align:center;    
}

footer .footer01 {
  background-color: #003C82;
  height: 120px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 24px;
}
footer .footer01 > .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footer01 ul {
  list-style-type: none;
  padding: 0;
}
footer .footer01 ul li {
  display: inline-block;
  vertical-align: top;
  margin: 12px 31px 12px 0;
}
footer .footer01 ul li:last-child a {
  margin: 6px;
}
footer .footer01 ul li img {
  height: 80px;
}
footer .footer01 ul li:nth-of-type(4) {
  text-align: center;
}
footer .footer01 ul li:nth-of-type(4) img {
  width: 50px;
  height: 50px;
}
footer .footer02 {
  background-color: #001E5A;
  height: 40px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
footer .footer02 ul {
   /* width: 50%; */
  margin: 0 auto;
  list-style-type: none;
  padding: 0;
}
footer .footer02 ul li {
  display: inline-block;
  margin: 9px 0px 8px 25px;
  font-weight: 700;
}
footer .footer02 ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer02 ul li a:hover {
  transition: 0.3s;
  color: #FAA41D;
}

/*fix bug*/

.overview{
margin-top: -162px !important;
}
/* Floating Social Media Bar Style Starts Here */
.fl-fl {
  background: #001E5A;
  width: 200px;
  max-height: 60px;
  position: fixed;
  right: -136px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.85;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 40px 0px 0px 40px;
  padding: 0px 0px 5px 10px;
  font-size: 15px;
}
.fl-fl img {
  margin-right: 10px;
}
.fl-fl:hover {
  right: 0;
  opacity: 1;
}
.fa {
  font-size: 14px!important;
  /*color: #fff;*/
  padding: 10px 0;
  min-width: 10px;
  margin-left: 0px;
}
.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 3.5;
}
.live-chat {
  top: 300px !important;
}
.deposit {
  top: 360px;
}
.quick-transfer {
  top: 420px;
}
.icon-deposit {
  top: 480px;
}
.icon-vip {
  top: 540px;
}
.icon-down {
  top: 600px;
  width: 60px;
  right: 0 !important;
}
.icon-down:hover {
  opacity: 1;
}
.icon-down .arrowDown {
  transform: rotate(0deg);
}
.icon-down .arrowUp {
  transform: rotate(180deg);
}
/* Modal */

.custom-error-notif{    
opacity: 1 ;
background: rgba(0,0,0,0.5);
}

.login-menu{
font-size:14px;
}
.login-menu a {
text-decoration:none!important; 
}

.login_radius {
background: #003c82;
border-radius: 20px;
box-shadow: 0px 2px rgba(0, 0, 0, 0.48);
transition: all 0.3s ease;
margin-right:5px;
padding: 4px 0px;
padding-left:15px;
padding-right:12px;
}

.deposit_custom a,.mail_custom a{
color:white;
}

.deposit_custom a:hover,.deposit_custom a:active{
color:#faa41d;
transition: all 0.3s ease;
}

.line_custom{
margin-right:8px;
margin-left:11px;
padding:0px;
color:white; 
}

.username_custom a {
  color: #f5f5f5;
  transition: all 0.3s ease;
}

.username_custom a:hover,.username_custom a:active{
  color:#faa41d;
  transition: all 0.3s ease;
  background:#003069;
}

.mail_custom a:hover,.mail_custom a:active{
  color:#faa41d;
  transition: all 0.3s ease;
  background:#003069;
} 


.UC-dropbtn {
  background: #003c82;
  border-radius: 20px;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.48);
  transition: all 0.3s ease;
  margin-right: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.username-custom-dropdown {
position: relative;
display: inline-block;
}

.username-custome-dropdown-menu {
display: none;
position: absolute;
background-color: #001E5A;
min-width: 157px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding-inline-start: 20px; 
z-index: 5!important;
}

.username-custome-dropdown-menu li {
color:#fff;
padding: 12px 0px;
text-decoration: none;
display: block; 
} 

#_player_login_area .username_custom .UC-dropbtn .fa{width: auto;height: auto;margin: 0;padding-left: 5px;} 



.logout_custom a.login_radius{
  /*color:#f5f5f5;
  transition: all 0.3s ease;
  background:#999;*/
  background-color: #FF7D00;
  border: 1px;
  width: 70px;
  height: 40px;
  font-size: 15px !important;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 0 rgba(250, 164, 29, 0.5);
  animation: custom-pulse 1.5s ease 0s infinite;
  -webkit-animation: custom-pulse 1.5s ease 0s infinite;
  transition: 0.3s all;
}

.logout_custom a.login_radius:active,.logout_custom a.login_radius:hover{
  color:black;
  transition: all 0.3s ease;
  background:#999;
}
/*Logged Template-END*/


/* new style use--end*/
@media screen and (max-width: 1024px) {
  
.overview .row {
    height: 245px;
}

}



.main-content h1{ 
 font-size: 28px!important;
 font-weight: 600!important;
 color: #353535!important;
}

.panel-heading {
 padding: 0px 0px!important;
}

.panel-heading h1{
 font-size: 28px!important;
  font-weight: 600!important;
 color: #353535!important;
}

.promotions-section {
    padding-top: 5px !important;
}

.dashboar-container {
  margin-top: 180px !important;
}

.ismobile {
  display: none !important;
}

.isdesktop {
  display: block !important;
}

.isdesktop a {
  line-height: 30px;
  text-decoration: none !important;
} 

.isdesktop a.usernamelink {
  background: #ffc56d;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

.isdesktop a.ui-btn-logout {
  background: #ff5151;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}

.isdesktop a.depositlink,
.isdesktop a.withdrawlink {
  background: #337ab7;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}


/* ============================================
Navigation
============================================= */

.header-wrapper {
  background: #5a19a7;
  padding-top: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.header-wrapper .logo-area {
  padding: 25px 0 20px 0;
}

.logbox .logo-area a {
  position: relative;
}

.header-wrapper .loginbox {
  padding-top: 10px;
  padding-right: 15px;
}

.desktop-logo {
  margin-left: -30px;
  position: absolute;
  top: -22px;
  left: -79px;
}

.navigation-wrapper .navbar .nav>li>a:focus,
.navigation-wrapper .navbar .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.navigation-wrapper .navbar .nav>li>a {
  color: #fff;
  padding: 3px 0;
  position: relative;
}

.navigation-wrapper .navbar .nav>li>a:hover {
  background: #ffd802 !important;
  border-radius: 40px;
  color: #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}

.header-wrapper .loginbox input[name='login'] {
  background: url(../images/user-icon.png) no-repeat;
  background-position: 10px 8px;
}

.header-wrapper .loginbox input[name='captcha'] {
  background: url(../images/qr-code.png) no-repeat;
  background-position: 10px 8px;
}

.header-wrapper .loginbox input[type='password'] {
  background: url(../images/lock-icon.png) no-repeat;
  background-position: 10px 8px;
}

.header-wrapper .loginbox .ui-input {
  height: 34px;
  border: 2px solid #fff;
  border-radius: 17px;
  width: 195px;
  color: #fff !important;
  text-indent: 44px;
  background: transparent;
  outline: none;
}

#_og_id_2 a.J-regist-btn {
  background: #9c9cd2;
  padding: 0 23px;
  display: inline-block;
  color: #060606 !important;
  border-radius: 18px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
}

.mobile-logo {
  max-width: 100px;
}

.navigation-wrapper .navbar .nav>li.sub-menu:hover .game-container {
  display: block;
}

.navigation-wrapper .navbar .nav>li.sub-menu .game-container {
  display: none;
  padding-top: 15px;
  position: absolute;
  width: 1024px;
  /*left: 346px;*/
}

.navigation-wrapper .navbar .nav>li.sub-menu ul.fishing-game {
  position: relative;
  top: 0;
  left: -63px;
  margin: 0;
  height: 70px;
  width: 280px;
  padding-top: 6px;
}

@media only screen and (max-width: 1299px) {
  .navigation-wrapper .navbar .nav>li.sub-menu.sub-menu2:hover ul {
    display: flex;
  }
  .navigation-wrapper .navbar .nav>li.sub-menu.sub-menu2 ul li {
    flex-grow: 1;
  }
  .navigation-wrapper .navbar .nav>li.sub-menu.sub-menu2 ul li a img {
    width: 100%;
  }
}

.navigation-wrapper .navbar .nav>li.sub-menu ul.casino-game {
  left: -93px;
  top: 0;
  margin: 0;
  position: relative;
  width: 500px;
  height: 70px;
  padding-top: 6px;
}

.navigation-wrapper .navbar .nav>li.sub-menu ul.slots-game {
  width: 100%;
  position: relative;
  top: 0;
  margin: 0;
}

.navigation-wrapper .navbar .nav>li.sub-menu ul li {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: auto;
  padding: 5px;
}

.navigation-wrapper .navbar .nav>li.sub-menu ul li a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 10px;
}

.navigation-wrapper .navbar .nav>li.sub-menu ul li a:hover {
  background: #712bc2;
  text-decoration: none;
  border-radius: 30px;
}

.header-wrapper .loginbox .login-icon,
.header-wrapper .loginbox .pass-icon {
  display: inline-block;
  position: relative;
}

.header-wrapper .loginbox .login-icon::after {
  content: '';
  background: url('../images/usernameicon.png') no-repeat center center;
  width: 38px;
  height: 34px;
  border-right: 1px solid #dddddd;
  position: absolute;
  z-index: 1;
  left: 0;
}

.header-wrapper .loginbox .pass-icon::after {
  content: '';
  background: url('../images/usernamepassword.png') no-repeat center center;
  width: 38px;
  height: 34px;
  border-right: 1px solid #dddddd;
  position: absolute;
  z-index: 1;
  left: 0;
}

.J-submit {
  background: #ffd802;
  border-radius: 18px;
  height: 34px;
  line-height: 34px;
  padding: 0 23px;
  border: none;
  color: #060606;
  position: relative;
  top: 1px;
  outline: none;
}

#_og_id_2 a.J-regist-btn,
#_og_id_3 a.J-regist-btn {
  background: #9c9cd2;
  padding: 0 23px;
  display: inline-block;
  color: #060606 !important;
  border-radius: 18px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
}

div.login-member a.pc-user-name {
  background: #46157e url(../images/log-user-icon.png) no-repeat 16px 7px;
  padding: 5px 19px 5px 37px;
  border-radius: 0;
  color: #ffd801;
  clear: both;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.48);
  margin-bottom: 10px;
  text-decoration: none;
}

.header-wrapper .isdesktop .J-regist-btn {
  background: #f5bd69;
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  border: 1px solid #e5ad59;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 1px;
}


/* Main navigation */

.navigation-wrapper {
  background: #4e1393;
  margin-top: 30px;
}

.navigation-wrapper .nav-justified {
  width: 1170px;
  margin: 6px auto;
  margin-top: 5px;
}

.navigation-wrapper .navbar .nav>li {
  position: inherit;
  position: relative;
}

.navigation-wrapper .navbar .nav>li>a {
  color: #fff;
  padding: 3px 0;
  position: relative;
}

.navigation-wrapper .navbar .nav>li>a>span {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 16px;
}

span.en-name {
  font-size: 11px;
  display: block;
  line-height: 8px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-wrapper .navbar {
  margin-bottom: 0;
  min-height: 40px;
  padding: 0px 0;
}

.navigation-wrapper .navbar .nav>li {
  position: inherit;
}

.navigation-wrapper .navbar .nav>li.sub-menu {}

.navigation-wrapper .navbar .nav>li.sub-menu ul {
  background: #4e1393;
  display: block;
  left: 0;
  position: absolute;
  top: 57px;
  text-align: center;
  border-radius: 60px;
  margin-top: 5px;
}

.navigation-wrapper .navbar .nav>li>a::after {
  background: transparent transparent;
}

.navigation-wrapper .navbar .nav>li:last-child>a>span::after {
  background: transparent;
}

.navigation-wrapper .navbar .nav>li>a:focus,
.navigation-wrapper .navbar .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.second-section,
.third-section,
.fourth-section,
.fifth-section,
.six-section {
  margin-bottom: 20px;
}

.image-thumb-desc {
  margin-top: 8px;
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.slick-slide a {
  color: #fd8e0b;
}

.slick-slide span,
.item a span {
  padding-top: 8px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.jackpot-container {
  padding: 10px 15px 30px 15px;
  background: transparent;
  text-align: center;
}

.mobile-logo {
  max-width: 100px;
}


/* =====================
Navigation on scroll
===================== */

.container {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.scrolled-nav.header-wrapper {
  background: #4e1393;
}

.scrolled-nav.header-wrapper .container {
  width: 100%;
}

.scrolled-nav.header-wrapper .logbox {
  padding: 0;
}

.scrolled-nav.header-wrapper .logo-area a {
  background: url(/includes/images/logo2.png?v3);
  background-repeat: no-repeat;
  width: 157px;
  height: 40px;
  background-size: cover;
  display: block;
  margin-top: -4px;
}

.scrolled-nav.header-wrapper .logo-area a img {
  display: none;
}

.scrolled-nav.header-wrapper .navigation-wrapper .nav-justified {
  margin-top: 23px;
  margin-bottom: 0;
}

.scrolled-nav.header-wrapper .navigation-wrapper {
  background: transparent;
  margin-top: 5px;
  position: absolute;
  left: 200px;
  top: 0;
}

div.slots-ancmts.scrolled-nav-ancmts {
  position: fixed;
  width: 100%;
  z-index: 8;
  top: 74px;
  margin: 0;
}

div.slots-ancmts.scrolled-nav-ancmts .container {
  width: 100%;
}

.top-gamelogo-box.scrolled-nav-gamelogo {
  background: #9494D4;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 8;
  top: 109px;
}


/* ============================================
Footer
============================================= */

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrapper {
  background: #3f0e79;
  color: #8a64b6;
  padding: 15px 0;
}

.footer-wrapper ul li a {
  text-decoration: none;
  color: #9f75d0 !important;
}

.footer-wrapper .bot-logo-container {
  position: relative;
}

.footer-wrapper ul li img.bottom-logo {
  position: absolute;
  bottom: -80px;
  width: 130px;
  left: 120px;
}

.footer-copyright {
  background: #27064e;
  color: #8a64b6;
}

.footer-copyright div {
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.footer-nav li {
  float: left;
  height: 60px;
  line-height: 60px;
  margin-right: 47px;
}

.footer-nav li:first-of-type {
  margin-right: 60px;
}

.footer-nav li:last-of-type {
  margin-right: 0;
}

.footer-nav li a {
  color: #fff;
}

.bottom-footer {
  margin-top: 28px;
  opacity: .25;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
}

@media (min-width: 769px) {
  .mobile-logo {
    display: none;
  }
}

@media(max-width: 800px) {
  .navigation-wrapper .nav-justified {
    width: 100%;
  }
}

@media (max-width:768px) {
  /* -- Header -- */
  .header-wrapper {
    background: #232323;
  }
  .desktop-logo {
    display: none;
  }
  .logo-area {
    padding: 6px 0;
    text-align: center;
  }
  .navigation-wrapper .navbar-toggle .icon-bar {
    border: 1px solid #fec56c;
  }
  .navigation-wrapper .navbar-toggle {
    border: 1px solid #fec56c;
    margin-top: 20px;
  }
  .navigation-wrapper .navbar {
    position: absolute;
    width: 100%;
  }
  .navbar-header {
    position: absolute;
    top: -77px;
    left: 15px;
  }
  .navbar-collapse {
    background: #232323;
  }
  .navigation-wrapper .navbar .nav>li>a>span::after {
    display: none;
  }
  .navigation-wrapper .navbar .nav>li.sub-menu ul {
    position: relative;
    top: 0;
  }
  .navigation-wrapper .navbar .nav>li.sub-menu ul li {
    width: 19%;
  }
  .navigation-wrapper .navbar .nav>li.sub-menu ul li img {
    max-width: 100%;
  }
  .casino-sub-nav li:first-of-type {
    margin-left: -290px;
  }
  .lottery-sub-nav li:first-of-type {
    margin-left: -110px;
  }
  .fishing-sub-nav li:first-of-type {
    margin-left: 70px;
  }
  /* -- Footer -- */
  ul.footer-nav li {
    margin-right: 30px;
  }
  .footer-nav li:first-of-type {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .casino-sub-nav li:first-of-type,
  .lottery-sub-nav li:first-of-type,
  .fishing-sub-nav li:first-of-type {
    margin-left: 0;
  }
  .footer-nav li:first-of-type {
    width: 100%;
  }
  .footer-nav li:first-of-type img {
    max-width: 100px;
    margin: auto;
    display: block;
  }
  ul.footer-nav li:nth-child(n+2) {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px;
    width: 33.33333333%;
    text-align: center;
  }
}

.affilates-log-bg {
  background: #f9f9f9;
  padding-top: 37px;
}

ul.footer-aff-logos {
  padding: 0;
  margin: 0;
  z-index: 100;
  position: relative;
}

ul.footer-aff-logos li {
  float: left;
}

ul.footer-aff-logos li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
  width: 96px;
}

ul.footer-aff-logos li img.f-a-l01 {
  width: 85px;
}

ul.footer-aff-logos li img.f-a-l02 {
  width: 89px;
}

ul.footer-aff-logos li img.f-a-l09 {
  width: 100px;
}

ul.footer-aff-logos li img.f-a-l011 {
  width: 50px;
}

ul.footer-aff-logos li img.f-a-l012 {
  width: 65px;
}

ul.footer-aff-logos li img.f-a-l013 {
  width: 90px;
  padding: 10px 0 0 7px;
}

/*------------------------
scrolled nav responsive
-------------------------*/

div.scrolled-nav #_player_login_area{
  margin-top: 10px;
}
div.scrolled-nav .navigation-wrapper ul.nav-justified{
  display: flex !important;
  width: 770px !important;
}
div.scrolled-nav .navigation-wrapper ul.nav-justified>li {
  width: auto !important;
  flex-grow: 1 !important;
}

@media (max-width: 1750px) {
  div.scrolled-nav .loginbox .ui-input,
  div.scrolled-nav .loginbox #_og_id_2 .ui-input {
    width: 120px !important;
    text-indent: 27px;
  }
}
@media (max-width: 1600px) {
  div.scrolled-nav .navigation-wrapper ul.nav-justified{
    width: 700px !important;
  }
  div.scrolled-nav .loginbox #_og_id_2 .J-submit,
  div.scrolled-nav .loginbox #_og_id_2 .J-regist-btn {
    padding: 0 10px;
  }
}

@media (max-width: 1576px) {
  div.scrolled-nav .navigation-wrapper nav div#myNavbar {
    margin-left: -35px;
  }
}

@media (max-width: 1468px) {
  #navbarResponsive .navbar-nav .nav-item {
    width: 95px !important;
  }
  a.navbar-brand {
    padding-bottom: 37px !important;
  }
}

@media (max-width: 1425px) {
  div.scrolled-nav .navigation-wrapper ul.nav-justified{
    width: 700px !important;
  }
  div.scrolled-nav .loginbox .ui-input,
  div.scrolled-nav .loginbox #_og_id_2 .ui-input {
    width: 100px !important;
  }
}

@media (max-width: 1366px) {
  div.scrolled-nav .navigation-wrapper ul.nav-justified{
    width: 600px !important;
  }
  div.scrolled-nav .navigation-wrapper .navbar .nav>li>a>span {
    font-size: 12px !important;
  }
}

@media (max-width: 1360px) {
  .desktop-logo {
    left: 2px;
  }
  .navigation-wrapper .nav-justified {
    padding-left: 78px;
  }
  div.scrolled-nav .navigation-wrapper ul.nav-justified {
    padding-left: 0 !important;
  }
}
@media (max-width: 1262px) {
  #navbarResponsive .navbar-nav {
      width: 83px !important;
  }
  .navbar .nav-item .nav-link {
        font-size: 13px !important;
  }
  a.navbar-brand {
      display: inline-block !important;
      font-size: 18px !important;
      height: unset !important;
      float: left !important;
      padding-bottom: 0 !important;
      padding-top: 11px !important;
  }
}

@media (max-width: 1299px) {
  .navigation-wrapper .navbar .nav>li.sub-menu.sub-menu2:hover ul {
    display: flex;
  }
  .navigation-wrapper .navbar .nav>li.sub-menu.sub-menu2 ul li {
    flex-grow: 1;
  }
  .navigation-wrapper .navbar .nav>li.sub-menu.sub-menu2 ul li a img {
    width: 100%;
  }
  div.scrolled-nav .navigation-wrapper ul.nav-justified{
    width: 500px !important;
  }
  div.scrolled-nav .navigation-wrapper .navbar .nav>li>a>span {
    font-size: 12px !important;
  }
}
.deposit-form .dropdown .dropdown-toggle {
    color: #000000;
}

.birthday-option select.registration-field{
  color: #000 !important;
  padding: 6px 10px;
}
#frm_login .fa-refresh:before{
  line-height: 41px;
}
.cstm-mod .captcha{
  margin-top: 0;
}
#frm_login .checkbox label{
  top: 0;
}
#frm_login .checkbox input{
  height: auto;
}

div#promotions{
  width: 100%;
  float: none;
 /*  margin-left: -15px; */
}
#registration_form .checkbox input{
  height: auto;
  vertical-align: top;
  margin-top: 6px;
  position: relative;
  margin-left: 0;
}
#registration_form .checkbox label{
  width: 95%;
  vertical-align: top;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
}

#registration_form .col-md-6.col-lg-4 .form-group input#captcha {
  width: 66% !important;
}
#registration_form .col-md-6.col-lg-4 .form-group img#image_captcha {
  margin-top: -10px;
}

/*  ============== New Message Position ========== */
.msg-title.new::before {display: none;}
.msg-title.new::after {
    content: 'NEW';
    background: #6ab400;
    color: #fff;
    line-height: 16px;
    font-size: 10px;
    padding: 0 2px;
    margin-top: 4px;
    margin-left: 6px;
    position: absolute !important;
    top: 1px;
    left: -25px;
}

#DataTables_Table_0 .msg-title.sorting_disabled {
  width: unset !important;
}

#messages .table .msg-title {
    max-width: 210px;
}
#DataTables_Table_0 th.msg-content.sorting_disabled {
  width: 260px !important;
}
.msg-text {
    margin-top: unset !important;
    display: inline !important;
}
#messages-list .msg-text{
  display: block !important;
  width: 100%;
}

.member-center > div > .panel {
  margin-left: unset !important;
  margin-right: unset !important;
}

.setup-deposit-secure_id button.btn.btn-copy {
  display: none !important;
}

.t1t-ui button.close {
  margin-top: 0px !important;
  line-height: 0px;
  font-weight: 100;
  font-size: 50px;
}

/*DEF-928*/
#frmEditPlayer .info-left{
  width: 56%;
}
#frmEditPlayer .info-right{
  width: 44%;
}
#frmEditPlayer input[type=email][disabled=disabled]{
  width: 70%;
  display: inline-block;
}
form#frmEditPlayer a.btn.btn-info.btn-sm{
  width: 28%;
  float: right;
}


.shop-header .title-name, .promotion-header .title-name {
  color: #fff !important;
}
#dropdown_menu-input_type-bank{
  color: #333;
}
.open #dropdown_menu-input_type-bank{
  background: #fff;
}
#deposit_promo_toggle{
  border: 0;
  box-shadow: none;
  background: linear-gradient(to top, #0059B1 0%, #2693ff 100%);
  color: #fff;
  border-radius: 0 !important;
}

.cstm-mod .modal-header {
    background: #0a69c7 !important;
}

.login-mod.cstm-mod .modal-title {
    color: #fff !important;
}

.registration-mod.cstm-mod .modal-title {
    color: #fff !important;
}
/* =============================================================================
For Quick Transfer
=============================================================================== */
#quick_transfer{
  display: none;
}

.right-side.active{
  z-index: 1001;
}

.widget-sidebar .right-menu{
  display: none;
}

#promotions ul.nav-pills li a {
  text-align: center;
}

.overview .row {
  min-height: 209px !important;
}

/* navigation on smaller screen desktop */
@media only screen and (max-width: 1262px) {
  #floating-header.slideDown {
    padding-left: 0px;
    padding-right: 0px;
  }

  #floating-header.slideDown a.navbar-brand {
    margin-right: 0 !important;
  }
  #floating-header.slideDown a.navbar-brand img {
    height: 33px !important;
  }
  #floating-header.slideDown div#navbarResponsive ul li {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 1162px) { 
  #floating-header.slideDown a.navbar-brand img {
    height: 20px !important;
  }
  #floating-header.slideDown div#navbarResponsive ul li {
    margin-right: 8px !important;
  }
}
@media only screen and (max-width: 990px) { 
   #floating-header.slideDown div#navbarResponsive ul li {
    margin-right: 2px !important;
  }
}


/*Tab adjustment for longer text*/

#accountHistory .nav li a {
    font-size: 11px;
    padding: 12px 0px;
}

#game-box{
  width:820px;
}
button.add-bank-account {
  color: #353535;
}
.setup-deposit-promo-dropdown.dropdown.open > .dropdown-menu {
  position: relative !important;
  top: 2px !important;
}

#deposit-confirmation .modal-dialog{
  margin: 250px auto !important;
}
#auto-payment-confirmation .modal-dialog,
#player-deposit-banks .modal-dialog,
#deposit-confirmation .modal-dialog{
  margin: 250px auto !important;
}

.adj-x:hover {
    right: 240px !important;
}
.adj-x {
    right: 149px !important;
}
.birthday-option .custom-dropdown {
  height: 34px;
  background: transparent;
}
 form#frmEditPlayer .info-left select.form-control {
    height: 34px;
 }

 
 #game-box table.table {
  text-align: left !important;
}

/* =============================================================================
Announcement Modal
=============================================================================== */

.announcements_nav_list .nav-tabs {
  display: flex !important;
}
.announcements_nav_list .nav-tabs li {
  flex-grow: 1;
}

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

#AddBankAccountForm .modal-body .selected-bank {
    margin: 0 15px;
}
#AddBankAccountForm .modal-body .selected-bank .bank-entry span.b-icon {
    width: 100%;
}
.b-icon, .b-icon-custom {
  text-indent: 0px !important;
  padding-left: 50px !important;
}
.b-icon:before {
  left: 0;
}

/* Description placed below the Logo Title/Text */
.hot-text {
    background-color: #ED2024;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 9px;
    animation: float_text 1s ease-in-out infinite;
    position: absolute;
}

@keyframes float_text {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-3px);
background-color: #f47c20;
}
100% {
transform: translatey(0px);
}
}

/* HOT icon on the top left corner of the logo */
.hot-circle {
    background-color: #ED2024;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    font-family: inherit;
    font-weight: bold;
    padding: 9px 13px;
    animation: color-change 1s ease-in-out infinite;
}

@keyframes color-change {
0% {
}
50% {
background-color: #f47c20;
}
100% {
background-color: #ED2024;
}
}

/** Modal Transfer Money - Popup **/

._player_transfer_wallet_modal .modal-heading {
    background: #001e5a;
    border-radius: 4px 4px 0 0
}

._player_transfer_wallet_modal .modal-heading .modal-title {
    color: #fff;
    font-size: 18px!important;
    line-height: 40px
}

._player_transfer_wallet_modal .modal-heading .close {
  font-size: 18px!important;
  width: 40px!important;
  padding: 0!important;
  color: #fff!important;
  opacity: 1!important;
  text-shadow: 0 0 0!important;
  font-family: auto !important;
  margin: 0 !important;
  right: 4px !important;
  top: 0!important;
}

._player_transfer_wallet_modal .modal-body {
    padding: 0!important
}

._player_transfer_wallet_modal .player_transfer_wallet_info_header {
    left: 0!important;
    margin-top: 20px;
    height: 90px!important;
    padding: 0 15px!important
}

._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container {
    padding: 0 15px!important
}

._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .info_item {
    padding: 5px 10px!important;
    background: #e6e6e6!important
}

._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .info_item .info_item_header_text {
    font-weight: 400!important;
    font-size: 14px!important
}

._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .wallet_balance span {
    font-size: 16px!important;
    line-height: 25px!important;
    font-weight: 400!important;
    color: #505050!important
}

.t1t-ui._player_transfer_wallet_modal .t1t_currency .currency_number,
.t1t-ui .t1t_currency .currency_number {
    color: #505050
}

._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container.pending_balance_item,
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container.total_balance_item,
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container.wallet_total_item,
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container.transfer_wallet_actions {
    margin-top: 10px!important
}

._player_transfer_wallet_modal .transfer_wallet_body {
    padding: 120px 0 15px!important
}

._player_transfer_wallet_modal .transfer_wallet_body .nav.nav-tabs {
    padding: 0 10px!important
}

.t1t-ui .nav-tabs {
    border-bottom: 0!important
}

.t1t-ui .nav-tabs .nav-link {
    border: 0 solid transparent!important;
    background: #fff!important;
    color: #000!important
}

.t1t-ui .nav-tabs .nav-item.show .nav-link,
.t1t-ui .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #00276c!important;
    border: 0!important
}

._player_transfer_wallet_modal .transfer_wallet_body .tab-content {
    padding: 0 10px 34px!important
}

._player_transfer_wallet_modal .transfer_wallet_body .player_transfer_modal_quick_mode>form {
    width: 100%!important
}

._player_transfer_wallet_modal .player_transfer_modal_quick_mode .transfer_button,
._player_transfer_wallet_modal .player_transfer_modal_quick_mode .transfer_all_button {
    width: 100%!important
}

._player_transfer_wallet_modal .player_transfer_modal_quick_mode .transfer_help_block_container {
    margin-right: 0!important;
    width: 50%!important;
    font-size: 16px!important;
    line-height: 38px!important
}

.transfer_max_hint {
    margin-top: 10px
}

.transfer_allow_float {
    margin-top: 5px
}

.transfer_allow_float_icon {
    font-size: 30px!important
}

.t1t-ui .btn-primary {
    background: #ff7d00!important;
    border-color: #ff7d00!important
}

._player_transfer_wallet_modal .subwallet_entry_container .subwallet_entry_field.game_balance,
._player_transfer_wallet_modal .subwallet_entry_container .subwallet_entry_field.game_transfer_balance_field,
._player_transfer_wallet_modal .subwallet_entry_container .subwallet_entry_field.game_actions {
    padding: 0 15px 5px 0!important
}

._player_transfer_wallet_modal .transfer_wallet_body .subwallet_entry_container {
    padding: 10px 15px!important
}

._player_transfer_wallet_modal .subwallet_entry_container .subwallet_note {
    padding: 0!important;
    background: rgba(0, 0, 0, .04)!important
}
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .action_item button.btn-transfer-all-to-main,
._player_transfer_wallet_modal .player_transfer_wallet_info_header .info_item_container .action_item button.btn-refresh-balance {
     padding: .375rem .75rem;
}

#messages-list .msg-title .flags .flag-entry.flag-new {
  background: transparent url(../images/email-new-icon.png) no-repeat 0 0;
  text-indent: -999px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
#deposit-tab-content-manual form#form-deposit #deposit-mode-1-step-1 .deposit-payment-account-info .payment-account-detail p span#active-payment-account-number,
#deposit-tab-content-manual form#form-deposit #deposit-mode-1-step-1 .deposit-payment-account-info .payment-account-detail p span#active-payment-account-name {
  color: green;
}


.fp-wrapper .col-md-4.col-md-offset-4 .panel-default .panel-heading {
    color: #fff !important;
    border-color: #ddd;
    background: #1e3c72!important;
    padding: 15px !important;
    font-weight: 600;
}

.col-md-4.col-md-offset-4 .panel-default .panel-heading {
    color: #fff !important;
    border-color: #ddd;
    background: #1e3c72!important;
    padding: 15px !important;
    font-weight: 600;
}

.col-md-4.col-md-offset-4 .panel-default a.close {
    margin-top: -2px !important;
    margin-right: 0px !important;
}

.bg-white {
  background-color: #fff !important;
  height: 50px !important;
}
.nav-link2{
  color: #000;
  font-size: 16px;
}

.navbar-nav .nav-item .nav-link2 {
  display: inline-block !important;
  margin: 2px 0 0 !important;
}
.navbar-nav .nav-item .nav-link2:focus {
  outline: 0;
  outline-offset: 0;
  color: #fff;
}
.navbar-nav ul {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .5s ease;
  top: 35px;
}

.navbar-na li:hover ul {
  height: 200px;
  opacity: 1;
  transform: translateY(0);
}

.nav-item {
   width: 112px;
  height: 52px; 
  display: block;
  color: red;
}

.nav-item:hover a {
  color: #fff;
  transition: none;
}

/* .nav-item:hover{
  width: 112px;
  height: 58px;
  background: url(../images/header_footer/Navbar/shape.png) center no-repeat;
  background-size: contain !important;  
  transition: background 0.3s;

} */
.navbar-nav li > a {
   display: block; /* block or inline-block is needed */
  text-decoration: none;
}

.nav-link2:hover {
  text-decoration: none;
  color: #fff;

}
/* .navbar .nav-item{
    padding: 15px 9px 0 32px;
    margin: 0 2px 0 11px !important;
} */

.nav-home {
  padding: 15px 9px 0 39px !important;
}



.nav-home2 {
    padding: 15px 9px 0 13px !important;
}
.navbar .nav-item .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.5em;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  text-align: center;
  height: auto;
  z-index: 999;
}

.navbar .nav-item .dropdown-content .container {
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
} 

.dropdown .dropdown-content {
  transition: all 0.4s !important;
  overflow: hidden;
  transform-origin: top center !important;
  transform: scale(1, 0) !important;
  display: block;
}
.dropdown:hover .dropdown-content {
  transform: scale(1) !important;
}

.navbar .nav-item .dropdown-content .dropdown-item p {
  color: #000;
}

.navbar .dropdown.active, .navbar .nav-home.active, .nav-item.active{
  width: 112px;
  height: 52px;
 /* background: url(../images/header_footer/Navbar/shape.png) center no-repeat;*/
  background-size: contain !important;  
  transition: background 0.3s;

}


li > .none-hover{
  color: #000 !important;
  display: block;
}
li > .none-hover:hover{
  color: #fff !important;
  width: 100%;
}




.li-active > a{
  color: #fd7e14 !important;
  font-weight: bold !important;
}
.li-active > a:hover {
  color: #fff !important;
  background-image: none;
}

.white-bg {
    background: rgba(255, 255, 255, 0.9);
}
.white-txt > a{
    color: #000;
}

.add-pad {
  padding: 15px 9px 0 25px; 
}
.collapse.navbar-collapse{
  margin-top: -8px;
}

#floating-header .nav-link{
 color: #000 !important;
}
#floating-header .nav-link:hover{
  color: #fff !important;
}
.nav-item.app-dl .nav-link2{
  width: 100%;
  color: #000 !important;
}
.nav-item.app-dl:hover .nav-link2{
  color: #000 !important;
  filter: invert(1);
}

.adj-x {
  right: -136px!important;
}

.adj-x:hover,.icon-down.fl-fl.adj-x {
  right: 0!important
}

.deposit-form input[type=text], .deposit-form input[name=deposit_amount], .deposit-form .dropdown .dropdown-toggle {
  margin-bottom: 10px;
  width: 409px !important;
}
.deposit-form .dropdown-menu {
    width: 410px !important;
}

.navbar .nav-item .dropdown-content .casino .dropdown-item{
  margin: 0 14px !important;
  font-size: 14px!important;
  width: 100px!important;
}
.navbar .nav-item .dropdown-content .casino .dropdown-item .game-dg{
  width: 100px;
}
.modal-header .close.pull-right{
  padding: 5px 10px 0 0;
}
.modal-header .close.pull-right span{
  font-size: 40px;
  line-height: 0;
}

.fp-wrapper .close {
    margin-right: 0;
    margin-top: 0px;
}

.fp-wrapper .panel-heading {
    padding: 15px !important;
    background-color: #1e3c72!important;
}

.col-md-offset-4 .panel-heading {
    padding: 15px !important;
    background-color: #1e3c72!important;
    color: #fff !important;
}

.col-md-offset-4 .panel-heading .close {
    opacity: 1;
    color: #fff!important;
}

.password_recovery_email .panel-heading {
    padding: 14px !important;
    background-color: #1e3c72!important;
    color: #fff !important;
    font-weight: 600;
}

.password_recovery_email .panel-heading .close {
    opacity: 1;
    color: #fff!important;
    margin-top: -2px !important;
    margin-right: 0px !important;
}

.password_recovery_email_wrapper {
    margin: 0 auto;
    max-width: 450px;
    padding-top: 10% !important;
    padding-bottom: 10%;
    padding-bottom: 10% !important;
    margin-bottom: 0px !important;
}
.password_recovery_email_wrapper form#recoveryForm input#username,
.password_recovery_email_wrapper form#recoveryForm input#email {
  border: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
}

/*slots-nav*/
.nav-bar-container-slot a{
  margin: 0 10px 0 10px;  

}
.dropdown-slot-override {
  height: 270px !important;
}

.custom-nav .nav-item:nth-child(3) a p{
  margin: 0 -25px 0 -12px!important;
  font-size: 14px;
}
.custom-nav .nav-item:nth-child(6) a p {
  margin: 2px 14px 0 -8px!important;
  font-size: 14px;
}
.t1t_currency .currency_name, .t1t_currency .currency_short_name, .t1t_currency .currency_code, .t1t_currency .currency_symbol {
    font-weight: 700;
    padding-right: 0px !important;
}

/*DFE-6951*/
.deposit-process-mode-2.select-payment-account .payment-account-detail #active-payment-account-image img{
  width: 100%;
  height: auto;
}

body#iframe_register-page{
  background-image: url(../images/newbg-th.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 121px;
  overflow-x: hidden;
}

.newbg {
  background-image: url(../images/newbg-th.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
  background-position-y: 121px;
  overflow-x: hidden;
}
.pwd_recovery.newbg {
   background-position-y: 35px;
}
body[lang="th"].newbg .row .col-md-4.col-md-offset-4 {
  max-width: 450px;
  margin-left: 38.333333%;
}
body[lang="th"].newbg .row .col-md-4.col-md-offset-4 .panel.panel-default,
.password_recovery_email_wrapper .panel.panel-default.password_recovery_email {
  border: 0;
}
body[lang="th"].newbg .row .col-md-4.col-md-offset-4 form#recoveryForm input#username,
body[lang="th"].newbg .row .col-md-4.col-md-offset-4 form#recoveryForm input#mobile {
  border: 0;
  border-bottom: 1px solid #ccc;
}
body[lang="th"].newbg .row .col-md-4.col-md-offset-4 form#recoveryForm input#captcha,
.password_recovery_email_wrapper form#recoveryForm input#captcha {
  margin-top: 5px;
}
body[lang="th"].newbg .row .col-md-4.col-md-offset-4 form#recoveryForm button#nextButton,
.password_recovery_email_wrapper form#recoveryForm button#nextButton {
  padding: 8px 32px;
  margin: 4px 0 0 0;
}
#deposit-tab-content-manual form#form-deposit .deposit-process-mode-2.setup-deposit-datetime .datetimepicker {
  width: 440px;
}
#deposit-tab-content-manual form#form-deposit .deposit-process-mode-2.setup-deposit-datetime .datetimepicker input#deposit_datetime {
  margin-bottom: 0;
}
#withdrawal #fm-withdrawal form .form-group.has-feedback.has-success .input-group,
#withdrawal #fm-withdrawal form .form-group.has-feedback.has-error.has-danger .input-group {
  width: auto;
}
#security .security-block-player-contact-number .se-content.completed .verified-btn {
  width: auto !important;
}

.slotsDropdownItem .nav-bar-container-slot{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 15px;
  width: 1000px;
  margin: 0 auto;
}
/* New badge */
.new-badge {
  background-image: url('/includes/images/header_footer/NEW-en.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.new-badge-menu {
  width: 34px;
  height: 34px;
  right: -24%;
  top: 20%;
  position: absolute;
}

.new-badge-item {
  width: 50px;
  height: 50px;
  right: -14%;
  top: -8%;
  position: absolute;
}

/* new header template */
.theme-bg-color  {
  background-color: #0B1B4B;
}
.secondary-theme-bg-color {
  background-color: #93ADEF;
}
.primary-color {
  color: #153574;
}
.secondary-color {
  color: #F19D27;
}
.sub-color {
  color: #969696;
}

.styled-header {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 36px;
}

.styled-header::before,
.styled-header::after {
  content: '';
  display: block;
  position: absolute;
  width: 242px; /* Adjust the width of your image */
  height: 12px; /* Adjust the height of your image */
  background-size: cover; /* Adjust the background size as needed */
}

.styled-header::before {
  background-image: url('../images/union-left.png'); /* Replace 'before-image.jpg' with the path to your before image */
  left: -60px; /* Adjust the positioning of the before image */
}

.styled-header::after {
  background-image: url('../images/union-right.png'); /* Replace 'after-image.jpg' with the path to your after image */
  right: -60px; /* Adjust the positioning of the after image */
}


.topHeader {
  background-color: #0B1B4B;
}
.navbar {
  height: 76px;
  width: 100%;
  z-index: 1;
  background-color: #153574;
}
.navbar-nav {
  gap: 40px;
  width: 100%;
  justify-content: space-between;
}
.navbar-nav.custom-nav {
  margin-top: 13px;
  align-items: center;
}
#navbarResponsive .navbar-nav {
  gap: 44px;
  display: flex;
  margin-top: 13px;
}
.nav-link2 {
  color: #FFFFFF;
  font-size: 16px;
  align-self: center;
  align-items: center;
  gap: 4px;
}
.nav-item:hover {
  background: none;
}
.nav-item:hover .nav-link2,
.nav-link2:active,
.nav-link2.active {
  color: #F19D27;
  /* font-weight: 600!important; */
}
.navbar .dropdown.active,
.navbar .nav-home.active,
.nav-item.active {
  width: auto;
  height: auto;
}
.navbar .nav-item {
  padding: 0;
  width: unset !important;
  display: flex;
  margin: 0!important;
}
.navbar-brand > img {
  width: 262px;
  height: 43px;
}
.navbar .nav-item .dropdown-content {
  top: 76px;
}

.navbar .nav-item .icon {
  display: flex;
  min-width: 24px;
  min-height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}
.navbar .nav-item .icon.sportsbook {
  background-image: url('../images/header_footer/new_navbar/menu_icons/sports.png');
}
.navbar .nav-item .icon.esports {
  background-image: url('../images/header_footer/new_navbar/menu_icons/E-Sports.png');
}
.navbar .nav-item .icon.casino {
  background-image: url('../images/header_footer/new_navbar/menu_icons/casino.png');
}
.navbar .nav-item .icon.slots {
  background-image: url('../images/header_footer/new_navbar/menu_icons/slots.png');
}
.navbar .nav-item .icon.pokers {
  background-image: url('../images/header_footer/new_navbar/menu_icons/Cards.png');
}
.navbar .nav-item .icon.lottery {
  background-image: url('../images/header_footer/new_navbar/menu_icons/Lottery.png');
  margin: unset; 
}
.navbar .nav-item .icon.fishing {
  background-image: url('../images/header_footer/new_navbar/menu_icons/Fishing.png');
}
.navbar .nav-item .icon.racing {
  background-image: url('../images/header_footer/new_navbar/menu_icons/miki-race.png');
}
.navbar .nav-item .icon.horse {
  background-image: url('../images/header_footer/new_navbar/menu_icons/horse.png');
}
.navbar .nav-item .icon.cockfight {
  background-image: url(../images/header_footer/new_navbar/menu_icons/cockfight.webp);
  min-width: 30px;
  background-size: cover
}
.navbar .nav-item .icon.download {
  background-image: url('../images/header_footer/new_navbar/menu_icons/download.png');
}
/* Hovered */

.navbar .nav-item:hover .icon.sportsbook,
.navbar .nav-item:active .icon.sportsbook,
.navbar .nav-item .active .icon.sportsbook {
  background-image: url('../images/header_footer/new_navbar/menu_icons/sports-hover.png');
}
.navbar .nav-item:hover .icon.esports,
.navbar .nav-item:active .icon.esports,
.navbar .nav-item .active .icon.esports {
  background-image: url('../images/header_footer/new_navbar/menu_icons/E-Sports-hover.png');
}
.navbar .nav-item:hover .icon.casino,
.navbar .nav-item:active .icon.casino,
.navbar .nav-item .active .icon.casino {
  background-image: url('../images/header_footer/new_navbar/menu_icons/casino-hover.png');
}
.navbar .nav-item:hover .icon.slots,
.navbar .nav-item:active .icon.slots,
.navbar .nav-item .active .icon.slots {
  background-image: url('../images/header_footer/new_navbar/menu_icons/slots-hover.png');
}
.navbar .nav-item:hover .icon.pokers,
.navbar .nav-item:active .icon.pokers,
.navbar .nav-item .active .icon.pokers {
  background-image: url('../images/header_footer/new_navbar/menu_icons/Cards-hover.png');
}
.navbar .nav-item:hover .icon.lottery,
.navbar .nav-item:active .icon.lottery,
.navbar .nav-item .active .icon.lottery {
  background-image: url('../images/header_footer/new_navbar/menu_icons/Lottery-hover.png');
}
.navbar .nav-item:hover .icon.fishing,
.navbar .nav-item:active .icon.fishing,
.navbar .nav-item .active .icon.fishing {
  background-image: url('../images/header_footer/new_navbar/menu_icons/Fishing-hover.png');
}
.navbar .nav-item:hover .icon.racing,
.navbar .nav-item:active .icon.racing,
.navbar .nav-item .active .icon.racing {
  background-image: url('../images/header_footer/new_navbar/menu_icons/miki-race-hover.png');
}
.navbar .nav-item:hover .icon.horse,
.navbar .nav-item:active .icon.horse,
.navbar .nav-item .active .icon.horse {
  background-image: url('../images/header_footer/new_navbar/menu_icons/horse-hover.png');
}
.navbar .nav-item:hover .icon.download,
.navbar .nav-item:active .icon.download,
.navbar .nav-item .active .icon.download {
  background-image: url('../images/header_footer/new_navbar/menu_icons/download-hover.png');
}

/* .topLoginForm {
  gap: 10px;
} */
.navbar a.ole-live img {
  width: 85.5px;
}
.navbar a.gift {
  text-decoration: none;
  color: #8D3900;
  background-color: #FED798;
  border-radius: 18px;
  padding: 4px 14px 4px 4px;
  font-size: 14px;
  height: 33px;
  font-weight: 600;
  gap: 10px;
  align-items: center;
}
.navbar a.gift > img {
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 2px;
  width: 24px;
}

/* .custom-nav .nav-item a {
  padding: 0;
} */

/* .change-country-flag {
  font-size: 15px;
  width: 70%;
  display: inline-block;
  margin-top: 10px;
}
.change-country-flag a {
  text-decoration: none;
  color: #fff;
}
.change-country-flag img {
  width: 30px;
  height: 30px;
}
.change-country-flag i {
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 0px 0px 3px 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.change-country-flag .dropdown-content {
  min-height: 50px;
  position: absolute;
  background-color: #000000;
  border: 0 !important;
  border-radius: 4px;
  -webkit-transition: opacity 0.1s ease-out, visibility 0.1s ease-out !important;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out !important;
}
.change-country-flag a {
  text-decoration: none;
  color: #fff!important;
  padding: 4px 6px!important;
  display: flex!important;
  justify-content: space-between;
}
.dropdown.change-country-flag img {
  width: 24px;
  height: 24px;
}
.dropdown.change-country-flag {
  position: relative!important;
  background-color: #000000;
  border-radius: 30px;
}
.change-country-flag .dropdown-content {
  top: unset;
  bottom: 32px!important;
  left: unset;
  right: 0;
  display: flex!important;
  flex-direction: column;
  justify-content: left;
}
.change-country-flag .dropdown-content li a {
  display: flex!important;
  justify-content: space-between;
  font-size: 12px;
}
.change-country-flag .dropdown-content li {
  margin: 8px 10px;
}
.change-country-flag a {
  display: flex;
  gap: 4px;
  padding: 5px;
} */

.topHeader .form-group {
  margin: 0;
}
.topHeader .loginbox form {
  display: flex;
  align-items: center;
  gap: 16px;
}
.topHeader .loginbox .txtField {
  width: 166px;
  height: 32px;
  border-radius: 5px;
  border: none;
  padding: 10px;
  outline: none;
}
.topHeader .loginBtn,
.topHeader .registerBtn {
  height: 32px;
}
.topHeader .loginbox form a.forget {
  top: 50%;
  transform: translateY(-50%);
}
.login_radius {
  margin-right: 0px;
}

@media (max-width: 1700px) {
  .navbar-brand > img {
      width: 200px;
      height: auto;
  }
  .topLoginForm {
      gap: 4px;
  }
  .topLoginForm > a:first-child img {
      width: 70px;
      height: auto;
  }
  .topLoginForm a.gift {
      padding: 4px 8px 4px 4px;
  }
  .topLoginForm a.gift img {
      width: 18px;
  }
  .topLoginForm input {
      margin-right: 0px;
  }
  .topLoginForm .form-group .txtField {
      width: 120px;
      height: 30px;
  }
  .topLoginForm .loginBtn {
      width: 80px;
      height: 30px;
      font-size: 14px!important;
  }
  .topLoginForm .registerBtn {
      width: 80px !important;
      height: 30px;
      font-size: 14px !important;
  }
  .change-country-flag a {
      gap: 2px;
      padding: 4px;
  }
  .dropdown.change-country-flag img {
      width: 20px;
      height: 20px;
  }
}
@media (max-width: 1200px) {
  .navbar-nav {
      gap: 30px;
  }
  .nav-link2 {
      font-size: 14px;
  }
  .navbar-expand-lg .navbar-collapse {
      justify-content: center;
  }
  .topHeader.bg-blue .container {
      padding: 0 60px!important;
  }
}
@media (max-width: 980px) {
  .topLoginForm {
      display: none;
  }
}
  /* New badge */
  .new-badge {
    background-image: url('../images/header_footer/new_navbar/menu_icons/new-v2.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.hot-badge {
    background-image: url('../images/header_footer/new_navbar/menu_icons/hot-new.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.new-badge-menu {
    width: 43px;
    height: 23px;
    right: -40px;
    bottom: 24px;
}
 
.new-badge-menu.lm {
    right: -30px;
    top: 5px;
}

.new-badge-item {
  width: 50px;
  height: 50px;
  right: -14%;
  top: -16%;
}


/* shake effect */
@keyframes shake {
    0% {
      -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
    }
    50% {
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    100% {
      -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
    }
  }
  @-webkit-keyframes shake {
    0% {
      -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
    }
    50% {
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    100% {
      -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
    }
  }

.shake-text {
    /* animation: shake 2s infinite; */
    animation: shake 1.5s ease 0s infinite;
    -webkit-animation: shake 1.5s ease 0s infinite;
    transition: .3s all;
}

.shake-text:hover {
    animation: none;
    -webkit-animation: none;
}
/* end new header template */

.login-right-img-container img{
  background-size: contain;
  height: 395px;
  right: -245px;
  bottom: 0;
  position: absolute;
  display: none !important;
   opacity: 0 !important;
   visibility: hidden !important;
}


/* end new header template */
img.new-tag {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 50px;
  margin: 0;
}

img.new-tag-dp {
  position: absolute;
  top: 0px;
  right: -25px;
  width: 50px !important;
  margin: 0;
}