/* global 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; }

@font-face {
  font-family: 'San Francisco Text';
  src: url("../font/SanFranciscoText-RegularG1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'San Francisco Text';
  src: url("../font/SanFranciscoText-BoldG1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/*=============================================
 * body
 *=============================================*/
body {
  color: #363636;
  font-family: 'San Francisco Text';
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word;
  background: #fff; }

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  min-width: 1280px;
  position: relative;
  padding-bottom: 200px;
  min-height: 100vh;
  box-sizing: border-box;
  /*overflow: hidden;  */ }

.wrap {
  max-width: 1280px;
  width: calc(100% - 430px);
  padding: 0 50px;
  box-sizing: border-box;
  margin: auto; }

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

.dis-spacebetween {
  display: flex;
  justify-content: space-between; }

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

.f-start, .detail-boss-fish {
  align-items: flex-start;
  justify-content: space-between; }

a {
  text-decoration: none;
  transition: ease 0.2s; }

a:hover {
  text-decoration: none; }

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

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

button {
  border: none; }

.btn-back {
  background: none;
  border: none;
  padding: 8px; }

.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-grey:hover {
    opacity: 0.8; }

.btn-sm {
  color: #fff;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 12px;
  white-space: nowrap; }
  .btn-sm:hover {
    opacity: 0.8; }

.btn-primary {
  background: #1d9bf0;
  color: #fff;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  padding: 0 16px; }
  .btn-primary:hover {
    opacity: 0.8; }

.btn-green {
  background: #66bd21;
  color: #fff;
  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;
  padding: 0 16px;
  white-space: nowrap; }
  .btn-green:hover {
    opacity: 0.8; }
  .btn-green span {
    margin-right: 8px; }

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

.img-zoom {
  transition: .3s ease !important; }

a:hover .img-zoom {
  transform: scale(1.1) !important; }

.ttl {
  font-size: 20px;
  padding-bottom: 18px !important;
  text-transform: uppercase;
  background: #fff; }

/*=============================================
 * <header>
 *=============================================*/
header {
  display: flex;
  position: fixed;
  align-items: flex-start;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  z-index: 100;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, #f3faff 0%, #fff 100%);
  height: 61px;
  padding: 0 40px;
  box-sizing: border-box; }
  header .btn-primary {
    margin-left: 16px;
    height: 37px;
    padding: 0 22px;
    margin-top: 12px; }

@keyframes luckydraw {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(360); }
  50% {
    transform: rotate(720); }
  75% {
    transform: rotate(1080); }
  100% {
    transform: rotate(1440deg); } }
.header-nav1 {
  font-size: 16px;
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  margin-left: 48px; }
  .header-nav1 li {
    position: relative; }
    .header-nav1 li.has-running-game:before {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      top: -8px;
      right: -17px;
      background: url("../img/has-running-game.svg") no-repeat;
      animation-name: luckydraw;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-delay: 2s; }
  .header-nav1 li:not(:first-child) {
    margin-left: 28px; }
  .header-nav1 a:hover, .header-nav1 a.active {
    color: #1d9bf0; }

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

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

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%; }

.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; }

.search-field {
  z-index: 1;
  font-weight: bold;
  box-sizing: border-box;
  padding: 12px 0;
  margin-right: 0;
  width: 260px;
  margin-left: 8px;
  position: relative;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border-radius: 0 0 4px 4px; }
  .search-field > div {
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2; }
  .search-field.hide-search {
    border: none;
    padding-bottom: 0;
    background: none;
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0); }
    .search-field.hide-search > div {
      border: none; }
    .search-field.hide-search .list-suggest {
      display: none; }
  .search-field input {
    border-radius: 18px;
    width: 493px;
    height: 37px;
    padding: 0 10px 0 39px;
    margin: 0 16px; }
    .search-field input:focus {
      border-color: #1d9bf0; }
  .search-field .icon-search {
    position: absolute;
    left: 30px;
    color: #1d9bf0;
    font-size: 16px; }

.list-suggest {
  margin-top: 12px; }
  .list-suggest li {
    padding-left: 60px;
    position: relative;
    border-bottom: 1px solid #efefef; }
    .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: 16px 16px 16px 0;
      font-weight: normal; }
      .list-suggest li a.verified {
        position: relative; }
        .list-suggest li a.verified:before {
          left: -20px;
          bottom: 14px;
          width: 6px;
          height: 6px;
          font-size: 6px; }
      .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: 20px; }

