@font-face {
  font-family: NotoSans-Regular;
  src: url(../../NotoSans-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: NotoSansBengali-Regular;
  src: url(../../NotoSansBengali-Regular.ttf);
  font-display: swap;
}
* {
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #0d0e10;
}
* ::-webkit-scrollbar-track {
  background-color: transparent;
}
* ::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #131414;
}

html .l-direct {
  direction: ltr;
}

html[lang=ne] {
  font-family: NotoSansBengali-Regular, "Arial", sans-serif;
}
html[lang=ne] i {
  font-family: "Font Awesome 5 Free";
}
html[lang=ne] .drawer-overlay span,
html[lang=ne] .drawer-overlay a {
  font-weight: normal;
}

html[lang=en] {
  direction: ltr;
  text-align: left;
  font-family: NotoSans-Regular, "Arial", sans-serif;
}
html[lang=en] i {
  font-family: "Font Awesome 5 Free";
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body button {
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
}
body button:active {
  filter: brightness(1.2);
}
body a {
  text-decoration: none;
}
body select {
  border: none;
  outline: none;
  font-weight: normal;
}
body input {
  border: none;
  outline: none;
  background: transparent;
  font-weight: normal;
}
body input[type=number]::-webkit-outer-spin-button,
body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body input[type=date] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
body #toast-container {
  margin-top: 10px !important;
}

