
   /* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500;700;900&display=swap'); */

   /* noto-sans-kr-500 - latin_korean */
@font-face {
     font-family: 'NotoSansKR';
     font-style: normal;
     font-weight: 500;
     src: local(''),
          url('/fonts/noto-sans-kr-v13-latin_korean-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
          url('/fonts/noto-sans-kr-v13-latin_korean-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-kr-700 - latin_korean */
@font-face {
     font-family: 'NotoSansKR';
     font-style: Bold;
     font-weight: 700;
     src: local(''),
          url('/fonts/noto-sans-kr-v13-latin_korean-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
          url('/fonts/noto-sans-kr-v13-latin_korean-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-kr-900 - latin_korean */
@font-face {
     font-family: 'NotoSansKR';
     font-style: normal;
     font-weight: 900;
     src: local(''),
          url('/fonts/noto-sans-kr-v13-latin_korean-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
          url('/fonts/noto-sans-kr-v13-latin_korean-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #19191a;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(63, 126, 188, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
          animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
          animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(25, 25, 26, 0.75);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #19191a;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #e1e1e1;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(63, 126, 188, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #555;
  color: #bbbbbb;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(225, 225, 225, 0.6);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #e1e1e1;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: #323234;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: #e1e1e1;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #19191a;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: #e1e1e1;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: #323234;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: #323234;
  color: #e1e1e1;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #19191a;
  color: #e1e1e1;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #323234;
  color: #e1e1e1;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #58585b;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #58585b;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix()  {
  .swal2-close:focus {
    outline: 2px solid rgba(63, 126, 188, 0.4);
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(25, 25, 26, 0.75);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-start,
body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-start,
body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start,
body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 5px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}

@media only screen and (min-width : 600px) {
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 1em;
  }

  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 1em;
    flex-direction: column-reverse;
  }

  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.bottom-left {
    left: 1em;
  }

  .Vue-Toastification__container.top-left .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
  }

  .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,
  .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
    margin-right: unset;
    margin-left: auto;
  }

  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.bottom-right {
    right: 1em;
  }

  .Vue-Toastification__container.top-right .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
  }

  .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
  .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
    margin-left: unset;
    margin-right: auto;
  }

  .Vue-Toastification__container.top-center,
  .Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -calc(300px);
  }

  .Vue-Toastification__container.top-center .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width : 600px) {
  .Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }

  .Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
  }

  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 0;
  }

  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 0;
    flex-direction: column-reverse;
  }
}

.Vue-Toastification__toast {
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 40px;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 16px 18px;
  border-radius: 6px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  font-family: "Lato", Helvetica, "Roboto", Arial, sans-serif;
  max-width: 600px;
  min-width: 150px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}

.Vue-Toastification__toast--rtl {
  direction: rtl;
}

.Vue-Toastification__toast--default {
  background-color: #1976d2;
  color: #fff;
}

.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}

.Vue-Toastification__toast--success {
  background-color: #4caf50;
  color: #fff;
}

.Vue-Toastification__toast--error {
  background-color: #ff5252;
  color: #fff;
}

.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}

@media only screen and (max-width : 600px) {
  .Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
  }
}

.Vue-Toastification__toast-body {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}

.Vue-Toastification__toast-component-body {
  flex: 1;
}

.Vue-Toastification__toast-component-body a > span {
  text-decoration: underline;
  text-underline-position: under;
}

.Vue-Toastification__toast-component-body a > b {
  text-decoration: none;
  opacity: 0.8;
  float: right;
  margin-left: 5px;
}

.Vue-Toastification__toast.disable-transition {
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

.Vue-Toastification__close-button {
  font-weight: bold;
  font-size: 22px !important;
  line-height: 12px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  opacity: 0.5;
  transition: visibility 0s, opacity 0.2s linear;
}

.Vue-Toastification__close-button:hover,
.Vue-Toastification__close-button:focus {
  opacity: 1;
}

.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}

.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}

@-webkit-keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
  -webkit-animation: scale-x-frames linear 1 forwards;
          animation: scale-x-frames linear 1 forwards;
}

.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}

.Vue-Toastification__icon {
  margin-right: 8px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 15px;
  height: 100%;
}