.btn-primary {
  border-radius: 22px; }
  .btn-primary span {
    display: block;
    margin-right: 5px;
    margin-top: -1px;
    font-size: 12px;
    font-weight: normal; }

.header-right ul {
  margin-top: 20px; }
  .header-right ul a {
    color: #1d9bf0; }
    .header-right ul a:hover {
      text-decoration: underline; }
  .header-right ul li {
    position: relative; }
    .header-right ul li:nth-child(1):after {
      content: " | ";
      color: #1d9bf0;
      margin-right: 3px; }

@media only screen and (max-width: 1400px) {
  header {
    padding: 0 30px; }

  .header-nav1 {
    margin-left: 30px; }

  .search-field input {
    width: 290px; } }
/*=============================================
 * header login
 *=============================================*/
.header-left {
  margin-top: 13px; }

.header-right {
  position: relative;
  display: flex;
  align-items: flex-start; }
  .header-right .account-chat {
    margin-top: 16px;
    width: 30px;
    height: 30px;
    background-color: #eeeeee;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s ease-in-out; }
    .header-right .account-chat:hover {
      background-color: #d0d0d0; }
    .header-right .account-chat span:before {
      font-size: 16px;
      color: #727272; }
    .header-right .account-chat.has-new:after {
      display: block; }
    .header-right .account-chat:after {
      display: none;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 6px;
      background-color: #f20000;
      position: absolute;
      top: -1px;
      right: -1px; }
  .header-right .icon-bell {
    width: 30px;
    height: 30px;
    background-color: #eeeeee;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out; }
    .header-right .icon-bell:hover {
      background-color: #d0d0d0; }
    .header-right .icon-bell:before {
      font-size: 18px;
      color: #727272; }

.head-page {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .head-page .sortby {
    display: flex;
    align-items: center; }
    .head-page .sortby label {
      white-space: nowrap;
      margin-right: 4px; }
    .head-page .sortby .select2 {
      min-width: 160px; }

.account-top {
  z-index: 1;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px 0;
  margin-right: 0;
  width: 220px;
  margin-left: 8px;
  position: relative;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border-radius: 0 0 4px 4px; }
  .account-top.hide-menu {
    border: none;
    padding-bottom: 0;
    background: none;
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0); }
    .account-top.hide-menu .account-menu {
      display: none; }
    .account-top.hide-menu .account-head {
      border: none; }
    .account-top.hide-menu .account-top-icon:before {
      transform: rotate(-45deg) translate(-2px, 0);
      height: 8px; }
    .account-top.hide-menu .account-top-icon:after {
      transform: rotate(45deg) translate(2px, 0);
      height: 8px; }
  .account-top .account-head {
    padding: 0 12px 16px 12px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer; }
  .account-top .ava {
    width: 31px;
    height: 31px;
    margin-right: 9px; }
    .account-top .ava.verified:before {
      width: 6px;
      height: 6px;
      font-size: 6px; }
  .account-top .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 114px; }
  .account-top .account-top-icon {
    position: absolute;
    right: 11px; }

.account-top-icon {
  transition: background-color 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  background-color: #eeeeee;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%; }
  .account-top-icon:hover {
    background-color: #d0d0d0; }

.account-top-icon:before, .account-top-icon:after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #727272;
  transition: transform 0.2s ease-in-out; }
.account-top-icon:before {
  transform: rotate(-45deg) translate(0, 0); }
.account-top-icon:after {
  transform: rotate(45deg) translate(-1px, 1px); }

.account-menu {
  box-sizing: border-box;
  margin-top: 12px !important; }
  .account-menu li:after {
    display: none; }
  .account-menu li a {
    display: block;
    padding: 12px 16px;
    color: #363636;
    font-weight: 300; }
    .account-menu li a:hover {
      text-decoration: none;
      color: #1d9bf0;
      background-color: #f8f8f8; }

.notification-top {
  padding-left: 16px; }
  .notification-top .icon-bell {
    margin-top: 16px;
    position: relative; }
    .notification-top .icon-bell.has-notification:after {
      display: block; }
    .notification-top .icon-bell:after {
      display: none;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 6px;
      background-color: #f20000;
      position: absolute;
      top: -1px;
      right: -1px; }
  .notification-top.hide-notification .notification-content {
    display: none; }

.notification-content {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  position: absolute;
  z-index: 2;
  width: 410px;
  top: 0;
  left: 0;
  height: calc(100vh - 300px); }
  .notification-content .notification-head {
    border-bottom: 1px solid #e2e2e2; }
    .notification-content .notification-head .icon-bell {
      margin-top: 0; }
    .notification-content .notification-head .title {
      margin-left: 12px;
      font-weight: bold;
      text-transform: uppercase; }
    .notification-content .notification-head .btn-link {
      margin-left: auto;
      font-weight: bold; }
    .notification-content .notification-head .account-top-icon {
      cursor: pointer; }

.notification-header {
  position: relative;
  padding-top: 16px; }

.list-nh {
  padding-top: 8px;
  margin-top: 0 !important;
  height: calc(100% - 61px);
  overflow-y: auto; }
  .list-nh li.item-notification {
    position: relative;
    padding: 12px 16px;
    display: flex;
    border-bottom: 1px solid #efefef; }
    .list-nh li.item-notification a {
      display: flex;
      width: 100%;
      color: #363636;
      text-decoration: none; }
    .list-nh li.item-notification:hover {
      background-color: #f8f8f8; }
    .list-nh li.item-notification:after {
      content: "" !important;
      position: absolute;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background-color: #1d9bf0;
      right: 12px;
      top: 50%;
      display: none;
      transform: translateY(-50%); }
    .list-nh li.item-notification.unread:after {
      display: block; }
    .list-nh li.item-notification.unread .message {
      font-weight: bold; }
    .list-nh li.item-notification .ava {
      width: 44px;
      height: 44px;
      margin-right: 8px; }
      .list-nh li.item-notification .ava.verified:before {
        width: 6px;
        height: 6px;
        font-size: 6px; }
    .list-nh li.item-notification .content-in {
      width: calc(100% - 52px); }
      .list-nh li.item-notification .content-in .react-in {
        display: flex;
        align-items: center; }
        .list-nh li.item-notification .content-in .react-in i {
          color: #b2b2b2;
          margin: 0 4px; }
        .list-nh li.item-notification .content-in .react-in span {
          max-width: 98px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          margin-left: 4px; }
          .list-nh li.item-notification .content-in .react-in span:nth-child(1) {
            margin-left: 0; }
        .list-nh li.item-notification .content-in .react-in .price {
          color: #66bd21;
          font-size: 12px;
          padding: 2px 8px;
          border: 1px dashed #66bd21;
          font-weight: bold;
          margin-left: 8px;
          border-radius: 12px; }
      .list-nh li.item-notification .content-in .message {
        margin: 2px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 40px); }
      .list-nh li.item-notification .content-in .date-in {
        color: #b2b2b2;
        font-size: 13px; }

.notification-head {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px; }

/*=============================================
 * sidebar left
 *=============================================*/
.sidebar {
  position: fixed;
  bottom: 0;
  height: calc(100vh - 61px);
  width: 220px;
  box-sizing: border-box;
  padding-top: 42px;
  background: #fff;
  z-index: 1; }
  .sidebar h3 {
    font-weight: bold !important;
    text-transform: uppercase;
    color: #3c3c3c;
    margin-bottom: 11px !important; }
  .sidebar .sidebar-item {
    padding-left: 20px;
    padding-right: 20px; }
    .sidebar .sidebar-item + .sidebar-item {
      border-top: 1px solid #efefef;
      padding-top: 18px;
      margin-top: 18px; }

#sidebar-left {
  left: 0;
  border-right: 1px solid #efefef; }
  #sidebar-left > div {
    max-height: calc(100vh - 120px); }

.sidebar-item label {
  display: flex;
  margin-bottom: 11px;
  align-items: center; }
  .sidebar-item label input {
    margin-right: 8px; }

.checkbox-group {
  position: relative;
  z-index: 0; }
  .checkbox-group:before {
    content: "";
    width: 0;
    height: calc(100% - 26px);
    position: absolute;
    top: 17px;
    left: 6px;
    border-left: 1px dashed #ddd;
    z-index: -1; }
  .checkbox-group .form-group:not(:first-child) {
    padding-left: 18px;
    position: relative;
    margin-left: 6px; }
    .checkbox-group .form-group:not(:first-child):before {
      content: "";
      width: 18px;
      height: 1px;
      position: absolute;
      top: 10px;
      left: 0;
      border-top: 1px dashed #ddd;
      z-index: -1; }
  .checkbox-group .form-group:first-child {
    font-weight: bold; }

/*=============================================
 * sidebar right
 *=============================================*/
#sidebar-right {
  right: 0;
  padding-bottom: 50px;
  border-left: 1px solid #efefef; }

.sidebar-pid a {
  display: block;
  position: relative;
  width: 100%;
  line-height: 18px;
  overflow: hidden; }
  .sidebar-pid a + a {
    margin-top: 8px; }
  .sidebar-pid a .fish-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 0; }
    .sidebar-pid a .fish-img:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 53px;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
      z-index: 1; }
.sidebar-pid .time-line {
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2; }
  .sidebar-pid .time-line span {
    height: 100%;
    position: absolute;
    background: #1d9bf0; }
.sidebar-pid .count-down {
  color: #1d9bf0;
  font-weight: bold;
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  z-index: 2; }
  .sidebar-pid .count-down span {
    display: block;
    font-size: 10px;
    margin: -2px 2px 0; }
.sidebar-pid .price {
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2; }

.pid-new {
  overflow-y: auto;
  height: calc(100vh - 512px);
  margin-right: -20px; }
  .pid-new a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
    margin-bottom: 8px; }
    .pid-new a:last-child {
      border-bottom: none; }
  .pid-new .fish-img {
    width: 60px;
    padding-top: 0;
    margin-bottom: 0; }
    .pid-new .fish-img span {
      display: block;
      padding-top: 75%;
      width: 100%; }
  .pid-new .fish-txt {
    width: calc(100% - 68px); }
    .pid-new .fish-txt span:nth-child(1) {
      font-size: 13px;
      line-height: 16px;
      overflow: hidden;
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .pid-new .fish-txt span:nth-child(2) {
      font-size: 12px;
      color: #b2b2b2;
      display: block;
      line-height: 14px;
      margin-top: 6px; }
    .pid-new .fish-txt .fish_price {
      font-size: 13px !important;
      font-weight: bold;
      color: #1d9bf0 !important; }
  .pid-new a:hover .fish-txt span:nth-child(1) {
    color: #1d9bf0; }

.pit-other {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 220px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 40px;
  color: #1d9bf0;
  border-top: 1px solid #1d9bf0;
  background-color: #f3faff;
  font-weight: bold;
  text-indent: 20px; }
  .pit-other span {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: normal; }

/*=============================================
 * container
 *=============================================*/
#container {
  margin: auto;
  width: calc(100% - 540px);
  max-width: 1180px;
  padding-top: 90px;
  position: relative; }

.twocol #container {
  width: 100%;
  padding-top: 0;
  max-width: inherit;
  box-sizing: border-box;
  padding-right: 220px; }
  .twocol #container .f-start, .twocol #container .detail-boss-fish, .twocol #container .fish-like {
    margin: auto;
    width: 100%;
    max-width: 1150px; }

/*=============================================
 * footer
 *=============================================*/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  padding-top: 22px;
  font-size: 13px; }
  footer .wrap {
    padding-top: 0 !important; }
  footer .dis-flex {
    justify-content: space-between;
    align-items: flex-start; }
  footer a:hover {
    text-decoration: underline; }
  footer dl {
    padding-bottom: 13px; }
    footer dl dt {
      font-weight: bold;
      margin-bottom: 12px; }
  footer ul li {
    margin-bottom: 8px; }
    footer ul li .qrcode {
      max-width: 90px; }
    footer ul li a:hover {
      text-decoration: none;
      color: #1d9bf0; }
  footer li.dis-flex a {
    line-height: 16px;
    font-weight: bold;
    color: #1d9bf0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    footer li.dis-flex a i {
      height: 30px;
      display: block;
      margin-right: 8px; }
    footer li.dis-flex a + a {
      margin-left: 46px; }

.copyright {
  background: #f3f3f3; }
  .copyright .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .copyright span {
    line-height: 37px;
    display: block;
    color: rgba(0, 0, 0, 0.5); }

.twocol footer {
  padding-right: 220px;
  box-sizing: border-box; }

.twocol footer .wrap {
  width: 100%;
  max-width: 1150px; }

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  margin: 0 auto 11px;
  width: 100%;
  max-width: 1150px;
  padding-top: 91px; }
  .breadcrumbs li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .breadcrumbs li a {
      display: flex;
      position: relative;
      padding-right: 20px;
      align-items: center; }
      .breadcrumbs li a:after {
        position: absolute;
        right: 6px;
        top: 6px;
        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;
        content: "\e904";
        font-size: 8px; }
    .breadcrumbs li span {
      color: #b2b2b2;
      display: flex; }

@media only screen and (max-width: 1430px) {
  .breadcrumbs {
    margin: 0 40px 11px; }

  .twocol #container .f-start, .twocol footer .wrap, .twocol #container .detail-boss-fish, .twocol #container .fish-like {
    padding: 0 40px;
    box-sizing: border-box; } }
/*=============================================
 * detail sidebar
 *=============================================*/
.detail-sidebar {
  font-size: 14px;
  width: 120px;
  position: sticky;
  top: 80px;
  margin-bottom: 65px; }
  .detail-sidebar ul:nth-child(1) {
    padding-bottom: 12px; }
    .detail-sidebar ul:nth-child(1) li {
      margin-bottom: 8px; }
      .detail-sidebar ul:nth-child(1) li a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: bold;
        width: 100%;
        height: 38px;
        border-radius: 3px;
        transition: ease 0.2s;
        color: #1d9bf0;
        background: #f3faff; }
        .detail-sidebar ul:nth-child(1) li a:hover {
          opacity: 0.8; }
        .detail-sidebar ul:nth-child(1) li a span {
          display: block;
          margin-right: 10px; }
      .detail-sidebar ul:nth-child(1) li:nth-child(1) a span {
        font-size: 15px; }
      .detail-sidebar ul:nth-child(1) li:nth-child(2) a span {
        font-size: 19px; }
  .detail-sidebar p {
    margin-bottom: 20px; }
  .detail-sidebar ul:nth-child(3) {
    margin-bottom: 24px; }
    .detail-sidebar ul:nth-child(3) li {
      margin-bottom: 8px; }
    .detail-sidebar ul:nth-child(3) a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      .detail-sidebar ul:nth-child(3) a:hover {
        text-decoration: underline; }
      .detail-sidebar ul:nth-child(3) a i {
        display: block;
        width: 24px;
        margin-right: 8px; }

.content {
  width: calc(100% - 160px); }

.ava {
  width: 60px;
  height: 60px;
  position: relative; }
  .ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; }

.form-group {
  margin-bottom: 16px; }
  .form-group.checkbox-nolabel {
    position: relative;
    margin-bottom: 0;
    height: 34px;
    padding-left: 12px; }
    .form-group.checkbox-nolabel input[type=checkbox]:not(checked) {
      width: 34px;
      height: 34px;
      top: -1px;
      left: 4px;
      cursor: pointer; }
    .form-group.checkbox-nolabel input[type=checkbox]:not(checked) + label:before {
      top: -1px; }
    .form-group.checkbox-nolabel input[type=checkbox]:not(checked) + label:after {
      top: 4px; }
  .form-group.inline-button {
    display: flex;
    justify-content: space-between; }
    .form-group.inline-button a, .form-group.inline-button button {
      padding: 12px 16px;
      cursor: pointer;
      margin-left: 4px;
      box-sizing: border-box;
      border-radius: 4px;
      white-space: nowrap; }

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

.form-control {
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out; }
  .form-control:focus {
    border-color: #1d9bf0; }
  .form-control .input-error {
    border-color: #b10000; }
  .form-control.error1 {
    border: 1px solid #f20000; }

.input_error {
  color: #f20000;
  font-size: 13px;
  margin-top: 5px;
  display: block; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  width: 50px; }

/* 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: "\e907";
  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;
  /*&:after {
    content: "\e907";
    position: absolute;
    font-size: 10px;
    left: 18px;
    color: $green;
    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-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; }

#select2-pickCategory-results .select2-results__option--selected:after {
  left: 38px; }
#select2-pickCategory-results .select2-results__option--selected:nth-child(1):after {
  left: 18px; }

.ml-20 {
  margin-left: 20px; }

.form-inline {
  display: flex; }

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: "\e907";
    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; }

.btn {
  width: 100%;
  border-radius: 4px;
  border: none;
  margin: 0;
  cursor: pointer; }

.btn-default {
  padding: 0 16px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  color: #888;
  height: 40px;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer; }
  .btn-default:hover {
    background-color: #f8f8f8; }

.btn-red {
  background-color: #b10000;
  color: #ffffff; }
  .btn-red:hover {
    background-color: rgba(177, 0, 0, 0.8); }

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

.btn-black {
  background-color: #363636;
  color: #ffffff; }
  .btn-black:hover {
    background-color: rgba(54, 54, 54, 0.8); }

.btn-orange {
  background-color: #F49300;
  color: #ffffff; }
  .btn-orange:hover {
    background-color: rgba(244, 147, 0, 0.8); }

.btn-green {
  background-color: #66bd21 !important;
  color: #ffffff !important; }
  .btn-green:hover {
    background-color: rgba(102, 189, 33, 0.8) !important; }

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

.btn-icon {
  height: 28px;
  width: 28px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out; }
  .btn-icon:hover {
    background-color: #1d9bf0; }
  .btn-icon span {
    color: #ffffff;
    font-size: 14px; }

.btn-icon-lg {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  cursor: pointer; }
  .btn-icon-lg span {
    font-size: 24px; }

.btn-disable {
  background-color: #efefef;
  color: #b2b2b2;
  pointer-events: none; }

.pos-rb {
  position: absolute;
  right: 8px;
  bottom: 8px; }

.pos-lb {
  position: absolute;
  left: 8px;
  bottom: 8px; }

.pos-tl {
  position: absolute;
  left: 8px;
  top: 8px; }

.pos-tr {
  position: absolute;
  right: 8px;
  top: 8px; }

.navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 60px; }

.navigation a {
  margin-left: 12px;
  text-decoration: none; }

.navigation a:hover {
  opacity: 0.8; }

.navigation a.page-numbers, .navigation span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 34px;
  height: 34px;
  font-size: 13px;
  font-weight: bold;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  transition: ease 0.2s;
  color: #888;
  border: 1px solid #efefef;
  box-sizing: border-box; }

.navigation span.current, .navigation a:hover {
  color: #ffffff;
  background: #1d9bf0;
  opacity: 1; }

.page-numbers i {
  font-size: 10px; }

.blocker {
  z-index: 101;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); }

.type-post {
  max-width: 700px; }

.content-type-post {
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative; }
  .content-type-post h3 {
    font-size: 36px;
    text-align: center;
    margin: 60px auto !important; }
  .content-type-post ul {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    .content-type-post ul li a {
      display: flex;
      flex-flow: column;
      justify-content: center; }
      .content-type-post ul li a:hover .pick-type {
        border-color: #1d9bf0;
        background-color: #1d9bf0;
        transform: translateY(-20px); }
        .content-type-post ul li a:hover .pick-type:before {
          color: #ffffff; }
        .content-type-post ul li a:hover .pick-type:after {
          background-color: rgba(29, 155, 240, 0.1);
          transform: translateY(10px); }
      .content-type-post ul li a:hover .pick-name {
        color: #1d9bf0; }
      .content-type-post ul li a .pick-type {
        transition: all 0.2s ease-in-out;
        position: relative;
        width: 160px;
        height: 160px;
        border-radius: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #efefef;
        margin: 0 20px; }
        .content-type-post ul li a .pick-type:before {
          font-size: 86px;
          transition: color 0.2s ease-in-out;
          color: #b2b2b2; }
        .content-type-post ul li a .pick-type:after {
          transition: all 0.2s ease-in-out;
          position: absolute;
          bottom: -20px;
          content: "";
          width: 60px;
          height: 8px;
          border-radius: 100%;
          filter: blur(2px);
          background-color: #efefef; }
      .content-type-post ul li a .pick-name {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
        transition: color 0.2s ease-in-out; }

.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; }

.modal a.close-modal {
  display: none; }

.modal a.btn-close {
  font-size: 12px;
  color: #888;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px; }

.modal {
  padding: 0; }
  .modal .header {
    height: 54px;
    border-bottom: 1px solid #efefef;
    padding: 14px 16px;
    box-sizing: border-box; }
    .modal .header h3 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold; }
  .modal .body {
    padding: 16px 10px;
    height: 100%; }
  .modal .footer {
    background-color: #f8f8f8;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0 0 8px 8px; }
    .modal .footer button, .modal .footer a {
      margin-right: 4px;
      border-radius: 4px; }
  .modal .note-notification {
    font-size: 14px;
    padding: 12px 8px; }

.modal-sm {
  padding: 28px;
  width: 360px; }

.content-confirm .confirm-text {
  font-size: 16px;
  text-align: center;
  margin: 0 0 16px 0; }
.content-confirm .buttons {
  display: flex;
  justify-content: center; }
  .content-confirm .buttons a {
    border-radius: 4px;
    padding: 0 24px;
    margin: 4px;
    text-transform: uppercase; }

#toast-container > .toast-success, #toast-container > .toast-error {
  background-image: none !important; }

.toast-success {
  background-color: rgba(54, 54, 54, 0.9); }
  .toast-success .toast-message .icon-check {
    background-color: #66bd21; }

.toast-error {
  background-color: rgba(54, 54, 54, 0.9); }
  .toast-error .toast-message .icon-error {
    background-color: #b10000; }

#toast-container {
  margin-bottom: 0; }
  #toast-container:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 12px;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(54, 54, 54, 0.7);
    box-shadow: 0px 7px 12px rgba(54, 54, 54, 0.2);
    border: 1px solid rgba(54, 54, 54, 0.1); }

#toast-container > div {
  padding: 16px;
  opacity: 1;
  width: 360px;
  background: none;
  position: relative;
  margin-bottom: 0;
  box-shadow: none; }
  #toast-container > div:hover {
    box-shadow: 0px 7px 12px rgba(54, 54, 54, 0.2); }

.toast-message {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  .toast-message .icon-check, .toast-message .icon-error {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px; }
  .toast-message .icon-error {
    font-size: 46px;
    font-family: "San Francisco Text" !important; }
  .toast-message .status {
    width: calc(100% - 72px); }

a[data-fancybox] img {
  cursor: zoom-in; }

.fancybox__container {
  z-index: 99999; }

@keyframes scaleInOut {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(1.4); }
  60% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
button {
  cursor: pointer; }

@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; } }
.table {
  display: table;
  width: 100%; }

.table-heading {
  display: table-header-group;
  position: sticky;
  top: 61px;
  background-color: #ffffff;
  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-head:nth-child(1) {
    width: 42px;
    padding: 0; }

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

.table-row {
  display: table-row; }
  .table-row .table-cell:nth-child(1) {
    padding: 0; }
  .table-row:hover {
    background-color: #f8f8f8; }

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

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.status-post {
  margin-top: 20px;
  border: 1px dashed #b10000;
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: rgba(177, 0, 0, 0.1);
  color: #b10000;
  border-radius: 14px; }

.label-green, .label-grey, .label-orange, .label-red {
  border: 1px dashed #66bd21;
  display: flex;
  height: 28px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #66bd21;
  background-color: rgba(102, 189, 33, 0.1);
  border-radius: 14px; }

.label-grey {
  border-color: #888;
  background-color: #ffffff;
  color: #888; }

.label-orange {
  border-color: #F49300;
  background-color: rgba(244, 147, 0, 0.1);
  color: #F49300; }

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

.date-red {
  color: #b10000; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  width: 4px;
  cursor: pointer; }

.alert {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px dashed; }
  .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; }

.container-fluid {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box; }

.form-add {
  padding: 6px; }

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

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

.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: 101;
    visibility: visible; }
    .popup-bm.show-popup .banner-bm {
      opacity: 1;
      top: 40px; }
  .popup-bm .banner-bm {
    width: 360px;
    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);
    right: -24px;
    position: absolute;
    top: -24px;
    border: 1px solid rgba(255, 255, 255, 0.2); }

.bm-top-list {
  max-width: 1180px;
  margin: 20px auto 0 auto;
  background-color: rgba(54, 54, 54, 0.1); }
  .bm-top-list .img-bm {
    display: block;
    width: 100%; }

.bm-left-event {
  margin-top: 12px;
  padding: 16px; }

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