.main-wrapper {
  width: 100%;
  display: block;
  max-width: 100%;
  min-height: 100vh;
  flex-wrap: wrap;
  height: auto;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  background: #0d0e10;
  padding-left: 45px;
}
.main-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #0d0e10;
}
.main-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.main-wrapper::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background: #0d0e10;
}
.main-wrapper .header-wrapper {
  width: 100%;
  display: flex;
  width: 100%;
  height: 94px;
  background: #0d0e10;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 10px;
}
.main-wrapper .header-wrapper .header-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-wrapper .header-wrapper .header-container .left-header {
  display: flex;
}
.main-wrapper .header-wrapper .header-container .left-header .menu-btn {
  display: flex;
}
.main-wrapper .header-wrapper .header-container .left-header .menu-btn > img {
  width: 200px;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  cursor: pointer;
  position: relative;
  padding: 5px 5px;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper > img {
  width: 30px;
  margin-right: 10px;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper > i {
  color: #fff;
  position: absolute;
  right: 0;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper > div {
  position: absolute;
  top: 40px;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #131414;
  border-radius: 0 0 4px 4px;
  padding: 5px 0 5px 0;
  display: none;
  border-top: 2px solid #fff;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper > div > a {
  display: flex;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper > div > a:not(:last-of-type) {
  margin-bottom: 10px;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper > div > a > img {
  width: 30px;
  margin-right: 10px;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper > div > a.disabled {
  filter: grayscale(1);
  cursor: not-allowed;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper:hover {
  background: #131414;
  border-radius: 4px 4px 0 0;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper:hover > i {
  color: #fff;
}
.main-wrapper .header-wrapper .header-container .left-header .lang-wrapper:hover > div {
  display: flex;
}
.main-wrapper .header-wrapper .header-container .function-wrapper {
  display: flex;
  align-items: center;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
  padding: 5px 5px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper > img {
  width: 30px;
  margin-right: 10px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper > i {
  color: #ffdf00;
  position: absolute;
  right: 0;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper > div {
  position: absolute;
  top: 40px;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #333333;
  border-radius: 0 0 4px 4px;
  padding: 5px 0 5px 0;
  display: none;
  border-top: 2px solid #fff;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper > div > a {
  display: flex;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper > div > a:not(:last-of-type) {
  margin-bottom: 10px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper > div > a > img {
  width: 30px;
  margin-right: 10px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper > div > a.disabled {
  filter: grayscale(1);
  cursor: not-allowed;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper:hover {
  background: #333333;
  border-radius: 4px 4px 0 0;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper:hover > i {
  color: #fff;
}
.main-wrapper .header-wrapper .header-container .function-wrapper > div.lang-wrapper:hover > div {
  display: flex;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li:first-of-type {
  margin-right: 5px;
  position: relative;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li:first-of-type > button {
  border-radius: 8px;
  background: #0d0e10;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ffdf00;
  background: transparent;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li:first-of-type > button:active {
  filter: brightness(1.2);
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li:first-of-type > button:disabled {
  filter: grayscale(1);
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li:nth-of-type(2) {
  margin: 0 10px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li:nth-of-type(2) > button {
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li:nth-of-type(2) > button:active {
  filter: brightness(1.2);
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li:nth-of-type(2) > button:disabled {
  filter: grayscale(1);
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li > button {
  padding: 8px 18px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  min-width: 105px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li > a {
  width: 150px;
  height: 32px;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: bold;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.notLogined > li > a > img {
  margin-right: 20px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:first-of-type {
  padding: 0 15px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:first-of-type > img {
  margin-right: 10px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:first-of-type > span {
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2), .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) {
  position: relative;
  padding: 0 8px;
  cursor: auto;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > div, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > div > img, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div > img {
  margin-right: 5px;
  height: 20px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > div > span, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div > span {
  margin-left: 5px;
  white-space: nowrap;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > div > span::before, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div > span::before {
  content: attr(data-label);
  color: #000;
  margin-right: 5px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > div .icon-rotate, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div .icon-rotate {
  position: relative;
  top: -1px;
  margin-left: 9px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: center;
  transition: 0.3s;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul {
  position: absolute;
  min-width: 100%;
  top: -100vh;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
  padding: 2px;
  background: #2c2c2c;
  box-shadow: 0 0 2px 2px white;
  z-index: 0;
  opacity: 0;
  transition: 0.5s;
  border-radius: 5px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.member-list > li, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.member-list > li {
  padding: 10px 15px;
  white-space: nowrap;
  margin-bottom: 3px;
  border-radius: 5px;
  position: relative;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.member-list > li.new-label::after, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.member-list > li.new-label::after {
  content: "New";
  position: absolute;
  color: #fff;
  background: red;
  font-size: 12px;
  font-weight: normal;
  padding: 0 3px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.member-list > li > a, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.member-list > li > a {
  display: flex;
  align-items: center;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.member-list > li > a > img, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.member-list > li > a > img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.member-list > li > a > img:nth-child(2), .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.member-list > li > a > img:nth-child(2) {
  display: none;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.member-list > li > a > span, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.member-list > li > a > span {
  white-space: nowrap;
  color: #fff;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.member-list > li:hover img:nth-child(1), .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.member-list > li:hover img:nth-child(1) {
  display: none;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.member-list > li:hover img:nth-child(2), .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.member-list > li:hover img:nth-child(2) {
  display: inline-block;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.member-list > li:hover span, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.member-list > li:hover span {
  color: #fff;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.wallet-list, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.wallet-list {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 15px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.wallet-list > li, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.wallet-list > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.wallet-list > li:not(:last-of-type), .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.wallet-list > li:not(:last-of-type) {
  border-bottom: solid 1px #fff;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.wallet-list > li > span, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.wallet-list > li > span {
  color: #fff;
  white-space: nowrap;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2) > ul.wallet-list > li > span:first-of-type, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul.wallet-list > li > span:first-of-type {
  margin-right: 30px;
  white-space: nowrap;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2):hover .icon-rotate, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3):hover .icon-rotate {
  transform: rotate(-135deg);
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2):hover > ul, .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3):hover > ul {
  opacity: 1;
  top: 25px;
  z-index: 3;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) {
  padding: 0 10px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div {
  position: relative;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div > i {
  color: #fff;
  margin-left: 10px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div > span {
  margin-left: 5px;
  white-space: nowrap;
  color: #fff;
  position: relative;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div > span::before {
  content: attr(data-label);
  color: #000;
  margin-right: 5px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div > span:last-of-type {
  display: none;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div.bet-before::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  z-index: 4;
  display: none;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div.bet-before::after {
  content: attr(data-val);
  position: absolute;
  top: 195%;
  left: 0;
  width: 140px;
  background-color: #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 5px;
  z-index: 4;
  border-radius: 4px;
  display: none;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div.bet-before:hover::before {
  display: inline-block;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > div.bet-before:hover::after {
  display: flex;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) > ul > li {
  padding: 10px 20px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(4) {
  margin-left: 10px;
  margin-right: 20px;
  font-weight: bold;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(4) > a {
  padding: 8px 15px;
  transition: 0.3s ease-out;
  font-size: 14px;
  color: #fff;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(4) > a:hover {
  filter: brightness(1.3);
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(4) > a > img {
  height: 25px;
  margin-right: 5px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:last-of-type {
  font-weight: bold;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:last-of-type > a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-out;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:last-of-type > a:hover {
  filter: brightness(1.3);
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:last-of-type > a > span {
  color: #838383;
  font-size: 14px;
  font-weight: bold;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:last-of-type > a > img {
  width: 35px;
  height: 35px;
}
.main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(1), .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(2), .main-wrapper .header-wrapper .header-container .function-wrapper.isLogined > li:nth-of-type(3) {
  padding-top: 3px;
}
.main-wrapper .drawer-overlay {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
.main-wrapper .drawer-overlay span,
.main-wrapper .drawer-overlay a {
  font-weight: bold;
}
.main-wrapper .drawer-overlay .drawer-wrapper {
  width: 100%;
  position: relative;
}
.main-wrapper .drawer-overlay .drawer-wrapper.fadeIn {
  animation: fadeIn ease-out 0.5s;
}
.main-wrapper .drawer-overlay .drawer-wrapper.fadeOut {
  animation: fadeout ease-out 0.5s;
}
.main-wrapper .drawer-overlay .drawer-wrapper.slideIn {
  animation: slideIn ease-out 0.5s;
}
.main-wrapper .drawer-overlay .drawer-wrapper.slideOut {
  animation: slideOut ease-out 0.5s forwards;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container {
  width: 15%;
  margin-right: 85%;
  display: block;
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  background: #2c2c2c;
  pointer-events: all;
  min-width: 250px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
  display: none;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: transparent;
  display: none;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container > div:not(:last-of-type) {
  border-bottom: solid 1px #838383;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 8px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-header > div {
  display: flex;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-header > div > span {
  color: #fff;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-header > img {
  width: 30px;
  cursor: pointer;
  margin-left: 8px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-share {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #838383;
  padding-bottom: 10px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-share > span {
  width: 100%;
  line-height: 1.2;
  font-size: 12px;
  color: #ffdf00;
  margin: 10px 0;
  padding: 0 10px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-share > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-share > div > input {
  width: calc(100% - 10px - 20px);
  height: 30px;
  background: #131414;
  margin-right: 10px;
  border-radius: 8px;
  color: #fff;
  padding: 0 5%;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-share > div > img {
  width: 25px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-share > div > img:hover {
  filter: brightness(1.3);
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div {
  display: flex;
  width: auto;
  align-items: center;
  cursor: pointer;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:first-of-type {
  padding: 5px 0;
  position: relative;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:first-of-type > img {
  width: 30px;
  margin: 0 8px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:first-of-type > span {
  color: #fff;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:first-of-type > i {
  color: #fff;
  position: absolute;
  right: 0;
  margin: 0 10px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:last-of-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:last-of-type > a {
  padding: 5px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:last-of-type > a > img {
  width: 30px;
  margin: 0 8px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:last-of-type > a > span {
  color: #fff;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:last-of-type > a.active > span, .main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder > div:last-of-type > a:hover > span {
  color: #ffdf00;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder.active > div:first-of-type {
  border: none;
  padding-bottom: 0;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.folder.active > div:last-of-type {
  display: flex;
  padding-left: 35px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.direct {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.direct > a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.direct > a:not(:last-of-type) {
  border-bottom: solid 1px #838383;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.direct > a > img {
  width: 30px;
  margin: 0 8px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.direct > a > span {
  color: #fff;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.direct > a.active > span, .main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .drawer-category.direct > a:hover > span {
  color: #ffdf00;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .lang-wrapper {
  width: 100%;
  display: flex;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .lang-wrapper > a {
  display: flex;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container .lang-wrapper > a > img {
  width: 30px;
  margin-right: 5px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min {
  width: 45px;
  margin-right: calc(100% - 45px);
  padding: 35px 0 0 0;
  min-width: 0;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min > div {
  width: 45px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-header {
  justify-content: center;
  margin-bottom: 0;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-header > div > span {
  display: none;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-share {
  display: none;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.folder {
  width: 45px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.folder > div {
  justify-content: center;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.folder > div:first-of-type {
  padding: 5px 0;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.folder > div:first-of-type > img {
  margin-right: 0;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.folder > div:first-of-type > span {
  display: none;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.folder > div:first-of-type > i {
  display: none;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.folder > div:not(:first-of-type) {
  display: none;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.direct {
  width: 45px;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.direct > a {
  padding: 5px 0;
  justify-content: center;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.direct > a:not(:last-of-type) {
  border-bottom: solid 1px #838383;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.direct > a > img {
  margin-right: 0;
}
.main-wrapper .drawer-overlay .drawer-wrapper .drawer-container.min .drawer-category.direct > a > span {
  display: none;
}
.main-wrapper .top-nav-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background: transparent;
  font-weight: bold;
}
.main-wrapper .top-nav-wrapper .top-nav-logo {
  position: absolute;
  bottom: -10px;
  left: 12%;
}
@media (max-width: 1100px) {
  .main-wrapper .top-nav-wrapper .top-nav-logo {
    left: 2%;
  }
}
.main-wrapper .top-nav-wrapper .top-nav-logo > img {
  width: 288px;
  height: auto;
}
.main-wrapper .top-nav-wrapper > ul {
  width: 100%;
  display: flex;
  padding: 0%;
  height: 50px;
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
}
.main-wrapper .top-nav-wrapper > ul > li {
  padding: 0 10px;
  white-space: nowrap;
}
.main-wrapper .top-nav-wrapper > ul > li > a {
  height: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-wrapper .top-nav-wrapper > ul > li > a.active > span {
  color: #ffdf00;
}
.main-wrapper .top-nav-wrapper > ul > li > a > img {
  height: 25px;
  margin-right: 5px;
  display: none;
}
.main-wrapper .top-nav-wrapper > ul > li > a > span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1720px) {
  .main-wrapper .top-nav-wrapper {
    padding: 0 8%;
  }
  .main-wrapper .top-nav-wrapper > ul > li > a > span {
    font-size: 1.2rem;
  }
}
@media (max-width: 1600px) {
  .main-wrapper .top-nav-wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 1500px) {
  .main-wrapper .top-nav-wrapper .top-nav-logo {
    left: 5%;
  }
}
@media (max-width: 1450px) {
  .main-wrapper .top-nav-wrapper > ul > li > a > span {
    font-size: 1.1rem;
  }
}
@media (max-width: 1400px) {
  .main-wrapper .top-nav-wrapper {
    padding: 0 4%;
  }
  .main-wrapper .top-nav-wrapper .top-nav-logo {
    left: 3%;
  }
  .main-wrapper .top-nav-wrapper > ul > li > a > span {
    font-size: 1.1rem;
  }
}
@media (max-width: 1280px) {
  .main-wrapper .top-nav-wrapper {
    padding: 0 1.5%;
  }
  .main-wrapper .top-nav-wrapper .top-nav-logo {
    left: 1%;
  }
  .main-wrapper .top-nav-wrapper .top-nav-logo > img {
    width: 250px;
    height: auto;
  }
  .main-wrapper .top-nav-wrapper > ul > li > a > span {
    font-size: 1rem;
  }
}
@media (max-width: 1130px) {
  .main-wrapper .top-nav-wrapper {
    padding: 0 1%;
  }
  .main-wrapper .top-nav-wrapper > ul > li > a > span {
    font-size: 0.9rem;
  }
}
@media (max-width: 1070px) {
  .main-wrapper .top-nav-wrapper {
    padding: 0 1%;
  }
  .main-wrapper .top-nav-wrapper > ul > li > a > span {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .main-wrapper .top-nav-wrapper {
    padding: 0;
  }
}
.main-wrapper .side-wrapper {
  z-index: 99;
}
.main-wrapper .side-wrapper .right-wrapper {
  position: fixed;
  right: 38px;
  bottom: 15vh;
}
.main-wrapper .side-wrapper .right-wrapper img {
  width: 60px;
  height: auto;
}
.main-wrapper .top-nav-supplelay {
  width: 100%;
  display: flex;
  background: #0d0e10;
  height: 180px;
}
.main-wrapper .top-nav-supplelay.min {
  height: 80px;
}
.main-wrapper .top-nav-supplelay.none {
  height: 0;
}
.main-wrapper .banner-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  background: transparent;
  margin: 0;
  padding: 0;
  visibility: visible;
  margin-top: -185px;
  margin-bottom: 15px;
}
.main-wrapper .banner-wrapper .banner-container {
  display: block;
  width: 100%;
  max-width: 1500px;
  border-radius: 12px;
  overflow: hidden;
}
.main-wrapper .banner-wrapper .banner-container > div {
  width: 100%;
}
.main-wrapper .banner-wrapper .banner-container > div > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  border-radius: 26px;
}
.main-wrapper .banner-wrapper .banner-container > div > a > img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  border-radius: inherit;
}
.main-wrapper .static-banner-wrapper {
  width: 100%;
  display: flex;
  background: transparent;
  overflow: hidden;
  margin: 0;
  padding: 0;
  visibility: hidden;
  margin-bottom: 15px;
}
.main-wrapper .static-banner-wrapper > img {
  width: 100%;
  height: auto;
}
.main-wrapper .marquee-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  visibility: hidden;
  width: 100%;
  height: 25px;
  max-width: 100% !important;
  font-weight: normal;
  margin-top: -49px;
}
.main-wrapper .marquee-overlay .marquee-wrapper {
  background: transparent;
  width: 100%;
  height: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 5px 5% 0 1%;
  max-width: 1480px;
  z-index: inherit;
  border-radius: 12px;
}
.main-wrapper .marquee-overlay .marquee-wrapper > div {
  display: flex;
  align-items: center;
}
.main-wrapper .marquee-overlay .marquee-wrapper > div:first-of-type > img {
  height: 15px;
  margin-right: 5px;
}
.main-wrapper .marquee-overlay .marquee-wrapper > div:first-of-type > span {
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em black;
  font-size: 14px;
  white-space: nowrap;
}
.main-wrapper .marquee-overlay .marquee-wrapper .marquee-container {
  display: flex;
  overflow: hidden;
}
.main-wrapper .marquee-overlay .marquee-wrapper .marquee-container div {
  display: flex;
}
.main-wrapper .marquee-overlay .marquee-wrapper .marquee-container span,
.main-wrapper .marquee-overlay .marquee-wrapper .marquee-container p {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  text-shadow: 0.1em 0.1em 0.2em black;
}
.main-wrapper .index-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
}
.main-wrapper .index-wrapper > div,
.main-wrapper .index-wrapper ul {
  max-width: 1500px;
}
.main-wrapper .index-wrapper .top-games-wrapper {
  width: 100%;
  display: flex;
  height: 400px;
  flex-wrap: wrap;
  margin: 15px 0;
  padding: 10px 15px;
  background: #333333;
  border-radius: 8px;
}
.main-wrapper .index-wrapper .top-games-wrapper > span {
  width: 100%;
  color: #ffdf00;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.main-wrapper .index-wrapper .top-games-wrapper > a {
  width: 12.5%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 3px 3px;
}
.main-wrapper .index-wrapper .top-games-wrapper > a > img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 5px;
}
.main-wrapper .index-wrapper .top-games-wrapper > a > span {
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0 3%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
}
.main-wrapper .index-wrapper .single-games-wrapper {
  width: 100%;
  display: flex;
  height: 310px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-wrapper .index-wrapper .single-games-wrapper > div {
  display: flex;
  width: calc((100% - 15px) / 2);
  align-items: center;
  background: #333333;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div {
  display: flex;
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div:first-of-type {
  width: 55%;
  flex-direction: column;
  padding-left: 3%;
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div:first-of-type > span {
  color: #fff;
  line-height: 1;
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div:first-of-type > span:first-of-type {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div:first-of-type > span:last-of-type {
  font-size: 12px;
  line-height: 1;
  color: #BFBFBF;
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div:last-of-type {
  width: 45%;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div:last-of-type > img {
  width: 50%;
  margin-right: 10px;
  z-index: 2;
  max-width: 140px;
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div:last-of-type > a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  z-index: 2;
  font-size: 0.9rem;
  text-transform: capitalize;
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div:last-of-type > a:active {
  filter: brightness(1.2);
}
.main-wrapper .index-wrapper .single-games-wrapper > div > div:last-of-type > a:disabled {
  filter: grayscale(1);
}
.main-wrapper .index-wrapper .play-card-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-title.ma-bot {
  margin-bottom: 8px;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-title > div {
  display: flex;
  align-items: center;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-title > div:first-of-type > img {
  width: 30px;
  margin-right: 10px;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-title > div:first-of-type > span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-title > div:last-of-type > button {
  background: #ffdf00;
  color: #000;
  width: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-title > div:last-of-type > button:first-of-type {
  margin-right: 5px;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-title > div:last-of-type > button > i {
  font-size: 1rem;
  color: #000;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container {
  width: 100%;
  display: -webkit-box;
  overflow-x: scroll;
  overflow-y: hidden;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: transparent;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container::-webkit-scrollbar-track {
  background: transparent;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background: transparent;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div > div {
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div > div:first-of-type {
  width: calc(28% - 10px);
  margin-right: 10px;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div > div:first-of-type > a {
  width: 100%;
  display: flex;
  transition: 0.3s ease-out;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div > div:first-of-type > a:hover {
  filter: brightness(1.3);
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div > div:first-of-type > a > img {
  width: 100%;
  border-radius: 6px;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div > div:last-of-type {
  width: 72%;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div > div:last-of-type > a {
  display: flex;
  width: calc((100% - 50px) / 5);
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.3s ease-out;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div > div:last-of-type > a:hover {
  filter: brightness(1.3);
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.games > div > div:last-of-type > a > img {
  width: 100%;
  border-radius: 6px;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.provider > a {
  display: flex;
  width: calc((100% - 80px) / 8);
  margin-right: 10px;
  flex-direction: column;
  cursor: pointer;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.provider > a.double {
  width: calc((100% - 80px) / 8 * 2);
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.provider > a > img {
  width: 100%;
  border-radius: 6px;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.provider > a > span {
  width: 100%;
  text-align: left;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.provider > a > span:first-of-type {
  margin: 3px 0;
  font-size: 12px;
  text-transform: capitalize;
  color: #ffdf00;
}
.main-wrapper .index-wrapper .play-card-wrapper .play-card-container.provider > a > span:last-of-type {
  font-size: 14px;
  text-transform: uppercase;
}
.main-wrapper .jackpot-vertical-wrapper {
  width: 100%;
  height: 595px;
  background: url(../../../images/index/w/vertical-jackpot.png);
  background-size: 100% 100%;
  position: relative;
  display: flex;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container {
  width: 47.5%;
  position: absolute;
  right: 23px;
  display: flex;
  flex-direction: column;
  padding-top: 125px;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-title {
  width: 100%;
  height: auto;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-provider {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-provider > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 30px;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-provider > li > img {
  width: 50px;
  height: 50px;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-provider > li > div {
  display: flex;
  align-items: center;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-provider > li > div > span {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em #000;
  margin-right: 10px;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-provider > li > div > img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-provider > li > div > img:hover {
  filter: brightness(1.3);
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 20px;
  margin-top: 27px;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #161616;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper > div:first-of-type {
  padding: 3px 5px;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper > div > span {
  color: #fff;
  font-size: 1.2rem;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper .jv-list-container {
  max-height: 244px;
  max-height: 244px;
  overflow: hidden;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper .jv-list-container > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 244px;
  animation: slider linear infinite;
  animation-duration: 6s;
  display: none;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper .jv-list-container > ul > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 5px;
  font-weight: normal;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper .jv-list-container > ul > li > div:first-of-type {
  display: flex;
  flex-direction: column;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper .jv-list-container > ul > li > div:first-of-type > span:first-of-type {
  font-size: 0.9rem;
  margin-bottom: 3px;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper .jv-list-container > ul > li > div:first-of-type > span:last-of-type {
  font-size: 0.8rem;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper .jv-list-container > ul > li > div > span {
  color: #fff;
  font-size: 1rem;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper .jv-list-container > ul > li:nth-of-type(odd) {
  background: #0b0b0b;
}
.main-wrapper .jackpot-vertical-wrapper .jackpot-vertical-container .jv-list-wrapper .jv-list-container > ul > li:nth-of-type(even) {
  background: #161616;
}
.main-wrapper .footer-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-wrapper .footer-wrapper .footer-container1 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 90px 0;
  max-width: 1280px;
}
.main-wrapper .footer-wrapper .footer-container1 > div {
  position: relative;
  opacity: 0.5;
  filter: grayscale(1);
}
.main-wrapper .footer-wrapper .footer-container1 > div:hover {
  opacity: 1;
  filter: grayscale(0);
}
.main-wrapper .footer-wrapper .footer-container1 > div::before {
  content: attr(data-title);
  position: absolute;
  top: -45px;
  left: 0;
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
}
.main-wrapper .footer-wrapper .footer-container1 > div:first-of-type {
  width: 35%;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.main-wrapper .footer-wrapper .footer-container1 > div:first-of-type > p,
.main-wrapper .footer-wrapper .footer-container1 > div:first-of-type > span {
  color: #f8f8f8;
  font-weight: normal;
  font-size: 14px;
}
.main-wrapper .footer-wrapper .footer-container1 > div:first-of-type > p:not(:last-of-type),
.main-wrapper .footer-wrapper .footer-container1 > div:first-of-type > span:not(:last-of-type) {
  margin-bottom: 15px;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type {
  display: flex;
  width: calc(65% - 30px);
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul {
  margin-top: -3px;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul:not(:last-of-type) {
  margin-right: 50px;
}
@media (max-width: 1280px) {
  .main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul:not(:last-of-type) {
    margin-right: 25px;
  }
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-1 {
  display: flex;
  flex-direction: column;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-1 > span {
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-1 > li {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-1 > li > a {
  color: #f8f8f8;
  font-weight: normal;
  white-space: nowrap;
  font-size: 12px;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-1 > li > a:hover {
  color: #fff;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-2 {
  display: flex;
  flex-direction: column;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-2 > span {
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-2 > li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-2 > li > span {
  color: #fff;
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 12px;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-2 > li > div {
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper .footer-wrapper .footer-container1 > div:last-of-type > ul.type-2 > li > div > img {
  height: 25px;
  margin-right: 5px;
}
@media (max-width: 1715px) {
  .main-wrapper .footer-wrapper .footer-container1 {
    padding: 90px 4% 30px 4%;
  }
}
@media (max-width: 1400px) {
  .main-wrapper .footer-wrapper .footer-container1 {
    padding: 90px 1% 30px 1%;
  }
  .main-wrapper .footer-wrapper .footer-container1 > div::before {
    font-size: 1.2rem;
  }
  .main-wrapper .footer-wrapper .footer-container1 > div span {
    font-size: 1rem;
  }
}
.main-wrapper .footer-wrapper .footer-container2 {
  width: 100%;
  display: flex;
  padding: 0 1.5%;
  margin-bottom: 20px;
}
.main-wrapper .footer-wrapper .footer-container2 > div {
  width: 100%;
  overflow: hidden;
}
.main-wrapper .footer-wrapper .footer-container2 > div > div {
  width: 100%;
}
.main-wrapper .footer-wrapper .footer-container2 > div > div > a {
  display: flex;
  width: 8.3333333333%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background: transparent;
  transition: 0.3s ease-out;
}
.main-wrapper .footer-wrapper .footer-container2 > div > div > a:hover {
  filter: brightness(1.3);
}
.main-wrapper .footer-wrapper .footer-container2 > div > div > a > img {
  width: 100%;
  height: auto;
}
.main-wrapper .new-footer-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 400px;
  padding-top: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.main-wrapper .new-footer-wrapper .new-footer-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main-wrapper .new-footer-wrapper .new-footer-container > div:not(:last-of-type) {
  margin-bottom: 10px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type {
  padding: 15px 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type > img {
  width: 75%;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type > div {
  display: flex;
  margin-top: 80px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type > div > a,
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type > div img {
  width: 30px;
  margin: 0 5px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:first-of-type > span {
  color: #9f9f9f;
  font-size: 14px;
  margin-top: 15px;
  text-transform: none;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) {
  align-items: flex-start;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > h6 {
  color: #ffdf00;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 10px 0;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > a,
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div span {
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 5px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > a:hover,
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div span:hover {
  color: #ffdf00;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div > a,
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div img {
  width: 30px;
  margin: 0 5px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container1 > div:not(:first-of-type) > div > div > span {
  color: #9f9f9f;
  font-size: 14px;
  margin-left: 10px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 {
  width: 100%;
  display: flex;
  padding: 5px 0;
  padding-bottom: 15px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div:first-of-type {
  position: relative;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div:first-of-type::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: transparent;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div {
  display: flex;
  flex-direction: column;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > h6 {
  color: #ffdf00;
  font-size: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-right: 10px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div > a,
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div img {
  width: 30px;
  margin: 0 5px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div > div > div > span {
  color: #9f9f9f;
  font-size: 12px;
  margin-right: 20px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div:first-of-type {
  width: 25%;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(2) {
  width: 50%;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container2 > div:nth-of-type(3) {
  width: 25%;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container3 {
  width: 100%;
  display: flex;
  padding: 20px 0;
  height: 80px;
  overflow: hidden;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container3 > div:first-of-type {
  width: 25%;
  display: flex;
  align-items: center;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container3 > div:first-of-type > a,
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container3 > div:first-of-type img {
  width: 30px;
  margin: 0 5px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container3 > div:last-of-type {
  width: 75%;
  overflow: hidden;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container3 > div:last-of-type > div {
  width: 100%;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container3 > div:last-of-type > div > a {
  display: flex;
  width: 8.3333333333%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background: transparent;
  transition: 0.3s ease-out;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container3 > div:last-of-type > div > a:hover {
  filter: brightness(1.3);
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container3 > div:last-of-type > div > a > img {
  width: 100%;
  height: auto;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container4 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.main-wrapper .new-footer-wrapper .new-footer-container .new-footer-container4 > span {
  color: rgba(255, 223, 0, 0.6);
  font-size: 16px;
}
.main-wrapper .seo-content-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .seo-content-wrapper .seo-content-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  font-size: 1rem;
  color: #fff;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-title {
  width: 100%;
  padding: 5px 20px;
  background: #131414;
  border-radius: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-title > h1,
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-title > h2 {
  color: #ffdf00;
  cursor: pointer;
  width: calc(100% - 50px);
  font-size: 18px;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-title > i {
  width: 50px;
  color: #ffdf00;
  font-size: 18px;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-txt {
  width: 100%;
  padding: 5px 20px;
  display: none;
  background: #333333;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-txt > h2,
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-txt > h3,
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-txt > h4,
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-txt > h5,
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-txt > h6 {
  color: #ffdf00;
  font-size: 16px;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li .seo-content-txt a {
  color: #ffdf00;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li:not(:last-of-type) {
  margin-bottom: 15px;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li.show .seo-content-title {
  border-radius: 8px 8px 0 0;
}
.main-wrapper .seo-content-wrapper .seo-content-container > li.show .seo-content-txt {
  display: block;
}
.main-wrapper .dialog-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.main-wrapper .dialog-overlay .dialog-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .dialog-overlay .dialog-wrapper.fadeIn {
  animation: fadeIn ease-out 0.3s forwards;
}
.main-wrapper .dialog-overlay .dialog-wrapper.fadeOut {
  animation: fadeout ease-out 0.3s forwards;
}
.main-wrapper .dialog-overlay .dialog-wrapper .dialog-container {
  color: #fff;
}
.main-wrapper .reload-wallet {
  cursor: pointer;
}
.main-wrapper .reload-wallet.rotate {
  animation: rotate 0.4s ease-out forwards;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 630px;
  padding: 50px 10%;
  background: #0d0e10;
  border-radius: 8px;
  position: relative;
  display: none;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper.show {
  display: flex;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:first-of-type > span {
  font-size: 2rem;
  color: #ffdf00;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(2) > span {
  font-size: 14px;
  color: #fff;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(3) {
  flex-wrap: wrap;
  margin: 30px 0;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(3) > span {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #ffdf00;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(3) > a {
  width: calc((100% - 40px) / 2);
  margin: 10px 10px;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #131414;
  transition: 0.3s ease-out;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(3) > a > span {
  font-size: 1.1rem;
  color: #fff;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(3) > a > img {
  width: 60%;
  border-radius: 8px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(3) > a:hover {
  filter: brightness(1.3);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) {
  flex-wrap: wrap;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > span {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #ffdf00;
  margin-bottom: 10px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a {
  width: calc((100% - 40px) / 2);
  transition: 0.3s ease-out;
  padding: 10px 0;
  margin: 10px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #131414;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a:hover {
  filter: brightness(1.3);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a:first-of-type {
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a:first-of-type:active {
  filter: brightness(1.2);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a:first-of-type:disabled {
  filter: grayscale(1);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a:last-of-type {
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a:last-of-type:active {
  filter: brightness(1.2);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a:last-of-type:disabled {
  filter: grayscale(1);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a:last-of-type > span {
  color: #000;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .finish-auth-wrapper > li:nth-of-type(4) > a > span {
  font-size: 1.1rem;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 630px;
  padding: 50px 10%;
  background: #0d0e10;
  border-radius: 8px;
  position: relative;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
  color: #fff;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper > i:hover {
  transform: rotate(360deg);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-header > a {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-header > a > span {
  font-size: 1.4rem;
  color: #fff;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-header > a.active > span {
  color: #ffdf00;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container.active {
  display: flex;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > a.forgot-password {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 1rem;
  color: #fff;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > span {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li > span {
  width: 100%;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li > span.hint {
  color: #ffdf00;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field {
  position: relative;
  align-items: center;
  margin-bottom: 20px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > i:first-child {
  color: #fff;
  padding: 0 8px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > i.end-icon {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: 12px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > img {
  width: 35px;
  height: auto;
  padding: 0 8px;
  border-right: 1px solid #808080;
  display: none;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > input {
  width: 100%;
  height: 35px;
  color: #fff;
  padding: 0 15px;
  background-color: #131414;
  border-radius: 8px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > input:disabled {
  opacity: 0.6;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > input::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > select {
  width: 100%;
  height: 35px;
  color: rgba(128, 128, 128, 0.5);
  padding: 0 15px;
  background-color: #131414;
  border-radius: 8px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > select:disabled {
  opacity: 0.6;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > select::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > select::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > span {
  width: 100%;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > span.msg {
  color: rgb(219, 30, 30);
  margin-top: 2px;
  white-space: nowrap;
  position: absolute;
  bottom: -20px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > span.msg.fadeIn {
  animation: fadeIn ease 0.5s;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.field > span.label {
  color: white;
  margin-bottom: 5px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.required::before {
  content: "*";
  color: red;
  position: absolute;
  left: -17px;
  top: 30px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.text {
  margin-bottom: 55px;
  position: relative;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.text::after {
  content: attr(data-label);
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 12px;
  color: #ff91b3;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.text > span {
  margin-top: 35px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.check {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: transparent;
  margin-bottom: 15px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.check > input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.check > span {
  position: relative;
  bottom: 0;
  width: calc(100% - 30px);
  color: #fff;
  font-size: 12px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.check > span > a {
  color: #fff;
  transition: 0.3s ease-out;
  text-decoration: underline;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.check > span > a:hover {
  filter: brightness(1.3);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.btn > button:active {
  filter: brightness(1.2);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.btn > button:disabled {
  filter: grayscale(1);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.btn > button:active {
  filter: brightness(1.2);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.btn > button:disabled {
  filter: grayscale(1);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.country > div {
  color: #fff;
  font-size: 0.8em;
  background-color: #131414;
  width: 40px;
  margin: 0 2.5px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .auth-container > li.country > input {
  width: calc(100% - 45px);
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper.ur .auth-container > li.required::before {
  content: "*";
  color: red;
  position: absolute;
  left: auto;
  right: -17px;
  top: 30px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .referral-guide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 15px 0 0 0;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .referral-guide > span {
  color: #fff;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .referral-guide > span:first-of-type {
  width: 100%;
  color: #ffdf00;
  font-size: 14px;
  margin-bottom: 3px;
}
.main-wrapper #auth-dialog .dialog-wrapper .dialog-container .auth-wrapper .referral-guide > span > a {
  color: #ffdf00;
  text-decoration: underline;
  margin-left: 3px;
  font-size: 14px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 630px;
  padding: 50px 10%;
  background: #0d0e10;
  border-radius: 8px;
  position: relative;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
  color: #fff;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper > i:hover {
  transform: rotate(360deg);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-header > a {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-header > a > span {
  font-size: 1.4rem;
  color: #fff;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-header > a.active > span {
  color: #ffdf00;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container.active {
  display: flex;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > span {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li > span {
  width: 100%;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field {
  position: relative;
  align-items: center;
  margin-bottom: 20px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > i:first-child {
  color: #fff;
  padding: 0 8px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > i.end-icon {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  margin-top: 12px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > img {
  width: 35px;
  height: auto;
  padding: 0 8px;
  border-right: 1px solid #808080;
  display: none;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input {
  width: 100%;
  height: 35px;
  color: #fff;
  padding: 0 15px;
  background-color: #131414;
  border-radius: 8px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input:disabled {
  opacity: 0.6;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > select {
  width: 100%;
  height: 35px;
  color: rgba(128, 128, 128, 0.5);
  padding: 0 15px;
  background-color: #131414;
  border-radius: 8px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > select:disabled {
  opacity: 0.6;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > select::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > select::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > span {
  width: 100%;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > span.msg {
  color: rgb(219, 30, 30);
  margin-top: 2px;
  white-space: nowrap;
  position: absolute;
  bottom: -20px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > span.msg.fadeIn {
  animation: fadeIn ease 0.5s;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > span.label {
  color: white;
  margin-bottom: 5px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > button {
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
  font-size: 14px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > button:active {
  filter: brightness(1.2);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.field > button:disabled {
  filter: grayscale(1);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.required::before {
  content: "*";
  color: red;
  position: absolute;
  left: -17px;
  top: 30px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.text {
  margin-bottom: 55px;
  position: relative;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.text::after {
  content: attr(data-label);
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 12px;
  color: #ff91b3;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.text > span {
  margin-top: 35px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: transparent;
  margin-bottom: 15px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check > input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check > span {
  position: relative;
  bottom: 0;
  width: calc(100% - 30px);
  color: #fff;
  font-size: 12px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check > span > a {
  color: #fff;
  transition: 0.3s ease-out;
  text-decoration: underline;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.check > span > a:hover {
  filter: brightness(1.3);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.btn > button:active {
  filter: brightness(1.2);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.btn > button:disabled {
  filter: grayscale(1);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.btn > button:active {
  filter: brightness(1.2);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.btn > button:disabled {
  filter: grayscale(1);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.country > div {
  color: #fff;
  font-size: 0.8em;
  background-color: #131414;
  width: 40px;
  margin-right: 5px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.country > input {
  width: calc(100% - 45px);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph {
  align-items: center;
  margin-bottom: 15px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph canvas {
  width: calc(85% - 15px);
  height: 50px;
  margin-right: 15px;
  border-radius: 6px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph > button {
  width: 15%;
  height: 40px;
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph > button:active {
  filter: brightness(1.2);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph > button:disabled {
  filter: grayscale(1);
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.graph > button i {
  color: #fff;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result {
  flex-direction: column;
  padding: 30px 0;
  align-items: center;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result > img {
  width: 50%;
  max-width: 150px;
  margin-bottom: 30px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result > span {
  color: #fff;
  font-size: 1rem;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result > span:not(:last-of-type) {
  margin-bottom: 10px;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper .forgot-container > li.result > span a {
  color: #ffdf00;
}
.main-wrapper #forgot-dialog .dialog-wrapper .dialog-container .forgot-wrapper.ur .forgot-container > li.required::before {
  content: "*";
  color: red;
  position: absolute;
  left: auto;
  right: -17px;
  top: 30px;
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper {
  display: flex;
  width: 500px;
  height: 500px;
  border-radius: 12px;
  background: #000000;
  border: #ffdf00 1px solid;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper > i:hover {
  transform: rotate(360deg);
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper > li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper > li > img {
  width: 120px;
  margin: 15px 0;
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper > li > img.disabled {
  filter: grayscale(0.7);
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper > li > span {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper > li > a {
  width: 150px;
  height: 40px;
  margin: 15px 0;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper > li > a:active {
  filter: brightness(1.2);
}
.main-wrapper #icon-alert-dialog .dialog-wrapper .dialog-container .icon-alert-wrapper > li > a:disabled {
  filter: grayscale(1);
}
.main-wrapper .quickpay-middleware-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
.main-wrapper .quickpay-middleware-wrapper.show {
  visibility: visible;
}
.main-wrapper .quickpay-middleware-wrapper > img {
  width: 50%;
  max-width: 150px;
  margin-bottom: 30px;
}
.main-wrapper .quickpay-middleware-wrapper > span {
  font-size: 1.2rem;
  color: #fff;
}
.main-wrapper .quickpay-middleware-wrapper > button {
  margin-top: 30px;
  display: none;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.28) 0px -4px 0px inset;
  font-size: 1rem;
}
.main-wrapper .quickpay-middleware-wrapper > button:active {
  filter: brightness(1.2);
}
.main-wrapper .quickpay-middleware-wrapper > button:disabled {
  filter: grayscale(1);
}
.main-wrapper .quickpay-middleware-wrapper > button.show {
  display: flex;
}
.main-wrapper .agentregister-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.main-wrapper .agentregister-overlay.show {
  display: flex;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container {
  width: 50%;
  background: #0d0e10;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 75px 0;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container .close-btn {
  display: flex;
  padding: 10px 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #ffdf00;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container .close-btn > i {
  color: #ffdf00;
  font-size: 2rem;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > img {
  width: 200px;
  pointer-events: none;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > span {
  width: 100%;
  color: #ffdf00;
  margin: 20px 0;
  pointer-events: none;
  text-align: center;
  font-size: 1.2rem;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 10px 0;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a {
  display: flex;
  margin-right: 10px;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a:first-of-type {
  margin-right: 10px;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a.disabled {
  filter: grayscale(1);
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a > img {
  width: 30px;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > div {
  width: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  background: #131414;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 0 10px;
  position: relative;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > div > img {
  width: 20px;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > div > input {
  width: calc(100% - 25px);
  height: 40px;
  color: #fff;
  padding-left: 10px;
  font-size: 1rem;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > div > input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > div > input::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > div > i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffdf00;
  padding: 3px 3px;
  cursor: pointer;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > div > span {
  width: 100%;
  font-size: 1rem;
  color: rgb(172, 6, 6);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > button {
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 50%;
  height: 40px;
  font-size: 1.2rem;
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > button:active {
  filter: brightness(1.2);
}
.main-wrapper .agentregister-overlay .agentregister-wrapper .agentregister-container > button:disabled {
  filter: grayscale(1);
}
.main-wrapper .launch-game-wrapper {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: black;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
.main-wrapper .launch-game-wrapper.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper .launch-game-wrapper .launch-game-container {
  width: 90%;
  height: 90%;
  background: black;
}
.main-wrapper .launch-game-wrapper .launch-game-container.full {
  width: 100%;
  height: 100%;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-header {
  width: 100%;
  display: flex;
  height: 45px;
  padding: 0 20px;
  background: black;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-header > i {
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 5px;
  cursor: pointer;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-header > i:first-of-type {
  transition: 0.4s ease-out;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-header > i:first-of-type:hover {
  transform: scale(1.2);
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-header > i:last-of-type {
  transition: 0.5s ease-out;
  margin-left: 10px;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-header > i:last-of-type:hover {
  transform: rotate(360deg);
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-content {
  width: 100%;
  height: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-content > img {
  width: 200px;
  margin-bottom: 15px;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-content > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-content > span {
  margin-top: 30px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-content > span.failed {
  color: #f56c6c;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-content #myProgress {
  width: 100%;
  background-color: #272727;
  position: relative;
  border-radius: 4px;
  max-width: 345px;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-content #myBar {
  width: 0%;
  height: 2px;
  text-align: center;
  line-height: 2px;
  box-shadow: 0 0px 5px 2px rgba(255, 255, 255, 0.7);
  background: #fff;
  color: #fff;
  border-radius: 4px;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-content #myBar > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  text-shadow: 0.1em 0.1em 0.2em black;
  font-size: 16px;
  display: none;
}
.main-wrapper .launch-game-wrapper .launch-game-container .launch-game-content > iframe {
  width: 100%;
  height: 100%;
  display: none;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  border-radius: 9px;
  background: #333333;
  position: relative;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
  color: white;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > i:hover {
  transform: rotate(360deg);
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(2) {
  margin: 15px 0 0;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(2) > span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(3) {
  margin: 15px 0 0;
  width: 300px;
  position: relative;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(3) > span {
  width: 300px;
  background-color: #131414;
  border: solid 0.5px #838383;
  padding: 7.4px 9.9px 6.1px 20px;
  border-radius: 5px;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(3) > button {
  position: absolute;
  border-radius: 8px;
  background: #ffdf00;
  color: #000;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: 6px;
  padding: 3px 5px;
  border-radius: 3px;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(3) > button:active {
  filter: brightness(1.2);
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(3) > button:disabled {
  filter: grayscale(1);
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(4) {
  margin: 15px 0;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(4) > img {
  height: 300px;
  padding: 15px 15px;
  background: #fff;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(5) {
  width: 100%;
  height: 92px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(5) > a {
  transition: 0.4s ease-out;
  margin: 0 5px;
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(5) > a:hover {
  transform: scale(1.2);
}
.main-wrapper #share-dialog .dialog-wrapper .dialog-container .share-wrapper > div:nth-child(5) > a > img {
  width: 44.5px;
  height: 44.5px;
  border-radius: 50%;
}
.main-wrapper #popup-dialog {
  max-width: none;
}
.main-wrapper #popup-dialog .dialog-wrapper .dialog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.main-wrapper #popup-dialog .dialog-wrapper .dialog-container > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
  color: #fff;
  z-index: 2;
  padding: 5px 5px;
}
.main-wrapper #popup-dialog .dialog-wrapper .dialog-container > i:hover {
  transform: rotate(360deg);
}
.main-wrapper #popup-dialog .dialog-wrapper .dialog-container .popup-wrapper:hover {
  filter: brightness(1.1);
}
.main-wrapper #popup-dialog .dialog-wrapper .dialog-container .popup-wrapper > img {
  max-width: 800px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.folder-wrapper {
  width: 80px;
  display: flex;
  position: fixed;
  right: -80px;
  top: 70%;
  transform: translateY(-70%);
  background: #2c2c2c;
  border-radius: 6px 0 0 6px;
  transition: 0.4s ease-out all;
  z-index: 3;
}
.folder-wrapper .folder-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 0px;
}
.folder-wrapper .folder-container > li {
  width: 100%;
  display: flex;
  justify-content: center;
}
.folder-wrapper .folder-container > li > a {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.folder-wrapper .folder-container > li > a > img {
  width: 65px;
}
.folder-wrapper .folder-container > li > a.available::after {
  content: "";
  position: absolute;
  right: 2px;
  top: -3px;
  font-size: 12px;
  background: red;
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
}
.folder-wrapper .folder-container > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.folder-wrapper > button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 30px;
  background: #2c2c2c;
  border-radius: 6px 0 0 6px;
  transition: 0.1s ease-out all;
}
.folder-wrapper > button > i {
  color: #fff;
  font-size: 16px;
}
.folder-wrapper.active {
  right: 0;
}
.folder-wrapper.active > button {
  background: #2c2c2c;
}
.folder-wrapper.active > button > i {
  color: #fff;
}

.event-entrance {
  display: flex;
  position: fixed;
  right: 0px;
  bottom: 15vh;
  z-index: 3;
}
.event-entrance > img {
  width: 140px;
  cursor: pointer;
}

span.message-count {
  position: relative;
}
span.message-count::after {
  content: attr(data-count);
  color: #fa2d2d;
  margin-left: 5px;
}

@media (max-width: 1280px) {
  .main-wrapper .header-wrapper,
  .main-wrapper .top-nav-wrapper,
  .main-wrapper .banner-wrapper,
  .main-wrapper .index-wrapper,
  .main-wrapper .marquee-overlay,
  .main-wrapper .basic-game-wrapper,
  .main-wrapper .slots-wrapper,
  .main-wrapper .fishing-wrapper,
  .main-wrapper .sports-wrapper,
  .main-wrapper .esports-wrapper,
  .main-wrapper .promotion-wrapper,
  .main-wrapper .download-wrapper,
  .main-wrapper .vip-wrapper,
  .main-wrapper .member-wrapper,
  .main-wrapper .single-game-wrapper,
  .main-wrapper .new-footer-wrapper {
    padding: 0 40px;
  }
  .main-wrapper .index-wrapper .step-wrapper {
    border-radius: 8px;
  }
  .main-wrapper .index-wrapper .step-wrapper .step-container > div {
    padding-left: 10px;
  }
  .main-wrapper .header-wrapper > .header-container > .menu-btn > img {
    width: 200px;
  }
  .main-wrapper .footer-wrapper > .footer-container1 {
    padding: 90px 40px 30px 40px;
  }
  .main-wrapper .top-nav-wrapper > ul > li > a > span {
    font-size: 14px;
  }
}
.whole-loading {
  width: 100%;
  display: flex;
  height: 100%;
  background: #0d0e10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.whole-loading > img {
  width: 200px;
  height: auto;
}
.whole-loading > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.whole-loading > span {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
.whole-loading > span:first-of-type {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}

@keyframes slideIn {
  0% {
    left: -350px;
  }
  100% {
    left: 0;
  }
}
@keyframes slideOut {
  0% {
    left: 0;
  }
  100% {
    left: -500px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes expand {
  0% {
    height: 52px;
  }
  100% {
    height: 404px;
  }
}
@keyframes shrink {
  0% {
    height: 404px;
  }
  100% {
    height: 52px;
  }
}
@keyframes expandWallet {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes shrinkWallet {
  0% {
    display: flex;
    height: 100%;
  }
  90% {
    height: 0%;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-360deg);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.infinite-rotation {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gameSlideIn {
  0% {
    opacity: 0;
    top: -100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes gameSlideUp {
  0% {
    opacity: 0;
    bottom: -80%;
  }
  100% {
    opacity: 1;
    bottom: 0;
    border: 2px solid #ffce00;
    border-radius: 8px;
  }
}
.shaking {
  animation: 2s shaking ease-out infinite;
}

@keyframes shaking {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes slider {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-300%);
  }
}
@keyframes borealisBar {
  0% {
    left: 0%;
    right: 100%;
    width: 0%;
  }
  10% {
    left: 0%;
    right: 75%;
    width: 25%;
  }
  90% {
    right: 0%;
    left: 75%;
    width: 25%;
  }
  100% {
    left: 100%;
    right: 0%;
    width: 0%;
  }
}
.blink_me {
  animation: blinker 1.5s linear infinite;
}
.blink_me > img,
.blink_me > span {
  color: #ffdf00 !important;
}

.underline {
  text-decoration: underline;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
.blink-color {
  animation: blink-color-ani 2s linear infinite;
}

@keyframes blink-color-ani {
  50% {
    color: #fff;
    opacity: 0.3;
  }
  100% {
    color: #fff;
    opacity: 1;
  }
}
.contact-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.contact-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  right: 0;
  border-radius: inherit;
  cursor: not-allowed;
}
.contact-btn::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-image: url(../../../images/icon/loading2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 12.5px;
  top: 12.5px;
  border-radius: inherit;
  animation: rotate 1.2s ease-out infinite forwards;
}
.contact-btn.active::before {
  display: none;
}
.contact-btn.active::after {
  display: none;
}
.contact-btn > img {
  height: 50px;
  border-radius: 50%;
}
.contact-btn > span {
  font-size: 12px;
  font-weight: normal;
}

#chat-widget-container {
  right: 60px !important;
  bottom: 2vh !important;
  display: none;
}
#chat-widget-container.show {
  display: block;
}/*# sourceMappingURL=index.css.map */