@charset "UTF-8";
@import url(font.css);
@import url(toast.css);
/*!
 * normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
 */
button, hr, input {
  overflow: visible; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  border: 0; }

img {
  border: 0; }

img, input {
  vertical-align: middle; }

/*html:not(.wp) h1,
html:not(.wp) h2,
html:not(.wp) h3,
html:not(.wp) h4,
html:not(.wp) h5,
html:not(.wp) h6,
html:not(.wp) address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: 0;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

table, caption, th, td {
  font-style: normal;
  font-weight: normal; }

hr {
  margin: 0;
  padding: 0; }

iframe {
  margin: 0;
  padding: 0;
  border: 0; }

form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
  margin: 0;
  padding: 0;
  outline: none; }

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: inherit;
  border: 0; }

/*=============================================
 * reset - custom
 *=============================================*/
:before,
:after {
  pointer-events: none; }

* {
  /* fix font boosting on mobile Chrome */
  max-height: 1000000px; }

*:first-child + html img,
* html img {
  vertical-align: top; }

html,
body {
  line-height: 1;
  word-spacing: normal;
  min-height: 100%;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  /* -webkit-font-smoothing: antialiased; */ }

html.break-jump,
.break-jump body {
  /* fixed for screen jumping bug on iOS */
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }

input,
button,
select,
optgroup,
option,
textarea,
label {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

select,
button,
input:button,
input:submit,
input:reset {
  cursor: pointer; }

/*
option:disabled {
	display: none;
}
*/
strong {
  font-weight: 600; }

em {
  font-style: italic; }

small {
  font-size: smaller; }

del {
  text-decoration: line-through; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:focus,
a:active {
  outline: none;
  -moz-outline-style: none;
  ie-dummy: expression(this.hideFocus=true); }

/*
a[href=""],
a[href=""] > * {
	cursor: not-allowed !important;
}
a[href=""]:focus,
a[href=""]:active {
	pointer-events: none;
}
*/
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

/*=============================================
 * lazyload
 *=============================================*/
img:not([src]) {
  visibility: hidden; }

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px; }

.i-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  /* You define this doing height / width * 100% */
  position: relative; }

.i-wrapper img {
  width: 100%;
  /*height: auto;*/
  position: absolute; }

img.responsive {
  max-width: 100%;
  width: auto;
  height: auto; }

body {
  background-color: #EFEFEF;
  color: #363636;
  font-size: 14px;
  font-family: "San Francisco Text";
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word; }

a {
  text-decoration: none !important; }

img {
  width: 100%;
  height: auto; }

img.img-crop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%); }
  img.img-crop.vertical-img {
    width: auto;
    height: 100%; }

button {
  cursor: pointer; }

.ob-fit {
  object-fit: cover;
  height: 100%; }

.ava {
  position: relative; }
  .ava img {
    border-radius: 50%; }

.ava img, .avatar img {
  height: 100%;
  object-fit: cover; }

.dis-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }

.verified:before {
  content: "\e92c";
  font-family: 'bettamarket' !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background: #1d9bf0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  padding: 5px;
  color: #ffffff;
  z-index: 9; }

.shop-vip:before {
  background: url("../img/vip.svg") no-repeat;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  right: -5px;
  background-size: cover;
  z-index: 9; }

.mt-60 {
  margin-top: 60px; }

.mt-12 {
  margin-top: 12px; }

.mt-8 {
  margin-top: 8px; }