.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@-webkit-keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Vue-Toastification__bounce-enter-active.top-left,
.Vue-Toastification__bounce-enter-active.bottom-left {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

.Vue-Toastification__bounce-enter-active.top-right,
.Vue-Toastification__bounce-enter-active.bottom-right {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

.Vue-Toastification__bounce-enter-active.top-center {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

.Vue-Toastification__bounce-enter-active.bottom-center {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

.Vue-Toastification__bounce-leave-active.top-left,
.Vue-Toastification__bounce-leave-active.bottom-left {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

.Vue-Toastification__bounce-leave-active.top-right,
.Vue-Toastification__bounce-leave-active.bottom-right {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

.Vue-Toastification__bounce-leave-active.top-center {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

.Vue-Toastification__bounce-leave-active.bottom-center {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

.Vue-Toastification__bounce-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}

.isMobile {
  display: inline-block;
  text-align: left;
}

.isMobile .mobile-side-menu-wrap {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000000d4;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu {
  overflow: auto;
  left: 0px;
  position: fixed;
  width: 260px;
  height: 100%;
  top: 0;
  background: #202024;
  z-index: 200;
  overflow-x: hidden;
  padding-bottom: 30px;
  transition: 400ms all;
  padding: 15px 15px 30px 15px;
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom {
  height: 100px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom .buttom-wrap {
  height: 50%;
  width: 100%;
  display: flex;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom .buttom-wrap .buttom {
  width: 33.33%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 13px;
  border: 1px solid #1c4b5a;
  background: #1b1e29;
  color: #c8c8c7;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom .buttom-wrap .buttom .fa-users {
  color: #cdb6eb;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom .buttom-wrap .buttom .fa-coins {
  color: #f5f589;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom .buttom-wrap .buttom .fa-comment {
  color: #fdcd73;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom .buttom-wrap .buttom .fa-list {
  color: #84d688;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom .buttom-wrap .buttom .fa-minus-square {
  color: #7084fb;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom .buttom-wrap .buttom .fa-plus-square {
  color: #eb789f;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu .mobile-userButtom .buttom-wrap .buttom:hover {
  background: #213b44;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu > ul li:hover {
  color: #ffffff;
  background: #393a43;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu > ul li {
  cursor: pointer;
  height: 45px;
  margin-bottom: 10px;
  line-height: 45px;
  padding-left: 15px;
  font-weight: bold;
  background: #2d2e35;
  border-radius: 5px;
  transition: 200ms all;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  box-sizing: border-box;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu > ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 45px;
  color: #c8c8c7;
}

.isMobile .mobile-side-menu-wrap .mobile-side-menu > ul li a i {
  margin-right: 5px;
}

.isMobile .mobile-side-cart-wrap {
  position: fixed;
  z-index: 100;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-color: #000000d4;
}

.isMobile .mobile-side-cart-wrap .mobile-side-cart {
  margin-right: 5px;
  margin-left: 5px;
  width: 260px;
  top: 90px;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: left;
  height: 100%;
  float: right;
  overflow: auto;
  background-color: #333;
}

.isMobile .mobile-side-cart-wrap .mobile-side-cart .login-box {
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 5px;
  margin-bottom: 13px;
}

.isMobile .mobile-side-cart-wrap .mobile-side-cart .login-box .user-info {
  height: auto;
  padding: 5px 5px;
}

.mobile-menu-button {
  display: none;
  position: absolute;
  padding: 10px;
  top: 10px;
  left: 10px;
}

.mobile-menu-button i {
  font-size: 18px;
}

.mobile-cart-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.mobile-cart-button i {
  font-size: 18px;
}

.mobile-cart-bottom-button {
  display: none;
  z-index: 99;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: rgba(17, 17, 17, 0.5);
  border-radius: 5px;
}

.mobile-cart-bottom-button i {
  font-size: 20px;
  padding: 15px 12px;
  padding-left: 10px;
  color: #fbbe07a8;
}

.bottom-menu-mobile-wrap {
  display: none;
  height: 55px;
  width: 100%;
  background: white;
  bottom: 0px;
  left: 0px;
  position: fixed;
  z-index: 50;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #222227;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px, #2e2e35 0px 6px 30px inset;
}

.bottom-menu-mobile-wrap .mobile-side-cart-wrap,
.bottom-menu-mobile-wrap .mobile-side-menu-wrap {
  position: fixed;
  z-index: 100;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-color: #000000d4;
}

.bottom-menu-mobile-wrap .mobile-side-cart-wrap .mobile-side-cart,
.bottom-menu-mobile-wrap .mobile-side-cart-wrap .mobile-side-menu,
.bottom-menu-mobile-wrap .mobile-side-menu-wrap .mobile-side-cart,
.bottom-menu-mobile-wrap .mobile-side-menu-wrap .mobile-side-menu {
  margin-right: 5px;
  margin-left: 5px;
  top: 90px;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: left;
  height: 100%;
  float: right;
  overflow: auto;
  background-color: #333;
}

.bottom-menu-mobile-wrap .mobile-side-cart-wrap .mobile-side-cart .nav-side-menu,
.bottom-menu-mobile-wrap .mobile-side-cart-wrap .mobile-side-menu .nav-side-menu,
.bottom-menu-mobile-wrap .mobile-side-menu-wrap .mobile-side-cart .nav-side-menu,
.bottom-menu-mobile-wrap .mobile-side-menu-wrap .mobile-side-menu .nav-side-menu {
  overflow-y: auto;
}

.bottom-menu-mobile-wrap .mobile-side-cart-wrap .mobile-side-cart .cart-etc,
.bottom-menu-mobile-wrap .mobile-side-cart-wrap .mobile-side-menu .cart-etc,
.bottom-menu-mobile-wrap .mobile-side-menu-wrap .mobile-side-cart .cart-etc,
.bottom-menu-mobile-wrap .mobile-side-menu-wrap .mobile-side-menu .cart-etc {
  border: none;
}

.bottom-menu-mobile-wrap .mobile-side-cart-wrap .mobile-side-cart,
.bottom-menu-mobile-wrap .mobile-side-menu-wrap .mobile-side-cart {
  width: 260px;
}

.bottom-menu-mobile-wrap .mobile-side-cart-wrap .mobile-side-menu,
.bottom-menu-mobile-wrap .mobile-side-menu-wrap .mobile-side-menu {
  width: 230px;
}

.bottom-menu-mobile-wrap .foot_menu {
  height: 35px;
  margin: 10px 0px;
  box-sizing: border-box;
}

.bottom-menu-mobile-wrap .foot_menu li {
  float: left;
  width: 25%;
  text-align: center;
  height: 100%;
  line-height: 35px;
}

.bottom-menu-mobile-wrap .foot_menu li .cart-count {
  cursor: pointer;
  min-width: 20px;
  line-height: 100%;
  text-align: center;
  position: absolute;
  top: 3px;
  background: #c90e0e;
  font-size: 15px;
  border-radius: 14px;
  padding: 4px;
  margin-left: -11px;
  margin-top: 0px;
}

.bottom-menu-mobile-wrap .foot_menu li .cart-count-none {
  display: none;
}

.bottom-menu-mobile-wrap .foot_menu li .ico_customer {
  display: inline-block;
  cursor: pointer;
  height: 100%;
  min-width: 45px;
  line-height: 100%;
}

.bottom-menu-mobile-wrap .foot_menu li .ico_customer i {
  height: 35px;
  font-size: 30px;
  line-height: 35px;
}

.bottom-menu-mobile-wrap .foot_menu li .ico_customer i.fas.fa-comments {
  color: #e4ba6c;
}

.bottom-menu-mobile-wrap .foot_menu li .ico_customer i.fas.fa-comment {
  color: #ffd400;
}

.bottom-menu-mobile-wrap .foot_menu li .ico_customer i.fab.fa-telegram {
  color: #3794f4;
}

.bottom-menu-mobile-wrap .foot_menu li .ico_customer i.fa-shopping-cart {
  font-size: 25px;
}

@media screen and (max-width: 980px) {
  .bottom-menu-mobile-wrap {
    display: block !important;
  }
}

@media screen and (max-width: 980px) {
  #footer {
    margin-bottom: 65px;
  }
}

.main-html .main-app {
  background-image: url(/img/live_obj01.png);
  background-position: center;
  background-size: auto;
}

@media (max-width: 768px) {
  .main-html .main-app {
    background-image: url(/img/live_obj01.png);
    background-position: center;
    background-size: 500px;
  }
}

.main-html .main-app > div {
  background-color: #0000003d;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.main-html .main-app .center-content {
  max-width: 350px;
  min-width: 280px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.main-html .main-app .center-content .logo {
  box-sizing: border-box;
  font-size: 40px;
  text-align: center;
}

.main-html .main-app .center-content .logo-hr {
  height: 3px;
  background-color: transparent;
  border: none;
  margin-top: 0;
  margin-bottom: 40px;
}

.main-html .main-app .center-content .login-form {
  position: relative;
  margin-top: 5px;
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
}

.main-html .main-app .center-content .login-form hr {
  height: 1px;
  background-color: #3e3e3e3d;
  border: none;
  margin-top: 15px;
}

.main-html .main-app .center-content .login-form .capy {
  color: #888888;
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  white-space: nowrap;
}

.main-html .main-app .center-content .login-form .content-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  border-left: 2px solid #ffa722;
  margin-left: 8px;
}

.main-html .main-app .center-content .login-form .content-title span:first-child {
  margin-left: 10px;
  color: #999;
}

.main-html .main-app .center-content .login-form .content-title span:nth-child(2) {
  margin-left: 5px;
  font-weight: bold;
  color: #eee;
}

.main-html .main-app .center-content .login-form h3 {
  line-height: 70px;
  color: #bdd4dc;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  border-bottom: 2px solid #22445a;
  border-radius: 5px;
}

.main-html .main-app .center-content .login-form .form-control {
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  background: #000e;
  margin-top: 15px;
  border-radius: 5px;
}

.main-html .main-app .center-content .login-form .form-control .fa-user-circle,
.main-html .main-app .center-content .login-form .form-control .fa-lock,
.main-html .main-app .center-content .login-form .form-control .fa-qrcode {
  font-size: 25px;
  color: #e6e6e6;
}

.main-html .main-app .center-content .login-form .form-control > span:first-child {
  width: 80px;
  display: inline-block;
  text-align: center;
}

.main-html .main-app .center-content .login-form .form-control > select {
  box-sizing: content-box;
  border: none;
  text-align: left;
  height: 28px;
  color: #c4c4c4;
  background: transparent;
  font-size: 15px;
}

.main-html .main-app .center-content .login-form .form-control > select [disabled] {
  color: #cccccc;
  background: #36424c;
}

.main-html .main-app .center-content .login-form .form-control > select.no-selected {
  color: #c4c4c4;
}

.main-html .main-app .center-content .login-form .form-control > select > option {
  background: #36424c;
}

.main-html .main-app .center-content .login-form .form-control > input,
.main-html .main-app .center-content .login-form .form-control > select {
  background-color: transparent !important;
  border: none;
  text-align: left;
  height: 100%;
  box-shadow: none;
  width: 70%;
  border-left: 1px solid #222;
  padding-left: 15px;
  margin-left: 5px;
}

.main-html .main-app .center-content .login-form .form-control > div.invalid-feedback {
  color: #c53434;
  position: absolute;
  bottom: -3px;
  left: 100px;
  margin: 3px 0px;
}

.main-html .main-app .center-content .login-form .form-control:focus-within {
  border-bottom: 2px solid #2f5d7c;
}

.main-html .main-app .center-content .login-form .btns {
  text-align: center;
  margin-top: 15px;
}

.main-html .main-app .center-content .login-form .btns button {
  font-size: 1.2rem;
  width: 100%;
  border-radius: 5px;
  padding: 12px 0px;
  border-top: #ffdd64 1px solid;
  background: #ab900d;
  color: #ffffff;
  font-weight: bold;
}

.main-html .main-app .center-content .login-form .btns:hover button {
  background-color: #dab811;
  background-image: linear-gradient(180deg, #edc917, #dab811 70%);
}

.main-html .main-app .center-content .login-form .register_wrap {
  text-align: center;
  margin-top: 15px;
}

.main-html .main-app .center-content .login-form .register_wrap .register {
  font-size: 1.2rem;
  width: 100%;
  border-radius: 5px;
  padding: 12px 0px;
  border-top: #d43333 1px solid;
  background: #730101;
  color: #ffffff;
  font-weight: bold;
}

.main-html .main-app .center-content .login-form .inquery {
  text-align: center;
  margin-top: 15px;
}

.main-html .main-app .center-content .login-form .inquery a {
  display: inline-block;
  font-size: 1.2rem;
  width: 100%;
  border-radius: 5px;
  padding: 12px 0px;
  border-top: #1399c1 1px solid;
  background: #1379c1;
  color: #ffffff;
}

.main-html .main-app .center-content .login-form .inquery a .fa-telegram-plane {
  font-size: 1.2rem;
  margin-right: 5px;
}

.main-html .main-app .center-content .login-form .register_wrap:hover .register {
  background-color: #a60101;
  background-image: linear-gradient(180deg, #bf0202, #a60101 70%);
}

.main-html .main-app .center-content .login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff0 inset;
  -webkit-text-fill-color: #fff;
}

.main-html .main-app .center-content .login-form input:-webkit-autofill,
.main-html .main-app .center-content .login-form input:-webkit-autofill:hover,
.main-html .main-app .center-content .login-form input:-webkit-autofill:focus,
.main-html .main-app .center-content .login-form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.main-html .main-app .center-content .login-form input:-webkit-autofill,
.main-html .main-app .center-content .login-form input:-webkit-autofill:hover,
.main-html .main-app .center-content .login-form input:-webkit-autofill:focus,
.main-html .main-app .center-content .login-form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: none;
  -webkit-text-fill-color: #e2e2e2 !important;
}

.main-html .main-app .center-content .login-form input:focus {
  color: #6060d3;
  text-shadow: 0px 0px 0px #ffffff;
  -webkit-text-fill-color: transparent;
}

.main-html .main-app .center-content .login-form input {
  caret-color: #cdcdcd;
  border-radius: 0;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-text-size-adjust: none;
}

.home-content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.home-content .foot_img {
  margin: 30px 0px;
  width: 100%;
}

.home-content .foot_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 0px 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  .home-content .foot_img {
    margin: 0px;
  }

  .home-content .foot_img img {
    margin: 20px 0px;
  }
}

.home-content .foot_site {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  margin-top: 30px;
}

.home-content .foot_site li {
  float: left;
  background: url("/img/home/foot_banner.png");
}

.home-content .foot_site li:nth-child(1) {
  width: 104px;
  height: 65px;
  background-position: -2454px -10px;
}

.home-content .foot_site li:nth-child(4) {
  width: 128px;
  height: 65px;
  background-position: -2602px -10px;
}

.home-content .foot_site li:nth-child(5) {
  width: 146px;
  height: 65px;
  background-position: -3236px -10px;
}

.home-content .foot_site li:nth-child(6) {
  width: 104px;
  height: 65px;
  background-position: -466px -10px;
}

.home-content .foot_site li:nth-child(7) {
  width: 120px;
  height: 65px;
  background-position: -2028px -10px;
}

.home-content .foot_site li:nth-child(8) {
  width: 88px;
  height: 65px;
  background-position: -115px -10px;
}

.home-content .foot_site li:nth-child(10) {
  width: 123px;
  height: 65px;
  background-position: -2168px -10px;
}

.home-content .foot_site li:nth-child(11) {
  width: 123px;
  height: 65px;
  background-position: -2311px -10px;
}

.home-content .foot_site li:nth-child(12) {
  width: 144px;
  height: 65px;
  background-position: -3072px -10px;
}

.home-content .foot_site li:nth-child(13) {
  width: 146px;
  height: 65px;
  background-position: -3402px -10px;
}

.home-content .foot_site li:nth-child(15) {
  width: 100px;
  height: 65px;
  background-position: -223px -10px;
}

.home-content .foot_site li:nth-child(16) {
  width: 142px;
  height: 65px;
  background-position: -2910px -10px;
}

.home-content .foot_site li:nth-child(17) {
  width: 85px;
  height: 65px;
  background-position: -10px -10px;
}

.home-content .foot_site li:nth-child(24) {
  width: 109px;
  height: 65px;
  background-position: -1235px -10px;
}

.home-content .foot_site li:nth-child(26) {
  width: 103px;
  height: 65px;
  background-position: -343px -10px;
}

.home-content .foot_site li:nth-child(27) {
  width: 109px;
  height: 65px;
  background-position: -1493px -10px;
}

.home-content .foot_site li:nth-child(28) {
  width: 109px;
  height: 65px;
  background-position: -1622px -10px;
}

@media screen and (max-width: 1280px) {
  .home-content .foot_site {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 980px) {
  .home-content .foot_site li img {
    height: 30px !important;
  }
}

.home-content .popup_layer {
  position: absolute;
  width: 100%;
  top: 30px;
  justify-content: center;
  z-index: 15;
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 330px));
}

.home-content .popup_layer .home_popup {
  background: #081013;
  border-radius: 3px;
  min-width: 295px;
  max-width: 380px;
}

.home-content .popup_layer .home_popup > div {
  white-space: pre-line;
  text-align: center;
  text-align: right;
}

.home-content .popup_layer .home_popup > div i {
  font-size: 20px;
  color: #ccc;
  padding: 10px 15px;
}

.home-content .popup_layer .home_popup > div button {
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
  padding: 10px 15px;
  color: inherit;
}

.home-content .popup_layer .home_popup > div > img {
  display: block;
  margin: 5px auto;
  text-align: center;
  justify-content: center;
}

.home-content .popup_layer .home_popup > div > a > img {
  display: block;
  width: 100%;
}

.home-content .popup_layer .home_popup > div b.point1 {
  color: #fb5252;
}

.home-content .popup_layer .home_popup > div b.big1 {
  margin-top: 28px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}

@media only screen and (max-width: 980px) {
  .home-content .popup_layer {
    top: 10px;
  }

  .home-content .popup_layer > div {
    position: absolute;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }
}

.home-content .home-slider {
  margin-bottom: 12px;
  height: 388px;
  border-radius: 7px;
}

.home-content .home-slider div {
  height: 100%;
}

.home-content .home-slider .slick-dots {
  width: 100%;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 50px;
}

.home-content .home-slider .slick-dots > li {
  width: 8%;
}

.home-content .home-slider .slick-dots > li .slider-dot {
  display: inline-block;
  height: 4px;
  background: linear-gradient(0deg, #523c14, #825f14);
  opacity: 1;
  border-radius: 0;
  vertical-align: top;
  margin: 0 0.25rem;
  width: 100%;
}

.home-content .home-slider .slick-dots .slick-active .slider-dot {
  background-image: linear-gradient(315deg, #92590b, #ce8e2f 74%);
}

.home-content .home-slider .item {
  position: relative;
}

.home-content .home-slider .item .img_box_wap {
  width: 100%;
  position: absolute;
  top: 0;
}

.home-content .home-slider .item .img_box_wap .img_bt_box {
  padding-top: 100px;
  height: 196px;
  padding-left: 5%;
}

.home-content .home-slider .item .img_box_wap .img_bt_box a {
  width: 210px;
  height: 43px;
  border-radius: 3px;
  transition: 200ms all;
  line-height: 40px;
  font-weight: bold;
  display: inherit;
  text-align: center;
  margin: 10px 0 0 0;
  border: 1px solid #225b73;
  background: linear-gradient(0deg, #042027, #135671);
  box-shadow: inset 0px 0px 10px 10px rgba(30, 30, 31, 0.15);
  box-sizing: border-box;
}

.home-content .home-slider .item .img_box_wap .img_bt_box a:hover {
  border-radius: 5px;
  background-image: linear-gradient(315deg, #07597b, #25befd 74%);
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5);
  color: black;
  border: none;
}

.home-content .home-slider .item .img_box_wap .img_bt_box p {
  color: #a7a7a7;
  font-size: 13px;
}

.home-content .home-slider .item .img_box_wap .img_bt_box h3 {
  font-size: 20px;
  font-weight: bold;
  -webkit-text-stroke: 0.5px #000000;
}

.home-content .home-slider .item .img_box_wap .img_bt_box h3 strong {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  height: 70px;
  line-height: 70px;
  background: -webkit-linear-gradient(#fff, #4d86bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #7e8082;
}

.home-content .home-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-content .home-slider .item > .op_0 {
  -o-object-position: 0;
     object-position: 0;
}

.home-content .home-slider .item > a {
  position: absolute;
  top: 55%;
  left: 7.5%;
  padding: 1.2% 5%;
}

@media screen and (max-width: 980px) {
  .home-content .home-slider .img_bt_box {
    width: 320px !important;
    padding: 0px 10px;
  }
}

@media screen and (max-width: 670px) {
  .home-content .home-slider {
    height: auto;
    margin-bottom: 0px;
  }

  .home-content .home-slider .item img {
    height: auto;
  }

  .home-content .home-slider .item .img_bt_box {
    display: none;
  }

  .home-content .home-slider .slick-dots {
    display: none !important;
  }

  .home-content .home-slider .slick-list {
    margin-bottom: 0px;
  }
}

.home-content .home-sub1 {
  margin-left: -5px;
  margin-right: -5px;
}

.home-content .home-sub1 > div {
  position: relative;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.home-content .home-sub1 > div > img {
  width: 100%;
  height: 100%;
  max-height: 280px;
}

.home-content .home-sub1 > div > a {
  position: absolute;
  bottom: 7%;
  right: 4%;
  padding: 1.7% 7%;
}

.home-content .home-sub2 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.home-content .home-sub2 > ul > div {
  width: 100%;
}

.home-content .home-sub2 > ul > div > a > img {
  max-width: 200px;
}

.home-content .home-sub2 > ul > li {
  width: 25%;
  padding: 3px 5px;
  box-sizing: border-box;
}

.home-content .home-sub2 > ul > li > a,
.home-content .home-sub2 > ul > li > div {
  cursor: pointer;
}

.home-content .home-sub2 > ul > li > a > img,
.home-content .home-sub2 > ul > li > div > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 980px) {
  .home-content .home-sub2 > ul > li {
    width: 50%;
  }
}

.top-menu {
  overflow: hidden;
  transition: 200ms all;
  display: flex;
  flex-wrap: wrap;
}

.top-menu li {
  font-weight: bold;
  padding: 3px 18px 3px 0px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.top-menu li i {
  font-size: 18px;
  color: #b4b4b4;
  vertical-align: middle;
  margin-right: 10px;
}

.top-menu li a {
  vertical-align: middle;
}

.top-menu > li.active > a {
  color: #e3a312;
}

@media (hover: hover) and (pointer: fine) {
  .top-menu > li:hover > a {
    color: #efb739;
  }

  .top-menu > li:hover .top-sub-menu {
    display: block !important;
    position: absolute;
    width: 300px;
    left: -70px;
    padding-top: 10px;
  }
}

.top-menu > li.active .top-sub-menu,
.top-menu .top-sub-menu:hover {
  display: block;
  position: absolute;
  width: 300px;
  left: -70px;
  padding-top: 10px;
}

.top-menu .top-sub-menu {
  display: none;
}

.top-menu .top-sub-menu > li {
  font-size: 13px;
}

.top-menu .top-sub-menu > li.active > a,
.top-menu .top-sub-menu > li:hover > a {
  color: #f5b852;
}

.top-menu > div.clock {
  display: none;
}

.top-menu > div.clock img {
  margin-right: 5px;
}

.top-menu:hover .top-sub-menu {
  display: none !important;
}

.bet-list .bet {
  cursor: pointer;
}

.bet-list .bet .odds {
  color: #ffdf00;
}

.bet-list .name-wrap {
  display: flex;
  align-items: center;
  max-width: 100%;
  flex-wrap: nowrap;
  flex: 1;
}

.bet-list .name-wrap span {
  white-space: nowrap;
}

.bet-list .name-wrap .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.bet-list .home {
  flex: 1;
  align-items: center;
}

.bet-list .draw {
  flex: 0.6;
  align-items: center;
  flex-flow: row wrap;
}

.bet-list .point-wrap {
  flex: 0.6;
}

.bet-list .vs {
  flex: 0.6;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.bet-list .vs .name-wrap {
  justify-content: center;
}

.bet-list .away {
  flex: 1;
  align-items: center;
  flex-direction: row-reverse;
}

.bet-list .away .name-wrap {
  flex-direction: row-reverse;
}

.bet-list .draw .name-wrap .name,
.bet-list .vs .name-wrap .name {
  text-overflow: clip;
}

.bet-list .sub-list {
  flex: 1 1 auto;
  min-width: 100px;
}

.bet-list .subGameList > li {
  padding: 12px 2%;
  min-width: 0;
  display: flex;
}

.bet-list .subGameList > li.sub-list > div,
.bet-list .subGameList > li.sub-list > span {
  padding: 0 5px;
}

.gamelists {
  width: 100%;
  border-radius: 5px;
}

.gamelists .empty {
  height: 45px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.gamelists .search {
  display: flex;
  margin: 5px 0;
}

.gamelists .search > input {
  padding: 5px;
  border: 1px solid #333;
  margin-left: auto;
  width: 200px;
}

.gamelists .search > button {
  padding: 5px 8px;
  background-color: #282828;
}

.gamelists .search > select {
  text-align: left;
  border: 1px solid #333;
  outline: none;
}

.gamelists .search > .cboxs {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.gamelists .search > .cboxs .cbox-wrap {
  display: flex;
  margin-right: 5px;
  white-space: nowrap;
}

.gamelists .pagination {
  margin-bottom: 30px;
}

.bet-list-wrap {
  margin-bottom: 5px;
}

.bet-list-wrap .bet-list {
  border: 1px solid #313135;
  background: #191919;
  padding: 1px 1px 1px 1px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3p;
}

.bet-list-wrap .bet-list-divider {
  background-image: linear-gradient(-45deg, #e3a312b0 25%, transparent 25%, transparent 50%, #e3a312b0 50%, #e3a312b0 75%, transparent 75%, transparent);
  background-size: 8px 8px;
  height: 5px;
}

.bet-list-wrap ul {
  background-color: #191919;
}

.overseas .gamelist,
.minigame .gamelist {
  margin-bottom: 3px;
}

.overseas .gamelist.is-waiting,
.minigame .gamelist.is-waiting {
  pointer-events: none;
  opacity: 0.4;
}

.overseas .gamelist .bet-active,
.minigame .gamelist .bet-active {
  background: #39551c !important;
  box-shadow: inset 0 0 10px 5px #20637b;
}

@media (hover: hover) and (pointer: fine) {
  .overseas .gamelist .bet:hover,
  .minigame .gamelist .bet:hover {
    background: #436421 !important;
    box-shadow: inset 0 0 10px 5px #24708b;
  }
}

.overseas .gamelist > .league,
.minigame .gamelist > .league {
  font-size: 16px;
  border-radius: 3px;
  background: #1d1e1f;
  height: 50px;
  position: relative;
  margin: 0;
  padding: 4px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.overseas .gamelist > .league img,
.minigame .gamelist > .league img {
  width: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 980px) {
  .overseas .gamelist > .league img,
  .minigame .gamelist > .league img {
    width: 14px;
  }
}

.overseas .gamelist > .league .leg_img,
.minigame .gamelist > .league .leg_img {
  width: 24px;
}

@media screen and (max-width: 980px) {
  .overseas .gamelist > .league .leg_img,
  .minigame .gamelist > .league .leg_img {
    width: 20px;
  }
}

.overseas .gamelist > .league .main-bet-name,
.minigame .gamelist > .league .main-bet-name {
  color: #f14545;
  padding-left: 7px;
}

@media screen and (max-width: 980px) {
  .overseas .gamelist .league,
  .minigame .gamelist .league {
    font-size: 1.15rem;
    white-space: nowrap;
  }
}

.overseas .gamelist > ul,
.minigame .gamelist > ul {
  margin: 0;
  padding: 0;
}

.overseas .gamelist > ul li,
.minigame .gamelist > ul li {
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
  border-right: 1px solid #000000;
  border-left: 1px solid #616161;
}

.overseas .gamelist > ul li:first-child,
.minigame .gamelist > ul li:first-child {
  border-left: none;
}

.overseas .gamelist > ul li:last-child,
.minigame .gamelist > ul li:last-child {
  border-right: none;
}

.overseas .gamelist > ul li.isbet,
.minigame .gamelist > ul li.isbet {
  border: 1px solid #0e7fab;
  background: #1e6784 !important;
  color: #ffffff;
}

.overseas .gamelist .fa-angle-double-right,
.minigame .gamelist .fa-angle-double-right {
  margin: 0 8px;
}

.overseas .gamelist .subtitle,
.minigame .gamelist .subtitle {
  text-align: center;
  width: 100%;
  line-height: 35px;
  font-size: 1.15rem;
  color: #ffffff;
  background: #191919;
  height: 35px;
  font-weight: bold;
}

.overseas .gamelist .subtitle i,
.minigame .gamelist .subtitle i {
  color: #ff6600;
  font-size: 14px;
  margin-right: 10px;
}

.overseas .gamelist .subGameLists,
.minigame .gamelist .subGameLists {
  width: 100%;
}

.overseas .gamelist .subGameList,
.minigame .gamelist .subGameList {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
  color: #fffffff2;
  flex-flow: row wrap;
  display: flex;
}

.overseas .gamelist .subGameList li,
.minigame .gamelist .subGameList li {
  box-sizing: border-box;
  border-right: 1px solid #000000;
  border-left: 1px solid #616161;
  background: linear-gradient(to bottom, #424243, #242525);
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 4px 6px -3px;
  align-items: center;
  flex-wrap: wrap;
}

.overseas .gamelist .subGameList li .fas,
.minigame .gamelist .subGameList li .fas {
  margin: 0px 5px 0px 5px;
  margin-top: auto;
}

.overseas .gamelist .subGameList li .fas.fa-h-square,
.minigame .gamelist .subGameList li .fas.fa-h-square {
  color: #fd8000;
}

.overseas .gamelist .subGameList li .fas.fa-caret-up,
.minigame .gamelist .subGameList li .fas.fa-caret-up {
  color: #f53c3c;
  font-size: 15px;
}

.overseas .gamelist .subGameList li .fas.fa-caret-down,
.minigame .gamelist .subGameList li .fas.fa-caret-down {
  font-size: 15px;
  color: #00adff;
}

.overseas .gamelist .subGameList li:first-child,
.minigame .gamelist .subGameList li:first-child {
  border-left: none;
}

.overseas .gamelist .subGameList li:last-child,
.minigame .gamelist .subGameList li:last-child {
  border-right: none;
}

.overseas .gamelist .subGameList .name,
.minigame .gamelist .subGameList .name {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.overseas .gamelist .subGameList .name .bet-point,
.minigame .gamelist .subGameList .name .bet-point {
  color: #fd8000;
}

.overseas .gamelist .time,
.minigame .gamelist .time {
  flex: 0.6;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.overseas .gamelist .etc,
.minigame .gamelist .etc {
  flex: 0.3;
  text-align: center;
  display: flex;
  padding: 0 2%;
  align-items: center;
  justify-content: center;
}

.overseas .gamelist .etc .count,
.minigame .gamelist .etc .count {
  background: linear-gradient(0deg, #1c1d1f, #6c6e6f);
  padding: 3px 14px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}

.overseas .gamelist .etc .count:hover,
.minigame .gamelist .etc .count:hover {
  background: linear-gradient(0deg, #ad7725, #d1b227);
  transition-duration: 0.3s;
}

@media screen and (max-width: 980px) {
  .overseas .gamelist li.time,
  .minigame .gamelist li.time {
    width: 100%;
    flex: auto;
    align-items: flex-start;
    padding-left: 10px;
    background: #262b28;
    height: 40px;
  }

  .overseas .gamelist li.etc,
  .minigame .gamelist li.etc {
    background: inherit;
    border: none;
    padding: 0;
    box-shadow: none;
  }
}

.minigame .gamelist .subtitle {
  display: none;
}

.fade-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.fade-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.fade-enter-to,
.fade-leave {
  max-height: 300px;
  overflow: hidden;
}

.fade-enter,
.fade-leave-to {
  overflow: hidden;
  max-height: 0;
}

.gamelists .cross > .divider {
  margin-top: 5px;
}

.gamelists .cross .bet-list {
  position: relative;
}

.gamelists .cross .bet-list .subGameList {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  height: 100%;
  flex-wrap: nowrap;
  border-top: 1px solid #373738;
  border-bottom: 1px solid #000;
}

.gamelists .cross .bet-list .subGameList li {
  background: #3a3a42;
  box-shadow: inset 0 0 30px 5px #3a3a42;
  border-radius: 3px;
  align-items: center;
  border: 1px solid transparent;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #333 !important;
}

.gamelists .cross .bet-list .subGameList .bet-name {
  color: #f18602;
}

.gamelists .cross .bet-list .subGameList .game_name {
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: initial;
  box-shadow: none;
  padding: 12px 1%;
}

.gamelists .cross .bet-list .subGameList .game_name span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .gamelists .cross .bet-list .subGameList .game_name {
    display: none;
  }
}

.gamelists .cross .bet-list .subGameList .bet .odds {
  color: #ffdf00;
}

.gamelists .cross .bet-list .subGameList .fas {
  margin: 0px 5px 0px 5px;
}

.gamelists .cross .bet-list .subGameList .fas.fa-h-square {
  color: #fd8000;
}

.gamelists .cross .bet-list .subGameList .fas.fa-caret-up {
  color: #f53c3c;
  font-size: 15px;
}

.gamelists .cross .bet-list .subGameList .fas.fa-caret-down {
  font-size: 15px;
  color: #00adff;
}

.gamelists .cross .bet-list .subGameList .home.bet-active {
  background: #00364c !important;
  border: 1px solid #00a3cb !important;
}

@media (hover: hover) and (pointer: fine) {
  .gamelists .cross .bet-list .subGameList .home:hover {
    background: #004866 !important;
    border: 1px solid #00b7e5 !important;
  }
}

.gamelists .cross .bet-list .subGameList .draw.bet.bet-active {
  background: #5c9e48 !important;
  border: 1px solid #85ffa5 !important;
}

@media (hover: hover) and (pointer: fine) {
  .gamelists .cross .bet-list .subGameList .draw.bet:hover {
    background: #66af50 !important;
    border: 1px solid #9fffb8 !important;
  }
}

.gamelists .cross .bet-list .subGameList .away.bet-active {
  background: #8f1616 !important;
  border: 1px solid #ff0037 !important;
}

@media (hover: hover) and (pointer: fine) {
  .gamelists .cross .bet-list .subGameList .away:hover {
    background: #a51919 !important;
    border: 1px solid #ff1a4b !important;
  }
}

.gamelists .cross .gamelist {
  background: #2d2e3582;
  box-shadow: #0008 0px -1px 2px 0px;
  border-radius: 5px;
}

.gamelists .cross .gamelist.is-waiting {
  pointer-events: none;
  opacity: 0.4;
}

.gamelists .cross .gamelist > .cross_league {
  font-size: 1.15rem;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #e3a312b0;
  height: 50px;
  position: relative;
  margin: 0;
  padding: 4px 15px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 2px 0px inset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #1d1e1f;
  justify-content: space-between;
  margin-top: 10px;
}

.gamelists .cross .gamelist > .cross_league .crossLeg_name {
  display: flex;
  align-items: center;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 8px;
}

.gamelists .cross .gamelist > .cross_league .time {
  white-space: nowrap;
  margin-left: auto;
  white-space: nowrap;
}

.gamelists .cross .gamelist > .cross_league img {
  width: 16px;
  margin-right: 5px;
}

.gamelists .cross .gamelist > .cross_league .leg_img {
  width: 24px;
}

.gamelists .cross .gamelist > .cross_league .main-bet-name {
  color: #f14545;
  padding-left: 7px;
}

@media screen and (max-width: 980px) {
  .gamelists .cross .gamelist > .cross_league img {
    width: 14px;
  }

  .gamelists .cross .gamelist > .cross_league .leg_img {
    width: 20px;
  }
}

@media screen and (max-width: 980px) {
  .gamelists .cross .gamelist .cross_league {
    height: auto;
    padding: 5px 15px;
  }
}

.gamelists .cross .gamelist > ul {
  margin: 0;
  border-top: 1px solid #373738;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.gamelists .cross .gamelist > ul li {
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
  border-right: 1px solid #000000 !important;
  border-left: 1px solid #333333 !important;
}

.gamelists .cross .gamelist > ul li:first-child {
  border-left: none;
}

.gamelists .cross .gamelist > ul li:last-child {
  border-right: none;
}

.gamelists .cross .gamelist > ul li.isbet {
  border: 1px solid #8ef865;
  background: #29601b !important;
  color: #ffffff;
}

.gamelists .cross .gamelist > ul:first-of-type {
  border-top: none;
  padding-top: 0px;
}

.gamelists .cross .gamelist > ul:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}

.gamelists .cross .gamelist .fa-angle-double-right {
  margin: 0 8px;
}

.bettinglists > div {
  margin-top: 20px;
  border: 1px solid #84601d;
  margin-bottom: 3px;
  background: #262629;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}

.bettinglists > div .game-header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(69, 50, 15, 0.6);
}

.bettinglists > div .game-header input {
  margin-right: 0px;
  margin-left: 4px;
}

.bettinglists > div .game-header .type-name {
  margin-left: auto;
}

.bettinglists > div .game-header .cancel-btn {
  box-sizing: border-box;
  transition-duration: 0.2s;
  background-color: #c53434;
  padding: 2px 10px;
}

.bettinglists > div .game-header > span {
  margin-left: 8px;
}

.bettinglists > div .game-header .is-cancel {
  margin-right: 8px;
  color: #ff6060;
}

.bettinglists > div .gamelist {
  border-right: 1px solid #000;
  border-left: 1px solid #333;
  margin: 0px;
}

.bettinglists > div .gamelist .bet-list {
  border-bottom: 1px solid #000;
}

.bettinglists > div .gamelist .subGameList {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  vertical-align: top;
  color: #fffffff2;
  flex-flow: row wrap;
  display: flex;
  position: relative;
}

.bettinglists > div .gamelist .subGameList > li {
  background: #3a3a42;
  box-shadow: inset 0 0 30px 5px #3a3a42;
  border-radius: 3px;
  align-items: center;
  border: 1px solid transparent;
  border-right: 1px solid #000;
  border-left: 1px solid #333;
  padding: 8px 1%;
}

.bettinglists > div .gamelist .subGameList > li.isbet {
  background: rgba(0, 113, 131, 0.75);
  border: 1px solid #cbb2008c;
  box-shadow: inset 0 0 30px 5px #35352da6;
}

.bettinglists > div .gamelist .subGameList > li.game_name {
  width: 13%;
  align-items: center;
  justify-content: center;
  background: #2e2e34;
  box-shadow: inset 0 0 30px 5px #2e2e34;
}

.bettinglists > div .gamelist .subGameList > li.result {
  width: 8%;
  align-items: center;
  justify-content: center;
  background: #2e2e34;
  box-shadow: inset 0 0 30px 5px #2e2e34;
}

.bettinglists > div .gamelist .subGameList > li.result.hit {
  color: #2272d4;
}

.bettinglists > div .gamelist .subGameList > li.result.nohit {
  color: #e64848;
}

.bettinglists > div .gamelist .subGameList > li.result.cancle {
  color: #d88d1e;
}

.bettinglists > div .gamelist .subGameList > li .odds {
  color: #ffdf00;
}

.bettinglists > div .gamelist .subGameList .name .bet-point {
  color: #fd8000;
}

.bettinglists > div .gamelist .subGameList .fas {
  margin: 0px 5px 0px 5px;
}

.bettinglists > div .gamelist .subGameList .fas.fa-h-square {
  color: #fd8000;
  margin-top: 1px;
}

.bettinglists > div .gamelist .subGameList .fas.fa-caret-up {
  color: #f53c3c;
  font-size: 15px;
  margin-top: auto;
}

.bettinglists > div .gamelist .subGameList .fas.fa-caret-down {
  font-size: 15px;
  color: #00adff;
  margin-top: auto;
}

@media screen and (max-width: 980px) {
  .bettinglists > div .gamelist .subGameList > li {
    padding: 1px 1%;
    box-sizing: border-box;
  }

  .bettinglists > div .gamelist .subGameList li.game_name {
    width: 100%;
    flex: auto;
    align-items: flex-start;
    padding-left: 10px;
    background: #262b28;
    height: 30px;
    min-height: 30px;
    padding: 0 10px;
    margin: 0;
    border-bottom: 1px solid #00000060;
  }

  .bettinglists > div .gamelist .subGameList li.result {
    background: inherit;
    border: none;
    padding: 0;
    margin-right: 10px;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    min-height: 30px;
    padding: 0;
    margin: auto 10px;
    width: auto;
  }
}

.bettinglists > div .gamelist .subGameList :last-child {
  border-right: none;
}

.bettinglists > div .gamelist .league {
  border-radius: 3px;
  background: #1d1e1f;
  padding: 10px 10px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 16px;
  border-top: 1px solid #57575775;
  border-bottom: 1px solid #2b2b2b;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bettinglists > div .gamelist .league > span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.bettinglists > div .gamelist .league > span:first-child {
  flex: 1;
}

.bettinglists > div .gamelist .league > span > span {
  display: flex;
  align-items: center;
}

.bettinglists > div .gamelist .league > span b {
  font-weight: normal;
  color: #c57a26;
  margin: 0px 5px;
  margin-left: auto;
}

.bettinglists > div .gamelist .league img {
  width: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 980px) {
  .bettinglists > div .gamelist .league img {
    width: 14px;
  }
}

.bettinglists > div .gamelist .league .leg_img {
  width: 24px;
}

@media screen and (max-width: 980px) {
  .bettinglists > div .gamelist .league .leg_img {
    width: 20px;
  }
}

.bettinglists > div .gamelist .league > .time {
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .bettinglists > div .gamelist .league {
    font-size: 12px;
    padding: 6px 8px;
  }
}

.bettinglists > div .game-total {
  margin-top: 1px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  border-top: 1px solid #8888882e;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #8d8d8d3b;
}

.bettinglists > div .game-total .total-result {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #000;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 1%;
}

.bettinglists > div .game-total .total-result .result_bonus {
  color: #ffdf04;
}

.bettinglists > div .game-total .total-result > span {
  white-space: nowrap;
}

@media screen and (max-width: 980px) {
  .bettinglists > div .game-total {
    font-size: 1rem;
  }

  .bettinglists > div .game-total .total-result {
    padding: 10px 1%;
  }
}

.bettinglists > div .game-total .status {
  width: 15%;
  min-width: 50px;
  text-align: center;
  border-left: 1px solid #9d9d9d5c;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.bettinglists > div .game-total .result {
  margin-right: 10px;
  color: #029eb3;
}

.bettinglists > div .game-total .result._odds {
  color: #ffdf00;
}

.bettinglists > div .game-total .wait {
  color: white;
}

.bettinglists > div .game-total .hit {
  background-color: #2272d488;
  color: white;
}

.bettinglists > div .game-total .nohit {
  background-color: #e6484888;
  color: white;
}

.bettinglists > div .game-total .cancle {
  background-color: #d88d1e88;
  color: white;
}

.list-menu {
  margin-bottom: 10px;
  display: flex;
}

.list-menu li {
  width: 20%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  outline: 0;
}

.list-menu li > a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  margin: 0px 3%;
  border-radius: 4px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  outline: 0;
  background: linear-gradient(to bottom, #4e4e4e, #272726);
  font-size: 14px;
  font-weight: bold;
}

@media (hover: hover) and (pointer: fine) {
  .list-menu li a:hover {
    color: #f1c401;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.list-menu li a.active {
  background: linear-gradient(to top, #1d2129, #0a5878);
}

@media screen and (max-width: 980px) {
  .list-menu li > a {
    font-size: 12px;
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 980px) {
  body .bet-list .name-wrap,
  body .bet-list .odds,
  body .bet-list .point {
    margin: 0 auto;
    flex: initial;
  }

  body .bet-list .draw {
    flex: 0.6;
  }

  body .bet-list .vs {
    flex: 0.6;
  }

  body .bet-list .subGameList li {
    flex-direction: column;
    justify-content: center;
    padding: 8px 1%;
  }

  body .bet-list .subGameList li .name {
    flex: initial;
  }

  body .bet-list .subGameList li .odds,
  body .bet-list .subGameList li .point {
    margin: 0px;
    margin-top: 3px;
  }

  body .gamelists .game-info .league {
    height: 100%;
    width: 100%;
    display: flex;
  }

  body .gamelists .game-info .league > span {
    width: 70%;
    flex-wrap: wrap;
    white-space: normal;
    align-items: center;
    display: flex;
  }

  body .mainGameList {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: auto !important;
    border-top: 0;
    vertical-align: top;
    box-shadow: none;
  }

  body .mainGameList li.etc {
    text-align: center;
    right: 0;
    height: 40px;
    position: absolute;
    top: 0;
    width: auto;
    border: none;
    padding: 0;
    margin-right: 10px;
  }

  body .bettinglists .etc {
    width: 12% !important;
    margin-right: 0px !important;
  }

  body .bettinglists > div {
    padding: 0px;
  }

  .subGameList.mobile-multi > li {
    text-align: center;
  }

  .subGameList.mobile-multi > li > span.name,
  .subGameList.mobile-multi > li > span.odds,
  .subGameList.mobile-multi > li > span.point {
    width: 100%;
    line-height: 17px;
    text-align: center;
    white-space: normal;
  }

  .subGameList li {
    padding: 10px 2%;
    min-height: 38px;
  }
}

html {
  font-size: 13px;
}

body {
  background: radial-gradient(farthest-side ellipse at 10% 0, #0f1010, #0f1010);
  color: #fff;
  margin: 0px;
  font-family: "NotoSansKR", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

a {
  color: #fff;
  text-decoration: none;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

i {
  font-size: 13px;
  margin-right: 3px;
  margin-left: 3px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

button {
  background-color: #444;
  border: transparent;
  color: #fff;
  outline: 0;
  cursor: pointer;
  padding: 0;
}

input,
select {
  text-align: right;
  background-color: #444;
  border: 1px solid #666;
  color: #fff;
  padding: 0 5px;
}

input:focus {
  outline-width: 0;
}

.blue {
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  z-index: 1;
  border: 1px solid #ff8800;
  background: #2d1f09;
  box-shadow: inset 0px 0px 10px 10px rgba(249, 201, 201, 0.15);
}

.blue:hover {
  background: #ffa600;
}

a.red,
a.blue {
  display: block;
}

.red {
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  z-index: 1;
  border: 1px solid #02b35a;
  background: #132922;
  box-shadow: inset 0px 0px 10px 10px rgba(0, 251, 255, 0.15);
}

.red:hover {
  background: #027549;
}

.blue-color {
  color: #007ae6;
}

.red-color {
  color: #f85353;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#app {
  min-width: 300px;
  position: relative;
  width: 100%;
  zoom: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
  margin-bottom: 8px;
  border-bottom: 0px solid #e3a312;
  background: #000;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
}

.navbar .navbar-brand-wrap {
  width: 250px;
  text-align: center;
  padding-left: 10px;
}

.navbar h1 {
  padding: 5px 0px 0px 0px;
  width: 280px;
  text-align: center;
  color: #ffffff;
  line-height: 100%;
  font-weight: 400;
  box-sizing: border-box;
  height: 64px;
}

/*
.navbar-brand {
    img{
        height: $navbar-height - 10px;
    }
}
*/

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}

.box-header-left {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 4px;
  line-height: 36px;
  padding: 0px 10px;
  position: relative;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  background: #3f404b;
}

.box-header-left span.menu-badge {
  font-size: 90%;
  text-align: center;
  height: 18px;
  line-height: 18px;
  width: 32px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.box-header-left a {
  color: #ffffff;
}

.box-header-left a .right {
  position: absolute;
  right: 10px;
}

.box-header-left a i,
.box-header-left a span {
  color: white;
}

.box-header-right {
  font-weight: bold;
  padding: 5px 0px 5px 5px;
}

.box-header {
  position: relative;
  border: 2px solid #3a3a42;
  line-height: 50px;
  background: #2e2e35;
  font-size: 18px;
  padding-left: 18px;
  margin-bottom: 8px;
}

.box-header i {
  margin-right: 5px;
  color: #7a7a7b;
  font-size: 20px;
}

@media screen and (max-width: 670px) {
  .box-header {
    font-size: 18px;
  }

  .box-header .fas.fa-list {
    font-size: 17px;
  }

  .box-header .fas.fa-sync-alt {
    font-size: 16px;
  }
}

.message_box {
  border: 1px solid #00c9ff;
  background: #3b53717d;
  border-radius: 5px;
  font-weight: bold;
  line-height: 23px;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  margin-bottom: 10px;
  padding: 20px;
  box-sizing: border-box;
}

.message_box .message-strog {
  color: #00a2ff;
}

.message_box strong {
  color: aqua;
}

.box-main-content {
  position: relative;
  border: 1px solid #84601d;
  background: #262629;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  padding: 1px;
  margin-bottom: 10px;
}

.box-main-content .p1 {
  color: #eb4f5a;
}

.box-main-content .p2 {
  color: #4edbcc;
}

.box-main-content ul {
  margin: 10px 0px;
  display: inline-block;
  width: 100%;
}

.box-main-content li:nth-child(2n-1) {
  width: 25%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.box-main-content li:nth-child(2n) {
  width: 75%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 10px;
}

.box-main-content li {
  float: left;
  box-sizing: border-box;
}

.box-main-content li .account-check {
  transition-duration: 0.2s;
  width: 120px;
  height: 26px;
  line-height: 26px;
  border: 0;
}

.box-main-content li .input-cash {
  text-align: left;
  height: 24px;
  border: 1px solid #0b4758;
  background: #000;
}

.box-main-content li .input-pw {
  text-align: left;
  height: 24px;
  border: 1px solid #0b4758;
  background: #000;
}

.box-main-content li .cash-clear {
  transition-duration: 0.2s;
  width: 80px;
  height: 26px;
  line-height: 26px;
  border: 0;
  margin-left: 5px;
  padding: 0;
}

.box-main-content li .cash-plus {
  transition-duration: 0.2s;
  width: 70px;
  height: 26px;
  line-height: 26px;
  border: 0;
  margin: 5px;
  margin-left: 0px;
  padding: 0;
}

.box-main-content2 {
  position: relative;
  border: 1px solid #84601d;
  background: #262629;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  margin-bottom: 10px;
  padding: 11px 1px;
}

.box-main-content2 > div {
  display: flex;
  padding: 10px;
  align-items: center;
}

.box-main-content2 > div > span:first-child {
  flex: 0.25;
  text-align: center;
}

.box-main-content2 > div > span:nth-child(2) {
  flex: 0.75;
}

.box-main-content2 > div .account-check {
  transition-duration: 0.2s;
  width: 120px;
  height: 26px;
  line-height: 26px;
  border: 0;
}

.box-main-content2 > div .input-cash {
  text-align: left;
  height: 24px;
  border: 1px solid #0b4758;
  background: #000;
}

.box-main-content2 > div .input-pw {
  text-align: left;
  height: 24px;
  border: 1px solid #0b4758;
  background: #000;
}

.box-main-content2 > div .cash-clear {
  transition-duration: 0.2s;
  width: 80px;
  height: 26px;
  line-height: 26px;
  border: 0;
  margin-left: 5px;
  padding: 0;
}

.box-main-content2 > div .cash-plus {
  transition-duration: 0.2s;
  width: 70px;
  height: 26px;
  line-height: 26px;
  border: 0;
  margin: 5px;
  margin-left: 0px;
  padding: 0;
}

.box-main-content2 > div .blue,
.box-main-content2 > div .red {
  margin-bottom: 0;
}

.box-main-content2 > div .radio-wrap {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 0;
}

.box-main-content2 > div .radio-wrap .checkmark {
  position: relative;
  margin-right: 5px;
}

.box-main-content2 > div .max-bonus {
  color: #f55;
  margin-left: 5px;
}

.box-main-content2 > div .rolling {
  line-height: 22px;
}

.box-main-content2 > div .rolling .yellow {
  color: #f7de1c;
}

.box-main-content2 > div .rolling .green {
  color: #f55;
  background-color: transparent;
}

.form-group input {
  width: 100%;
  border: 1px solid #59b341;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  text-align: center;
  height: 34px;
  border-radius: 4px;
  margin-bottom: 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
  font-size: 14px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
}

.form-group i {
  border-bottom: 1px solid #313131;
  padding: 0 12px;
  margin: 0px;
  height: 27px;
  line-height: 27px;
  float: left;
}

.form-submit {
  width: 100%;
}

.form-submit .btn-submit {
  z-index: 1;
  background: linear-gradient(to top, #187d00, #3eb123);
  height: 40px;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  padding: 4px 25px;
  margin-bottom: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.btn_list_log {
  height: 68px;
  width: 100%;
  margin-left: 2px;
}

.btn_list_log div {
  width: 32%;
  text-align: center;
  height: 30px;
  border: 1px solid #1e1f31;
  background: #464950;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  float: left;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  transition: 200ms all;
}

.btn_list_log div > a {
  display: block;
}

.btn_list_log div:hover {
  background: #28728e;
}

.btn_list {
  margin: 0px 0px 5px -5px;
  height: 68px;
}

.btn_list button {
  width: 80px;
  height: 30px;
  border: 1px solid #59b341;
  background: #23221d;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
  float: left;
  margin-left: 5px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  transition: 200ms all;
}

.btn_list button span {
  border: 1px solid #33ff02;
  background: #000000;
  text-align: center;
  display: inline-block;
  line-height: 18px;
  vertical-align: top;
  width: 30px;
  height: 20px;
  border-radius: 2px;
  margin: 2px 0px 0px 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}

.left-sidebar {
  width: 220px;
  float: left;
  /*background: $layer-back;*/
  padding: 4px;
  /*box-shadow: $layer1-box-shadow;*/
  border-radius: 5px;
}

.right-sidebar {
  position: fixed;
  width: 260px;
  top: 68px;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-align: left;
  overflow-y: auto;
}

.right-sidebar.sticky {
  top: 0px;
}

.right-sidebar .cart-box {
  box-shadow: #52525d 1px 1px 4px -2px inset;
  border-radius: 5px;
  background: #222227;
  padding: 6px 5px;
}

.right-sidebar .login-box {
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 5px;
  margin-bottom: 13px;
  background: #222227;
  box-shadow: #52525d 1px 1px 4px -2px inset;
  border-radius: 5px;
}

.content-wrap {
  margin: 0 260px 0 230px;
}

.content-wrap .content {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  .content-wrap {
    margin: 0;
  }
}

.center-btn-wrap {
  margin: 25px auto;
  text-align: center;
}

.center-btn-wrap button {
  height: 30px;
  width: 110px;
  line-height: 30px;
  margin: 0 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24), 0 2px 12px 0 rgba(0, 0, 0, 0.19);
  transition-duration: 0.2s;
  border-radius: 4px;
}

.left-btn-wrap {
  margin: 25px auto;
  float: left;
}

.left-btn-wrap button {
  height: 30px;
  padding: 0 5px;
  width: 90px;
  line-height: 30px;
  margin: 0 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  transition: 200ms all;
  border-radius: 5px;
  border: none;
  color: white;
}

.right-btn-wrap {
  margin-top: 10px;
  margin: 25px auto;
  float: right;
}

.right-btn-wrap button {
  height: 30px;
  padding: 0 5px;
  width: 90px;
  line-height: 30px;
  margin: 0 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  transition: 200ms all;
  border-radius: 5px;
  border: none;
  color: white;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #111;
}

::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 5px;
}

textarea::-webkit-scrollbar {
  width: 10px;
  background-color: #111;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 3px;
}

textarea::-webkit-scrollbar-track {
  background-color: #333;
  border-radius: 5px;
}

.loading-wrap {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.loading-wrap .loading {
  position: fixed;
  width: 6rem;
  height: 6rem;
  top: 50%;
  left: 50%;
  margin-left: -3rem;
  margin-top: -3rem;
  border: 4px solid transparent;
  border-top-color: rgba(214, 86, 1, 0.8);
  border-bottom-color: rgba(214, 86, 1, 0.8);
  border-radius: 50%;
  -webkit-animation: rotation 0.8s ease infinite;
          animation: rotation 0.8s ease infinite;
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.clearfix::after,
#app::after {
  display: block;
  content: "";
  clear: both;
}

#footer {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  display: table;
  background: rgba(0, 0, 0, 0.15);
  min-height: 50px;
  text-align: center;
}

#footer > p {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 30px;
  color: #b3b3b3;
  line-height: 20px;
}

#footer > p > b {
  color: #f1c401;
}

#footer > p:nth-child(2) {
  padding-top: 0px;
}

@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.ttf?be6ede7413f4cbb58ee9fa4e08514b69) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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;
}

.icon-arrowl:before {
  content: "\e900";
}

.icon-arrowr:before {
  content: "\e901";
}

.icon-clean:before {
  content: "\e902";
}

.icon-cross:before {
  content: "\e903";
}

.icon-user:before {
  content: "\e904";
}

.icon-mypage:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e906";
}

.icon-mobile:before {
  content: "\e907";
}

.icon-pc1:before {
  content: "\e908";
}

.icon-mobile1:before {
  content: "\e909";
}

.icon-computer:before {
  content: "\e90a";
}

.icon-heart:before {
  content: "\e90b";
}

.icon-heart-o:before {
  content: "\e90c";
}

.icon-arup:before {
  content: "\e90d";
}

.icon-ardown:before {
  content: "\e90e";
}

.icon-letter-p:before {
  content: "\e90f";
}

.icon-letter-c:before {
  content: "\e910";
}

.icon-moneykorea:before {
  content: "\e911";
}

.icon-money2:before {
  content: "\e912";
}

.icon-refresh:before {
  content: "\e913";
}

.icon-safe:before {
  content: "\e914";
}

.icon-arup01:before {
  content: "\e915";
}

.icon-ardown01:before {
  content: "\e916";
}

.icon-all:before {
  content: "\e917";
}

.icon-allnew:before {
  content: "\e918";
}

.icon-menu1:before {
  content: "\e919";
}

.icon-nav2:before {
  content: "\e91a";
}

.icon-play:before {
  content: "\e91b";
}

.icon-menu31:before {
  content: "\e91c";
}

.icon-menu32:before {
  content: "\e91d";
}

.icon-star1:before {
  content: "\e91e";
}

.icon-star-o:before {
  content: "\e91f";
}

.icon-calendar:before {
  content: "\e920";
}

.icon-sand:before {
  content: "\e921";
}

.icon-trash:before {
  content: "\e922";
}

.icon-maildelete:before {
  content: "\e923";
}

.icon-lockb:before {
  content: "\e924";
}

.icon-logob:before {
  content: "\e925";
}

.icon-dice:before {
  content: "\e926";
}

.icon-dice11:before {
  content: "\e927";
}

.icon-poker:before {
  content: "\e928";
}

.icon-slote1:before {
  content: "\e929";
}

.icon-slote11:before {
  content: "\e92a";
}

.icon-game:before {
  content: "\e92b";
}

.icon-vr:before {
  content: "\e92c";
}

.icon-vr1:before {
  content: "\e92d";
}

.icon-wheel1:before {
  content: "\e92e";
}

.icon-shop:before {
  content: "\e92f";
}

.icon-event:before {
  content: "\e930";
}

.icon-message:before {
  content: "\e931";
}

.icon-time:before {
  content: "\e932";
}

.icon-ring:before {
  content: "\e933";
}

.icon-bell:before {
  content: "\e934";
}

.icon-alarm1:before {
  content: "\e935";
}

.icon-bullhorn:before {
  content: "\e936";
}

.icon-headphones:before {
  content: "\e937";
}

.icon-mic:before {
  content: "\e938";
}

.icon-camera:before {
  content: "\e939";
}

.icon-policy:before {
  content: "\e93a";
}

.icon-coin:before {
  content: "\e93b";
}

.icon-deposit:before {
  content: "\e93c";
}

.icon-withdraw:before {
  content: "\e93d";
}

.icon-give-cash:before {
  content: "\e93e";
}

.icon-vip1:before {
  content: "\e93f";
}

.icon-appdownload:before {
  content: "\e940";
}

.icon-cell:before {
  content: "\e941";
}

.icon-download:before {
  content: "\e942";
}

.icon-friend:before {
  content: "\e943";
}

.icon-vip:before {
  content: "\e944";
}

.icon-copy:before {
  content: "\e945";
}

.icon-maillist01:before {
  content: "\e946";
}

.icon-reg:before {
  content: "\e947";
}

.icon-maillist:before {
  content: "\e948";
}

.icon-betrule:before {
  content: "\e949";
}

.icon-faq:before {
  content: "\e94a";
}

.icon-edit:before {
  content: "\e94b";
}

.icon-mailcheck:before {
  content: "\e94c";
}

.icon-link:before {
  content: "\e94d";
}

.icon-sphere:before {
  content: "\e94e";
}

.icon-earth:before {
  content: "\e94f";
}

.icon-telegram:before {
  content: "\e950";
}

.icon-kakao1:before {
  content: "\e951";
}

.icon-kakao:before {
  content: "\e952";
}

.icon-service01:before {
  content: "\e953";
}

.icon-service:before {
  content: "\e954";
}

.icon-app:before {
  content: "\e955";
}

.icon-cooperation:before {
  content: "\e956";
}

.icon-mail01a:before {
  content: "\e957";
}

.icon-mail01:before {
  content: "\e958";
}

.icon-inbox:before {
  content: "\e959";
}

.icon-mail02a:before {
  content: "\e95a";
}

.icon-subscript:before {
  content: "\e95b";
}

.icon-lock:before {
  content: "\e95c";
}

.icon-lock1:before {
  content: "\e95d";
}

.icon-pw01:before {
  content: "\e95e";
}

.icon-pw02:before {
  content: "\e95f";
}

.icon-pw03:before {
  content: "\e960";
}

.icon-account:before {
  content: "\e961";
}

.icon-login:before {
  content: "\e962";
}

.icon-card:before {
  content: "\e963";
}

.icon-bank1:before {
  content: "\e964";
}

.icon-load:before {
  content: "\e965";
}

.icon-switch:before {
  content: "\e966";
}

.icon-switch-off:before {
  content: "\e967";
}

.icon-logout:before {
  content: "\e968";
}

.icon-no:before {
  content: "\e969";
}

.icon-search:before {
  content: "\e96a";
}

.icon-information:before {
  content: "\e96b";
}

.icon-money:before {
  content: "\e96c";
}

.icon-check-point:before {
  content: "\e96d";
}

.icon-check1:before {
  content: "\e96e";
}

.icon-more:before {
  content: "\e96f";
}

.icon-return:before {
  content: "\e970";
}

.icon-arrow02:before {
  content: "\e971";
}

.icon-pc:before {
  content: "\e972";
}

.icon-verifi:before {
  content: "\e973";
}

.icon-poker02:before {
  content: "\e974";
}

.icon-poker03:before {
  content: "\e975";
}

.icon-poker04:before {
  content: "\e976";
}

.icon-spades:before {
  content: "\e977";
}

.icon-menu:before {
  content: "\e978";
}

.icon-aarowup:before {
  content: "\e979";
}

.icon-aarowdown:before {
  content: "\e97a";
}

.icon-network:before {
  content: "\e97b";
}

.icon-warning:before {
  content: "\e97c";
}

.icon-set:before {
  content: "\e97d";
}

.icon-idn01:before {
  content: "\e97e";
}

.icon-ball04:before {
  content: "\e97f";
}

.icon-ball03:before {
  content: "\e980";
}

.icon-ball02:before {
  content: "\e981";
}

.icon-sport:before {
  content: "\e982";
}

.icon-livea:before {
  content: "\e983";
}

.icon-liveb:before {
  content: "\e984";
}

.icon-rank:before {
  content: "\e985";
}

.icon-qm01:before {
  content: "\e986";
}

.icon-info02:before {
  content: "\e987";
}

.icon-man:before {
  content: "\e988";
}

.icon-money1:before {
  content: "\e989";
}

.icon-exclamation:before {
  content: "\e98a";
}

.icon-signbonus:before {
  content: "\e98b";
}

.icon-bank-s:before {
  content: "\e98c";
}

.icon-wheel:before {
  content: "\e98d";
}

.icon-memberask:before {
  content: "\e98e";
}

.icon-kalamba:before {
  content: "\e98f";
}

.icon-balance:before {
  content: "\e990";
}

.icon-betlist:before {
  content: "\e991";
}

.icon-birth:before {
  content: "\e992";
}

.icon-calendar1:before {
  content: "\e993";
}

.icon-calender-check:before {
  content: "\e994";
}

.icon-carrier1:before {
  content: "\e995";
}

.icon-check2:before {
  content: "\e996";
}

.icon-circlecheck:before {
  content: "\e997";
}

.icon-close:before {
  content: "\e998";
}

.icon-failed:before {
  content: "\e999";
}

.icon-detail:before {
  content: "\e99a";
}

.icon-search-circle:before {
  content: "\e99b";
}

.icon-maintain:before {
  content: "\e99c";
}

.icon-play1:before {
  content: "\e99d";
}

.icon-alarm:before {
  content: "\e99e";
}

.icon-select-game:before {
  content: "\e99f";
}

.icon-plus1:before {
  content: "\e9a0";
}

.icon-minus1:before {
  content: "\e9a1";
}

.icon-add-square:before {
  content: "\e9a2";
}

.icon-minus-square:before {
  content: "\e9a3";
}

.icon-plus2:before {
  content: "\e9a4";
}

.icon-minus2:before {
  content: "\e9a5";
}

.icon-x02:before {
  content: "\e9a6";
}

.icon-delet:before {
  content: "\e9a7";
}

.icon-up-arrow:before {
  content: "\e9a8";
}

.icon-down-arrow:before {
  content: "\e9a9";
}

.icon-prev-arrow:before {
  content: "\e9aa";
}

.icon-next-arrow:before {
  content: "\e9ab";
}

.icon-first-arrow:before {
  content: "\e9ac";
}

.icon-last-arrow:before {
  content: "\e9ad";
}

.icon-gender:before {
  content: "\e9ae";
}

.icon-dbonus1:before {
  content: "\e9af";
}

.icon-point:before {
  content: "\e9b0";
}

.icon-information1:before {
  content: "\e9b1";
}

.icon-qrcode:before {
  content: "\e9b2";
}

.icon-read-more:before {
  content: "\e9b3";
}

.icon-recommend:before {
  content: "\e9b4";
}

.icon-good:before {
  content: "\e9b5";
}

.icon-vip2:before {
  content: "\e9b6";
}

.icon-live-basketball:before {
  content: "\e9b7";
}

.icon-ground03:before {
  content: "\e9b8";
}

.icon-live-default:before {
  content: "\e9b9";
}

.icon-ground04:before {
  content: "\e9ba";
}

.icon-live-tennis:before {
  content: "\e9bb";
}

.icon-ground01:before {
  content: "\e9bc";
}

.icon-live1:before {
  content: "\e9bd";
}

.icon-ground02:before {
  content: "\e9be";
}

.icon-spinner-of-dots:before {
  content: "\e9bf";
}

.icon-calculator:before {
  content: "\e9c0";
}

.icon-vr2:before {
  content: "\e9c1";
}

.icon-rank1:before {
  content: "\e9c2";
}

.icon-tg:before {
  content: "\e9c3";
}

.icon-couponbox-point:before {
  content: "\e9c4";
}

.icon-couponbox:before {
  content: "\e9c5";
}

.icon-home:before {
  content: "\e9c6";
}

.icon-home1:before {
  content: "\e9c7";
}

.icon-home2:before {
  content: "\e9c8";
}

.icon-home3:before {
  content: "\e9c9";
}

.icon-office:before {
  content: "\e9ca";
}

.icon-newspaper:before {
  content: "\e9cb";
}

.icon-pencil:before {
  content: "\e9cc";
}

.icon-pencil2:before {
  content: "\e9cd";
}

.icon-quill:before {
  content: "\e9ce";
}

.icon-pen:before {
  content: "\e9cf";
}

.icon-blog:before {
  content: "\e9d0";
}

.icon-eyedropper:before {
  content: "\e9d1";
}

.icon-droplet:before {
  content: "\e9d2";
}

.icon-image:before {
  content: "\e9d3";
}

.icon-images:before {
  content: "\e9d4";
}

.icon-music:before {
  content: "\e9d5";
}

.icon-play2:before {
  content: "\e9d6";
}

.icon-film:before {
  content: "\e9d7";
}

.icon-video-camera:before {
  content: "\e9d8";
}

.icon-dice1:before {
  content: "\e9d9";
}

.icon-pacman:before {
  content: "\e9da";
}

.icon-connection:before {
  content: "\e9db";
}

.icon-podcast:before {
  content: "\e9dc";
}

.icon-feed:before {
  content: "\e9dd";
}

.icon-carrier:before {
  content: "\e9de";
}

.icon-book:before {
  content: "\e9df";
}

.icon-books:before {
  content: "\e9e0";
}

.icon-bank:before {
  content: "\e9e1";
}

.icon-library:before {
  content: "\e9e2";
}

.icon-file-text:before {
  content: "\e9e3";
}

.icon-profile:before {
  content: "\e9e4";
}

.icon-file-empty:before {
  content: "\e9e5";
}

.icon-files-empty:before {
  content: "\e9e6";
}

.icon-file-text2:before {
  content: "\e9e7";
}

.icon-file-picture:before {
  content: "\e9e8";
}

.icon-file-music:before {
  content: "\e9e9";
}

.icon-file-play:before {
  content: "\e9ea";
}

.icon-file-video:before {
  content: "\e9eb";
}

.icon-file-zip:before {
  content: "\e9ec";
}

.icon-file-pdf:before {
  content: "\e9ed";
}

.icon-file-openoffice:before {
  content: "\e9ee";
}

.icon-file-word:before {
  content: "\e9ef";
}

.icon-file-excel:before {
  content: "\e9f0";
}

.icon-libreoffice:before {
  content: "\e9f1";
}

.icon-copy1:before {
  content: "\e9f2";
}

.icon-paste:before {
  content: "\e9f3";
}

.icon-stack:before {
  content: "\e9f4";
}

.icon-folder:before {
  content: "\e9f5";
}

.icon-folder-open:before {
  content: "\e9f6";
}

.icon-folder-plus:before {
  content: "\e9f7";
}

.icon-folder-minus:before {
  content: "\e9f8";
}

.icon-folder-download:before {
  content: "\e9f9";
}

.icon-folder-upload:before {
  content: "\e9fa";
}

.icon-price-tag:before {
  content: "\e9fb";
}

.icon-price-tags:before {
  content: "\e9fc";
}

.icon-barcode:before {
  content: "\e9fd";
}

.icon-qrcode1:before {
  content: "\e9fe";
}

.icon-ticket:before {
  content: "\e9ff";
}

.icon-cart:before {
  content: "\ea00";
}

.icon-credit-card:before {
  content: "\ea01";
}

.icon-calculator1:before {
  content: "\ea02";
}

.icon-phone1:before {
  content: "\ea03";
}

.icon-phone-hang-up:before {
  content: "\ea04";
}

.icon-address-book:before {
  content: "\ea05";
}

.icon-envelop:before {
  content: "\ea06";
}

.icon-pushpin:before {
  content: "\ea07";
}

.icon-location:before {
  content: "\ea08";
}

.icon-location2:before {
  content: "\ea09";
}

.icon-compass:before {
  content: "\ea0a";
}

.icon-compass2:before {
  content: "\ea0b";
}

.icon-map:before {
  content: "\ea0c";
}

.icon-map2:before {
  content: "\ea0d";
}

.icon-history:before {
  content: "\ea0e";
}

.icon-clock:before {
  content: "\ea0f";
}

.icon-clock2:before {
  content: "\ea10";
}

.icon-calendar11:before {
  content: "\ea11";
}

.icon-printer:before {
  content: "\ea12";
}

.icon-keyboard:before {
  content: "\ea13";
}

.icon-display:before {
  content: "\ea14";
}

.icon-laptop:before {
  content: "\ea15";
}

.icon-mobile2:before {
  content: "\ea16";
}

.icon-mobile21:before {
  content: "\ea17";
}

.icon-tablet:before {
  content: "\ea18";
}

.icon-tv:before {
  content: "\ea19";
}

.icon-drawer:before {
  content: "\ea1a";
}

.icon-drawer2:before {
  content: "\ea1b";
}

.icon-box-add:before {
  content: "\ea1c";
}

.icon-box-remove:before {
  content: "\ea1d";
}

.icon-download1:before {
  content: "\ea1e";
}

.icon-upload:before {
  content: "\ea1f";
}

.icon-floppy-disk:before {
  content: "\ea20";
}

.icon-drive:before {
  content: "\ea21";
}

.icon-database:before {
  content: "\ea22";
}

.icon-undo:before {
  content: "\ea23";
}

.icon-redo:before {
  content: "\ea24";
}

.icon-undo2:before {
  content: "\ea25";
}

.icon-redo2:before {
  content: "\ea26";
}

.icon-forward:before {
  content: "\ea27";
}

.icon-reply:before {
  content: "\ea28";
}

.icon-bubble:before {
  content: "\ea29";
}

.icon-bubbles:before {
  content: "\ea2a";
}

.icon-bubbles2:before {
  content: "\ea2b";
}

.icon-bubble2:before {
  content: "\ea2c";
}

.icon-bubbles3:before {
  content: "\ea2d";
}

.icon-bubbles4:before {
  content: "\ea2e";
}

.icon-user1:before {
  content: "\ea2f";
}

.icon-users:before {
  content: "\ea30";
}

.icon-user-plus1:before {
  content: "\ea31";
}

.icon-user-minus:before {
  content: "\ea32";
}

.icon-user-check:before {
  content: "\ea33";
}

.icon-user-tie:before {
  content: "\ea34";
}

.icon-spinner:before {
  content: "\ea35";
}

.icon-spinner2:before {
  content: "\ea36";
}

.icon-spinner3:before {
  content: "\ea37";
}

.icon-spinner4:before {
  content: "\ea38";
}

.icon-spinner5:before {
  content: "\ea39";
}

.icon-spinner6:before {
  content: "\ea3a";
}

.icon-spinner7:before {
  content: "\ea3b";
}

.icon-spinner8:before {
  content: "\ea3c";
}

.icon-spinner9:before {
  content: "\ea3d";
}

.icon-spinner10:before {
  content: "\ea3e";
}

.icon-spinner11:before {
  content: "\ea3f";
}

.icon-binoculars:before {
  content: "\ea40";
}

.icon-search1:before {
  content: "\ea41";
}

.icon-zoom-in:before {
  content: "\ea42";
}

.icon-zoom-out:before {
  content: "\ea43";
}

.icon-enlarge:before {
  content: "\ea44";
}

.icon-shrink:before {
  content: "\ea45";
}

.icon-enlarge2:before {
  content: "\ea46";
}

.icon-shrink2:before {
  content: "\ea47";
}

.icon-key:before {
  content: "\ea48";
}

.icon-key2:before {
  content: "\ea49";
}

.icon-lock2:before {
  content: "\ea4a";
}

.icon-unlocked:before {
  content: "\ea4b";
}

.icon-wrench:before {
  content: "\ea4c";
}

.icon-equalizer:before {
  content: "\ea4d";
}

.icon-equalizer2:before {
  content: "\ea4e";
}

.icon-cog:before {
  content: "\ea4f";
}

.icon-cogs:before {
  content: "\ea50";
}

.icon-hammer:before {
  content: "\ea51";
}

.icon-magic-wand:before {
  content: "\ea52";
}

.icon-aid-kit:before {
  content: "\ea53";
}

.icon-bug:before {
  content: "\ea54";
}

.icon-pie-chart:before {
  content: "\ea55";
}

.icon-stats-dots:before {
  content: "\ea56";
}

.icon-stats-bars:before {
  content: "\ea57";
}

.icon-stats-bars2:before {
  content: "\ea58";
}

.icon-gift1:before {
  content: "\ea59";
}

.icon-glass:before {
  content: "\ea5a";
}

.icon-glass2:before {
  content: "\ea5b";
}

.icon-mug:before {
  content: "\ea5c";
}

.icon-spoon-knife:before {
  content: "\ea5d";
}

.icon-leaf:before {
  content: "\ea5e";
}

.icon-meter:before {
  content: "\ea5f";
}

.icon-meter2:before {
  content: "\ea60";
}

.icon-hammer2:before {
  content: "\ea61";
}

.icon-fire:before {
  content: "\ea62";
}

.icon-lab:before {
  content: "\ea63";
}

.icon-magnet:before {
  content: "\ea64";
}

.icon-bin:before {
  content: "\ea65";
}

.icon-bin2:before {
  content: "\ea66";
}

.icon-briefcase:before {
  content: "\ea67";
}

.icon-airplane:before {
  content: "\ea68";
}

.icon-truck:before {
  content: "\ea69";
}

.icon-road:before {
  content: "\ea6a";
}

.icon-accessibility:before {
  content: "\ea6b";
}

.icon-target:before {
  content: "\ea6c";
}

.icon-shield:before {
  content: "\ea6d";
}

.icon-power:before {
  content: "\ea6e";
}

.icon-power-cord:before {
  content: "\ea6f";
}

.icon-clipboard:before {
  content: "\ea70";
}

.icon-list-numbered:before {
  content: "\ea71";
}

.icon-list:before {
  content: "\ea72";
}

.icon-list2:before {
  content: "\ea73";
}

.icon-tree:before {
  content: "\ea74";
}

.icon-menu2:before {
  content: "\ea75";
}

.icon-menu21:before {
  content: "\ea76";
}

.icon-menu3:before {
  content: "\ea77";
}

.icon-menu4:before {
  content: "\ea78";
}

.icon-cloud:before {
  content: "\ea79";
}

.icon-cloud-download:before {
  content: "\ea7a";
}

.icon-cloud-upload:before {
  content: "\ea7b";
}

.icon-cloud-check:before {
  content: "\ea7c";
}

.icon-download2:before {
  content: "\ea7d";
}

.icon-upload2:before {
  content: "\ea7e";
}

.icon-download3:before {
  content: "\ea7f";
}

.icon-upload3:before {
  content: "\ea80";
}

.icon-link1:before {
  content: "\ea81";
}

.icon-flag:before {
  content: "\ea82";
}

.icon-attachment:before {
  content: "\ea83";
}

.icon-eye:before {
  content: "\ea84";
}

.icon-eye-plus:before {
  content: "\ea85";
}

.icon-eye-minus:before {
  content: "\ea86";
}

.icon-eye-blocked:before {
  content: "\ea87";
}

.icon-bookmark:before {
  content: "\ea88";
}

.icon-bookmarks:before {
  content: "\ea89";
}

.icon-sun:before {
  content: "\ea8a";
}

.icon-contrast:before {
  content: "\ea8b";
}

.icon-brightness-contrast:before {
  content: "\ea8c";
}

.icon-star-empty:before {
  content: "\ea8d";
}

.icon-star-half:before {
  content: "\ea8e";
}

.icon-star-full:before {
  content: "\ea8f";
}

.icon-heart1:before {
  content: "\ea90";
}

.icon-heart-broken:before {
  content: "\ea91";
}

.icon-happy:before {
  content: "\ea92";
}

.icon-happy2:before {
  content: "\ea93";
}

.icon-smile:before {
  content: "\ea94";
}

.icon-smile2:before {
  content: "\ea95";
}

.icon-sad:before {
  content: "\ea96";
}

.icon-sad2:before {
  content: "\ea97";
}

.icon-point-up:before {
  content: "\ea98";
}

.icon-point-right:before {
  content: "\ea99";
}

.icon-point-down:before {
  content: "\ea9a";
}

.icon-point-left:before {
  content: "\ea9b";
}

.icon-plus:before {
  content: "\ea9c";
}

.icon-minus:before {
  content: "\ea9d";
}

.icon-cross1:before {
  content: "\ea9e";
}

.icon-checkmark:before {
  content: "\ea9f";
}

.icon-checkmark2:before {
  content: "\eaa0";
}

.icon-spell-check:before {
  content: "\eaa1";
}

.icon-enter:before {
  content: "\eaa2";
}

.icon-exit:before {
  content: "\eaa3";
}

.icon-play21:before {
  content: "\eaa4";
}

.icon-pause1:before {
  content: "\eaa5";
}

.icon-stop:before {
  content: "\eaa6";
}

.icon-previous:before {
  content: "\eaa7";
}

.icon-next:before {
  content: "\eaa8";
}

.icon-backward:before {
  content: "\eaa9";
}

.icon-forward2:before {
  content: "\eaaa";
}

.icon-play3:before {
  content: "\eaab";
}

.icon-pause2:before {
  content: "\eaac";
}

.icon-stop2:before {
  content: "\eaad";
}

.icon-backward2:before {
  content: "\eaae";
}

.icon-forward3:before {
  content: "\eaaf";
}

.icon-first:before {
  content: "\eab0";
}

.icon-last:before {
  content: "\eab1";
}

.icon-previous2:before {
  content: "\eab2";
}

.icon-next2:before {
  content: "\eab3";
}

.icon-eject:before {
  content: "\eab4";
}

.icon-volume-high:before {
  content: "\eab5";
}

.icon-volume-medium:before {
  content: "\eab6";
}

.icon-volume-low:before {
  content: "\eab7";
}

.icon-volume-mute:before {
  content: "\eab8";
}

.icon-volume-mute2:before {
  content: "\eab9";
}

.icon-volume-increase:before {
  content: "\eaba";
}

.icon-volume-decrease:before {
  content: "\eabb";
}

.icon-loop:before {
  content: "\eabc";
}

.icon-loop2:before {
  content: "\eabd";
}

.icon-infinite:before {
  content: "\eabe";
}

.icon-shuffle:before {
  content: "\eabf";
}

.icon-arrow-up-left:before {
  content: "\eac0";
}

.icon-arrow-up:before {
  content: "\eac1";
}

.icon-arrow-up-right:before {
  content: "\eac2";
}

.icon-arrow-right1:before {
  content: "\eac3";
}

.icon-arrow-down-right:before {
  content: "\eac4";
}

.icon-arrow-down:before {
  content: "\eac5";
}

.icon-arrow-down-left:before {
  content: "\eac6";
}

.icon-arrow-left:before {
  content: "\eac7";
}

.icon-arrow-up-left2:before {
  content: "\eac8";
}

.icon-arrow-up2:before {
  content: "\eac9";
}

.icon-arrow-up-right2:before {
  content: "\eaca";
}

.icon-arrow-right2:before {
  content: "\eacb";
}

.icon-arrow-down-right2:before {
  content: "\eacc";
}

.icon-arrow-down2:before {
  content: "\eacd";
}

.icon-arrow-down-left2:before {
  content: "\eace";
}

.icon-arrow-left2:before {
  content: "\eacf";
}

.icon-circle-up:before {
  content: "\ead0";
}

.icon-circle-right:before {
  content: "\ead1";
}

.icon-circle-down:before {
  content: "\ead2";
}

.icon-circle-left:before {
  content: "\ead3";
}

.icon-command:before {
  content: "\ead4";
}

.icon-shift:before {
  content: "\ead5";
}

.icon-checkbox-checked:before {
  content: "\ead6";
}

.icon-checkbox-unchecked:before {
  content: "\ead7";
}

.icon-radio-checked:before {
  content: "\ead8";
}

.icon-radio-checked2:before {
  content: "\ead9";
}

.icon-radio-unchecked:before {
  content: "\eada";
}

.icon-crop:before {
  content: "\eadb";
}

.icon-ungroup:before {
  content: "\eadc";
}

.icon-scissors:before {
  content: "\eadd";
}

.icon-filter:before {
  content: "\eade";
}

.icon-share:before {
  content: "\eadf";
}

.icon-new-tab:before {
  content: "\eae0";
}

.icon-whatsapp:before {
  content: "\eae1";
}

.icon-spotify:before {
  content: "\eae2";
}

.icon-twitter:before {
  content: "\eae3";
}

.icon-rss:before {
  content: "\eae4";
}

.icon-rss2:before {
  content: "\eae5";
}

.icon-youtube:before {
  content: "\eae6";
}

.icon-twitch:before {
  content: "\eae7";
}

.icon-flickr:before {
  content: "\eae8";
}

.icon-flickr2:before {
  content: "\eae9";
}

.icon-dribbble:before {
  content: "\eaea";
}

.icon-onedrive:before {
  content: "\eaeb";
}

.icon-github:before {
  content: "\eaec";
}

.icon-basecamp:before {
  content: "\eaed";
}

.icon-joomla:before {
  content: "\eaee";
}

.icon-ello:before {
  content: "\eaef";
}

.icon-appleinc:before {
  content: "\eaf0";
}

.icon-android:before {
  content: "\eaf1";
}

.icon-windows:before {
  content: "\eaf2";
}

.icon-windows8:before {
  content: "\eaf3";
}

.icon-chrome:before {
  content: "\eaf4";
}

.icon-firefox:before {
  content: "\eaf5";
}

.icon-ie:before {
  content: "\eaf6";
}

.icon-edge:before {
  content: "\eaf7";
}

.icon-safari:before {
  content: "\eaf8";
}

.icon-opera:before {
  content: "\eaf9";
}

.icon-plus-square1:before {
  content: "\eafa";
}

.icon-minus-square1:before {
  content: "\eafb";
}

.icon-plus-circle1:before {
  content: "\eafc";
}

.icon-minus-circle1:before {
  content: "\eafd";
}

.icon-login1:before {
  content: "\eafe";
}

.icon-user-plus:before {
  content: "\eaff";
}

.icon-user-times:before {
  content: "\eb00";
}

.icon-arrow:before {
  content: "\eb01";
}

.icon-arupa:before {
  content: "\eb02";
}

.icon-go:before {
  content: "\eb03";
}

.icon-domestic:before {
  content: "\eb04";
}

.icon-abroad:before {
  content: "\eb05";
}

.icon-live:before {
  content: "\eb06";
}

.icon-realtime:before {
  content: "\eb07";
}

.icon-special:before {
  content: "\eb08";
}

.rightZone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 20px;
}

.rightZone .moneyZone {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 14px;
  gap: 10px;
  font-size: 16px;
  background: black;
  padding: 10px 10px;
  border-radius: 7px;
  color: #e91c23;
}

.rightZone .moneyZone .money {
  /* font-size: 20px; */
  color: #e3e7f0;
  /* margin-left: 15px; */
}

.rightZone .moneyZone .refresh {
  cursor: pointer;
}

.rightZone .memberZone {
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.rightZone .memberZone span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
  white-space: nowrap;
}

.rightZone .moneyZone a {
  padding: 5px 10px;
  white-space: nowrap;
  background: #e91c23;
  border-radius: 10px;
  color: white;
  font-size: 12px;
}

.btnN {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 11px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 15px;
  white-space: nowrap;
  min-width: 110px;
  background: #e91c23;
  line-height: normal;
}

.btnN > span {
  font-size: 14px;
  margin-right: 3px;
}

.redB {
  background-color: #a80009;
  transition: 0.3s ease-out;
  color: #ffffff;
}

.redB:hover {
  background-color: #e91c23;
}

.cart-list {
  color: #fff;
}

.cart-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-list ul li {
  margin-bottom: 5px;
  box-shadow: #00000080 0px 0px 2px 1px;
}

.cart-list ul li div {
  padding: 0px 7px;
  background: #194758;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-list ul li div span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: top;
}

.cart-list ul li div .cart-team-name-left {
  text-align: left;
  flex: 1 0 99px;
}

.cart-list ul li div .cart-team-name-right {
  text-align: right;
  flex: 1 0 99px;
}

.cart-list ul li div .cart-vs {
  text-align: center;
  flex: 1 0 15px;
  padding: 0 5px;
}

.cart-list ul li div .cart-odds-name {
  width: 160px;
  text-align: left;
}

.cart-list ul li div .odds {
  color: #ffdf00;
}

.cart-list ul li div .cart-cancle {
  padding: 0px 5px;
  color: #ffa500;
  font-weight: bold;
  cursor: pointer;
  margin: 0px;
}

.cart-list ul li div:first-child {
  padding: 7px 7px;
  background: #0f313e;
  font-weight: bold;
}

.cart-list ul li div:nth-child(2) {
  padding-top: 5px;
  padding-bottom: 3px;
}

.cart-list ul li div:nth-child(3) {
  padding-top: 3px;
  padding-bottom: 5px;
  color: #fff299;
}

.cart-list ul .odds-wrap-div {
  overflow: overlay;
}

.cart-list ul li:nth-child(2n) {
  background-color: #252525;
}

.cart-box {
  background-color: #333333;
}

.cart-box .bonus {
  background-color: rgba(255, 141, 0, 0.6);
  text-align: center;
  padding: 8px 0;
  margin: 8px 0px;
}

.cart-box .no-folder {
  background-color: rgba(216, 21, 14, 0.6);
  font-size: 10px;
  text-align: center;
  padding: 8px 0;
}

.cart-etc {
  border: 1px solid #3a3a42;
  background: none;
  padding: 7px;
  border-radius: 4px;
  margin-top: 10px;
}

.cart-etc .cart-cash {
  margin-bottom: 12px;
}

.cart-etc .price-control {
  margin-bottom: 5px;
}

.cart-etc div > p {
  border-bottom: 1px solid #333340;
  line-height: 30px;
  position: relative;
  padding: 0px 3px;
  font-weight: bold;
}

.cart-etc .cart-right {
  float: right;
  color: #ff8d00;
}

.cart-etc .cart-input {
  position: absolute;
  top: 6px;
  right: 3px;
  font-weight: bold;
  background: #ffffff;
  color: #222222;
  text-indent: 10px;
  width: 110px;
  border: 1px solid #d3d3d3;
  padding: 0 5px;
}

.cart-etc .price-control button {
  width: 48%;
  height: 30px;
  float: left;
  margin-left: 4px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  transition: 200ms all;
  border-radius: 3px;
  border: 1px solid #133744;
  background: #194758;
  box-shadow: inset 0px 0px 10px 10px rgba(154, 154, 154, 0.15);
}

.cart-etc .price-control button:hover {
  background: #c20000;
}

.cart-etc button {
  margin-bottom: 5px;
}

.cart-etc .max-bet button {
  width: 100%;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 4px 25px;
  margin-bottom: 6px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.2), 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  background-image: linear-gradient(135deg, #9dc803 0%, #627d02 74%);
  border: none;
  z-index: 1;
  border-radius: 10px;
}

.cart-etc .max-bet button:hover {
  background-color: #4dccc6;
  background-image: linear-gradient(135deg, #c4fa04 0%, #81a502 74%);
}

.cart-etc .bet-btn {
  width: 100%;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 4px 25px;
  margin-bottom: 6px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.2), 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  background: linear-gradient(180deg, #eaa04c 0%, #d17b19 100%);
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.cart-etc .bet-btn:hover {
  background: linear-gradient(180deg, #efb87a 0%, #e68f2c 100%);
}

.cart-etc .clear-btn {
  width: 100%;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 4px 25px;
  margin-bottom: 6px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.2), 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: none;
  z-index: 1;
  background: linear-gradient(180deg, #750000, #5c0000);
  border-radius: 10px;
}

.cart-etc .clear-btn:hover {
  background: linear-gradient(1800deg, #420000, #290000);
}

.cart .bonus {
  background-color: #111;
  text-align: center;
  line-height: 30px;
  color: #f5c000;
  margin: 8px 0px;
}

.cart-change-odds {
  line-height: 30px;
  text-align: center;
  background-color: #cc2222;
  padding-left: 20px;
}

.cart-change-odds i {
  cursor: pointer;
  float: right;
  line-height: 30px;
  width: 20px;
  height: 30px;
}

.login-form::after {
  display: block;
  content: "";
  clear: both;
}

.user-info {
  height: auto;
  padding: 5px 5px;
}

.user-info .money {
  display: flex;
  align-items: center;
  height: 30px;
  border: 1px solid #434347;
  background: #222227;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
  padding: 0 12px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 4px;
}

.user-info .mb_id_box {
  display: flex;
  align-items: center;
  height: 30px;
  border: 1px solid transparent;
  background: #3f404b;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  padding: 0px 12px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #ccc;
}

.user-info > div i {
  margin: 0px;
  margin-right: 5px;
  color: #d7ab0b;
}

.user-info .right-content {
  margin-left: 5px;
  color: #ff8d00;
}

.user-info .right-content.inquery-badge {
  text-align: center;
  height: 20px;
  border-radius: 2px;
  margin: 2px 0px 0px 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
  border: 1px solid #0914967d;
  background: #5f5f5f;
}

.login-etc {
  margin-top: 5px;
  padding: 5px;
}

.login-etc .logout {
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  z-index: 1;
  box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.2), 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #9c2277, #5d1447);
}

.login-etc .logout:hover {
  background: linear-gradient(180deg, #c62b97, #7f1c61);
}

img.level {
  height: 21px;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
}

.radio-wrap {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 12px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.radio-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-wrap .checkmark.blue {
  box-shadow: 0 0 0 1px #005aa7 inset;
  background-color: #005aa733;
  border: none;
}

.radio-wrap .checkmark.green {
  box-shadow: 0 0 0 1px #00a73d inset;
  background-color: #00a73d33;
  border: none;
}

.radio-wrap .checkmark.red {
  box-shadow: 0 0 0 1px #c53434 inset;
  background-color: #c5343433;
  border: none;
}

.radio-wrap input:checked ~ .checkmark {
  background-color: #2196F3;
  border: none;
}

.radio-wrap input:checked ~ .blue {
  background-color: #005aa7 !important;
  border: none;
}

.radio-wrap input:checked ~ .green {
  background-color: #00a73d !important;
  border: none;
}

.radio-wrap input:checked ~ .red {
  background-color: #c53434 !important;
  border: none;
}

.radio-wrap input:checked ~ .checkmark:after {
  display: block;
}

.radio-wrap .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* On mouse-over, add a grey background color */

.radio-wrap:hover input ~ .checkmark {
  background-color: #999;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.nav-side-menu {
  overflow: hidden;
  font-weight: 200;
  height: 100%;
  color: #e1ffff;
}

.nav-side-menu > .menu-list {
  margin-bottom: 7px;
}

.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 35px;
  display: block;
  text-align: center;
  font-weight: bold;
}

.nav-side-menu .brand a {
  background-color: #161616;
  border-radius: 10px;
  font-size: 80%;
  padding: 2px 6px;
  color: #eee;
}

.nav-side-menu .brand a i {
  font-size: 100%;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.nav-side-menu li {
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 3px;
}

.nav-side-menu li > a {
  display: inline-block;
}

.nav-side-menu li .menu-badge {
  float: right;
  text-align: center;
  height: 18px;
  line-height: 18px;
  width: 32px;
  background: #000000;
  color: #e3a312;
  border-radius: 3px;
}

.nav-side-menu .menu-badge-green {
  color: #2da717;
  float: right;
  font-size: 90%;
  background: #000000;
  text-align: center;
  height: 18px;
  line-height: 18px;
  width: 32px;
}

.nav-side-menu .box-header > a {
  display: inline-block;
  border: 1px solid #33ff02;
  width: 230px;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 7px;
  line-height: 36px;
  padding: 0px 10px;
  position: relative;
  font-weight: bold;
  box-shadow: inset 0px 0px 10px 10px rgba(51, 255, 0, 0.15);
  background: linear-gradient(to top, #090e0b, #134E5E);
}

.nav-side-menu .box-header > a .right {
  text-align: right;
  float: right;
  color: #f1c401;
}

.nav-side-menu .box-header > a .menu-badge {
  float: right;
  font-size: 90%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  width: 32px;
  margin-top: 9px;
  margin-right: -5px;
  margin-left: 5px;
}

.nav-side-menu li p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.nav-side-menu .main-content {
  border: 1px solid #434347;
  border-radius: 5px;
  background: #222227;
  height: 20px;
  padding: 5px 10px;
  cursor: pointer;
  line-height: 20px;
  transition: 200ms all;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
  font-weight: 700;
}

.nav-side-menu .main-content > p {
  display: flex;
  align-items: center;
}

.nav-side-menu .main-content > p > img {
  width: 16px;
  margin: 0px 8px 0px 0px;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  display: inline-block;
  vertical-align: middle;
}

@media (hover: hover) and (pointer: fine) {
  .nav-side-menu .main-content:hover {
    background: #323236;
  }

  .nav-side-menu .sub-menu:hover {
    background: #1f1f24;
  }
}

.nav-side-menu .sub-menu:first-child {
  margin-top: 3px;
}

.nav-side-menu .sub-menu {
  height: 20px;
  padding: 4px 10px;
  cursor: pointer;
  line-height: 20px;
  transition: 200ms all;
  margin-bottom: 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
  font-weight: 700;
  border-radius: 3px;
  background-color: #161619;
  border: none;
  border: 1px solid #434347;
  margin-left: 0px;
  font-weight: 300;
}

.nav-side-menu .main-content .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}

.nav-side-menu .sub-menu .active {
  color: #d19b3d;
}

.nav-side-menu .main-content a {
  background-color: #111;
  border-radius: 10px;
  font-size: 80%;
  padding: 2px 8px;
  margin-left: 8px;
  color: #eee;
  height: 15px;
  line-height: 15px;
}

.scrollFrame {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

.nav-side-menu .leftMenu {
  width: 82%;
  background-color: #2e3135;
  border-radius: 10px;
  padding: 17px;
  margin: 0 auto 19px;
}

.nav-side-menu .leftMenu ul {
  width: 89%;
  margin: 0 auto;
}

.nav-side-menu .leftMenu ul li {
  padding: 10px 3px;
  background-color: #2e3135;
  border-bottom: 1px solid #485160;
  position: relative;
}

.nav-side-menu .leftMenu ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.nav-side-menu .leftMenu ul li a span {
  background: linear-gradient(353.95deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 97.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  font-size: 24px;
  margin-right: 25px;
  transition: 0.2s ease-out;
}

.nav-side-menu .leftMenu ul li a .hovePic {
  position: absolute;
  display: none;
  transition: 0.4s ease-out;
}

.nav-side-menu .leftMenu ul li a:hover span,
.LeftContent .leftMenu ul li a.active span {
  background: linear-gradient(353.95deg, rgba(16, 148, 223, 0) 0%, #e91c23 50.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #152350;
  opacity: 1 !important;
  transform: scale(1.3);
}

.nav-side-menu .leftMenu ul li a .txt {
  color: #c6c6c6;
  font-size: 13px;
  transition: 0.3s ease-out;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.nav-side-menu .leftMenu ul li a:hover .txt,
.LeftContent .leftMenu ul li a.active .txt {
  color: #e91c23;
}

.nav-side-menu .leftMenu ul li a .txt b {
  color: #f20f2a;
}

@media screen and (min-width: 991px) {
  .zoomIN {
    width: 80px;
  }

  .nav-side-menu.zoomIN + .rightContent {
    padding-left: 80px;
  }

  .nav-side-menu.zoomIN + .rightContent .header {
    width: calc(100% - 80px) !important;
  }

  .zoomIN .leftMenu ul li a .txt {
    display: none;
  }

  .zoomIN .leftMenu {
    border: 0px;
    background-color: #2e3135;
    box-shadow: none;
    padding: 17px 23px 3px 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .zoomIN .leftMenu.snsMenu {
    padding: 0 !important;
  }

  .zoomIN .leftMenu ul li {
    border-bottom: none;
  }

  .zoomIN .leftMenu01 {
    margin-top: 10px;
    position: relative;
  }

  .zoomIN .leftMenu01:after {
    content: "";
    width: 38px;
    height: 1px;
    background-color: #304059;
    position: absolute;
    top: 0px;
  }

  .zoomOUT {
    width: 250px !important;
  }

  .zoomOUT .leftMenu ul li a .txt {
    display: flex !important;
  }

  .zoomOUT .leftMenu {
    width: 82% !important;
    background-color: #2e3135 !important;
    border-radius: 10px !important;
    padding: 17px !important;
    margin: 0 auto 19px !important;
  }

  .zoomOUT .leftMenu.snsMenu {
    padding: 0 !important;
  }

  .zoomOUT .leftMenu ul li {
    padding: 10px 3px !important;
    border-bottom: 1px solid #485160 !important;
    position: relative !important;
  }

  .zoomOUT .leftMenu01 {
    width: 82% !important;
    background-color: #2e3135 !important;
    border-radius: 10px !important;
    padding: 17px !important;
    margin: 0 auto 19px !important;
  }

  .zoomOUT .leftMenu01:after {
    display: none !important;
  }

  .zoomOUT .logoWrap img {
    -webkit-animation: menuLOGO 0.4s;
            animation: menuLOGO 0.4s;
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
}

.userinfo-sub {
  background-color: rgba(0, 0, 0, 0.2);
}

.userinfo-sub > .title {
  background-color: rgba(255, 255, 255, 0.1);
}

.userinfo-sub > .title .checkbox {
  margin: 0;
  height: 36px;
}

.userinfo-sub > .empty {
  height: 45px;
  line-height: 45px;
}

.pwd-change-btn {
  width: 160px !important;
}

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

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

.login-history > ul {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #444;
}

.login-history > ul li {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.login-history > ul li:nth-child(1) {
  width: 20%;
}

.login-history > ul li:nth-child(2) {
  width: 12%;
}

.login-history > ul li:nth-child(3) {
  width: 20%;
}

.login-history > ul li:nth-child(4) {
  width: 20%;
}

.login-history > ul li:nth-child(5) {
  width: 28%;
}

.login-history > ul:after {
  content: "";
  clear: both;
  display: inline-block;
}

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

.point-history > ul {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #444;
}

.point-history > ul li {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.point-history > ul li:nth-child(1) {
  width: 30%;
}

.point-history > ul li:nth-child(2) {
  width: 40%;
}

.point-history > ul li:nth-child(3) {
  width: 30%;
}

.point-history > ul:after {
  content: "";
  clear: both;
  display: inline-block;
}

.deposit-history {
  text-align: center;
  position: relative;
  border: 1px solid #46464a;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  margin-bottom: 10px;
}

.deposit-history .title {
  background: #222227;
  font-weight: bold;
}

.deposit-history > ul {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #444;
}

.deposit-history > ul li {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.deposit-history > ul li:nth-child(1) {
  width: 6%;
}

.deposit-history > ul li:nth-child(2) {
  width: 20%;
}

.deposit-history > ul li:nth-child(3) {
  width: 20%;
}

.deposit-history > ul li:nth-child(4) {
  width: 18%;
}

.deposit-history > ul li:nth-child(5) {
  width: 16%;
}

.deposit-history > ul li:nth-child(6) {
  width: 20%;
}

.deposit-history li.rolling {
  height: 80px;
  line-height: 80px;
}

.deposit-history li.rolling {
  height: 80px;
  line-height: 30px;
  padding: 10px 0;
  box-sizing: border-box;
}

.deposit-history li.rolling > p {
  margin-left: 10px;
}

.deposit-history > ul:after {
  content: "";
  clear: both;
  display: inline-block;
}

.box-content li.rolling:nth-child(2n-1) {
  height: 110px;
  line-height: 110px;
}

.box-content li.rolling:nth-child(2n) {
  height: 110px;
  line-height: 30px;
  padding: 10px 0;
}

.box-content li.rolling:nth-child(2n) > p {
  margin-left: 10px;
}

.box-content li.rolling:nth-child(2n) .yellow {
  color: #f7de1c;
}

.box-content li.rolling:nth-child(2n) .green {
  color: #f55;
  background-color: transparent;
}

.box-content li .max-bonus {
  color: #f55;
  margin-left: 5px;
}

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

.withdraw-history > ul {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #444;
}

.withdraw-history > ul li {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.withdraw-history > ul li:nth-child(1) {
  width: 6%;
}

.withdraw-history > ul li:nth-child(2) {
  width: 25%;
}

.withdraw-history > ul li:nth-child(3) {
  width: 22%;
}

.withdraw-history > ul li:nth-child(4) {
  width: 22%;
}

.withdraw-history > ul li:nth-child(5) {
  width: 25%;
}

.withdraw-history > ul:after {
  content: "";
  clear: both;
  display: inline-block;
}

.inquery-write {
  position: relative;
  border: 1px solid #84601d;
  background: #262629;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
  margin-bottom: 10px;
  padding: 20px;
}

.inquery-write .title-wrap > input {
  width: 100%;
  height: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px, rgba(255, 255, 255, 0.22) 1px 1px 1px -2px inset;
  border-radius: 5px;
  text-indent: 10px;
  background: #1f1f21;
  border: 1px solid #84601d;
  box-sizing: border-box;
  text-align: left;
  display: block;
  padding: 0px;
}

.inquery-write .content-wrp > textarea {
  width: 100%;
  vertical-align: top;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px, rgba(255, 255, 255, 0.22) 1px 1px 1px -2px inset;
  border-radius: 5px;
  text-indent: 12px;
  background: #1f1f21;
  border: 1px solid #84601d;
  margin-top: 10px;
  box-sizing: border-box;
  height: 300px;
  padding: 10px 0px;
  color: #fff;
  resize: none;
}

.inquery-write .content-wrp > textarea:focus {
  outline-width: 0;
}

.inquery-write .is-invalid {
  border-bottom: 1px solid #ff2828 !important;
}

.inquery-lists {
  text-align: center;
  border-bottom: 1px solid #414040;
}

.inquery-lists .inquery-list:nth-child(2n) {
  background-color: #181818;
}

.inquery-lists .inquery-list {
  background: #27272b;
  color: #9c9b9b;
}

.inquery-lists .inquery-list .answer-status.red {
  height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  width: auto;
  line-height: 20px;
  border: none;
  margin-left: 10px;
}

.inquery-lists .inquery-list .answer-status.blue {
  height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  width: auto;
  line-height: 20px;
  border: none;
  margin-left: 10px;
}

.inquery-lists .inquery-list.title {
  background: #222227;
  color: white;
}

.inquery-lists .inquery-list.title ul {
  height: 40px;
  line-height: 40px;
}

.inquery-lists .inquery-list ul {
  line-height: 30px;
  height: 30px;
  transition: 200ms all;
  font-size: 13px;
  padding: 5px 5px 6px 5px;
}

.inquery-lists .inquery-list ul li {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.inquery-lists .inquery-list ul li:nth-child(1) {
  width: 6%;
}

.inquery-lists .inquery-list ul li:nth-child(2) {
  width: 56%;
}

.inquery-lists .inquery-list ul li:nth-child(3) {
  width: 20%;
}

.inquery-lists .inquery-list ul li:nth-child(4) {
  width: 18%;
}

.inquery-lists .inquery-list ul:after {
  content: "";
  clear: both;
  display: inline-block;
}

.inquery-lists .answer-status {
  padding: 2px 3px;
  margin-left: 5px;
  background-color: rgba(255, 255, 255, 0.15);
}

.inquery-lists .blue {
  background-color: #005aa7;
}

.inquery-lists .red {
  background-color: #c53434;
}

.inquery-lists .notice {
  color: #ecdc55;
  font-weight: bold;
  border: 1px solid;
  padding: 1px 4px;
  border-radius: 2px;
}

.inquery-lists .content-wrp {
  border-bottom: 1px solid transparent;
  background: #1f1f1f;
}

.inquery-lists .content-wrp .answer {
  border-top: 1px solid #585858;
  margin: 0 10px 20px 10px;
}

.inquery-lists .content-wrp > p {
  line-height: 22px;
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 10px;
  white-space: pre-line;
}

.inquery-lists .content-wrp .answer-wait {
  text-align: center;
}

.bottom-btn-wrap {
  display: inline-block;
  width: 100%;
  margin-top: -30px;
}

.inquery-badge {
  width: 15px;
  border-radius: 3px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #524f4f !important;
}

.attendance-calendar .fc-widget-header th.fc-day-header {
  padding: 5px 0;
  background-color: #313131;
}

.attendance-calendar .fc-content-skeleton {
  height: 100%;
  box-sizing: border-box;
}

.attendance-calendar .fc-content-skeleton > table {
  height: 100%;
}

.attendance-calendar .fc-content-skeleton > table tbody {
  height: 100%;
}

.attendance-calendar .fc-content-skeleton > table tbody td {
  vertical-align: middle;
}

.attendance-calendar .attandance-no {
  font-size: 3.8vmax;
  color: #666;
}

.attendance-calendar .attandance-attempt {
  font-size: 11px;
  width: 90%;
  padding: 6px 0px;
  background-color: #005aa7;
  display: inline-block;
  cursor: pointer;
}

.attendance-calendar .attandance-complete {
  font-size: 11px;
  width: 90%;
  padding: 6px 0px;
  background-color: #c53434;
  display: inline-block;
}

.attendance-calendar .fc-center > h2 {
  font-size: 1.25em;
  font-weight: normal;
}

.attendance-calendar td.fc-today {
  color: #f5b852 !important;
}

.attendance-summry {
  padding: 15px 0;
}

.attendance-summry span {
  display: block;
  text-align: center;
  padding: 5px 0;
}

.attendance-summry span b {
  font-weight: normal;
  color: #f5b852;
}

.attendance-ext-btn {
  display: flex;
  justify-content: center;
  margin: 10px;
  margin-bottom: 20px;
  border: 1px solid #ffffff59;
  padding: 5px;
}

.attendance-ext-btn > div {
  flex: 1;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.attendance-ext-btn > div button {
  padding: 5px 10px;
  margin: 5px;
  background-color: #ff8800;
}

.attendance-ext-btn > div button.under {
  background-color: #3f3f3f;
}

.attendance-ext-btn > div button.comp {
  background-color: #7f7139;
}

.attendance-ext-btn > div button b {
  font-weight: normal;
  color: #e6c481;
}

.recommend-history {
  text-align: center;
  margin-top: 30px;
}

.recommend-history > ul {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #444;
}

.recommend-history > ul li {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.recommend-history > ul li:nth-child(1) {
  width: 30%;
}

.recommend-history > ul li:nth-child(2) {
  width: 40%;
}

.recommend-history > ul li:nth-child(3) {
  width: 30%;
}

.recommend-history > ul:after {
  content: "";
  clear: both;
  display: inline-block;
}

.board-lists {
  text-align: center;
  border-bottom: 1px solid #414040;
}

.board-lists .board-list:nth-child(2n) {
  background-color: #181818;
}

.board-lists .board-list {
  background: #27272b;
}

.board-lists .board-list.title ul {
  background: #222227;
  height: 40px !important;
  font-weight: bold;
  line-height: 40px !important;
  color: white;
}

.board-lists .board-list ul {
  padding: 5px 5px 6px 5px;
  height: 36px;
  line-height: 36px;
  color: #9c9b9b;
}

.board-lists .board-list ul li {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.board-lists .board-list ul li:nth-child(1) {
  width: 8%;
}

.board-lists .board-list ul li:nth-child(2) {
  width: 92%;
  cursor: pointer;
}

.board-lists .board-list > ul:after {
  content: "";
  clear: both;
  display: inline-block;
}

.board-lists .answer-status {
  padding: 2px 3px;
  margin-left: 5px;
  background-color: rgba(255, 255, 255, 0.15);
}

.board-lists .notice {
  color: #ecdc55;
}

.board-lists .content-wrp {
  border-bottom: 1px solid #444;
}

.board-lists .content-wrp > p {
  border-top: 1px solid #252525;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 20px;
}

.board-lists .content-wrp .answer-wait {
  text-align: center;
}

.live_frame_wrap {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
}

.live_frame_wrap iframe {
  transform-origin: 0 0;
}

.live_frame_wrap .chat_hide {
  width: 200px;
  height: 410px;
  transform: scale(1);
  position: absolute;
  left: 40px;
  top: 180px;
  background-color: #6d5040;
}

.minigame-menu {
  width: 100%;
}

.minigame-menu .minigame-main-menu {
  overflow: hidden;
}

.minigame-menu .minigame-main-menu ul {
  display: flex;
}

.minigame-menu .minigame-main-menu ul li {
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  border: 2px solid #3a3a42;
  background: #2e2e35;
}

.minigame-menu .minigame-main-menu ul li a {
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minigame-menu .minigame-main-menu ul li a > img,
.minigame-menu .minigame-main-menu ul li a > i {
  margin-right: 5px;
}

.minigame-menu .minigame-main-menu ul li.active {
  border: 2px solid #3f3f47;
}

.minigame-menu .minigame-main-menu ul li.active > a {
  color: #e3a312;
}

@media (hover: hover) and (pointer: fine) {
  .minigame-menu .minigame-main-menu ul li:hover > a {
    color: #edaf21;
  }
}

.minigame-menu .minigame-sub-menu {
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 4px;
}

.minigame-menu .minigame-sub-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.minigame-menu .minigame-sub-menu ul li {
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #3a3a42;
  background: #303038;
  margin-bottom: 1px;
  border-top: none;
  flex: 1 1 0;
}

.minigame-menu .minigame-sub-menu ul li a {
  padding: 10px;
  width: 100%;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  .minigame-menu .minigame-sub-menu ul li a {
    padding: 5px;
  }
}

.minigame-menu .minigame-sub-menu ul li.active > a {
  color: #e3a312;
}

@media (hover: hover) and (pointer: fine) {
  .minigame-menu .minigame-sub-menu ul li:hover > a {
    color: #edaf21;
  }
}

.mini-game-pan {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.mini-game-pan .bet-info {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

.mini-game-pan .bet-info > .show-cash {
  margin-top: 0 !important;
}

.mini-game-pan .bet-info > .show-cash .now-cash {
  font-size: 14px;
  color: #fff;
}

.mini-game-pan .bet-info > .show-cash .bet-select {
  margin-left: 10px;
}

.mini-game-pan .bet-info > .show-cash .bet-select .minigame-oddsname {
  color: #ffdf00;
}

.mini-game-pan .bet-info > div {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-game-pan .bet-info > div .title {
  color: #fffa;
  margin-right: 8px;
}

.mini-game-pan .bet-info > div .minigame-bet-cash {
  background: #4446;
  border: 1px solid #fffa;
  height: 25px;
  width: 75px;
  margin-right: 3px;
  box-sizing: border-box;
}

.mini-game-pan .bet-info > div .minigame-bet-btn {
  width: 80px;
  height: 25px;
  background-color: #005aa7ee;
}

.mini-game-pan .bet-info > div .cash-clear-btn {
  padding: 0 13px;
  height: 25px;
  background-color: #e64848ee;
  margin-left: 3px;
  margin-right: 8px;
}

.mini-game-pan .bet-info > div .bet-plus-btn {
  padding: 0 13px;
  height: 25px;
  background-color: transparent;
  border: solid 1px #fff;
  margin: 0 3px;
  opacity: 0.65;
}

.casino-bet-lists .refresh {
  float: right;
  cursor: pointer;
  margin-right: 25px;
}

.casino-bet-lists .empty {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #444;
  text-align: center;
}

.minigame-bet-lists .refresh {
  float: right;
  cursor: pointer;
  margin-right: 25px;
}

.minigame-bet-lists .empty {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #444;
  text-align: center;
}

.minigame-bet-list {
  color: #9c9b9b;
  text-align: center;
}

.minigame-bet-list.title {
  color: white;
  background: #222227;
  border: 1px solid #7e7e7e;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  text-align: center;
}

.minigame-bet-list .bet-blue {
  color: #72b8ff;
}

.minigame-bet-list .bet-red {
  color: #ff6f6f;
}

.minigame-bet-list .bet-green {
  color: #42e924;
}

.minigame-bet-list .odds {
  color: #ffff00;
}

.minigame-bet-list > ul {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #444;
}

.minigame-bet-list > ul li {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.minigame-bet-list > ul li:nth-child(1) {
  width: 20%;
}

.minigame-bet-list > ul li:nth-child(2) {
  width: 18%;
}

.minigame-bet-list > ul li:nth-child(3) {
  width: 10%;
}

.minigame-bet-list > ul li:nth-child(4) {
  width: 22%;
}

.minigame-bet-list > ul li:nth-child(5) {
  width: 15%;
}

.minigame-bet-list > ul li:nth-child(6) {
  width: 15%;
}

.minigame-bet-list > ul:after {
  content: "";
  clear: both;
  display: inline-block;
}

.minigame-bet-list .wait {
  color: white;
  background-color: #555;
}

.minigame-bet-list .hit {
  color: white;
  background-color: #2272d4;
}

.minigame-bet-list .nohit {
  color: white;
  background-color: #e64848;
}

.minigame-bet-list .cancle {
  color: white;
  background-color: #d88d1e;
}

.mini-game-list .subGameList {
  padding: 0;
}

.mini-game-list .refresh {
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
  margin-right: 5px;
}

.minigame-beting-cart {
  background: #222227;
  margin-bottom: 20px;
}

.minigame-beting-cart .minigame-cart-title {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.minigame-beting-cart .minigame-cart-title .title {
  position: absolute;
  top: 0;
  right: 15px;
}

.minigame-beting-cart .minigame-cart-title .title .now-cash {
  color: #e69928;
}

.minigame-beting-cart .minigame-info1 {
  display: flex;
  border: 1px solid #4a4b4e;
}

.minigame-beting-cart .minigame-info1 .minigame-title {
  width: 20%;
  font-size: 16px;
  text-align: center;
  line-height: 120px;
  border-right: 1px solid #4a4b4e;
}

.minigame-beting-cart .minigame-info1 .minigame-title .betting-info {
  display: none;
}

.minigame-beting-cart .minigame-info1 .bet_info {
  width: 40%;
}

.minigame-beting-cart .minigame-info1 .bet_info .dividend,
.minigame-beting-cart .minigame-info1 .bet_info .div_pay {
  height: 60px;
  border-bottom: 1px solid #434347;
  border-right: 1px solid #434347;
  font-size: 16px;
  padding-left: 20px;
  line-height: 60px;
  box-sizing: border-box;
  position: relative;
}

.minigame-beting-cart .minigame-info1 .bet_info .dividend span,
.minigame-beting-cart .minigame-info1 .bet_info .div_pay span {
  position: absolute;
  right: 15px;
  top: 0;
  color: #f88d00;
}

.minigame-beting-cart .minigame-info1 .bet_info .dividend span .minigame-odds,
.minigame-beting-cart .minigame-info1 .bet_info .div_pay span .minigame-odds {
  color: #ffdf00;
  display: inline-block;
}

.minigame-beting-cart .minigame-info1 .bet_cash_box {
  width: 40%;
  background: linear-gradient(to bottom, #252729, #323335);
  font-size: 20px;
  line-height: 120px;
  display: flex;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.minigame-beting-cart .minigame-info1 .bet_cash_box .input_area {
  position: absolute;
  top: 0;
  right: 10px;
}

.minigame-beting-cart .minigame-info1 .bet_cash_box .input_area .minigame-bet-cash {
  background: transparent;
  border: none;
  color: #f88d00;
  font-size: 16px;
  font-weight: bold;
}

.minigame-beting-cart .minigame-info2 {
  display: flex;
  border: 1px solid #4a4b4e;
  box-sizing: border-box;
  height: 150px;
}

.minigame-beting-cart .minigame-info2 .betting-info {
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #4a4b4e;
  box-sizing: border-box;
  width: 20%;
  background: linear-gradient(to bottom, #384756, #242527);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 40px;
  justify-content: center;
}

.minigame-beting-cart .minigame-info2 .betting-info b {
  font-size: 19px;
  color: #ed8404;
}

.minigame-beting-cart .minigame-info2 .plus-btns {
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.minigame-beting-cart .minigame-info2 .plus-btns div {
  width: 33.33%;
  height: 33.33%;
}

.minigame-beting-cart .minigame-info2 .plus-btns div .bet-plus-btn {
  width: 100%;
  height: 100%;
  border: 1px solid #4a4b4e;
  background: transparent;
  color: #ffffff;
}

.minigame-beting-cart .minigame-info2 .plus-btns div .bet-plus-btn:hover {
  border: 1px solid #00d3f9;
  background: #28657b;
}

.minigame-beting-cart .minigame-info2 .minigame-bet-btn {
  width: 40%;
  border: 3px solid #434347;
  background: #13181f;
  font-size: 50px;
  font-weight: bold;
  box-sizing: border-box;
}

.minigame-beting-cart .minigame-info2 .minigame-bet-btn:hover {
  border: 3px solid #00d3f9;
  color: #01bdff;
}

@media screen and (max-width: 670px) {
  .minigame-beting-cart .minigame-cart-title {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }

  .minigame-beting-cart .minigame-info1 {
    flex-direction: column;
  }

  .minigame-beting-cart .minigame-info1 .minigame-title {
    line-height: 40px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #4a4b4e;
  }

  .minigame-beting-cart .minigame-info1 .minigame-title > span {
    display: inline-block;
    width: 40%;
  }

  .minigame-beting-cart .minigame-info1 .minigame-title .betting-info {
    display: inline-block;
    width: 60%;
  }

  .minigame-beting-cart .minigame-info1 .minigame-title .betting-info b {
    color: #6173f1;
  }

  .minigame-beting-cart .minigame-info1 .bet_info {
    display: flex;
    width: 100%;
  }

  .minigame-beting-cart .minigame-info1 .bet_info .dividend,
  .minigame-beting-cart .minigame-info1 .bet_info .div_pay {
    line-height: 40px;
    height: 40px;
  }

  .minigame-beting-cart .minigame-info1 .bet_info .dividend {
    width: 40%;
  }

  .minigame-beting-cart .minigame-info1 .bet_info .div_pay {
    width: 60%;
  }

  .minigame-beting-cart .minigame-info1 .bet_cash_box {
    width: 100%;
    line-height: 40px;
  }

  .minigame-beting-cart .minigame-info2 {
    flex-direction: column;
    height: auto;
  }

  .minigame-beting-cart .minigame-info2 .betting-info {
    display: none;
  }

  .minigame-beting-cart .minigame-info2 .plus-btns {
    width: 100%;
    line-height: 40px;
  }

  .minigame-beting-cart .minigame-info2 .plus-btns .bet-plus-btn {
    line-height: 40px;
  }

  .minigame-beting-cart .minigame-info2 .minigame-bet-btn {
    font-size: 30px;
    width: 100%;
    height: 75px;
    border: 3px solid #00d3f9;
    color: #01bdff;
  }
}

.btn-box.btn-casino {
  height: 40px;
}

.slot-search {
  display: flex;
  margin-top: 1rem;
}

.slot-search select {
  margin-right: 5px;
}

.slot-search input,
.slot-search select,
.slot-search button {
  padding: 5px;
}

.slot-search button {
  border: 1px solid #555;
  background: #333;
}

.casino-lists,
.slot-lists {
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5px;
}

@media screen and (max-width: 670px) {
  .casino-lists,
  .slot-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

.casino-lists > div,
.slot-lists > div {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.casino-lists > div > img,
.slot-lists > div > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.casino-lists > div .entering,
.slot-lists > div .entering {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  text-align: right;
  padding: 5% 0;
  padding-right: 10%;
  background: linear-gradient(0.25turn, #0000 30%, rgba(40, 33, 9, 0.74));
  height: 20px;
  overflow: hidden;
}

.casino-lists > div .extra-info,
.slot-lists > div .extra-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  text-align: left;
  padding: 3% 0;
  padding-left: 5%;
  background: linear-gradient(0.75turn, #0000 30%, rgba(106, 50, 33, 0.74));
  line-height: 15px;
  overflow: hidden;
}

.casino-lists > div .empty-img,
.slot-lists > div .empty-img {
  background: linear-gradient(45deg, #1f5a43, #783b3b);
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 3vw;
  min-height: 85px;
  padding: 25px 0;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25);
}

.casino-lists > div:hover .entering,
.slot-lists > div:hover .entering {
  background: linear-gradient(0.25turn, #0000 30%, rgba(40, 33, 9, 0.85));
}

.slot-lists {
  grid-template-columns: repeat(auto-fill, minmax(200px, auto));
}

.spark-casino-wrap {
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
  text-align: center;
}

.spark-casino-wrap iframe {
  width: 830px;
  height: 714px;
  transform-origin: 0 0;
}

.spark-casino-pan {
  width: 100%;
  position: relative;
  min-width: 320px;
  margin-bottom: 20px;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart {
  background: #222227;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-cart-title {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  padding-left: 20px;
  box-sizing: border-box;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 {
  display: flex;
  border: 1px solid #4a4b4e;
  box-sizing: border-box;
  height: 150px;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .betting-info {
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #4a4b4e;
  background: #13181f;
  box-sizing: border-box;
  width: 20%;
  background: linear-gradient(to bottom, #384756, #242527);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 40px;
  justify-content: center;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .betting-info > span {
  width: 100%;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .betting-info b {
  font-size: 22px;
  color: #ed8404;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .plus-btns {
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .plus-btns div {
  width: 33.33%;
  height: 33.33%;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .plus-btns div button {
  width: 100%;
  height: 100%;
  border: 1px solid #4a4b4e;
  background: transparent;
  color: #ffffff;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .plus-btns div button:hover {
  border: 1px solid #00d3f9;
  background: #28657b;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .casino-bet-btn {
  width: 40%;
  border: 3px solid #434347;
  background: #22293a;
  font-size: 50px;
  font-weight: bold;
  box-sizing: border-box;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .casino-bet-btn:hover {
  border: 3px solid #00d3f9;
  color: #01bdff;
}

@media screen and (max-width: 670px) {
  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 {
    flex-direction: column !important;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-title {
    line-height: 40px !important;
    width: 100% !important;
    display: flex;
    border-bottom: 1px solid #4a4b4e;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-batingname {
    font-size: 15px !important;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-odds {
    font-size: 11px !important;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 {
    flex-direction: column !important;
    height: auto !important;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .betting-info {
    display: none;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .plus-btns {
    width: 100% !important;
    line-height: 40px !important;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .plus-btns button {
    line-height: 40px;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info2 .casino-bet-btn {
    font-size: 30px;
    width: 100% !important;
    height: 75px;
    border: 3px solid #00d3f9;
    color: #01bdff;
  }
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 {
  display: flex;
  border: 1px solid #4a4b4e;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-title {
  width: 20%;
  font-size: 16px;
  text-align: center;
  line-height: 120px;
  border-right: 1px solid #4a4b4e;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-title .betting-info {
  display: none;
}

@media screen and (max-width: 670px) {
  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-title > span {
    display: inline-block;
    width: 40%;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-title .betting-info {
    display: inline-block;
    width: 60%;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-title .betting-info .bet-blue,
  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-title .betting-info .bet-green,
  .spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .casino-title .betting-info .bet-red {
    color: #ed8404;
  }
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .bet_info {
  width: 40%;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .bet_info .div_pay {
  height: 60px;
  border-bottom: 1px solid #434347;
  border-right: 1px solid #434347;
  font-size: 16px;
  padding-left: 20px;
  display: flex;
  line-height: 60px;
  box-sizing: border-box;
  position: relative;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .bet_info .div_pay > span {
  color: #f88d00;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .bet_info .dividend {
  height: 60px;
  border-bottom: 1px solid #434347;
  border-right: 1px solid #434347;
  font-size: 16px;
  padding-left: 20px;
  line-height: 60px;
  box-sizing: border-box;
  position: relative;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .bet_info .dividend > span {
  position: absolute;
  right: 15px;
  top: 0;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .bet_info .dividend .casino-odds {
  color: #ffdf00;
  display: inline-block;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .bet_cash_box {
  width: 40%;
  background: linear-gradient(to bottom, #252729, #323335);
  font-size: 20px;
  line-height: 120px;
  display: flex;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .bet_cash_box .input_area {
  position: absolute;
  top: 0;
  right: 10px;
}

.spark-casino-pan .bet-casino-box .casino-beting-cart .casino-info1 .bet_cash_box .casino-bet-cash {
  background: transparent;
  border: none;
  color: #ff8d00;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .spark-casino-pan .bet-casino-box .casino-beting-cart .bet_info {
    display: flex;
    width: 100% !important;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .dividend,
  .spark-casino-pan .bet-casino-box .casino-beting-cart .div_pay {
    width: 40%;
    line-height: 40px !important;
    height: 40px !important;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .div_pay {
    width: 60% !important;
  }

  .spark-casino-pan .bet-casino-box .casino-beting-cart .bet_cash_box {
    width: 100% !important;
    line-height: 40px !important;
  }
}

@media screen and (max-width: 670px) {
  .spark-casino-pan .casino-cart-title {
    display: none;
  }
}

.spark-casino-pan > .show-cash {
  padding-top: 20px;
  margin-top: 0 !important;
}

.spark-casino-pan > .show-cash .now-cash {
  font-size: 16px;
  color: #fffc;
}

.spark-casino-pan .casino-odds {
  color: #ffff00cf;
}

.spark-casino-pan .bet-kind.baccarat div {
  width: 50%;
}

.spark-casino-pan .bet-kind.baccarat .banker-pair,
.spark-casino-pan .bet-kind.baccarat .player-pair {
  width: 75%;
}

.spark-casino-pan .bet-kind.dragontiger div,
.spark-casino-pan .bet-kind.dragontiger .casino-bating {
  width: 50%;
}

.spark-casino-pan .bet-kind.dice > div,
.spark-casino-pan .bet-kind.dice .casino-bating {
  width: 50%;
}

.spark-casino-pan .bet-kind.dice > div .player,
.spark-casino-pan .bet-kind.dice > div .banker,
.spark-casino-pan .bet-kind.dice .casino-bating .player,
.spark-casino-pan .bet-kind.dice .casino-bating .banker {
  width: 75%;
}

.spark-casino-pan .bet-kind.dice > div .dice3,
.spark-casino-pan .bet-kind.dice .casino-bating .dice3 {
  width: 50%;
}

.spark-casino-pan .bet-kind.samchigi .samchigi3,
.spark-casino-pan .bet-kind.samchigi .casino-bating {
  width: 50%;
}

.spark-casino-pan .bet-kind.samchigi > .bet-wrap {
  width: 33.33%;
  display: inline-block;
  box-sizing: border-box;
}

.spark-casino-pan .bet-kind.samchigi > .bet-wrap > div {
  width: 100%;
  display: block;
  height: 40px;
}

.spark-casino-pan .bet-kind.samchigi > .bet-wrap > div > .bet {
  width: 50%;
  height: 40px;
  border-top: none;
  border-bottom: none;
}

.spark-casino-pan .bet {
  border-top: solid 1.5px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1.5px rgba(255, 255, 255, 0.3);
  border-left: solid 1.5px rgba(255, 255, 255, 0.2);
  border-right: solid 1.5px rgba(255, 255, 255, 0.2);
}

.spark-casino-pan .bet-kind .casino-bating {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  height: 80px;
  overflow: hidden;
  border-top: solid 1.5px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1.5px rgba(255, 255, 255, 0.3);
  border-left: solid 1.5px rgba(255, 255, 255, 0.2);
  border-right: solid 1.5px rgba(255, 255, 255, 0.2);
  position: relative;
  cursor: pointer;
  line-height: 80px;
  background: #232a2f;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 670px) {
  .spark-casino-pan .bet-kind .casino-bating {
    display: none;
  }
}

.spark-casino-pan .bet-kind .player-pair {
  margin-left: -2px;
}

.spark-casino-pan .bet-kind .player,
.spark-casino-pan .bet-kind .player-pair,
.spark-casino-pan .bet-kind .dragon {
  color: #72b8ffbf;
}

.spark-casino-pan .bet-kind .banker,
.spark-casino-pan .bet-kind .banker-pair,
.spark-casino-pan .bet-kind .tiger {
  color: #ff6f6fbf;
}

.spark-casino-pan .bet-kind .tie {
  color: #27ff00bf;
}

.spark-casino-pan .bet-kind > div:first-child {
  border-left: solid 1.5px rgba(255, 255, 255, 0.3);
}

.spark-casino-pan .bet-kind > div:last-child {
  border-right: solid 1.5px rgba(255, 255, 255, 0.3);
}

.spark-casino-pan .bet-kind div.bet {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  height: 80px;
  overflow: hidden;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.spark-casino-pan .bet-kind div.bet > .bet-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.spark-casino-pan .bet-kind div.bet > .bet-wrap > p {
  display: table-cell;
  vertical-align: middle;
}

.spark-casino-pan .bet-kind div.bet > .bet-wrap > p .casino-odds {
  display: block;
  height: 30%;
  line-height: 23px;
}

.spark-casino-pan .bet-kind div.bet > .bet-wrap > p span {
  height: 70%;
  display: inline-block;
  width: 100%;
  line-height: 53px;
  color: #8e8e8e;
  background: linear-gradient(to bottom, #2d3239, #242526);
}

.spark-casino-pan .bet-kind div.bet > .bet-wrap > p .casino-batingname {
  font-size: 22px;
  border-top: 1px solid #444242;
}

@media screen and (max-width: 670px) {
  .spark-casino-pan .bet-kind div.bet .bet-wrap .casino-batingname {
    font-size: 15px !important;
  }

  .spark-casino-pan .bet-kind div.bet .bet-wrap .casino-odds {
    font-size: 11px !important;
  }
}

.spark-casino-pan .bet-kind div.bet:hover .casino-odds,
.spark-casino-pan .bet-kind div.active .casino-odds {
  background: linear-gradient(to top, #15636e, #21252f) !important;
  color: white !important;
  font-size: 16px !important;
}

.spark-casino-pan .bet-kind div.bet:hover .casino-batingname,
.spark-casino-pan .bet-kind div.active .casino-batingname {
  box-shadow: 0px 0px 13px 2px #00c4ff inset;
  color: white !important;
  background: #21242f !important;
}

.spark-casino-pan .bet-info {
  background: #0f0f14;
  text-align: center;
  position: relative;
  height: 79px;
}

.spark-casino-pan .bet-info .video-refresh {
  position: absolute;
  top: 20px;
  right: 10px;
}

.spark-casino-pan .bet-info .video-refresh > button {
  height: 40px;
  width: 100%;
  background: #2d343b;
  border: 1px solid #3f3f43;
  border-radius: 5px;
  transition: 200ms all;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;
  color: #c8c8c7;
  padding: 7px;
}

.spark-casino-pan .bet-info .casino-total-money {
  font-size: 42px;
  line-height: 100%;
  margin-top: 0px !important;
}

.spark-casino-pan .bet-info .casino-total-money .now-cash {
  color: #e69928;
  font-size: 35px;
  margin-top: 10px;
}

.spark-casino-pan .bet-info .casino-money {
  position: absolute;
  top: 20px;
  left: 10px;
}

.spark-casino-pan .bet-info .casino-money .title {
  height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 39px;
  color: white;
}

.spark-casino-pan .bet-info .casino-money .now-cash {
  height: 40px;
  width: 100%;
  line-height: 40px;
}

.spark-casino-pan .bet-info > div {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spark-casino-pan .bet-info > div .title {
  color: #fffa;
}

.spark-casino-pan .bet-info > div .casino-bet-cash {
  background: #4446;
  border: 1px solid #fffa;
  height: 25px;
  width: 75px;
  margin-right: 3px;
  box-sizing: border-box;
}

.spark-casino-pan .bet-info > div .casino-bet-btn {
  width: 80px;
  height: 25px;
  background-color: #005aa7ee;
}

.spark-casino-pan .bet-info > div .cash-clear-btn {
  padding: 0 13px;
  height: 25px;
  background-color: #e64848ee;
  margin-left: 3px;
  margin-right: 8px;
}

.spark-casino-pan .bet-info > div .bet-plus-btn {
  padding: 0 13px;
  height: 25px;
  background-color: transparent;
  border: solid 1px #fff;
  margin: 0 3px;
  opacity: 0.65;
}

.spark-casino-pan .bet-info .bet-blue {
  color: #72b8ff;
}

.spark-casino-pan .bet-info .bet-red {
  color: #ff6f6f;
}

.spark-casino-pan .bet-info .bet-green {
  color: #27ff00;
}

@media screen and (max-width: 670px) {
  .spark-casino-pan .spark-casino-pan {
    font-size: 12px;
  }
}

@media screen and (max-width: 980px) {
  .bet-info .casino-money {
    left: 18px !important;
  }

  .bet-info .now-cash {
    font-size: 25px !important;
  }

  .bet-info .video-refresh {
    top: 23px !important;
  }

  .bet-info .video-refresh button {
    font-size: 12px !important;
    padding: 0px !important;
    height: 30px !important;
  }
}

.casino-bet-lists .refresh {
  float: right;
  cursor: pointer;
  margin-right: 25px;
}

.casino-bet-lists .empty {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #444;
  text-align: center;
}

.casino-bet-list {
  color: #9c9b9b;
  text-align: center;
}

.casino-bet-list.title {
  color: white;
  background: #222227;
  border: 1px solid #7e7e7e;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  text-align: center;
}

.casino-bet-list .bet-blue {
  color: #72b8ff;
}

.casino-bet-list .bet-red {
  color: #ff6f6f;
}

.casino-bet-list .bet-green {
  color: #42e924;
}

.casino-bet-list .odds {
  color: #ffdf00;
}

.casino-bet-list > ul {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #444;
}

.casino-bet-list > ul li {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}

.casino-bet-list > ul li:nth-child(1) {
  width: 20%;
}

.casino-bet-list > ul li:nth-child(2) {
  width: 20%;
}

.casino-bet-list > ul li:nth-child(3) {
  width: 25%;
}

.casino-bet-list > ul li:nth-child(4) {
  width: 20%;
}

.casino-bet-list > ul li:nth-child(5) {
  width: 15%;
}

.casino-bet-list > ul:after {
  content: "";
  clear: both;
  display: inline-block;
}

.casino-bet-list .wait {
  background-color: #555;
  color: white;
}

.casino-bet-list .hit {
  background-color: #2272d4;
  color: white;
}

.casino-bet-list .nohit {
  color: white;
  background-color: #e64848;
}

.casino-bet-list .cancle {
  color: white;
  background-color: #d88d1e;
}

.casino-betting-wrap {
  width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
}

ul.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

ul.pagination .active {
  background-color: #555;
  border-radius: 3px;
}

ul.pagination li {
  float: left;
  border: 1px solid #666;
}

ul.pagination li a {
  display: block;
  width: 30px;
  height: 28px;
  line-height: 30px;
}

ul.pagination li span {
  display: block;
  width: 30px;
  height: 28px;
  line-height: 30px;
}

.pagination-wrap {
  text-align: center;
  display: flex;
  margin: 30px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  background-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .slick-arrow:hover {
    color: #f1c401;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  margin: 0;
  padding: 15px;
  list-style-type: none;
  position: absolute;
  right: 0px;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fffa;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #666;
}

@media screen and (max-width: 980px) {
  .slick-dots {
    align-items: flex-end;
  }
}

.slick-sport {
  height: 100px;
  margin-bottom: 10px;
  border: 2px solid #e3a312a1;
  background: #0e0f10;
}

.slick-sport .slick-prev,
.slick-sport .slick-next {
  display: none !important;
}

.slick-sport .menu-slider {
  background: #0e0f10;
  height: 100px;
  margin: 0px;
}

.slick-sport .menu-slider .slick-list {
  height: 100px;
  padding-left: 10px;
}

.slick-sport .menu-slider .slick-list .slick-track {
  height: 100%;
}

.slick-sport .menu-slider .slick-slide {
  padding: 0px 10px;
}

.slick-sport .menu-slider .slick-slide > div {
  width: 100%;
  height: 100%;
}

.slick-sport .menu-slider .slick-slide a {
  text-align: center;
  width: 100%;
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  outline: 0;
}

.slick-sport .menu-slider .slick-slide a .slick-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
}

.slick-sport .menu-slider .slick-slide a .slick-item span {
  width: 100%;
  display: block;
  color: #a6a6a6;
}

.slick-sport .menu-slider .slick-slide a .slick-item .slick-imgwrap {
  color: #fff;
}

.slick-sport .menu-slider .slick-slide a .slick-item .sports-count {
  color: white;
  display: block;
}

.slick-sport .menu-slider .slick-slide a .slick-item .sport-name {
  margin-bottom: 5px;
}

.slick-sport .menu-slider .slick-slide a .slick-item img {
  width: 20px;
}

.slick-sport .menu-slider .slick-slide a .slick-item:hover .sport-name {
  color: #fb8b01;
}

.slick-sport .menu-slider .slick-slide a.active .sport-name {
  color: #fea231;
}

@media (hover: hover) and (pointer: fine) {
  .slick-sport .menu-slider a:hover {
    color: #f1c401;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.top-menu-mobile-wrap {
  background-color: rgba(255, 255, 255, 0.05);
  display: none;
  margin-bottom: 3px;
}

.top-menu-mobile-wrap .top-menu-mobile {
  margin: 0 30px;
}

.top-menu-mobile-wrap .top-menu-mobile a {
  text-align: center;
  height: 40px;
  line-height: 40px;
  outline: 0;
}

.top-menu-mobile-wrap .top-menu-mobile a > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-menu-mobile-wrap .top-menu-mobile a i {
  color: #fffd !important;
}

.top-menu-mobile-wrap .top-menu-mobile a img {
  margin-right: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .top-menu-mobile-wrap .top-menu-mobile a:hover {
    color: #f1c401;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.top-menu-mobile-wrap .top-menu-mobile a.active {
  color: #f1c401;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
}

.top-menu-mobile-wrap .top-menu-prev {
  float: left;
  height: 40px;
  width: 30px;
}

.top-menu-mobile-wrap .top-menu-next {
  float: right;
  height: 40px;
  width: 30px;
}

@media only screen and (max-width: 1280px) {
  body {
    margin: 0px;
  }

  body .content-wrap {
    margin-left: 0px;
  }

  body .content-wrap .content {
    padding-left: 0px;
    width: 100%;
  }

  body .left-sidebar {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  html {
    font-size: 11px;
  }

  body {
    overflow-x: hidden;
  }

  body .content-wrap {
    margin-right: 0px;
  }

  body .content-wrap .content {
    padding-right: 0px;
    width: 100%;
  }

  body .right-sidebar {
    display: none;
  }

  body .mobile-menu-button {
    display: block;
    height: 100%;
    padding: 0px;
    line-height: 60px;
  }

  body .mobile-menu-button i {
    width: 47px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    background: #154263;
    border-radius: 7px;
    transition: 200ms all;
    box-shadow: #070e27 4px 4px 6px -6px, #486c86 1px 1px 4px -2px inset;
  }

  body .mobile-cart-button {
    display: block;
    height: 100%;
    padding: 0px;
    line-height: 60px;
  }

  body .mobile-cart-button i {
    width: 47px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    border-radius: 7px;
    transition: 200ms all;
    background: #154263;
    box-shadow: #070e27 4px 4px 6px -6px, #486c86 1px 1px 4px -2px inset;
  }

  body .mobile-cart-bottom-button {
    display: block;
  }

  body nav.navbar {
    text-align: center;
    height: 74px;
    width: 100%;
    margin-bottom: 10px;
  }

  body nav.navbar .navbar-brand-wrap {
    width: inherit;
  }

  body nav.navbar .navbar-brand-wrap .navbar-brand {
    position: inherit;
    padding-bottom: 0px;
    padding: 0;
  }

  body nav.navbar .navbar-brand-wrap .navbar-brand img {
    /*height: 50px;*/
    width: auto;
  }

  body nav.navbar .top-menu {
    display: none;
  }

  body .top-menu-mobile-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px;
    height: 50px !important;
  }

  body .top-menu-mobile-wrap .top-menu-prev,
  body .top-menu-mobile-wrap .top-menu-next {
    height: 50px;
  }

  body .top-menu-mobile-wrap .top-menu-mobile {
    line-height: 50px;
  }

  body .top-menu-mobile-wrap .top-menu-mobile a:hover {
    color: white;
    background-color: transparent;
  }

  body .top-menu-mobile-wrap .top-menu-mobile a.active {
    border-top: 10px solid #154263;
    background: linear-gradient(to top, #1c1e21, #154263);
    color: white;
    line-height: 35px;
  }

  .box-content li.fast-input:nth-child(2n-1) {
    height: 80px;
    line-height: 80px;
  }

  .box-content li.fast-input:nth-child(2n) {
    height: 80px;
    line-height: 30px;
    padding: 4px 0;
    padding-left: 10px;
  }
}

.flag > img.leg_img {
  display: block;
  margin-right: 0px;
}

.flag {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 2px 5px 14px 0px rgba(0, 0, 0, 0.4);
}

.flag-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.3) 65%, rgba(0, 0, 0, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?77206a6bb316fa0aded5083cc57f92b9);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot?77206a6bb316fa0aded5083cc57f92b9) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?7a3337626410ca2f40718481c755640f) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff?bb58e57c48a3e911f15fa834ff00d44a) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?491974d108fe4002b2aaf7ffc48249a0) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg?4689f52cc96215721344e51e5831eec1) format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?9bbb245e67a133f6e486d8d2545e14a5);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot?9bbb245e67a133f6e486d8d2545e14a5) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?1551f4f60c37af51121f106501f69b80) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff?eeccf4f66002c6f2ba24d3d22f2434c2) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?be9ee23c0c6390141475d519c2c5fb8f) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg?7a8b4f130182d19a2d7c67d80c090397) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453);
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot?23f19bb08961f37aaf692ff943823453) format("embedded-opentype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?d878b0a6a1144760244ff0665888404c) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff?2285773e6b4b172f07d9b777c81b0775) format("woff"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?527940b104eb2ea366c8630f3f038603) format("truetype"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg?2f517e09eb2ca6650ff5bec5a95157ab) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}