.bg-blur {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.4);
  filter: blur(20px);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.btn-more {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
  box-sizing: border-box; }
  .btn-more.btn-dark {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); }
    .btn-more.btn-dark span {
      background-color: #ffffff; }
  .btn-more span {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin: 1.5px;
    background-color: #727272; }

.btn-dark {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }

.btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }

.btn-link {
  color: #1d9bf0;
  font-weight: bold; }
  .btn-link:hover {
    text-decoration: underline; }

.btn-primary {
  box-sizing: border-box;
  height: 44px;
  padding: 0 28px;
  background-color: #1d9bf0;
  color: #ffffff;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  outline: none;
  white-space: nowrap; }
  .btn-primary.sub-btn {
    border: 1px solid #1d9bf0;
    color: #1d9bf0;
    background-color: #ffffff; }
  .btn-primary span {
    margin-right: 8px;
    font-size: 13px; }
  .btn-primary.ripple {
    background-position: center;
    transition: background 0.6s; }
  .btn-primary.ripple:hover {
    background: #1d9bf0 radial-gradient(circle, transparent 1%, #1d9bf0 1%) center/15000%; }
  .btn-primary.ripple:active {
    background-color: #ffffff;
    background-size: 100%;
    transition: background 0s; }

.btn-grey {
  background: #e2e2e2;
  color: #888;
  border-radius: 20px;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 20px; }

.btn-default {
  box-sizing: border-box;
  height: 44px;
  padding: 0 28px;
  background-color: #ffffff;
  border: 1px solid #EDEDED;
  color: #c4c4c4;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  outline: none;
  white-space: nowrap; }
  .btn-default span {
    margin-right: 8px;
    font-size: 13px; }
  .btn-default.ripple {
    background-position: center;
    transition: background 0.6s; }
  .btn-default.ripple:hover {
    background: #1d9bf0 radial-gradient(circle, transparent 1%, #1d9bf0 1%) center/15000%; }
  .btn-default.ripple:active {
    background-color: #ffffff;
    background-size: 100%;
    transition: background 0s; }

.btn-secondary {
  box-sizing: border-box;
  height: 44px;
  padding: 0 28px;
  box-sizing: border-box;
  background-color: #66bd21;
  color: #ffffff;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  white-space: nowrap; }
  .btn-secondary span {
    margin-right: 8px;
    font-size: 13px; }
  .btn-secondary.ripple {
    background-position: center;
    transition: background 0.6s; }
  .btn-secondary.ripple:hover {
    background: #66bd21 radial-gradient(circle, transparent 1%, #66bd21 1%) center/15000%; }
  .btn-secondary.ripple:active {
    background-color: #ffffff;
    background-size: 100%;
    transition: background 0s; }

.btn-blue {
  background-color: #1d9bf0;
  color: #ffffff; }

.btn-green {
  background-color: #66bd21;
  color: #ffffff; }

.btn-icon-sm {
  width: 24px;
  height: 24px;
  font-size: 10px !important; }

.btn-md {
  height: 34px; }

.btn-dark {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff; }

.btn-blue-light {
  background-color: rgba(29, 155, 240, 0.1);
  color: #1d9bf0; }

.btn-red-light {
  background-color: rgba(177, 0, 0, 0.1);
  color: #b10000; }

.btn-blue-border {
  background-color: #ffffff;
  color: #1d9bf0;
  border: 1px solid #1d9bf0; }

.btn-disable {
  background-color: #f8f8f8;
  color: #c4c4c4;
  pointer-events: none; }

input {
  border: 1px solid #e5e5e5;
  box-sizing: border-box; }
  input::placeholder {
    font-weight: bold;
    color: #b7b7b7; }

button {
  border: none; }

.alert {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px dashed;
  width: 100%;
  box-sizing: border-box; }
  .alert.alert-danger {
    background-color: #FFF2F2;
    border-color: #C30C00;
    color: #BB0B00; }
  .alert.alert-warning {
    background-color: rgba(255, 240, 184, 0.3);
    border-color: #866800;
    color: #866800; }

.form-group {
  margin-bottom: 16px; }
  .form-group.inline-form {
    position: relative; }
    .form-group.inline-form a {
      position: absolute;
      right: 4px;
      top: 4px;
      color: #1d9bf0; }
      .form-group.inline-form a span {
        font-size: 18px; }
      .form-group.inline-form a.btn-disable {
        color: #e2e2e2; }

input[disabled] {
  background-color: #f8f8f8;
  color: #c4c4c4; }

.form-label {
  margin-bottom: 4px;
  font-size: 13px;
  display: inline-block; }

.form-control {
  display: block;
  width: 100%;
  padding: 12px;
  color: #363636;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  appearance: none;
  border-radius: 4px;
  transition: 0.2s all ease-in-out; }
  .form-control:focus {
    border-color: #1d9bf0;
    outline: 0; }
  .form-control::placeholder {
    color: #c4c4c4;
    opacity: 1; }

/* Select style */
.select2 {
  width: 100% !important;
  display: block; }

/* End select style */
.select2-container--default .select2-selection--single {
  border-color: #efefef; }

.select2-container .select2-selection--single {
  height: 41px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
  padding-left: 12px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  transform: rotate(-180deg); }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    transition: transform 0.2s ease-in-out; }

.select2-dropdown {
  border-color: #efefef; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 320px; }

#select2-pickCategory-results .select2-results__option--selected:after {
  content: "\e92c";
  position: absolute;
  font-size: 10px;
  left: 18px;
  color: #66bd21;
  top: 15px;
  font-family: 'bettamarket' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.select2-container--default .select2-results__option--selected {
  background: none;
  position: relative; }

.select2-results__option {
  padding: 10px 6px 10px 12px;
  border-bottom: 1px solid #efefef; }
  .select2-results__option:nth-last-child(1) {
    border: none; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #efefef; }

.select2-search--dropdown .select2-search__field {
  padding: 8px 8px 8px 28px; }

.select2-container--default .select2-results__group {
  padding-left: 12px; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 40px; }
  .select2-container--default .select2-results__option .select2-results__option:hover {
    background-color: #efefef !important;
    color: #363636 !important; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #efefef !important;
  color: #363636 !important; }

.select2-search--dropdown {
  padding: 8px;
  background-color: #f8f8f8;
  position: relative; }
  .select2-search--dropdown:after {
    content: "\e915";
    position: absolute;
    font-size: 16px;
    left: 16px;
    color: #b2b2b2;
    top: 17px;
    font-family: 'bettamarket' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.twocolForm div {
  width: calc((100% - 8px)/2) !important; }

input[type=checkbox]:not(checked) {
  position: absolute;
  opacity: 0; }

input[type=checkbox]:not(checked) + label {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer; }
  input[type=checkbox]:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    background: #FFF; }
  input[type=checkbox]:not(checked) + label:after {
    content: "\e92c";
    position: absolute;
    font-size: 8px;
    left: 4px;
    color: #66bd21;
    top: 6px;
    font-family: 'bettamarket' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    opacity: 0; }

input[type=checkbox]:checked + label {
  cursor: pointer; }
  input[type=checkbox]:checked + label:after {
    opacity: 1;
    color: #ffffff; }
  input[type=checkbox]:checked + label:before {
    border: 1px solid #363636;
    background-color: #363636; }

input[type=radio]:not(checked) {
  position: absolute;
  opacity: 0; }

input[type=radio]:not(checked) + label {
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer; }
  input[type=radio]:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    background: #FFF; }
  input[type=radio]:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #363636;
    opacity: 0;
    transition: all .2s; }

input[type=radio]:checked + label {
  cursor: pointer; }
  input[type=radio]:checked + label:after {
    opacity: 1; }
  input[type=radio]:checked + label:before {
    border: 1px solid #363636; }

.datetimepicker {
  position: relative; }
  .datetimepicker .icon-calendar {
    position: absolute;
    font-size: 24px;
    color: #1d9bf0;
    right: 10px;
    top: 10px;
    pointer-events: none; }
  .datetimepicker input {
    padding-right: 50px; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  box-shadow: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  display: none; }

.modal-sheet {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity ease-in-out; }
  .modal-sheet .btn-close {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal-sheet .btn-close span {
      color: #ffffff;
      font-size: 12px; }
  .modal-sheet.active {
    opacity: 1;
    pointer-events: auto; }
    .modal-sheet.active .overlay-modal {
      opacity: 1; }
    .modal-sheet.active .bottom-modal {
      transform: translateY(0); }
    .modal-sheet.active .top-modal {
      transform: translateY(0); }
    .modal-sheet.active .left-modal {
      transform: translateX(0); }
    .modal-sheet.active .right-modal {
      transform: translateX(0); }
  .modal-sheet .overlay-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s opacity ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); }
  .modal-sheet .bottom-modal {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    background-color: #ffffff;
    transform: translateY(100%);
    transition: 0.2s transform ease-in-out; }
  .modal-sheet .top-modal {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background-color: #ffffff;
    transform: translateY(-100%);
    transition: 0.2s transform ease-in-out; }
  .modal-sheet .left-modal {
    left: 0;
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    top: 0;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: 0.2s transform ease-in-out; }
    .modal-sheet .left-modal .btn-close {
      position: absolute;
      right: -52px;
      top: 10px; }
  .modal-sheet .right-modal {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: 0.2s transform ease-in-out; }
  .modal-sheet .middle-modal {
    top: 50%;
    position: absolute;
    width: 90%;
    border-radius: 12px;
    left: 50%;
    overflow: hidden;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    transition: 0.2s transform ease-in-out; }
    .modal-sheet .middle-modal.modal-video {
      width: 100%;
      border-radius: 0; }
  .modal-sheet .head-modal {
    padding: 16px;
    border-bottom: 1px solid #EDEDED; }
    .modal-sheet .head-modal h3 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold; }
  .modal-sheet .content-modal {
    padding: 16px; }
  .modal-sheet .foot-modal {
    background-color: #f8f8f8;
    padding: 12px 16px; }
  .modal-sheet .buttons-modal {
    display: flex;
    justify-content: flex-end; }
    .modal-sheet .buttons-modal a {
      display: inline-flex;
      margin-left: 4px; }

.video-16x9 {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #363636; }
  .video-16x9 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.modal-video {
  background: none !important; }
  .modal-video.horizontal {
    bottom: 0;
    transform: translate(-50%, -10px); }
    .modal-video.horizontal.middle-modal {
      top: auto; }
    .modal-video.horizontal .video-zoom {
      padding-top: 150%; }
  @media screen and (max-height: 667px) {
    .modal-video.horizontal .video-zoom {
      padding-top: 140%; } }
  .modal-video .content-modal {
    padding: 0;
    padding-bottom: 60px; }
  .modal-video .video-zoom {
    padding-top: 56.25%;
    overflow: hidden;
    position: relative; }
  .modal-video .btn-close {
    position: fixed;
    bottom: 2px;
    left: 50%;
    margin-left: -22px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center; }
    .modal-video .btn-close span {
      color: #ffffff;
      font-size: 12px; }

.bm-top-global {
  position: relative; }
  .bm-top-global .img-bm {
    display: block; }
  .bm-top-global .btn-close-bm {
    position: absolute;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7); }
    .bm-top-global .btn-close-bm span {
      color: rgba(255, 255, 255, 0.7);
      font-size: 12px; }

header {
  z-index: 20;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box; }
  header .btn-primary {
    height: 36px; }
  header .logo {
    width: 127px;
    height: 30px; }
    header .logo img {
      width: 100%; }
  header.header-transparent {
    background: none;
    box-shadow: none;
    overflow: hidden; }
    header.header-transparent .header-l, header.header-transparent .header-r {
      position: relative;
      display: flex; }
      header.header-transparent .header-l a, header.header-transparent .header-r a {
        margin-left: 4px; }
        header.header-transparent .header-l a .icon-comment, header.header-transparent .header-r a .icon-comment {
          font-size: 16px; }
    header.header-transparent .bg-sticky {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      left: 0;
      top: 0;
      opacity: 0;
      transition: 0.2s opacity ease-in-out; }
      header.header-transparent .bg-sticky .photo-clone {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        header.header-transparent .bg-sticky .photo-clone:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.1);
          backdrop-filter: blur(20px);
          -webkit-backdrop-filter: blur(20px); }
      header.header-transparent .bg-sticky.show {
        opacity: 1; }
    header.header-transparent .btn-icon {
      width: 44px;
      height: 44px;
      border-radius: 22px;
      background-color: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      position: relative; }
      header.header-transparent .btn-icon span {
        color: #ffffff; }
        header.header-transparent .btn-icon span.icon-buy-fish {
          font-size: 22px; }
        header.header-transparent .btn-icon span.icon-show-fish {
          font-size: 20px; }
        header.header-transparent .btn-icon span.icon-auction-fish {
          font-size: 20px; }
    header.header-transparent .btn-back {
      width: 44px;
      height: 44px;
      border-radius: 22px;
      background-color: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      position: relative; }
      header.header-transparent .btn-back span {
        color: white; }
    header.header-transparent .btn-link {
      display: flex;
      align-items: center;
      height: 44px;
      border-radius: 22px;
      background-color: rgba(0, 0, 0, 0.3);
      padding: 0 16px;
      font-weight: normal;
      color: #ffffff;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); }
      header.header-transparent .btn-link strong {
        margin-left: 4px; }

ul.list-btns {
  display: flex;
  overflow: hidden; }
  ul.list-btns li {
    margin-left: 8px; }
    ul.list-btns li a {
      display: flex;
      width: 36px;
      height: 36px;
      align-items: center;
      justify-content: center;
      background-color: #EEEEEE;
      border-radius: 18px;
      position: relative;
      background-color: #EEEEEE;
      color: #727272; }
      ul.list-btns li a .icon-comment {
        font-size: 16px; }
      ul.list-btns li a .icon-bell {
        font-size: 18px; }
      ul.list-btns li a img {
        width: 100%;
        border-radius: 18px; }
      ul.list-btns li a.has-new:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 0;
        right: 0;
        border-radius: 6px;
        border: 1px solid #ffffff;
        background-color: #b10000; }

.content-search-box {
  margin: -16px; }

.search-box {
  border-bottom: 1px solid #EDEDED;
  display: flex;
  padding: 12px 16px;
  position: relative;
  top: 0;
  position: sticky;
  background-color: #ffffff;
  z-index: 10; }
  .search-box .form-control {
    border-radius: 22px;
    padding-right: 60px; }
  .search-box .btn-submit-search {
    position: absolute;
    right: 17px;
    top: 6px;
    padding: 16px; }
    .search-box .btn-submit-search span {
      font-size: 18px;
      color: #1d9bf0; }

.list-suggest {
  margin-top: 4px;
  display: block;
  height: 320px;
  overflow: auto; }
  .list-suggest li {
    padding-left: 60px;
    position: relative;
    border-bottom: 1px solid #EDEDED; }
    .list-suggest li:hover {
      color: #1d9bf0;
      background-color: #f8f8f8; }
    .list-suggest li:nth-last-child(1) {
      border: 0; }
    .list-suggest li a {
      display: block;
      padding: 12px 16px 12px 0;
      font-weight: normal; }
      .list-suggest li a.verified {
        position: relative; }
        .list-suggest li a.verified:before {
          left: -20px;
          bottom: 10px;
          width: 4px;
          height: 4px;
          font-size: 4px; }
      .list-suggest li a img {
        width: 32px;
        height: 32px;
        margin-left: -40px;
        margin-right: 10px;
        border-radius: 16px; }
  .list-suggest span.icon-search {
    color: #e2e2e2;
    top: 15px;
    position: absolute;
    left: 27px;
    font-size: 16px; }
  .list-suggest.hide-list-suggest {
    display: none; }

.section {
  padding: 20px 16px; }
  .section .head-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .section .head-section h1 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold; }
    .section .head-section .btn-filter span {
      font-size: 22px;
      color: #727272; }
  .section .content-section {
    padding-top: 12px;
    padding-bottom: 60px; }

.bottom-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 0 12px 0;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  z-index: 20;
  border-radius: 20px 20px 0 0;
  /* iPhone 11 Pro Max 2688x1242px at 458ppi */
  /*@media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 3) { 
    padding-bottom: 34px;
  }*/ }
  .bottom-bar .wave-bottom {
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%); }
    .bottom-bar .wave-bottom:before {
      content: "";
      width: 92px;
      left: -24px;
      height: 24px;
      position: absolute;
      background: url("../img/wave-bottom.svg") no-repeat; }
  .bottom-bar .btn-post {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    background-color: #1d9bf0;
    color: #ffffff;
    border-radius: 22px;
    align-items: center;
    justify-content: center;
    margin-top: 16px; }
  .bottom-bar .menu-bottom-l, .bottom-bar .menu-bottom-r {
    width: calc((100% - 72px)/2);
    display: flex;
    align-items: center;
    height: 44px; }
    .bottom-bar .menu-bottom-l a, .bottom-bar .menu-bottom-r a {
      height: 100%;
      display: flex;
      flex-flow: column;
      width: 50%;
      justify-content: center;
      align-items: center;
      position: relative; }
      .bottom-bar .menu-bottom-l a [class^="icon-"], .bottom-bar .menu-bottom-l a [class*=" icon-"], .bottom-bar .menu-bottom-r a [class^="icon-"], .bottom-bar .menu-bottom-r a [class*=" icon-"] {
        font-size: 32px;
        color: #363636; }
      .bottom-bar .menu-bottom-l a.active [class^="icon-"], .bottom-bar .menu-bottom-l a.active [class*=" icon-"], .bottom-bar .menu-bottom-r a.active [class^="icon-"], .bottom-bar .menu-bottom-r a.active [class*=" icon-"] {
        color: #1d9bf0; }
      .bottom-bar .menu-bottom-l a.active .title, .bottom-bar .menu-bottom-r a.active .title {
        color: #1d9bf0; }
      .bottom-bar .menu-bottom-l a.active span.icon-buy-fish-o:before, .bottom-bar .menu-bottom-r a.active span.icon-buy-fish-o:before {
        content: "\e906"; }
      .bottom-bar .menu-bottom-l a.active span.icon-auction-fish-o:before, .bottom-bar .menu-bottom-r a.active span.icon-auction-fish-o:before {
        content: "\e902"; }
      .bottom-bar .menu-bottom-l a.active span.icon-show-fish-o:before, .bottom-bar .menu-bottom-r a.active span.icon-show-fish-o:before {
        content: "\e905"; }
      .bottom-bar .menu-bottom-l a.active span.icon-event-fish-o:before, .bottom-bar .menu-bottom-r a.active span.icon-event-fish-o:before {
        content: "\e900"; }
      .bottom-bar .menu-bottom-l a.has-running-game:before, .bottom-bar .menu-bottom-r a.has-running-game:before {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        top: -8px;
        left: 50%;
        margin-left: 3px;
        background: url("../img/lucky/has-running-game.svg") no-repeat;
        animation-name: luckydraw;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-delay: 2s; }
      .bottom-bar .menu-bottom-l a .title, .bottom-bar .menu-bottom-r a .title {
        margin-top: 4px;
        font-size: 11px;
        color: #888888;
        line-height: 10px; }
@keyframes luckydraw {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(360); }
  50% {
    transform: rotate(720); }
  75% {
    transform: rotate(1080); }
  100% {
    transform: rotate(1440deg); } }
.blocker {
  z-index: 20;
  padding: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); }

.modal .head-modal {
  padding: 16px;
  border-bottom: 1px solid #EDEDED; }
  .modal .head-modal h3 {
    font-size: 16px; }
.modal .content-modal {
  padding: 16px; }

ul.menu-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 12px; }
  ul.menu-post li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center; }
    ul.menu-post li a .pick-type {
      display: flex;
      width: 96px;
      height: 96px;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      background-color: rgba(29, 155, 240, 0.1);
      font-size: 40px;
      color: #1d9bf0; }
    ul.menu-post li a .pick-name {
      font-weight: bold;
      margin-top: 8px; }

.box-share ul.social-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .box-share ul.social-share li {
    width: 50%; }
    .box-share ul.social-share li a {
      padding: 12px 0;
      display: flex;
      align-items: center;
      font-size: 13px; }
      .box-share ul.social-share li a img {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin-right: 8px; }
.box-share .reacts-share {
  margin: 16px -2px 0 -2px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .box-share .reacts-share a {
    width: 100%;
    margin: 0 2px; }
    .box-share .reacts-share a span {
      font-size: 18px; }
      .box-share .reacts-share a span.icon-report {
        font-size: 20px; }

/* Button style */
button {
  border: none;
  border-radius: 2px;
  padding: 12px 18px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background-color: #2196f3;
  box-shadow: 0 0 4px #999;
  outline: none; }

@keyframes scaleInOut {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(1.4); }
  60% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
@keyframes scaleUp {
  0% {
    transform: scale(1) translateY(0); }
  40% {
    transform: scale(1.3) translateY(-2px); }
  60% {
    transform: scale(1.3) translateY(-2px); }
  100% {
    transform: scale(1) translateY(0); } }
@keyframes moveUp {
  0% {
    transform: translateY(0); }
  40% {
    transform: translateY(-3px); }
  60% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(0); } }
@keyframes fly40 {
  0% {
    top: 10px; }
  100% {
    top: -40px; } }
@keyframes fly50 {
  0% {
    top: 10px; }
  100% {
    top: -50px; } }
@keyframes flyUp {
  0% {
    margin-left: 0; }
  25% {
    margin-left: 4px; }
  50% {
    margin-left: -4px;
    opacity: 1; }
  75% {
    margin-left: 4px; }
  100% {
    margin-left: -4px;
    opacity: 0; } }
@keyframes flyUp1 {
  0% {
    margin-left: 0; }
  25% {
    margin-left: -4px; }
  50% {
    margin-left: 4px;
    opacity: 1; }
  75% {
    margin-left: -2px; }
  100% {
    margin-left: 2px;
    opacity: 0; } }
.page-status {
  display: flex;
  padding: 16px;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 120px; }
  .page-status span {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: rgba(54, 54, 54, 0.3);
    margin-bottom: 40px; }
  .page-status h1 {
    font-size: 18px;
    margin-bottom: 8px !important;
    font-weight: bold !important; }
  .page-status p {
    font-size: 16px;
    color: #727272; }
  .page-status .btn-primary {
    margin-top: 24px;
    padding: 0 32px;
    text-transform: uppercase; }

.filter-fish .content-modal {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 0; }
.filter-fish .filter-form {
  height: calc(100% - 70px);
  overflow: auto;
  box-sizing: border-box;
  padding: 12px; }

.box-filter .head-bf {
  font-weight: bold;
  text-transform: uppercase; }
.box-filter .parent-filter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .box-filter .parent-filter:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #EDEDED;
    bottom: 10px; }
  .box-filter .parent-filter span {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 12px;
    background-color: #ffffff; }

ul.list-radio-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 12px; }
  ul.list-radio-filter li {
    width: calc((100% - 8px)/2);
    margin-bottom: 8px; }
    ul.list-radio-filter li:nth-child(1) {
      width: 100%; }
    ul.list-radio-filter li a {
      display: flex;
      align-items: center;
      padding: 12px 16px;
      background-color: #f8f8f8;
      border-radius: 4px;
      font-size: 13px;
      position: relative;
      line-height: normal;
      padding-left: 34px;
      border: 1px solid #f8f8f8;
      transition: 0.2s all ease-in-out;
      box-sizing: border-box; }
      ul.list-radio-filter li a:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #e2e2e2;
        left: 12px;
        top: 12px; }
      ul.list-radio-filter li a:after {
        opacity: 0;
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #1d9bf0;
        left: 15px;
        top: 15px;
        transition: 0.2s all ease-in-out; }
      ul.list-radio-filter li a.selected {
        background-color: #ffffff;
        border: 1px solid #1d9bf0;
        color: #1d9bf0; }
        ul.list-radio-filter li a.selected:before {
          border: 1px solid #1d9bf0; }
        ul.list-radio-filter li a.selected:after {
          opacity: 1; }

ul.list-check-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 12px; }
  ul.list-check-filter li {
    width: calc((100% - 8px)/2);
    margin-bottom: 8px; }
    ul.list-check-filter li a {
      display: flex;
      align-items: center;
      padding: 12px 16px;
      background-color: #f8f8f8;
      border-radius: 4px;
      font-size: 13px;
      border: 1px solid #f8f8f8;
      transition: 0.2s all ease-in-out;
      box-sizing: border-box;
      position: relative; }
      ul.list-check-filter li a:after {
        opacity: 0;
        position: absolute;
        content: "\e92c";
        font-family: 'bettamarket' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        position: absolute;
        color: #1d9bf0;
        left: 12px;
        top: 15px;
        font-size: 8px;
        transition: 0.2s all ease-in-out; }
      ul.list-check-filter li a.selected {
        background-color: #ffffff;
        border: 1px solid #1d9bf0;
        color: #1d9bf0;
        padding-left: 30px; }
        ul.list-check-filter li a.selected:after {
          opacity: 1; }

.filter-action {
  /*  position: fixed;
    bottom: 0;
    left: 0;*/
  position: relative;
  width: 100%;
  padding: 12px;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
  z-index: 100; }
  .filter-action a {
    width: calc((100% - 8px)/2); }

.wrap-account-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #EDEDED; }
  .wrap-account-menu .info-am {
    display: flex;
    align-items: center; }
    .wrap-account-menu .info-am img {
      width: 36px;
      height: 36px;
      border-radius: 18px;
      margin-right: 12px; }
    .wrap-account-menu .info-am .name {
      font-weight: bold;
      margin-right: 4px; }
    .wrap-account-menu .info-am .link-grey {
      color: #727272; }
  .wrap-account-menu .btn-close {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wrap-account-menu .btn-close span {
      font-size: 11px; }

.wrap-content-menu {
  max-height: calc(100vh - 61px);
  overflow: auto; }
  .wrap-content-menu ul.account-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #EDEDED; }
    .wrap-content-menu ul.account-menu li a span {
      display: flex;
      align-items: center; }
      .wrap-content-menu ul.account-menu li a span i {
        margin-right: 8px;
        display: inline-flex;
        width: 30px;
        justify-content: center;
        color: #727272; }
        .wrap-content-menu ul.account-menu li a span i.icon-pending, .wrap-content-menu ul.account-menu li a span i.icon-folowing, .wrap-content-menu ul.account-menu li a span i.icon-setup {
          font-size: 18px; }
        .wrap-content-menu ul.account-menu li a span i.icon-shop, .wrap-content-menu ul.account-menu li a span i.icon-bid {
          font-size: 20px; }
      .wrap-content-menu ul.account-menu li a span.icon-p-next {
        font-size: 12px;
        margin-right: 8px; }

.jcrop-widget {
  outline: none !important; }

.jcrop-widget.active .jcrop-handle {
  width: 44px;
  height: 44px;
  background: none;
  border: none; }
  .jcrop-widget.active .jcrop-handle:before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    background-color: #ffffff; }

.jcrop-widget .jcrop-handle.nw {
  top: -22px;
  left: -22px; }

.jcrop-widget .jcrop-handle.ne {
  top: -22px;
  right: -22px; }

.jcrop-widget .jcrop-handle.sw {
  bottom: -22px;
  left: -22px; }

.jcrop-widget .jcrop-handle.se {
  bottom: -22px;
  right: -22px; }

.jcrop-widget .jcrop-handle.n, .jcrop-widget .jcrop-handle.s, .jcrop-widget .jcrop-handle.e, .jcrop-widget .jcrop-handle.w {
  display: none !important; }

.thumb-43 {
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
  display: block; }

.img-404 {
  width: 244px;
  height: 133px; }

.content-page404 {
  text-align: center;
  margin-top: 20px; }
  .content-page404 h2 {
    font-size: 20px;
    text-transform: uppercase; }
  .content-page404 p {
    margin-top: 12px;
    font-size: 16px;
    color: #888; }
  .content-page404 .btn-primary {
    max-width: 150px;
    margin: 24px auto 0 auto; }

.login-page {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #ffffff;
  overflow: auto; }
  .login-page .bg-login {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 300px;
    background: url("../img/bg-login.jpg") no-repeat;
    background-size: cover;
    background-position: center; }
    .login-page .bg-login:before {
      content: "";
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px); }
  .login-page .header {
    position: relative;
    margin-bottom: 40px;
    padding: 20px 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    .login-page .header .logo {
      width: 160px;
      height: 40px;
      display: block;
      margin-top: 12px; }
    .login-page .header ul.intro-login {
      margin-top: 12px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .login-page .header ul.intro-login li {
        display: flex;
        align-items: center;
        flex-flow: column; }
        .login-page .header ul.intro-login li .icon-buy-fish, .login-page .header ul.intro-login li .icon-auction-fish, .login-page .header ul.intro-login li .icon-show-fish {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 80px;
          height: 80px;
          background-color: rgba(255, 255, 255, 0.2);
          border-radius: 50%;
          margin: 8px 16px;
          font-size: 40px;
          color: #ffffff; }
        .login-page .header ul.intro-login li .title {
          text-transform: uppercase;
          color: #ffffff;
          font-size: 13px; }

.btn-eye .icon-eye-see {
  font-size: 13px; }

.w-password {
  position: relative; }
  .w-password .btn-icon {
    position: absolute;
    right: 4px;
    top: 2px;
    background: none;
    color: #c4c4c4;
    box-shadow: none; }

.form-login {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 4; }
  .form-login .btn-primary {
    width: 100%;
    margin-top: 16px;
    border-radius: 4px;
    text-transform: uppercase; }
  .form-login .leaf {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 16px 0; }
    .form-login .leaf span {
      position: relative;
      font-size: 13px;
      color: #c4c4c4;
      padding: 0 4px;
      background-color: #ffffff; }
    .form-login .leaf:before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #EDEDED;
      position: absolute;
      top: 9px; }

ul.menu-login {
  display: flex;
  margin-right: auto; }
  ul.menu-login li {
    font-size: 16px;
    text-transform: uppercase; }
    ul.menu-login li:first-child {
      font-size: 24px;
      font-weight: bold; }
    ul.menu-login li a {
      display: block;
      padding: 8px 12px; }

.inputs-login {
  margin-top: 12px;
  display: flex;
  flex-flow: column;
  border: 1px solid #EDEDED;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box; }
  .inputs-login input {
    border: none;
    padding: 16px;
    background: none; }
    .inputs-login input:first-child {
      border-bottom: 1px solid #EDEDED; }

.login-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 8px); }
  .login-social a {
    width: 100%;
    font-size: 13px;
    padding: 12px 0;
    margin: 0 4px;
    border: 1px solid #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 4px; }
    .login-social a img {
      width: 20px;
      height: 20px;
      margin-right: 8px; }

.note-login {
  font-size: 13px;
  width: 100%;
  text-align: left; }
  .note-login a {
    display: inline-block;
    padding: 4px 0;
    font-weight: bold;
    color: #1d9bf0; }

.input-error {
  color: #b10000;
  font-size: 13px;
  margin-top: 5px;
  display: block; }

.forgot-password .error {
  margin-top: 8px;
  color: #b10000; }
.forgot-password .form-group {
  margin-bottom: 0; }
.forgot-password .send-success {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center; }
  .forgot-password .send-success span {
    margin-top: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #66bd21;
    font-size: 20px;
    color: #66bd21;
    display: flex;
    justify-content: center;
    align-items: center; }
  .forgot-password .send-success p {
    font-size: 16px;
    padding: 16px 80px;
    text-align: center; }
.forgot-password .note-notification {
  padding: 8px 0; }
.forgot-password .confirm-mail {
  margin-top: 8px;
  display: flex;
  align-items: center; }
.forgot-password .info-account {
  margin-left: 40px;
  font-weight: bold; }
  .forgot-password .info-account img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 8px; }
.forgot-password .note-email {
  font-weight: bold;
  color: #b10000;
  margin-bottom: 8px; }
.forgot-password ul.note-user {
  list-style: inherit;
  padding-left: 28px; }
  .forgot-password ul.note-user li {
    color: #b10000;
    font-size: 13px; }

.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  min-height: 100px;
  max-height: 150px;
  top: -40px;
  left: 0; }

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s; }

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s; }

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s; }

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s; }

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0); }
  100% {
    transform: translate3d(85px, 0, 0); } }
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px; } }
/* Waves Animation end*/
.text-right {
  text-align: right; }

.table {
  display: table;
  width: 100%; }

.table-heading {
  display: table-header-group;
  position: sticky;
  top: 61px;
  background-color: #fff;
  z-index: 9; }

.table-head {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 2px solid #efefef;
  font-size: 13px;
  padding: 0 8px;
  color: #888;
  height: 40px;
  white-space: nowrap; }

.table-body {
  display: table-row-group; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 8px;
  border-bottom: 1px solid #efefef;
  font-size: 13px; }

.hide-scroll {
  height: 100vh;
  overflow: hidden; }

.popup-bm {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0; }
  .popup-bm.show-popup {
    opacity: 1;
    pointer-events: auto;
    z-index: 99;
    visibility: visible; }
    .popup-bm.show-popup .banner-bm {
      opacity: 1;
      top: 40px; }
  .popup-bm .banner-bm {
    width: calc(100% - 80px);
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s ease-in-out 0.3s; }
  .popup-bm .btn-close-bm {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    color: rgba(255, 255, 255, 0.8);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50px;
    border: 1px solid rgba(255, 255, 255, 0.2); }

.find-account .note-notification .red {
  color: #b10000; }

main {
  background-color: #002F0A;
  padding-bottom: 80px; }

.lucky-draw .count-down {
  display: table;
  padding: 12px 24px;
  margin: 0 auto;
  color: #ffffff;
  background-color: rgba(255, 230, 0, 0.2);
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 23px;
  border: 1px dashed #ffe600;
  font-weight: bold; }
  .lucky-draw .count-down:empty {
    display: none; }
.lucky-draw header {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px;
  height: auto; }
  .lucky-draw header.show-btn-more-times .btn-more-lucky {
    display: flex !important; }
  .lucky-draw header .logo-lucky {
    width: 120px;
    height: 28px; }
    .lucky-draw header .logo-lucky img {
      width: 100%; }
  .lucky-draw header .header-l {
    display: flex;
    align-items: center;
    width: 62px; }
  .lucky-draw header .btn-back {
    padding: 12px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    margin-left: auto; }
  .lucky-draw header .header-r {
    display: flex;
    align-items: center; }
    .lucky-draw header .header-r .ava {
      height: 24px;
      width: 24px;
      margin-bottom: 4px; }
    .lucky-draw header .header-r .info-game {
      display: flex;
      flex-flow: column;
      color: #ffffff; }
      .lucky-draw header .header-r .info-game .name {
        font-size: 13px;
        font-weight: bold;
        max-width: 95px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .lucky-draw header .header-r .info-game .points {
        font-size: 11px;
        color: #ffe600;
        text-align: center; }
      .lucky-draw header .header-r .info-game .spin-times {
        font-size: 11px; }
    .lucky-draw header .header-r .info-game-user {
      display: flex;
      align-items: center;
      flex-flow: column; }
    .lucky-draw header .header-r .btn-more-lucky {
      display: none;
      margin-left: 12px;
      background-color: #66bd21;
      color: #ffffff;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin-top: 0; }
      .lucky-draw header .header-r .btn-more-lucky span {
        margin-right: 0; }

.btn-more-lucky {
  background-color: #66bd21;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 20px;
  margin-top: 4px;
  font-size: 13px; }
  .btn-more-lucky span {
    margin-right: 8px;
    font-size: 12px; }

.game-lucky {
  background: #002F0A url("../img/lucky/soil-bg.jpg") no-repeat bottom center/100% auto;
  padding-top: 150px;
  height: 324px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .game-lucky:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: 2;
    background: #002F0A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #002f0a, rgba(0, 47, 10, 0));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #002f0a, rgba(0, 47, 10, 0));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .game-lucky .head-gl {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    position: relative;
    z-index: 7; }
    .game-lucky .head-gl h1 {
      width: 98px;
      height: 131px; }
    .game-lucky .head-gl .user-times {
      display: flex;
      flex-flow: column; }
      .game-lucky .head-gl .user-times span {
        font-size: 13px;
        color: #ffffff;
        text-align: center; }
        .game-lucky .head-gl .user-times span strong {
          color: #ffe600;
          font-size: 20px;
          font-weight: bold; }
  .game-lucky .fish {
    position: absolute;
    width: 120px;
    height: 140px;
    left: -100px;
    top: -40px;
    z-index: 1;
    animation: swim 1s steps(29) infinite; }
  .game-lucky .marble {
    background: url("../img/lucky/marble.png") no-repeat; }
  .game-lucky .multi {
    background: url("../img/lucky/multi.png") no-repeat; }
  .game-lucky .nemo {
    background: url("../img/lucky/nemo.png") no-repeat; }
  .game-lucky .cello {
    background: url("../img/lucky/cello.png") no-repeat; }
  .game-lucky .dragon {
    background: url("../img/lucky/dragon.png") no-repeat; }
  .game-lucky .black {
    background: url("../img/lucky/black.png") no-repeat; }
  .game-lucky .box {
    width: 290px;
    height: 290px;
    border-radius: 140px;
    position: relative;
    z-index: 3;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.55); }
    .game-lucky .box .inner {
      position: absolute;
      width: 120px;
      height: 120px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 7;
      background-image: url("../img/lucky/spin.svg");
      background-size: auto 120px;
      background-repeat: no-repeat;
      background-position: 0 0; }
    .game-lucky .box .outer {
      z-index: 6;
      position: absolute; }
    .game-lucky .box .beo1 {
      width: 120px;
      height: 120px;
      z-index: 3;
      background: url("../img/lucky/beo1.png") no-repeat;
      background-size: cover;
      position: absolute;
      top: -85px;
      left: 50%;
      transform: translateX(-50%); }
      .game-lucky .box .beo1.beo-xoay {
        transform: rotate(-200deg);
        top: auto;
        bottom: -35px;
        left: 206px; }
    .game-lucky .box .beo2 {
      width: 175px;
      height: 164px;
      z-index: 1;
      background: url("../img/lucky/beo2.png") no-repeat;
      background-size: cover;
      position: absolute;
      top: 145px;
      left: 10px;
      transform: translateX(-50%); }
    .game-lucky .box .beo3 {
      width: 104px;
      height: 141px;
      z-index: 1;
      background: url("../img/lucky/beo3.png") no-repeat;
      background-size: cover;
      position: absolute;
      top: -20px;
      right: -150px;
      transform: translateX(-50%); }

.just-win {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 7; }
  .just-win:empty {
    display: none; }
  .just-win .ava {
    width: 24px;
    height: 24px;
    margin: 4px 8px 4px 4px; }
  .just-win .status {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px; }
    .just-win .status strong {
      color: #ffffff; }

@keyframes swim {
  from {
    background-position-x: 0; }
  to {
    background-position-x: -3480px; } }
@keyframes moveUp {
  from {
    top: 320px; }
  to {
    top: -270px; } }
@keyframes moveUpLeft {
  from {
    top: 36px;
    right: -144px; }
  to {
    top: -270px;
    right: 340px; } }
@keyframes moveUpRight {
  from {
    top: 190px;
    left: -150px; }
  to {
    top: -60px;
    left: 340px; } }
.prizes {
  display: flex;
  justify-content: space-between;
  padding: 24px 16px 0 16px;
  box-sizing: border-box; }
  .prizes.special .prize-month {
    width: 100%; }
    .prizes.special .prize-month .content {
      flex-flow: column; }
      .prizes.special .prize-month .content .title {
        color: #ffffff;
        font-size: 13px; }
        .prizes.special .prize-month .content .title-hl {
          color: #FFCF25;
          font-size: 16px;
          margin-top: 8px;
          margin-bottom: 8px; }
      .prizes.special .prize-month .content .photo {
        display: flex;
        justify-content: space-between; }
  .prizes .prize-month, .prizes .prize-week {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 223, 0, 0.3);
    border-radius: 10px; }
  .prizes .prize-week {
    width: 100px; }
  .prizes .prize-month {
    width: calc(100% - 112px); }
  .prizes .head-prize {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 2px 5px rgba(250, 255, 0, 0.2);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 10px 10px 0 0; }
  .prizes .content {
    display: flex;
    justify-content: space-between;
    padding: 12px; }
    .prizes .content .one, .prizes .content .two, .prizes .content .three {
      display: flex;
      flex-flow: column;
      align-items: center;
      padding: 8px;
      position: relative; }
      .prizes .content .one span, .prizes .content .two span, .prizes .content .three span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.8); }
        .prizes .content .one span:before, .prizes .content .two span:before, .prizes .content .three span:before {
          content: "";
          position: absolute;
          width: 30px;
          height: 30px;
          top: 12px;
          border-radius: 17px;
          z-index: 0;
          background-color: rgba(255, 255, 255, 0.3);
          border: 1px dashed rgba(255, 255, 255, 0.7); }
        .prizes .content .one span b, .prizes .content .two span b, .prizes .content .three span b {
          position: relative; }
      .prizes .content .one img, .prizes .content .two img, .prizes .content .three img {
        height: 20px; }
    .prizes .content .one span {
      background-color: #FFCF25; }
    .prizes .content .two span {
      background-color: #ED9C00; }
    .prizes .content .three span {
      background-color: #66BD21; }

.select2-dropdown {
  border-color: rgba(255, 255, 255, 0.2); }

.select2-dropdown, .select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results__option {
  background: none !important;
  color: #ffffff !important;
  font-size: 12px; }

.select2-results__option--selectable {
  border-color: rgba(255, 255, 255, 0.2); }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #ffe600 !important; }

.select2-container--default .select2-results > .select2-results__options {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0 0 4px 4px; }

.ranked {
  padding: 24px 16px 0 16px; }
  .ranked .table-rank {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px; }
  .ranked .head-table-rank {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

ul.list-rank li {
  display: flex;
  align-items: center;
  padding: 12px;
  box-sizing: border-box; }
  ul.list-rank li span {
    display: flex; }
  ul.list-rank li:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1); }
  ul.list-rank li.winner {
    background-color: #ffe600;
    position: relative;
    padding-right: 90px; }
    ul.list-rank li.winner:before {
      content: "WINNER";
      position: absolute;
      right: 0;
      top: 18px;
      background-color: #ffffff;
      color: #b10000;
      font-size: 13px;
      font-weight: bold;
      padding: 4px 12px 4px 16px;
      border-radius: 14px 0 0 14px; }
    ul.list-rank li.winner .name {
      color: rgba(0, 0, 0, 0.8); }
    ul.list-rank li.winner .points {
      color: rgba(0, 0, 0, 0.8); }
    ul.list-rank li.winner .number {
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.6); }
ul.list-rank .ava.verified:before {
  width: 6px;
  height: 6px;
  font-size: 5px;
  z-index: 6; }
ul.list-rank .number {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: 12px; }
ul.list-rank .ava {
  width: 40px;
  height: 40px;
  margin: 0 12px; }
  ul.list-rank .ava img {
    border-radius: 50%; }
ul.list-rank .name {
  color: #ffffff;
  width: calc(80% - 88px);
  font-size: 13px; }
ul.list-rank .points {
  color: #ffffff;
  font-weight: bold;
  width: 20%;
  justify-content: flex-end; }

nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 83px;
  z-index: 10; }
  nav ul.menu-game {
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: space-between;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); }
    nav ul.menu-game li a {
      display: block;
      color: #ffffff;
      padding: 20px 12px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
      nav ul.menu-game li a:hover {
        color: #ffe600; }

.wheel {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center; }
  .wheel__inner {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    transition: cubic-bezier(0.01, 0.78, 0.25, 0.97) 6s; }
    .wheel__inner img {
      position: relative;
      z-index: 2; }

.btn-spin {
  width: 140px;
  height: 140px;
  z-index: 3;
  position: relative;
  background: none;
  border: none;
  box-shadow: none; }
  .btn-spin.spin-ani {
    animation-name: scaleUpSpin;
    animation-duration: 0.3s; }

@keyframes scaleUpSpin {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(1.2); }
  60% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.btn-send-order {
  width: calc(100% - 32px);
  margin-left: auto;
  white-space: normal;
  text-align: center;
  height: auto;
  padding: 12px 30px;
  border-radius: 40px; }

ul.how-get-point li {
  color: #ffffff;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px; }
  ul.how-get-point li span {
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffe600;
    justify-content: center;
    align-items: center;
    color: #000000;
    position: absolute;
    left: 0;
    font-size: 11px;
    font-weight: bold; }
  ul.how-get-point li strong {
    text-transform: uppercase; }
  ul.how-get-point li b {
    color: #ffe600; }

.upload-image {
  display: flex; }
  .upload-image .hide {
    display: none; }
  .upload-image .btn-upload-image {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: rgba(29, 155, 240, 0.1);
    color: #1d9bf0;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .upload-image ul.list-image {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 64px); }
    .upload-image ul.list-image li {
      margin-right: 4px;
      margin-bottom: 4px;
      width: calc((100% - 12px)/4);
      border: 1px solid #efefef;
      box-sizing: border-box;
      padding: 5px; }
      .upload-image ul.list-image li img {
        width: 100%;
        object-fit: cover;
        height: 48px; }

.your-point {
  margin: 16px 0 4px 0;
  position: relative; }
  .your-point .points div.fish {
    width: 120px;
    height: 140px;
    z-index: 1;
    animation: swim 0.8s steps(29) infinite; }
  .your-point .points div.p50 {
    background: url("../img/lucky/multi.png") no-repeat; }
  .your-point .points div.p10 {
    background: url("../img/lucky/marble.png") no-repeat; }
  .your-point .points div.p0 {
    background: url("../img/lucky/cello.png") no-repeat; }
  .your-point .points div.p5 {
    background: url("../img/lucky/dragon.png") no-repeat; }
  .your-point .points div.p20 {
    background: url("../img/lucky/nemo.png") no-repeat; }
  .your-point .points div.p2plus {
    background: url("../img/lucky/black.png") no-repeat; }

.hackSprite {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background: url("../img/lucky/points.png") no-repeat top left;
  height: 0;
  width: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hackSprite {
      background: url("../img/lucky/points-retina.png") no-repeat top left;
      background-size: 706px 80px; } }

.beo {
  position: absolute;
  height: auto;
  top: -100px;
  /* bắt đầu ngoài màn hình */ }
  .beo.beo1 {
    animation: floatDown1 5s linear infinite; }
  .beo.beo2 {
    animation: floatDown2 4s linear infinite; }
  .beo.beo3 {
    animation: floatDown3 4.5s linear infinite; }

.beo1 {
  left: 10%;
  animation-delay: 0s;
  width: 60px; }

.beo2 {
  left: 30%;
  animation-delay: 0.5s;
  width: 25px; }

.beo3 {
  left: 70%;
  animation-delay: 0.3s;
  width: 37px; }

@keyframes floatDown1 {
  0% {
    transform: translateY(-10px) rotate(0deg); }
  30% {
    transform: translateY(150px) rotate(18deg); }
  70% {
    transform: translateY(300px) rotate(-15deg); }
  100% {
    transform: translateY(450px) rotate(0deg); } }
@keyframes floatDown2 {
  0% {
    transform: translateY(-10px) rotate(0deg); }
  30% {
    transform: translateY(150px) rotate(-90deg); }
  70% {
    transform: translateY(300px) rotate(90deg); }
  100% {
    transform: translateY(450px) rotate(0deg); } }
@keyframes floatDown3 {
  0% {
    transform: translateY(-10px) rotate(0deg); }
  30% {
    transform: translateY(150px) rotate(45deg); }
  70% {
    transform: translateY(300px) rotate(-45deg); }
  100% {
    transform: translateY(450px) rotate(0deg); } }
.congratulation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 20;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }
  .congratulation.got-spin .congratulation__container {
    width: 70vw;
    justify-content: flex-start;
    padding: 20px; }
  .congratulation__head {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    margin-bottom: 16px; }
  .congratulation__container {
    width: 65% !important;
    min-height: 240px;
    overflow: hidden;
    padding: 40px 20px;
    background: #0A3312;
    border-radius: 30px;
    position: absolute;
    border: 1px solid rgba(255, 245, 0, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; }
    .congratulation__container .bg-result {
      background: url(../img/lucky/pattern-bg.png) top left;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .congratulation__container:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 60px;
      width: 100%;
      z-index: 2;
      background: #002F0A;
      background: -webkit-linear-gradient(to bottom, #002f0a, rgba(0, 47, 10, 0));
      background: linear-gradient(to bottom, #002f0a, rgba(0, 47, 10, 0)); }
    .congratulation__container:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 60px;
      width: 100%;
      z-index: 2;
      background: #002F0A;
      background: -webkit-linear-gradient(to top, #002f0a, rgba(0, 47, 10, 0));
      background: linear-gradient(to top, #002f0a, rgba(0, 47, 10, 0)); }
  .congratulation__close {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #3A8400 0%, #64E200 100%);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.65), inset 0px 7px 14px rgba(250, 255, 0, 0.55);
    cursor: pointer;
    width: 34px;
    height: 34px;
    position: absolute;
    border-radius: 50%;
    margin-top: 20px;
    right: 16px;
    top: -4px;
    z-index: 9; }
    .congratulation__close span {
      color: #ffffff;
      font-size: 12px; }
  .congratulation__type {
    text-transform: uppercase;
    color: #ffe600;
    font-size: 24px;
    font-weight: 800;
    position: relative;
    z-index: 9; }
  .congratulation__emotion {
    color: #f39c12;
    text-align: center;
    margin: 0 0 20px 0; }
  .congratulation__note {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase; }

.rules {
  margin: 0 16px;
  padding: 24px 0; }
  .rules h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 16px; }
  .rules .content-rule {
    color: rgba(255, 255, 255, 0.7); }
    .rules .content-rule .alert {
      background-color: rgba(255, 230, 0, 0.1);
      border-color: #ffe600;
      color: #ffe600;
      margin-top: 12px; }
    .rules .content-rule ul li {
      position: relative;
      padding-left: 24px;
      margin-bottom: 12px;
      font-size: 13px; }
      .rules .content-rule ul li span {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: -2px;
        font-size: 12px;
        font-weight: bold; }
      .rules .content-rule ul li strong {
        text-transform: uppercase;
        color: #ffffff; }
      .rules .content-rule ul li b {
        color: #ffe600; }
      .rules .content-rule ul li ul {
        margin-top: 8px;
        margin-bottom: 16px; }
        .rules .content-rule ul li ul li {
          padding-left: 16px; }
          .rules .content-rule ul li ul li:before {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            left: 6px;
            top: 6px;
            background-color: #ffffff; }

.modal-notification .btn-more-lucky {
  margin-top: 0; }

.history-spin {
  background-color: #ffffff;
  padding-bottom: 0; }

ul.list-get-spin {
  margin-top: 12px; }
  ul.list-get-spin li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px; }
    ul.list-get-spin li:nth-child(even) {
      background-color: #F5F5F5; }
    ul.list-get-spin li .lgs-l, ul.list-get-spin li .lgs-r {
      display: flex;
      flex-flow: column; }
    ul.list-get-spin li .lgs-r {
      align-items: flex-end; }
  ul.list-get-spin .number-spin {
    margin-bottom: 4px;
    font-size: 13px; }
  ul.list-get-spin .status-spin {
    font-size: 13px;
    font-weight: bold; }
    ul.list-get-spin .status-spin.success {
      color: #66bd21; }
    ul.list-get-spin .status-spin.waitting {
      color: #F49300; }
    ul.list-get-spin .status-spin.danger {
      color: #b10000; }
  ul.list-get-spin .alert {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    height: 24px;
    border-radius: 12px;
    align-items: center;
    width: auto;
    justify-content: center;
    padding: 0 16px;
    display: inline-flex; }

.time-spin {
  font-size: 12px;
  color: #727272;
  margin-top: 4px; }

.list-points {
  padding: 12px 16px; }
  .list-points .result-spin {
    font-weight: bold; }
  .list-points .point-spin {
    text-align: right;
    font-weight: bold; }

.ranked .select2 {
  width: 170px !important; }
.ranked .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  color: #ffffff; }
.ranked .select2-container .select2-selection--single {
  height: 34px; }
.ranked .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.2);
  border: none; }
  .ranked .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px; }
.ranked .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #ffffff !important; }
.ranked .select2-dropdown {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }
.ranked .select2-results__option {
  font-size: 12px;
  color: #ffffff;
  border-bottom-width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .ranked .select2-results__option:nth-last-child(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
.ranked .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -5px;
  border-color: #ffffff transparent transparent transparent; }
.ranked .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent; }

#formOrder .form-group {
  position: relative; }
  #formOrder .form-group .unit {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    right: 0;
    bottom: 0;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    border-radius: 0 4px 4px 0; }

.list-points .select2 {
  margin: 8px 0; }

.banner-ads-quayso {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 83px; }
  .banner-ads-quayso a {
    display: block; }
  .banner-ads-quayso img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (min-width: 768px) {
  body.page-game {
    background: linear-gradient(180deg, #007146 0%, #005A38 100%); }
    body.page-game .wrapper-outer {
      background: url("../img/lucky/pattern-bg.png") top left;
      background-attachment: fixed; }
      body.page-game .wrapper-outer .wrapper-inner {
        width: 430px;
        margin: 0 auto;
        box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.5); }
    body.page-game .modal-sheet {
      width: 430px;
      left: 50%;
      transform: translateX(-50%); }

  .congratulation {
    left: 50%;
    transform: translateX(-50%);
    width: 430px; }

  main.lucky-draw {
    width: 100%; }
    main.lucky-draw header {
      width: 430px;
      left: 50%;
      transform: translateX(-50%); }
    main.lucky-draw nav {
      width: 430px;
      left: 50%;
      transform: translateX(-50%);
      bottom: 94px; }

  .banner-ads-quayso {
    height: auto;
    width: 430px;
    left: 50%;
    transform: translateX(-50%); } }
.page-game header {
  position: fixed; }

.btn-copy {
  background-color: #66bd21;
  padding: 4px 16px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
  border-radius: 20px; }
