:root {
  --theme-color: #a1785c;
  --body-bg: #000000;
  --body-color: #878D97;
  --title-color: #c4a88d;
  --secondary-color: #54443b;
  --smoke-color: #eef4ff;
  --light-color: #f0cfb0;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #50433c;
  --title-font: 'Pretendard';
  --body-font: 'Pretendard';
  --body-font: 'Pretendard';
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 60px;
  --section-space-mobile: 60px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --placeholdercolor: #b48b7a;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  background-color: var(--body-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  max-width: 1900px;
}

iframe {
  border: none;
  width: 100%;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: none;
}

li {
  list-style: none;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 6px 8px;
}

a {
  color: var(--title-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a:hover {
  color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  color: var(--light-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 36px;
}

.h4,
h4 {
  font-size: 32px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

/* Large devices */
@media only screen and (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 36px;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 26px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media only screen and (max-width: 767px) {

  .h1,
  h1 {
    font-size: 36px;
  }

  .h2,
  h2 {
    font-size: 28px;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}

.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

@media only screen and (min-width: 1500px) {
  .gx-50 {
    --bs-gutter-x: 50px;
  }

  .gx-60 {
    --bs-gutter-x: 60px;
  }

  .gx-80 {
    --bs-gutter-x: 80px;
  }
}

@media only screen and (min-width: 1399px) {
  .gx-8 {
    --bs-gutter-x: 8px;
  }

  .gx-10 {
    --bs-gutter-x: 10px;
  }

  .gx-20 {
    --bs-gutter-x: 20px;
  }

  .gx-30 {
    --bs-gutter-x: 30px;
  }

  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 48px;
  padding: 0 30px 0 24px;
  border: 1px solid var(--border-color);
  color: var(--title-color) !important;
  background-color: var(--body-bg);
  border-radius: 9999px;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--body-bg);
  border: 1px solid #ebc0ae;
  outline-color: var(--theme-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--placeholdercolor) !important;
  font-size: 14px;
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--placeholdercolor) !important;
  font-size: 14px;
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--placeholdercolor) !important;
  font-size: 14px;
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--placeholdercolor) !important;
  font-size: 14px;
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--placeholdercolor) !important;
  font-size: 14px;
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--placeholdercolor) !important;
  font-size: 14px;
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--placeholdercolor) !important;
  font-size: 14px;
}

input {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type=checkbox]:checked~label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type=checkbox]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type=checkbox]~label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--body-bg);
  border: 1px solid var(--border-color);
  border: 1px solid var(--theme-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type=radio]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type=radio]~label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 0.4em;
  line-height: 18.95px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--body-bg);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type=radio]:checked~label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

.blank-input {
  border: 1px solid transparent;
  outline: 1px solid transparent;
  background-color: transparent;
}

.normal-text-box {
  height: 48px;
  padding: 0 30px 0 0px;
  line-height: 48px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
}

.form-group {
  margin-bottom: 16px;
  position: relative;
}

.form-group>i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 21px;
  font-size: 16px;
  color: #A0ABB4;
}

.form-group.has-label>i {
  top: 50px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters>.form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
  margin: 0;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 4px;
}

.form-messages>pre:last-child {
  margin-bottom: 0;
}

.form-messages>pre:first-of-type {
  margin-top: 0;
}

.form-messages.success {
  background-color: var(--success-color);
  color: var(--white-color);
  display: block;
}

.form-messages.error {
  background-color: var(--error-color);
  color: var(--white-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.form-section {
  display: block;
}

.right-input {
  width: 80%;
}

.form-label-title {
  text-align: right;
  width: 20%;
  font-size: 13px;
  padding-right: 16px;
  border-right: 1px solid var(--title-color);
  color: var(--title-color);
}

.form-label-title1 {
  text-align: right;
  width: 20%;
  font-size: 13px;
  padding-right: 16px;
  border-right: 1px solid var(--title-color);
  color: var(--title-color);
}

.form-label-title2 {
  text-align: right;
  width: 20%;
  font-size: 13px;
  padding-right: 16px;
  border-right: 1px solid var(--title-color);
  color: var(--title-color);
}

@media only screen and (max-width:576px) {
  .right-input {
    width: 70%;
  }

  .form-label-title {
    text-align: right;
    width: 30%;
    font-size: 12px;
    padding-right: 16px;
  }

  .form-label-title2 {
    text-align: right;
    width: 30%;
    font-size: 12px;
    padding-right: 16px;
  }
}

.form-money {
  text-align: left;
  min-width: 90px;
}
.form-money1 {
  min-width: 120px;
}

/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.vs-menu-wrapper .mobile-logo {
  padding-bottom: 0;
  padding-top: 32px;
  display: block;
  text-align: center;
  background-color: var(--body-bg);
}

.vs-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 28px;
  z-index: 1;
  color: var(--theme-color);
  border-radius: 50%;
  font-weight: 400 !important;
}

.vs-close {
  background-color: white;
}

.vs-menu-wrapper .vs-menu-toggle:hover {
  color: var(--white-color);
}

.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 300px;
  background-color: var(--body-bg);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
  overflow-y: scroll;
  border-right: 3px solid #3e3330;
}

.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  max-height: calc(100vh - 200px);
  padding-bottom: 20px;
  margin-top: 33px;
  text-align: left;
}

.vs-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.2);
  background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}

.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.vs-mobile-menu ul li {
  border-bottom: 1px solid var(--smoke-color);
  list-style-type: none;
}

.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}

.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--title-color);
  font-weight: 400;
}

.vs-menu-wrapper .vs-btn:hover {
  color: white !important;
}

.vs-mobile-menu ul li a:before {
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}

.vs-mobile-menu ul li.vs-active>a {
  color: var(--theme-color);
}

.vs-mobile-menu ul li.vs-active>a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}

.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  background-color: var(--theme-color);
  color: white;
  border-radius: 50%;
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
  content: "\f068";
}

.vs-mobile-menu>ul {
  padding: 0 32px;
}

.vs-mobile-menu>ul>li:last-child {
  border-bottom: none;
}

.vs-mobile-menu .text-bold {
  font-weight: 700;
}

.mobile-normal-text {
  padding: 24px 24px 0px 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--title-color);
}

.mobile-normal-text-s {
  padding: 0px 24px 24px 24px;
  font-size: 13px;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.2;
  color: var(--title-color);
}


.mobile-menu-l li {
  height: 54px !important;
  line-height: 54px;
}

.mobile-menu-img img {
  position: absolute;
  margin-top: 32px;
}

.mobile-menu-l li a {
  padding: 8px 0 8px 0 !important;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 32px;
  border: none;
  background-color: transparent;
  color: var(--white-color);
  color: var(--title-color);
  display: inline-block;
  border-radius: 0;
}

.vs-menu-toggle.style-text,
.vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.vs-menu-toggle.style-text i,
.vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

.inquery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inq-item {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border: 1px solid transparent;
}

.inq-icon-center {
  min-width: 44px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 288px;
  }

  .vs-mobile-menu>ul {
    padding: 0 20px;
  }

  .TopUserBank {
    font-size: 10px;
    padding: 0px !important;
  }
}

/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--black-color);
}

.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--black-color);
  color: var(--white-color);
  text-transform: capitalize;
}

.preloader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  background-color: var(--black-color);
  height: 100%;
  overflow: hidden;
}

.loader-logo {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  position: relative;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--secondary-color);
  color: var(--light-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 22px;
  z-index: 1;
  border-radius: 4px;
  max-width: 240px;
}

.log-out {
  text-transform: uppercase !important;
  text-align: center !important;
  font-family: var(--body-font) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 20px 20px !important;
  z-index: 1 !important;
  margin-top: 32px;
  margin-bottom: 64px !important;
}

.vs-btn>i {
  margin-right: 8px;
  vertical-align: middle;
}

.vs-btn:after,
.vs-btn:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: var(--black-color);
  background-color: yellow;
  color: var(--theme-color) !important;
  z-index: -1;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: none;
}

.vs-btn:before {
  width: 14px;
  height: 14px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.vs-btn:after {
  width: 6px;
  height: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.vs-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.vs-btn:hover:after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  opacity: 1;
  visibility: visible;
}

.vs-btn.style3,
.vs-btn.style2 {
  color: var(--theme-color);
  border: 1px solid var(--border-color);
  background-color: transparent;
}

.vs-btn.style3:after,
.vs-btn.style3:before,
.vs-btn.style2:after,
.vs-btn.style2:before {
  background-color: var(--theme-color);
}

.vs-btn.style3 {
  color: var(--white-color);
  border-color: var(--white-color);
}

.vs-btn.style3:after,
.vs-btn.style3::before {
  background-color: var(--white-color);
}

.vs-btn.style3:hover {
  color: var(--black-color);
  color: var(--theme-color);
}

.vs-btn.style4 {
  background-color: var(--white-color);
  color: var(--black-color);
}

.form-sidebtn {
  min-width: 84px;
  padding: 9px 14px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  right: 0px;
  font-size: 12px;
  font-weight: 500;
  color: var(--light-color);
  cursor: pointer;
}

.form-sidebtn1 {
  min-width: 84px;
  padding: 9px 14px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  right: 0px;
  font-size: 12px;
  font-weight: 500;
  color: var(--light-color);
  cursor: pointer;
}

.form-sidebtn-pos {
  right: 8px !important;
}

.form-sidebtn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.form-sidebtn1:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 55px);
  height: var(--btn-size, 78px);
  line-height: var(--btn-size, 76px);
  background-color: var(--icon-bg, var(--body-bg));
  color: var(--title-color);
  border: 2px solid var(--border-color);
  text-align: center;
  padding: 0;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.icon-btn.style2 {
  background-color: transparent;
  --btn-size: 60px;
  line-height: 55px;
  font-size: 18px;
}

.icon-btn.style2:Hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.link-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
}

.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.link-btn:hover {
  color: var(--theme-color);
}

.link-btn:hover::before {
  width: 100%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 10px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}

.scroll-btn i,
.scoll-item {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 40px);
  height: var(--btn-size, 40px);
  line-height: var(--btn-size, 40px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: var(--body-bg);
  background-color: var(--smoke-color);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.scroll-btn.show {
  bottom: 160px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }

  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96;
}

.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}


/* Small devices */
@media only screen and (max-width: 767px) {
  .scrollToTop {
    right: 20px;
  }

  .scrollToTop.show {
    bottom: 100px;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title2,
.sec-title {
  font-size: 48px;
  margin: -0.33em 0 64px 0;
}

.sec-title3 {
  font-size: 1.5em;
  margin: -0.33em 0 16px 0;
  font-weight: 700;
}

.sec-title4 {
  font-size: 26px;
  margin: -0.33em 0 2px 0;
  font-weight: 600;
}

.sec-title2 {
  text-transform: none;
}

.sec-title2,
.sec-title {
  margin: -0.33em 0 40px 0;
}

.sec-subtitle {
  font-size: 18px;
  letter-spacing: 0.08em;
  color: var(--title-color);
  font-weight: 700;
  display: block;
  margin: -0.4em 0 16px 0;
}

.title-area {
  margin-bottom: 16px;
}

.titlebar {
  width: 10%;
  min-width: 120px;
  height: 2px;
  background-color: #c9c9c9;
  display: block;
  position: absolute;
  margin-top: -30px;
  margin-left: 45%;
}

.title-area-wallet {
  margin-top: 16px;
  text-align: center;
  margin-bottom: calc(var(--section-title-space) - 30px);
}

.copy_clipboard {
  position: relative;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color);
  font-weight: 400;
  text-align: center;
}

.copy_clipboard_s {
  width: 32px;
}

.wl-datetime {
  font-size: 14px;
  color: var(--title-color);
  padding-left: 8px;
  font-weight: 400;
}

.vs-btn-small {
  line-height: 0;
  padding: 20px 12px;
}

.ght_td_1 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--theme-color);
}

.ght_td_1b {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.ght_td_1r {
  color: var(--light-color);
  font-size: 14px;
  line-height: 1.6;
}

.ght_td_1x {
  border-right: 1px solid transparent;
}

.text-small {
  font-size: 14px;
  padding: 0 0 !important;
}

.text-small2 {
  font-size: 13px;
  padding: 0 0 !important;
  color: #c5a48a !important;
  font-weight: 200;
}

.vs-btn-inside-table {
  height: 32px !important;
  max-width: 100px !important;
  padding: 8px 2px !important;
  line-height: 0 !important;
  margin-top: 0 !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
  font-size: 14px !important;
}

.input-text-dis {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  color: var(--theme-color);
  font-weight: 600;
}

.wl-bb {
  border-bottom: 1px solid var(--theme-color);
}

.sec-line {
  display: inline-block;
  height: 22px;
  width: 152px;
  background-color: var(--theme-color);
  -webkit-clip-path: path("M 90.552 11.123 L 152 22 L 76.112 22 L 75.888 22 L 0 22 L 61.448 11.123 L 57.521 4.449 L 75.801 0.095 L 75.801 0 L 76 0.047 L 76.199 0 L 76.199 0.095 L 94.479 4.449 L 90.552 11.123 Z");
  clip-path: path("M 90.552 11.123 L 152 22 L 76.112 22 L 75.888 22 L 0 22 L 61.448 11.123 L 57.521 4.449 L 75.801 0.095 L 75.801 0 L 76 0.047 L 76.199 0 L 76.199 0.095 L 94.479 4.449 L 90.552 11.123 Z");
  margin-bottom: 13px;
}

.sec-btns {
  margin-bottom: var(--section-title-space);
}

.sec-btns .icon-btn {
  margin-right: 5px;
}

.sec-btns .icon-btn:last-child {
  margin-right: 0;
}

.sec-bottom-btns {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.vs-carousel+.sec-bottom-btns {
  margin-top: 10px;
}

.yann-Reviews-title,
.sec-subtitle3,
.sec-subtitle2 {
  font-size: 18px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: var(--title-font);
  color: var(--title-color);
  padding: 0 0 9px 0;
  margin: 0 0 33px 0;
}

.yann-Reviews-title:before,
.sec-subtitle3:before,
.sec-subtitle2:before {
  content: "";
  width: 46px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-color);
  display: inline-block;
}

.yann-Reviews-title,
.sec-subtitle3 {
  font-size: 30px;
  padding: 0 0 12px 0;
  margin: -0.1em 0 33px 0;
  letter-spacing: 0;
}


.main-slide {
  display: block;
  position: relative;
}


.main-slide img {
  width: 100%;
}


/* Large devices */
@media only screen and (max-width: 1199px) {
  .sec-bottom-btns {
    margin-top: 30px;
  }
}

/* Medium devices */
@media only screen and (max-width: 991px) {

  .main-slide {
    padding-top: 84px;
  }

  .yann-Reviews-title,
  .sec-subtitle3 {
    font-size: 26px;
  }

  .sec-title2,
  .sec-title {
    font-size: 36px;
  }

  .sec-subtitle {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .sec-bottom-btns {
    margin-top: 10px;
  }

  .sec-btns {
    margin-bottom: 30px;
  }
}

/* Small devices */
@media only screen and (max-width: 767px) {

  .main-slide {
    padding-top: 66px;
  }

  .sec-title2,
  .sec-title {
    font-size: 32px;
    padding-top: 32px;
  }

  .sec-subtitle {
    letter-spacing: 0;
  }

  .yann-Reviews-title,
  .sec-subtitle3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .text-small2 {
    font-size: 12px;
  }
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badge {
  position: absolute;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.sec-wrap1 {
  position: relative;
  padding-bottom: 235px;
  padding-top: 29px;
}

.sec-wrap3-1.background-image {
  background-position: bottom left;
}

@media only screen and (min-width: 1921px) {
  .d-hd-none {
    display: none !important;
  }
}

/* Medium Large devices */
@media only screen and (max-width: 1399px) {
  .sec-wrap1 {
    padding-bottom: 140px;
  }

  .body-shape1 {
    height: 130px;
  }
}

/* Medium devices */
@media only screen and (max-width: 991px) {
  .sec-wrap1 {
    padding-bottom: 80px;
  }

  .body-shape1 {
    height: 80px;
  }
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

/* Small devices */
@media only screen and (max-width: 767px) {

  .fs-20,
  .fs-md {
    font-size: 16px;
  }
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-vs-light {
  background-color: var(--light-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  -webkit-animation: jumpping var(--duration, 6s) infinite linear;
          animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  -webkit-animation: rotate var(--duration, 12s) infinite linear;
          animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.rotate-reverse {
  --rotate-angle: -360deg;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

.slideinup {
  --animation-name: slideinup;
}

.slideindown {
  --animation-name: slideindown;
}

.slideinleft {
  --animation-name: slideinleft;
}

.slideinright {
  --animation-name: slideinright;
}

.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.ripple-animation {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: rotate(var(--rotate-angle, 360deg));
            transform: rotate(var(--rotate-angle, 360deg));
  }
}

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

  100% {
    -webkit-transform: rotate(var(--rotate-angle, 360deg));
            transform: rotate(var(--rotate-angle, 360deg));
  }
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadein-custom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein-custom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes jumpping {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
            transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}

@keyframes jumpping {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
            transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0 0 -10px 0;
  padding: 0;
}

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--smoke-color);
  padding: 22px 60px 20px 30px;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--title-color);
  border-radius: 0;
}

.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
  width: 40px;
  height: 40px;
  line-height: 35.5px;
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  background-color: transparent;
  right: 10px;
  top: 10px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  border: 2px solid var(--theme-color);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.widget_nav_menu li:hover>span,
.widget_pages li:hover>span,
.widget_archive li:hover>span,
.widget_categories li:hover>span {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_meta ul {
  margin: -0.5em 0 -10px 0;
  padding: 0;
  list-style-type: none;
}

.widget_meta li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 11px;
  margin-bottom: 12px;
}

.widget_meta li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.widget_meta a {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  position: relative;
}

.widget_meta a:hover {
  color: var(--theme-color);
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}


/* Large devices */
@media only screen and (max-width: 1199px) {

  .widget_nav_menu,
  .widget_pages,
  .widget_archive,
  .widget_categories {
    padding: 18px 50px 18px 20px;
    font-size: 14px;
  }

  .widget_nav_menu a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    padding: 18px 50px 18px 20px;
    font-size: 14px;
  }

  .widget_nav_menu li>span,
  .widget_pages li>span,
  .widget_archive li>span,
  .widget_categories li>span {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 14px;
  }
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  border: 1px solid var(--border-color);
  position: relative;
  margin-bottom: 40px;
}

.widget select,
.widget input {
  height: 48px;
  border: none;
  background-color: var(--input-bg, #F0F4F5);
  border-radius: 9999px;
}

.widget_title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  margin: -0.2em 0 30px 0;
  padding: 0 0 13px 0;
  font-family: var(--title-font);
  border-bottom: 1px solid var(--border-color);
}

.widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 85px;
  background-color: var(--theme-color);
}

.widget .search-form {
  position: relative;
}

.widget .search-form input {
  padding-right: 70px;
}




.widget .search-form button {
  border: none;
  background-color: transparent;
  padding: 4px 0 4px 20px;
  line-height: 1;
  color: var(--theme-color);
  border-left: 1px solid var(--theme-color);
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: 2px solid var(--border-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 22px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--title-color);
  background-color: transparent;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.wp-block-tag-cloud a:before,
.tagcloud a:before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  background-color: var(--black-color);
  width: 9px;
  height: 8px;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  border-color: transparent;
}

.wp-block-tag-cloud a:hover:before,
.tagcloud a:hover:before {
  background-color: var(--white-color);
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 20px;
  width: 80px;
}

.recent-post .media-img img {
  width: 100%;
  border-radius: 4px;
}

.recent-post .post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 -0.1em 0;
}

.recent-post .recent-post-meta {
  margin-bottom: 2px;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.sidebar-gallery:not(.vs-carousel) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}

.sidebar-gallery .gallery-thumb img {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.sidebar-gallery .gallery-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background-color: var(--theme-color);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidebar-gallery .gallery-thumb .gal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 36px;
  color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-gallery .gallery-thumb:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sidebar-gallery .gallery-thumb:hover img {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
}

.widget_shopping_cart {
  text-align: left;
}

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

.widget_shopping_cart .mini_cart_item {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 32px 110px;
  margin: 0 0 27px 0;
  min-height: 90px;
}

.widget_shopping_cart .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--title-color);
  line-height: 1;
  font-size: 18px;
}

.widget_shopping_cart .remove:hover {
  color: var(--theme-color);
}

.widget_shopping_cart .img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid var(--border-color);
}

.widget_shopping_cart .product-title {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}

.widget_shopping_cart .amount {
  display: block;
  font-weight: 600;
  color: var(--title-color);
  font-size: 16px;
}

.widget_shopping_cart .qut-btn {
  border: 1px solid var(--border-color);
  background-color: transparent;
  display: inline-block;
  background-color: transparent;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 12px;
  z-index: 1;
  position: relative;
}

.widget_shopping_cart .qut-btn:hover {
  background-color: var(--title-color);
  border-color: transparent;
  color: var(--white-color);
}

.widget_shopping_cart .qty-input {
  border: 1px solid var(--border-color);
  text-align: center;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  min-width: 40px;
  font-size: 12px;
  padding: 0;
  height: 25px;
  margin: 0 -1px;
}

.widget_shopping_cart .subtotal {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-top: 19px;
}

.widget_shopping_cart .subtotal>span:not(.amount) {
  color: var(--body-color);
  font-weight: 300;
}

.widget_shopping_cart .subtotal .amount {
  font-size: 12px;
  display: inline-block;
}

.widget_shopping_cart .total {
  color: var(--title-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 18px;
}

.widget_shopping_cart .total .amount {
  font-size: inherit;
  display: inline-block;
  color: var(--theme-color);
}

.widget_shopping_cart .vs-btn {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  margin-right: 10px;
  text-transform: capitalize;
  height: 50px;
  line-height: 47px;
  padding: 0 35px;
  background-color: var(--title-color);
  color: var(--white-color);
  font-weight: 400;
}

.widget_shopping_cart .vs-btn:hover {
  background-color: transparent;
  color: var(--title-color);

}

.widget_shopping_cart .buttons {
  margin: 0;
}

.recent-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recent-product .product-title {
  font-size: 16px;
}

.post-list ol {
  counter-reset: item;
  list-style: none;
  margin: -0.4em 0 0 0;
  padding: 0;
}

.post-list li {
  counter-increment: item;
  position: relative;
  margin: 0 0 12px 0;
  padding: 0 0 13px 30px;
  border-bottom: 1px solid var(--border-color);
}

.post-list li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 700;
}

.post-list li:last-child {
  margin-bottom: -0.35em;
  padding-bottom: 0;
  border-bottom: none;
}

.post-list li a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.post-list li a:hover {
  color: var(--theme-color);
}

/* Large devices */
@media only screen and (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }

  .recent-post .post-title {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Medium devices */
@media only screen and (max-width: 991px) {

  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}

/* Small devices */
@media only screen and (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --icon-font-size: 12px;
    top: 5px;
  }

  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }

  .post-list li {
    padding-left: 20px;
  }

  .post-list li::before {
    font-size: 16px;
  }

  .post-list li a {
    font-size: 16px;
  }

  .widget_title {
    font-size: 22px;
  }
}

/* Extra small devices */
@media only screen and (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}

.footer-logo {
  margin-bottom: 18px;
}

.footer-partners {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 4px;
}

.partner-logo {
  width: 120px;
  height: 72px;
  display: block;
}

.partner-logo-dummy {
  width: 120px;
  height: 1px;
  background-color: transparent;
  display: block;
}


.fp-title {
  width: 100%;
  text-align: center;
  color: var(--title-color);
  font-size: 1.8em;
  font-weight: 600;
}

.footer-partners img {
  width: 100%;
  scale: 0.8;
  -webkit-filter: grayscale(1.0);
          filter: grayscale(1.0);
  opacity: 0.5;
}

.footer-location {
  max-width: 300px;
  margin: -0.6em 0 14px 0;
}

.footer-contact-label {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  margin-bottom: 2px;
}

.footer-contact-info {
  margin-bottom: 12px;
}

.footer-contact-info:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .fp-title {
    font-size: 22px;
  }

  .footer-partners {
    padding: 2px 0%;
    gap: 0px;
  }

  .partner-logo {
    margin-bottom: -24px;
  }

  .partner-logo,
  .partner-logo-dummy {
    width: 100px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

.fal {
  font-weight: 400;
}

.header-logo {
  max-width: 128px;
  padding: 16px 0 16px 0px;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

.will-sticky .sticky-active.active {
  top: 0;
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  padding: 0 6px;
}

.main-menu a:hover {
  color: var(--light-color);
}

@media only screen and (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}


.main-menu>ul>li {
  margin: 0 12px;
}

.navtype-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  margin-left: 32px;
}

.navtype-1>li {
  margin: 0 8px !important;
}

.navtype-1>li>a {
  font-size: 16px;
  color: var(--title-color);
  border-radius: 4px;
  padding: 8px 12px;
  min-width: 52px;
  text-align: center;
}

@media only screen and (max-width: 1080px) {
  .navtype-1>li>a{
    padding: 8px 2px;
    min-width: 36px;
  }
}



.navtype-1>li>a:hover svg {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

.navtype-1>li>a:hover {
  color: #f3d6ba !important;
}

.navtype-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.navtype-2>li {
  margin: 0 6px !important;
}

.navtype-2>li a:hover .woncurrency {
  color: #f3d6ba !important;
}

.navtype-2>li a:hover svg {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

.navtype-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.navtype-3>li a {
  color: var(--title-color);
}

.navtype-3>li a:hover {
  color: #f3d6ba !important;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.menu-item-normal{
  padding-top: 14px !important;
}

.main-menu ul li.menu-item-has-children>a:after {
  content: "\f0d7";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 2.0px;
  left: 4.0px;
  font-size: 1.4rem;
  font-weight: 700;
}

.main-menu ul li.menu-item-has-children2>a:after {
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 2.0px;
  left: 4.0px;
  font-size: 1.4rem;
  font-weight: 700;
}

.menu-info-con {
  width: 30%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-info-con>a:after {
  content: "";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 2.0px;
  left: 4.0px;
  font-size: 1.4rem;
}

.section-line {
  width: 100%;
  height: 1px;
  background-color: var(--secondary-color);
}

.section-line-margin {
  width: 100%;
  height: 8px;
  background-color: transparent;
}

@media only screen and (max-width:480px) {
  .spacemobile {
    display: block;
    width: 100%;
    height: 24px;
  }

  label {
    font-size: 14px !important;
  }

  .sec-title3 {
    font-size: 1.3em;
  }

  .yanntitletext2 {
    font-size: 22px !important;
  }

  .form-sidebtn {
    min-width: 60px;
    padding: 8px 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    right: 0px;
    font-size: 12px;
    font-weight: 400;
    color: var(--light-color);
    cursor: pointer;
    /* margin-top: 100px; */
  }

  .form-sidebtn1 {
    min-width: 60px;
    padding: 8px 4px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    right: 0px;
    font-size: 12px;
    font-weight: 400;
    color: var(--light-color);
    cursor: pointer;
    /* margin-top: 100px; */
  }
}

.section-line-margin-large {
  width: 100%;
  height: 56px;
  background-color: transparent;
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
  background-color: var(--body-bg);
  background-color: #252525;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  background-color: black;
  -webkit-box-shadow: -3px 3px 24px -4px rgba(0, 0, 0, 0.5);
          box-shadow: -3px 3px 24px -4px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  min-width: 200px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  left: -120px;
  opacity: 0;
  z-index: -1;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: margin-top 0.0s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
  -o-transition: margin-top 0.0s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.0s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
  border-radius: 8px;
}

.sub-menutype2 {
  min-width: 160px !important;
  left: -0px !important;
  padding: 8px 8px 8px 8px !important;
}

.sub-menutype2 li {
  width: 100%;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 32px;
}

.main-menu ul.sub-menu a:hover {
  background-color: var(--title-color);
  color: var(--black-color);
  border-radius: 6px;
}

.main-menu ul.sub-menu {
  padding: 12px 12px 12px 12px;
  right: 0;
}

.sub-menutype2 li a {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 6px 6px !important;
  line-height: 20px !important;
}

.game-repair {
  margin-left: 4px;
}

.link-mt:hover>div svg {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 30px;
  width: 0px;
  height: calc(100% - 65px);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 6px 12px;
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  float: right;
}

.main-menu ul.sub-menu li.menu-item-has-children2>a:after {
  float: right;
}

.main-menu ul.sub-menu li a {
  position: relative;
}

.main-menu ul.sub-menu li a:before {
  content: "";
  position: absolute;
  top: 2.8em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  font-weight: 700;
}

.menu-info-con>a:before {
  content: "";
  position: absolute;
  top: 2.8em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  font-weight: 700;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li {
  padding: 4px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
}

.main-menu ul.mega-menu>li>a {
  display: block;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu>li>a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu>li>a:hover {
  padding-left: 0;
}

.main-menu-deposit-wrap {
  border-radius: 8px;
  padding: 6px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sub-menu-account-wrap {
  font-size: 18px;
  padding-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}

.sub-menu-account-wrap img {
  border-radius: 4px;
}

.sub-menu-account-wrap .messagebox {
  margin-left: 8px;
}


.sub-menu-account-wrap .messagebox a:hover svg {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}


.sub-menu-account-wrap .accountid {
  margin-left: 4px;
  color: var(--title-color);
}

.main-menu-deposit-wrap-login {
  background-color: var(--smoke-color);
  border-radius: 8px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.main-menu-userid img {
  margin-right: 4px;
}

.main-menu-userid {
  padding: 0px 0px 8px 0px !important;
  color: #c4a88d !important;
  font-weight: 500;
  cursor: pointer;
}

.main-menu-boxlink {
  background-color: #007f90;
  color: white !important;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 14px !important;
}

.main-menu-boxlink:hover {
  background-color: #c4a88d;
  color: white !important;
}

.main-menu-ul-innerdiv {
  padding: 4px 0px 4px 0px;
  color: var(--theme-color);
  font-weight: 600;
  font-size: 16px;
}

.main-menu-ul-innerdiv .accountid:hover {
  color: var(--light-color);
  color: black;
  background-color: transparent !important;
}

.main-menu-ul-innerdiv li svg {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  margin-right: 4px;
}

.main-menu-ul-innerdiv li a:hover svg {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}


.main-menu-ul-innerdiv img {
  border-radius: 50%;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 16px 0 0;
  line-height: 28px;
}

.header-links li:last-child {
  margin-right: 0;
}

.header-links i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
  font-size: 20px;
}

.header-links a {
  color: inherit;
  color: var(--theme-color);
}

.header-links a:hover {
  color: #00b3ff !important;
  text-decoration: none !important;
}

.header-links.style-white i,
.header-links.style-white li {
  color: var(--white-color);
  border-color: #558EFF;
}

.header-links.style2 i {
  display: inline-block;
  font-size: 14px;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.header-links.style2 i:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.header-links.style2 li {
  color: var(--white-color);
}

.header-links.style2 a:hover {
  text-decoration: underline;
  color: var(--white-color);
  color: yellow;
}

.header-layout1 .header-logo {
  border-right: 1px solid var(--border-color);
  padding-right: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-layout1 .header-top {
  padding-left: 60px;
  border-bottom: 1px solid var(--border-color);
}

.header-layout1 .menu-area {
  padding-left: 60px;
}

.header-layout2 .header-top-text {
  color: var(--white-color);
  color: darkblue;
  margin: 0;
}

.header-layout2 .header-top {
  background-color: var(--smoke-color);
  padding: 4px 0;
}

.header-layout2 .header-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.header-layout2 .menu-area {
  position: relative;
  background-color: rgba(0, 0, 0, 0.45);
}

.header-layout3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.header-layout3 .header-top {
  padding: 7.5px 0;
}

.header-layout3 .menu-area {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Extra large devices */
@media only screen and (max-width: 1500px) {
  .header-layout3 {
    position: relative;
    background-color: var(--secondary-color);
  }
}

@media only screen and (max-width: 1200px) {
  .main-menu ul {
    font-size: 14px;
  }
}

/* Medium devices */
@media only screen and (max-width: 991px) {
  .header-layout3 .menu-area {
    overflow: hidden;
  }

  .menu-info-con {
    width: 30%;
    height: 64px;
    text-align: center;
  }

  .main-menu-deposit-wrap {
    margin-right: 0px;
    height: 48px;
    margin-top: 16px;
  }

  .main-menu-boxlink {
    background-color: #007f90;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 16px !important;
    font-weight: 700;
  }

  .header-logo2 {
    max-width: 130px;
    padding: 15px 30px 15px 0;
  }

  .header-logo2:before {
    -webkit-clip-path: none;
    clip-path: none;
    top: 0;
    bottom: 0;
    right: 0;
    width: 9999px;
    left: auto;
  }

  .header-layout1 .header-top {
    padding: 20px 0;
    text-align: center;

    display: none !important;

  }

  .header-links li {
    margin: 0px 25px 0 0;
  }

  .mobile-only ul li {
    height: 48px;
    text-align: left;
    padding-left: 16px;
    font-size: 16px !important;
  }

  .wl-text {
    padding-top: 8px;
    font-size: 14px;
  }
}

/* Small devices */
@media only screen and (max-width: 767px) {
  .header-logo {
    max-width: 108px;
  }

  .header-logo2 {
    max-width: 110px;
    padding: 15px 13px 15px 0;
  }

  .header-layout3 .header-top {
    display: none !important;
    padding: 15px 0;
  }
}

/* Extra small devices */
@media only screen and (max-width: 575px) {

  .header-logo {
    max-width: 88px;
  }

  .header-links li {
    display: block;
    margin: 0 0 10px 0;
  }

  .header-links li:last-child {
    margin-bottom: 0;
  }

  .header-links.style2 i {
    width: auto;
    height: auto;
    line-height: 1;
    background-color: transparent;
    border-radius: 0;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 8px;
  padding-bottom: 0px;
}

.copyright-wrap {
  text-align: center;
  padding: 0px 0 24px 0;
}

.footer-18 {
  font-size: 2.4em;
  color: #b39d8a;
  color: #e0e0e0;
  font-weight: 600;
}

.copyright-text {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 16px;
  color: #a89c8e;
}

.copyright-text a {
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  padding: 8px 16px;
}

.copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-menu ul {
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
}

.copyright-menu a {
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.2);
}

.copyright-menu a:hover {
  color: var(--theme-color);
}

.footer-top1 {
  width: 100%;
  height: 4px;
  background-color: rgba(97, 91, 82, 0.25);
  display: block;
}

.footer-top2 {
  width: 100%;
  height: 4px;
  background-color: rgba(97, 91, 82, 0.5);
  display: block;
}

.footer-top3 {
  width: 100%;
  height: 4px;
  background-color: rgba(97, 91, 82, 0.75);
  display: block;
}

.footer-layout1 {
  --body-color: #fff;
  --title-color: #fff;
}

.footer-layout1 .widget-area {
  text-align: center;
  padding-bottom: 0;
}

.footer-layout1 .sidebar-gallery {
  max-width: 880px;
  margin: 0 auto 40px auto;
}

.footer-layout1 .footer-text {
  font-size: 14px;
  margin: 0 auto 0px auto;
  text-align: justify;
  color: #b8a387;
  padding: 8px 16px;
  line-height: 1.2;
  border-radius: 16px;
}

.footer-layout2 {
  background-color: var(--secondary-color);

  font-size: 18px;
}

.footer-layout2 .footer-top {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-layout2 .copyright-wrap {
  background-color: rgba(0, 0, 0, 0.15);
}

/* Large devices */
@media only screen and (max-width: 1199px) {
  .footer-layout2 {
    font-size: 16px;
  }
}

/* Medium devices */
@media only screen and (max-width: 991px) {
  .footer-layout1 .widget-area {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .footer-layout1 .copyright-menu a {
    font-size: 13px !important;
  }

  .footer-layout1 .footer-text {
    font-size: 13px;
    max-width: 760px;
    margin: 0 auto 0px auto;
    text-align: justify;
    padding: 8px 16px;
    line-height: 1.2;
  }

  .footer-layout1 .copyright-text {
    font-size: 12px;
  }
}

/* Extra small devices */
@media only screen and (max-width: 575px) {
  .copyright-menu a {
    font-size: 13px;
  }

  .footer-layout1 .footer-text {
    font-size: 12px;
    max-width: 460px;
    margin: 0 0;
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  margin-bottom: 30px;
}

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

.vs-pagination span,
.vs-pagination a {
  position: relative;
  display: inline-block;
  text-align: center;
  border: none;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  min-width: 32px;
  min-height: 32px;
  line-height: 30px;
  padding: 0 10px;
  z-index: 1;
  border: 1px solid var(--border-color);
  text-transform: uppercase;
}

.vs-pagination span i,
.vs-pagination a i {
  margin-left: 2px;
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

.vs-pagination li {
  display: inline-block;
  margin: 0 1px;
  list-style-type: none;
}

.vs-pagination li:first-child a,
.vs-pagination li:last-child a {
  padding: 0 16px;
}

.vs-pagination li:first-child a:before,
.vs-pagination li:last-child a:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme-color);
  background-color: transparent;
  width: 15px;
  height: 11px;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.vs-pagination li:last-child {
  margin-right: 0;
}

.vs-pagination li:first-child {
  margin-left: 0;
}

/* Small devices */
@media only screen and (max-width: 767px) {

  .vs-pagination span,
  .vs-pagination a {
    min-width: 35px;
    min-height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 10px;
  }

  .vs-pagination li:first-child a,
  .vs-pagination li:last-child a {
    padding: 0 10px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
.ls-btn-group .vs-btn {
  margin-right: 20px;
}

.ls-btn-group .vs-btn:last-child {
  margin-right: 1px;
}

.ls-layer .body-shape1 {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .ls-btn-group .vs-btn {
    padding: 17px 27px;
  }
}

@media only screen and (max-width: 767px) {
  .ls-btn-group .vs-btn {
    padding: 12px 18px;
    font-size: 12px;
    margin-right: 15px;
  }

  .ls-btn-group .vs-btn:before {
    width: 10px;
    height: 10px;
    right: 3px;
    bottom: 3px;
  }
}

/*------------------- 4.9. Error  -------------------*/
.vs-error-wrapper {
  background-color: var(--theme-color);
}

.error-number {
  font-size: 250px;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin: -0.26em 0 0 0;
  color: var(--white-color);
}

.error-number .zero {
  color: var(--theme-color);
  font-size: 1.4em;
}

.error-title {
  text-transform: uppercase;
  font-size: 50px;
  margin: -0.3em 0 5px 0;
  color: var(--white-color);
}

.error-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 40px;
}

.error-content {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 90px 0;
}

.search-inline {
  position: relative;
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 650px;
}

.search-inline input {
  background-color: transparent;
  border: 2px solid var(--white-color);
  border-radius: 0;
  height: 66px;
  padding: 0 0 0 40px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}

.search-inline input::-moz-placeholder {
  color: var(--white-color);
}

.search-inline input::-webkit-input-placeholder {
  color: var(--white-color);
}

.search-inline input:-ms-input-placeholder {
  color: var(--white-color);
}

.search-inline input::-ms-input-placeholder {
  color: var(--white-color);
}

.search-inline input::placeholder {
  color: var(--white-color);
}

.search-inline input:focus {
  background-color: transparent;
  border-color: var(--white-color);
  color: var(--white-color);
}

.search-inline button {
  position: absolute;
  right: 9px;
  top: 8px;
  border: none;
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.search-inline button:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/* Large devices */
@media only screen and (max-width: 1199px) {
  .error-content {
    padding: 80px 30px;
  }

  .error-number {
    font-size: 180px;
  }
}

/* Medium devices */
@media only screen and (max-width: 991px) {
  .error-title {
    font-size: 40px;
  }
}

/* Small devices */
@media only screen and (max-width: 767px) {
  .error-content {
    padding: 50px 20px;
  }

  .error-number {
    font-size: 110px;
    margin-bottom: 15px;
  }

  .error-title {
    font-size: 26px;
  }

  .error-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .error-content {
    padding: 80px 20px;
  }

  .search-inline input {
    padding: 0 0 0 25px;
    font-size: 16px;
    font-size: 14px;
  }
}

/*------------------- 4.10. About  -------------------*/
.list-style1 ul {
  margin: 0 0 40px 0;
}

.list-style1 li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 27px;
}

.list-style1 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
}

.list-style2 ul {
  margin: 0 0 0 30px 0;
}

.list-style2 li {
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 8px;
  position: relative;
  padding-left: 40px;
}

.list-style2 li>img {
  position: absolute;
  left: 0;
  top: 1px;
}

.list-style2.layout2 li {
  font-weight: 400;
}

.about-box1 {
  margin-bottom: 30px;
}

.yanntitletext {
  color: white;
  line-height: 1.3;
  text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.9);
  font-weight: 600;
}

.yanntitletext2 {
  color: var(--theme-color);
  line-height: 1.3;
  text-shadow: 4px 2px 4px rgba(0, 0, 0, 0.9);
  font-weight: 500;
  text-align: center !important;
  font-size: 2.0em;
  margin-top: 48px;
}

.main_banner .about-box1 {
  padding: 32px 0px 32px 24px;
  margin-bottom: 0;
  border-radius: 16px;
}

.main-title {
  color: white;
  line-height: 1.1;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
}

.main_banner .container {
  max-width: none !important;
  padding: 0 60px;
}

.header-top .container,
header .container {
  max-width: 1900px !important;
  padding: 0 32px;
  border-bottom: 1px solid #4d3a32;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);

  z-index: 99999 !important;
}

.about-section.main_banner {
  padding: 200px 0px 120px 0px !important;
  margin-top: -88px;
  min-height: 300px !important;
}

.about-section.sub_banner {
  padding: 60px 0px 0px 0px !important;
}

@media only screen and (min-width:1280px) {
  .about-section.main_banner {
    padding: 200px 0px 140px 0px !important;
  }
}

@media only screen and (min-width:1441px) {
  .about-section.main_banner {
    padding: 200px 0px 140px 0px !important;
  }
}

@media only screen and (min-width:1600px) {
  .about-section.main_banner {
    padding: 200px 0px 140px 0px !important;
  }
}

@media only screen and (max-width:480px) {
  .about-section.main_banner {
    padding: 120px 0px 120px 0px !important;
  }

  .main_banner .about-box1 {
    padding: 24px 16px;
  }
}

.about-box1 .about-text {
  max-width: 400px;
  font-size: 18px;
  color: var(--theme-color);
}

.about-box1 .list-style2 {
  margin-top: 8px;
}

.img-box2 {
  position: relative;
  margin: -20px 0 30px 0;
  padding: 0 0 200px 0;
}

.img-box2 .img-2 {
  position: absolute;
  left: -95px;
  top: 0;
}

.img-box3 {
  margin: 100px 0 30px 0;
  position: relative;
}

/* Extra large devices */
@media only screen and (max-width: 1500px) {
  .about-box1 .about-text {
    max-width: 100%;
  }

  .about-box1 .list-style2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .img-box2 {
    margin: 0 0 30px 0;
    padding-bottom: 130px;
  }

  .img-box2 .img-2 {
    left: 0;
  }
}

/* Large devices */
@media only screen and (max-width: 1199px) {
  .img-box3 {
    margin: 0 0 30px 0;
  }
}

/* Medium devices */
@media only screen and (max-width: 991px) {
  .img-box2 {
    margin: 0 0 30px 0;
  }

  .img-box2 .img-2 {
    left: 0;
    -webkit-animation: none;
            animation: none;
  }


  .container,
  .container-md,
  .container-sm {
    max-width: 840px !important;
  }

}

/* Small devices */
@media only screen and (max-width: 767px) {
  .about-box1 .about-text {
    font-size: 16px;
  }

  .img-box2 {
    padding: 0 0 200px 0;
  }

  .main_banner .container,
  .header-top .container,
  header .container {
    padding: 0 20px;
  }
}

.match-style3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: transparent;
  width: 100%;
}

.match-style3:last-child {
  margin-bottom: 30px;
}

.match-style3 .match-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid var(--smoke-color);
  border-top: none;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.match-style3 .match-team {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 220px;
  text-align: center;
}

.match-style3 .team-name {
  background-color: var(--smoke-color);
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
  line-height: 1;
  margin: 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.match-style3 .team-logo {
  padding: 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--smoke-color);
}

.match-style3 .match-verses {
  position: relative;
  width: 3px;
  background-color: var(--smoke-color);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.match-style3 .match-verses .text {
  width: 50px;
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 61.9%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--body-bg);
  color: var(--title-color);
  border: 3px solid var(--smoke-color);
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.match-style3 .match-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 3px solid var(--smoke-color);
  border-left: none;
  padding: 0 40px 0 40px;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-color: var(--smoke-color);
}

.match-style3 .match-label {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: -0.4em 0 5px 0;
  color: #007f90;
}

.match-style3 .match-name {
  font-size: 26px;
  margin-bottom: 25px;
}

.match-style3 .match-date {
  background-color: var(--secondary-color);
  background-color: var(--theme-color);
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 700;
  margin: 0;
  padding: 9.5px 20px;
  line-height: 1;
  min-width: 180px;
}

.match-style3 .vs-btn {
  height: 68px;
  width: 100px;
  line-height: 68px;
  white-space: nowrap;
  padding: 0;
  overflow: hidden;
}

.match-style3 .vs-btn2 {
  white-space: nowrap;
  padding: 2px 6px;
  overflow: hidden;
  background-color: var(--theme-color);
  color: var(--light-color);
  width: auto;
  display: block;
  max-width: 60px;
  margin: 0 auto;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 13px;
}

.match-style3 .vs-btn3 {
  white-space: nowrap;
  padding: 4px 8px;
  overflow: hidden;
  background-color: transparent;
  color: var(--theme-color);
  width: auto;
  display: block;
  max-width: 80px;
  margin: 0 auto;
  border-radius: 4px;
}

.match-style3 .vs-btn4 {
  color: #aeaeae !important;
}

.text-light {
  color: var(--light-color) !important;
}

.message-link {
  color: var(--light-color);
  font-weight: 600;
}

.message-linkr {
  color: red;
  font-weight: 600;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding: 2px 6px;
}

.message-link:hover {
  color: white;
  font-weight: 600;
}

.message-linkr:hover {
  background-color: red;
  color: white;
  font-weight: 600;
}

.match-style3 .vs-btn2:hover {
  background-color: var(--title-color);
  color: white;
}

.match-style3 .vs-btn img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(203%) contrast(103%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(203%) contrast(103%);
}

.match-style3 .vs-btn:hover img {
  -webkit-filter: none;
          filter: none
}

.match-style3:hover .team-name {
  background-color: var(--theme-color);
}

.match-style3:hover .team-name a {
  color: var(--white-color);
}

.match-style3:hover .match-verses .text,
.match-style3:hover .match-top {
  border-color: var(--theme-color);
}

.match-style3:hover .match-verses {
  background-color: var(--theme-color);
}

.match-style3:hover .match-body {
  border-color: var(--theme-color);
}

.match-details {
  display: block;
}

.match-details .match-date {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: -0.4em 0 7px 0;
  text-align: center;
}

.match-details .match-date .time {
  color: var(--title-color);
}

.match-details .match-title {
  text-align: center;
  margin-bottom: 32px;
}

.match-details>.vs-btn {
  margin: 0 auto 50px auto;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  display: block;
}

/* Medium Large devices */
@media only screen and (max-width: 1399px) {

  .match-style3 .match-body {
    padding: 0px 30px 0 30px;
  }

  .match-style3 .match-name {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .match-style3 .match-label {
    font-size: 16px;
  }

  .match-style3:hover .vs-btn {
    width: 180px;
  }

  .match-style3 .match-body {
    padding: 16px 30px;
  }

  .match-style3 .vs-btn {
    width: 180px;
    height: 60px;
    line-height: 60px;
  }

  .match-style3 .vs-btn i {
    left: 0;
    font-size: inherit;
  }
}

/* Small devices */
@media only screen and (max-width: 767px) {
  .match-style3 .match-body {
    display: block;
    text-align: center;
  }

  .match-style3 .match-body .vs-btn {
    margin-top: 25px;
  }
}

/* Extra small devices */
@media only screen and (max-width: 575px) {
  .match-style3 .team-logo {
    padding: 8px 8px;
  }

  .match-style3 .team-name a {
    font-size: 14px !important;
  }

  .match-style3 .match-team {
    width: 30%;
  }


  .match-style3 .match-body {
    display: block;
    padding: 20px 8px;
  }

  .match-style3 {
    zoom: 0.95;
  }

  .match-style3 .match-label {
    font-size: 13px;
  }

  .match-style3 .match-name {
    font-size: 16px;
  }

  .match-style3 .match-body .vs-btn {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 360px) {
  .match-style3 {
    zoom: 0.9;
  }
}

@media only screen and (max-width: 320px) {
  .match-style3 {
    zoom: 0.8;
  }
}


/* Medium devices */
@media only screen and (max-width: 991px) {

  .main_banner_img {
    width: 50% !important;
  }
}

/* Small devices */
@media only screen and (max-width: 767px) {
  .img-box1 {
    margin-bottom: 20px;
  }
}

/* Small devices */
@media only screen and (max-width: 480px) {
  .img-box1 {
    margin-top: 36px;
  }

  .main_banner_img {
    width: 100% !important;
  }
}

/*------------------- 4.18. Form Styles  -------------------*/
.form-style1 textarea,
.form-style1 input,
.form-style1 select {
  height: 75px;
  border: 2px solid #d4d4e0;
  color: var(--white-color);
  font-weight: 600;
  background-color: transparent;
}

.form-style1 textarea::-moz-placeholder,
.form-style1 input::-moz-placeholder,
.form-style1 select::-moz-placeholder {
  color: var(--white-color);
}

.form-style1 textarea::-moz-placeholder,
.form-style1 input::-moz-placeholder,
.form-style1 select::-moz-placeholder {
  color: var(--white-color);
}

.form-style1 textarea::-webkit-input-placeholder, .form-style1 input::-webkit-input-placeholder, .form-style1 select::-webkit-input-placeholder {
  color: var(--white-color);
}

.form-style1 textarea::-moz-placeholder, .form-style1 input::-moz-placeholder, .form-style1 select::-moz-placeholder {
  color: var(--white-color);
}

.form-style1 textarea:-ms-input-placeholder, .form-style1 input:-ms-input-placeholder, .form-style1 select:-ms-input-placeholder {
  color: var(--white-color);
}

.form-style1 textarea::-ms-input-placeholder, .form-style1 input::-ms-input-placeholder, .form-style1 select::-ms-input-placeholder {
  color: var(--white-color);
}

.form-style1 textarea::placeholder,
.form-style1 input::placeholder,
.form-style1 select::placeholder {
  color: var(--white-color);
}

.form-style1 textarea:focus,
.form-style1 input:focus,
.form-style1 select:focus {
  color: #000;
  background-color: var(--white-color);
  border-color: transparent;
}

.form-style1 textarea:focus::-moz-placeholder,
.form-style1 input:focus::-moz-placeholder,
.form-style1 select:focus::-moz-placeholder {
  color: #000;
}

.form-style1 textarea:focus::-moz-placeholder,
.form-style1 input:focus::-moz-placeholder,
.form-style1 select:focus::-moz-placeholder {
  color: #000;
}

.form-style1 textarea:focus::-webkit-input-placeholder, .form-style1 input:focus::-webkit-input-placeholder, .form-style1 select:focus::-webkit-input-placeholder {
  color: #000;
}

.form-style1 textarea:focus::-moz-placeholder, .form-style1 input:focus::-moz-placeholder, .form-style1 select:focus::-moz-placeholder {
  color: #000;
}

.form-style1 textarea:focus:-ms-input-placeholder, .form-style1 input:focus:-ms-input-placeholder, .form-style1 select:focus:-ms-input-placeholder {
  color: #000;
}

.form-style1 textarea:focus::-ms-input-placeholder, .form-style1 input:focus::-ms-input-placeholder, .form-style1 select:focus::-ms-input-placeholder {
  color: #000;
}

.form-style1 textarea:focus::placeholder,
.form-style1 input:focus::placeholder,
.form-style1 select:focus::placeholder {
  color: #000;
}

.form-style1 select:not(:focus) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

.form-style1 textarea {
  min-height: 170px;
  padding-right: 30px;
}

.form-style1 .form-group {
  margin-bottom: 20px;
}

.form-style1 .row {
  --bs-gutter-x: 20px;
}

.form-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--theme-color);
  max-width: 934px;
  -webkit-clip-path: url(#form-clip1);
  clip-path: url(#form-clip1);
}

.form-style2 input {
  font-size: 18px;
  height: 70px;
  padding-left: 30px;
  color: #404040;
  background-color: transparent;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-style2 input::-moz-placeholder {
  color: #404040;
  color: var(--theme-color);
}

.form-style2 input::-webkit-input-placeholder {
  color: #404040;
  color: var(--theme-color);
}

.form-style2 input:-ms-input-placeholder {
  color: #404040;
  color: var(--theme-color);
}

.form-style2 input::-ms-input-placeholder {
  color: #404040;
  color: var(--theme-color);
}

.form-style2 input::placeholder {
  color: #404040;
  color: var(--theme-color);
}

.form-style2 .form-group {
  padding: 10px;
  margin-bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-wrap1 {
  background-color: var(--theme-color);
  padding: 60px;
}

.form-wrap1 .sec-title {
  color: var(--white-color);
  font-size: 48px;
  margin: -0.3em 0 3px 0;
}

.form-wrap1 .form-text {
  font-size: 18px;
  line-height: 30px;
  max-width: 460px;
  margin-bottom: -0.25em;
  color: var(--white-color);
}

.form-wrap1 .form-group {
  width: 640px;
  max-width: 100%;
}

.form-style3 {
  padding-right: 45px;
}

.form-style3 input,
.form-style3 textarea,
.form-style3 select {
  font-size: 18px;
  height: 70px;
  padding-left: 35px;
}

.form-style3 .form-group {
  line-height: 1;
}

.form-style3 textarea {
  padding-top: 25px;
  min-height: 210px;
}

/* Hight Resoulation devices */
@media only screen and (min-width: 1922px) {
  .form-shape1 {
    max-width: 50%;
  }
}

/* Extra large devices */
@media only screen and (max-width: 1500px) {
  .form-shape1 {
    max-width: 48%;
  }
}

/* Medium Large devices */
@media only screen and (max-width: 1399px) {
  .form-wrap1 {
    text-align: center;
  }

  .form-wrap1 .form-group {
    width: 100%;
    margin-top: 40px;
  }

  .form-wrap1 .form-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

/* Large devices */
@media only screen and (max-width: 1199px) {
  .form-wrap1 .sec-title {
    font-size: 42px;
  }

  .form-style3 {
    padding-right: 0;
  }
}

/* Medium devices */
@media only screen and (max-width: 991px) {
  .form-wrap1 {
    padding: 40px 20px;
  }

  .form-wrap1 .sec-title {
    font-size: 36px;
  }
}

/* Small devices */
@media only screen and (max-width: 767px) {
  .form-style2 .form-group {
    display: block;
    background-color: transparent;
    padding: 0;
  }

  .form-style2 input {
    background-color: var(--white-color);
    margin-bottom: 15px;
    height: 60px;
    padding: 0 30px 0 30px;
    font-size: 16px;
  }

  .form-wrap1 {
    padding: 40px 15px;
  }

  .form-wrap1 .sec-title {
    font-size: 32px;
  }

  .form-wrap1 .vs-btn {
    background-color: var(--white-color);
    color: var(--black-color);
    color: var(--theme-color);
  }

  .form-style3 input,
  .form-style3 textarea,
  .form-style3 select {
    font-size: 16px;
    height: 60px;
    padding-left: 20px;
  }
}

/*------------------- 4.23. Simple Sections  -------------------*/
.brand-wrap1 {
  border-top: 1px solid var(--border-color);
  padding: 100px 0;
}

.info-box {
  padding: 40px 0;
  background-color: var(--light-color);
  margin-bottom: 30px;
}

.info-box .sec-subtitle2 {
  letter-spacing: 0;
  padding: 0 0 13px 0;
  font-size: 24px;
  margin-bottom: 40px;
  margin-left: var(--box-padding-x, 40px);
  margin-right: var(--box-padding-x, 40px);
}

.text-400 {
  font-weight: 400;
}

.text-300 {
  font-weight: 300;
}

.text-400 {
  font-weight: 400;
}

.text-small {
  font-size: 16px;
  line-height: 1.2
}

@media only screen and (max-width:480px) {
  .text-small {
    font-size: 14px;
    line-height: 1.1
  }
}

/* Large devices */
@media only screen and (max-width: 1199px) {
  .brand-wrap1 {
    padding: 60px 0;
  }
}

/* Small devices */
@media only screen and (max-width: 767px) {
  .info-box .sec-subtitle2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .info-box .media-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .info-box .media-info {
    font-size: 16px;
    line-height: 1.4;
  }

  .media-style1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .media-style1 .media-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }

  .media-style1 .media-icon img {
    max-width: 16px;
  }
}

.vs-menu-wrapper.vs-menu-area::-webkit-scrollbar-button {
  background-color: var(--theme-color);
  color: var(--theme-color);
}

.vs-menu-wrapper.vs-menu-area::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  color: var(--theme-color);
}

.vs-menu-wrapper.vs-menu-area::-webkit-scrollbar-track {
  background-color: var(--theme-color);
  color: var(--theme-color);
}

/*------------------- 4.27.   -------------------*/
.yann-message,
.yann-info {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 11px 20px;
  background-color: var(--smoke-color);
  color: var(--title-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  border-radius: 0;
}

.yann-message a,
.yann-info a {
  color: inherit;
  text-decoration: underline;
}

.yann-message a:hover,
.yann-info a:hover {
  text-decoration: underline;
}

.yann-message:before,
.yann-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.yann-notices-wrapper .yann-message {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.yann-notices-wrapper .yann-message:before {
  content: "\f14a";
  font-weight: 300;
}

@media only screen and (max-width: 480px) {
  td {
    padding: 12px 8px;
  }
}

.yann-form-login {
  padding: 32px;
  /* background-color: var(--smoke-color); */
  --bs-gutter-x: 20px;
  border-radius: 8px;
}

.yann-form-login .form-group:last-child {
  margin-bottom: 0;
}

.yann-form-sub {
  padding: 24px 24px;
  --bs-gutter-x: 20px;
  border-radius: 8px;
  background-color: #272727;
}

.yann-form-Serch {
  padding: 16px;
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid var(--border-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.yann-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 18px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.vs-checkout-wrapper form.yann-form {
  margin-bottom: 25px;
}

/* Extra small devices */
@media only screen and (max-width: 575px) {

  .yann-message,
  .yann-info {
    font-size: 12px;
    padding: 11px 15px;
  }

}

/*------------------- 4.31. Wishlist  -------------------*/
/*=================================
    05. Spacing
==================================*/
.pb-30 {
  padding-bottom: 30px;
}

.pb-1px {
  padding-bottom: 1px;
}

.pt-30 {
  padding-top: 30px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top,
.space-extra-top2 {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media only screen and (max-width: 991px) {

  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
    padding-top: 40px;
  }

  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }

  .space-extra,
  .space-extra-top,
  .space-extra-top2 {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }

  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }

  .space-top-md-none {
    padding-top: 0;
  }

  .header-layout2 .header-top {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .space-extra-top {
    padding-top: 16px;
  }

  .space-extra-top2 {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
}

.mobile-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 16px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.size-adj {
  min-width: 108px;
  padding: 16px 24px;
}

.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.login-pop {
  width: 100% !important;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 0px;
}

.link-join {
  width: 100%;
  padding: 4px;
}

.link-join a:hover {
  color: #ecbe9f;
}

.li-btn {
  width: 60%;
  margin-left: 20%;
}

.tm-text-set {
  background-color: yellow;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px;
  margin: 0 0 0 0;
  font-weight: 500;
}

.tm-text-set p {
  padding: 0px 8px 0 8px;
  margin: 0 0 0 0;
  color: var(--white-color);
  color: #007f90;
  font-size: 18px;
}

.product-content img {
  width: 95%;
}

.woncurrency {
  color: #c4a88d !important;
  padding: 0 8px;
  font-weight: 700;
  font-size: 14px !important;
}

.woncurrency-m {
  color: var(--title-color);
  padding: 0 8px;
  font-weight: 700;
  font-size: 14px !important;
}

.cert_icon_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.cert_icon_wrap img {
  width: 128px !important;
}

.section-div {
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  display: block;
}

.account-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
}

.form-flex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-text {
  padding-top: 16px;
  padding-left: 0px;
  margin-bottom: 32px;
}

.wrap-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  margin-bottom: 32px;

}

.form-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accountlink-wrap {
  width: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.aclink-icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  margin-right: 4px;
  border: 1px solid var(--border-color);
  background-color: #1a1a1a;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.aclink-icon-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  margin-right: 4px;
  border: 1px solid var(--border-color);
  background-color: #1a1a1a;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.aclink-text {
  color: var(--title-color);
  font-size: 14px !important;
  font-weight: 300;
}

.no-data {
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 500;
  padding: 32px 0;
}

.aclink-icon-group img,
.aclink-icon-group img {
  -webkit-filter: invert(37%) sepia(85%) saturate(6545%) hue-rotate(211deg) brightness(102%) contrast(111%);
          filter: invert(37%) sepia(85%) saturate(6545%) hue-rotate(211deg) brightness(102%) contrast(111%);
}

.aclink-icon-group:hover {
  background-color: var(--theme-color);
  color: white !important;
}

.aclink-icon-group:hover .aclink-text {
  color: white !important;
}

.aclink-icon-group.active {
  color: #007f90;
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
  border-bottom: 1px solid transparent;
}

.aclink-icon-group.active .aclink-text {
  color: white;
  font-weight: 700;
}

.aclink-icon-group.active img {
  -webkit-filter: invert(30%) sepia(0%) saturate(40%) hue-rotate(271deg) brightness(202%) contrast(104%);
          filter: invert(30%) sepia(0%) saturate(40%) hue-rotate(271deg) brightness(202%) contrast(104%);
}

.aclink-icon-group2 img,
.aclink-icon-group2 img {
  -webkit-filter: invert(37%) sepia(85%) saturate(6545%) hue-rotate(211deg) brightness(102%) contrast(111%);
          filter: invert(37%) sepia(85%) saturate(6545%) hue-rotate(211deg) brightness(102%) contrast(111%);
}

.aclink-icon-group2:hover {
  background-color: var(--theme-color);
  color: white !important;
}

.aclink-icon-group2:hover .aclink-text {
  color: white !important;
}

.aclink-icon-group2.active {
  color: #007f90;
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
  border-bottom: 1px solid transparent;
}

.aclink-icon-group2.active .aclink-text {
  color: white;
  font-weight: 700;
}

.aclink-icon-group2.active img {
  -webkit-filter: invert(30%) sepia(0%) saturate(40%) hue-rotate(271deg) brightness(202%) contrast(104%);
          filter: invert(30%) sepia(0%) saturate(40%) hue-rotate(271deg) brightness(202%) contrast(104%);
}

.normal-text {
  color: var(--theme-color);
  padding: 0 8px;
}

.normal-text2 {
  color: var(--light-color);
  padding: 0 8px;
  font-weight: 200;
  font-size: 14px;
}

.wl-input-checkbox {
  padding: 12px 0;
}

.wl-input-checkbox img {
  width: 32px;
  margin-top: -4px;
}

.wl-input-checkbox label {
  margin-bottom: 0 !important;
}

.wlm-address {
  color: var(--theme-color);
  font-weight: 600;
  word-break: break-all;
}

.form-flex-wl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--theme-color);
}

.wl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.wl-g1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.text-bold {
  font-weight: 600;
}

.text-v-centar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.i-sizing {
  font-size: 36px;
  color: white;
}

.i-sizing2 {
  font-size: 24px;
  color: var(--theme-color);
}

.aclink-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aclink-text {
  font-size: 14px;
  font-weight: 400;
}

.profile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.profile-avatar {
  width: 128px;
  height: 128px;
  background-color: #ffffff;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.avatar-folder {
  position: absolute;
  margin-top: 92px;
  margin-left: 84px;
}

.avatar-folder:hover i {
  color: yellow;
}

.profile-userinfo {
  margin-left: 20px;
  width: 80%;
}

.profile-attention {
  margin-left: 16px;
  width: 70%;
}

.profile-idnick {
  font-size: 20px;
  color: #007f90;
  font-weight: 700;
}

.profile-level {
  color: #007f90;
}

.profile-level span {
  color: #007f90;
  font-size: 18px;
  font-weight: 700;
}

.profile-notifications {
  font-size: 14px;
  color: var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-notifications a {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
  padding-left: 8px;
}

.profile-level-gp {
  display: block;
  width: 100%;
}

.lv-bar {
  display: block;
  width: 100%;
  background-color: #007f90;
  color: white;
  text-align: center;
  height: 24px;
  line-height: 24px;
}

.lv-bar-fill {
  display: block;
  position: absolute;
  background-color: yellow;
  height: 20px;
  width: 10%;
  margin-top: -22px;
  margin-left: 2px;
  z-index: 57;
}

.lv-percentage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: var(--theme-color);
}

.tournament_status_text {
  color: red;
  font-weight: 400;
}

.tornament-prize {
  background-color: yellow;
  color: var(--theme-color);
  max-width: 180px;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px rgb(184, 184, 0);
          box-shadow: 0px 0px 4px rgb(184, 184, 0);
}

.copyright-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.copyright-menu li a {
  min-width: 160px;
  text-decoration: none;
}

.copyright-menu li a:hover {
  background-color: yellow;
  color: #007f90;
}

.cert_icon_wrap img {
  width: 84px !important;
}

.footer-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo img {
  width: 50%;
}

.g_history_wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.g_history_table {
  text-align: center;
  color: var(--theme-color);
}

.gr_datetime {
  margin-bottom: 8px;
  text-align: right;
}

.ght_1 {
  font-size: 14px;
  font-weight: 300;
  color: var(--title-color);
}

.wl-process {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: red;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  border-radius: 12px;
  margin-top: 16px;
  margin-left: 32px;
}

.wl-top-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.wl-top-flex2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  gap: 8px;
}

.wl-top-flex3 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  gap: 8px;
}

.wl-top-flex4 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  gap: 12px;
  color: var(--light-color);
  font-size: 14px;
}

.wl-addpadding {
  padding: 8px 0;
}

.wl-top-flex5 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: center !important;
  gap: 12px;
  color: var(--theme-color);
  font-size: 14px;
}

.wl-top-flex4 img,
.wl-top-flex41 img,
.wl-top-flex5 img {
  border-radius: 4px;
}

@media only screen and (max-width:480px) {
  .form-money {
    min-width: 90px;
    padding-left: 8px;
  }
  .form-money1 {
    min-width: 90px;
    padding-left: 8px;
    font-size: 11px;
  }

  .right-input {
    width: 70%;
  }

  .form-label-title {
    width: 26%;
    padding-right: 8px;
  }

  .form-label-title2 {
    width: 20%;
    padding-right: 8px;
  }

  .normal-text-box {
    padding: 0 20px 0 0px;
    padding-left: 8px;
  }

  .ght_td_1 {
    font-size: 13px;
  }

  .form-label-title1 {
    width: 20%;
    font-size: 11px;
    padding-right: 10px;
  }

  #gameSelection {
    display: block !important;
    width: 60%;
    margin-top: 20px;
  }
}


.text-box {
  width: 100%;
  padding: 16px 0;
}

.sub-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #007f90 !important;
  -webkit-filter: invert(32%) sepia(89%) saturate(6054%) hue-rotate(186deg) brightness(116%) contrast(105%);
          filter: invert(32%) sepia(89%) saturate(6054%) hue-rotate(186deg) brightness(116%) contrast(105%);
  margin-top: -4px;
}

.sub-icon2 {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #007f90 !important;
  fill: #007f90;
}

.active>.sub-icon,
.aclink-icon-group:hover .sub-icon,
.aclink-icon-group:hover .sub-icon2 {
  -webkit-filter: invert(32%) sepia(89%) saturate(1%) hue-rotate(210deg) brightness(1106%) contrast(105%) !important;
          filter: invert(32%) sepia(89%) saturate(1%) hue-rotate(210deg) brightness(1106%) contrast(105%) !important;
  fill: #ffffff;
}

.aclink-icon-group2:hover .sub-icon,
.aclink-icon-group2:hover .sub-icon2 {
  -webkit-filter: invert(32%) sepia(89%) saturate(1%) hue-rotate(210deg) brightness(1106%) contrast(105%) !important;
          filter: invert(32%) sepia(89%) saturate(1%) hue-rotate(210deg) brightness(1106%) contrast(105%) !important;
  fill: #ffffff;
}

.wl-text {
  font-weight: 400;
  font-size: 12px;
}

.wl-alram {
  width: 18px;
  height: 18px;
  background-color: #80594f;
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 12px;
  font-weight: 700;
}

.wl-alram1 {
  margin-top: 16px;
  margin-left: -20px;
}

.wl-alram2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: -16px;
  margin-left: 16px;
  z-index: 999;
}

.wl-alram3 {
  margin-top: -24px;
  margin-left: 32px;
}

.wl-alram4 {
  margin-top: -22px;
  margin-left: 48px;
}

.level-text {
  padding-left: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--title-color);
}

.about-section {
  padding-top: 108px;
}

.cs-modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 201;
  overflow: auto;
  padding: 16px;
  padding-top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-modal_wrap.active {
  opacity: 1;
  visibility: visible;
}

.cs-modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  background: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
}

.cs-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs-modal_container {
  max-width: 500px;
  margin: auto;
  position: relative;
}

.cs-modal_container_in {
  background-color: rgb(26, 21, 20);
  border-radius: 0px;
  padding: 16px;
  border: 4px solid #8a7666;
}

.modla-contents {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 32px 32px 32px;
}

.cs-modal_close {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--theme-color);
}

.cs-modal_close:hover {
  scale: 1.2;
  color: var(--light-color);
}

.text_contents p {
  text-align: justify;
  text-indent: 8px;
  font-size: 0.85em;
  line-height: 1.6em;
}

.text_contents h5 {
  color: #007f90 !important;
}

.text_contents ul {
  color: #007f90 !important;
}

.text_contents ol {
  counter-reset: item;
  padding-bottom: 16px;
  text-align: justify;
  font-size: 16px !important;
  line-height: 1.4em;
}

.text_contents .level1 {
  display: block;
  padding-bottom: 16px;
  font-weight: 700 !important;
  color: #007f90;
  font-size: 20px;
}

.text_contents .level2 {
  display: block;
  color: #007f90;
  padding-bottom: 20px;
  font-weight: 400;
}

.text_contents ol li {
  display: block;
  position: relative;
  padding-bottom: 16px;
  font-size: inherit;
}

.text_contents ol li:before {
  content: counters(item, '.') '.';
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  color: #007f90;
  font-weight: 800;
}

.text_contents li ol>li {
  margin: 0;
}

.text_contents li ol>li:before {
  content: counters(item, '.') ' ';
}

.text_contents li {
  list-style: decimal;
}

.row-text-area {
  width: 80%;
  margin-left: 10%;
}

.mh-title {
  color: var(--theme-color);
  font-size: 13px;
}

@media only screen and (max-width: 991px) {

  select,
  .form-control,
  .form-select,
  textarea,
  input {
    padding: 0 8px 0 8px;
  }

  .woncurrency {
    font-weight: 700;
    font-size: 16px !important;
  }

  .yann-form-Serch {
    padding: 16px 8px;
  }

  .footer-logo img {
    width: 60%;
  }

  .wl-input-checkbox img {
    width: 40px;
    margin-top: -4px;
  }

  .accountlink-wrap {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .aclink-icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .aclink-icon-group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .cert_icon_wrap img {
    width: 64px !important;
  }

  .tm-text-set p {
    font-size: 14px;
    line-height: 20px;
  }

  .tornament-prize {
    margin: 0 auto;
  }

  .wrap-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }

  .wrap-flex2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .mh-con {
    font-weight: 600;
  }


  .sec-title4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 786px) {
  .wrap-center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 8px;
    margin-bottom: 16px;
    display: block;
    overflow-x: scroll;
    border-bottom: 1px solid transparent;
  }

  .accountlink-wrap {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
            overflow-x: auto;
  }

  .moneyMobile2 {
    justify-content: center !important;
  }

  .aclink-icon-group {
    display: block;
    width: auto;
    padding: 12px 8px;
    margin-right: 4px;
    min-width: 100px;
    text-align: center;
    border: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }

  .sec-title4 {
    font-size: 24px;
  }

  .aclink-text {
    font-size: 14px !important;
  }

  .wl-top-flex5 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: var(--theme-color);
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .about-section {
    padding-top: 84px;
  }

  .m-space {
    padding-top: 32px !important;
  }

  .footer-logo img {
    width: 40%;
  }

  .sec-title4 {
    font-size: 20px;
  }

  .modla-contents {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 48px 16px 32px 16px;
  }

  .wrap-center {
    margin-bottom: 0px;
  }
}

.vs-sub-btn {
  line-height: 1.3 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  position: absolute;
  background-color: transparent !important;
  margin-top: 95px;
  font-size: 20px;
}

.vs-sub-btn-s {
  line-height: 1.3 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5) !important;
  margin-top: 164px;
  font-size: 20px;
  max-width: 180px;
}

.vs-sub-btn span {
  font-weight: 400;
  width: 100%;
  font-size: 14px;
}

.main-section {
  background-size: 3%;
  margin: 0 auto;
}

.main-container {
  padding: 0 5%;
}

.sub-slot-main {
  padding-top: 80px;
  display: block;
  min-height: 360px;
}

.main-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  gap: 4px;
}

.main-game,
.main-game-mt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 138px;
  height: 138px;
  background-color: #3f3f3f;
  margin-bottom: 16px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.main-game-mt {
  cursor: default;
}

.main-game-dummy {
  width: 160px;
  height: 1px;
  background-color: transparent;
  display: block;
}

.gi-back {
  background: url(../images/g-back-01.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gi-back2 {
  background: url(../images/g-back-03.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* .gi-back3 {
  background: url(../images/event_01.png?v=0.01) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} */
.gi-back3 {
  position: relative;
  background: url(../images/event_01.png?v=0.01) no-repeat;
  background-size: cover;
  display: flex;
  width: 100%;
  height: 230px;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* 넘치는 부분을 숨김 */
}

.gi-back3::before {
  content: "";
  position: absolute;
  top: -50%; 
  left: -50%;
  width: 200%; 
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4), transparent 50%);
  animation: sparkle 6s linear infinite;
}

@keyframes sparkle {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.gicon img {
  width: 48px;
  height: 48px;
  position: relative;
  left: -56px;
  top: -18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.g_eventicon{
  position: absolute;
  margin-top: -130px;
  margin-left: 84px;

}

.gevent_ttitle{
  position: absolute;
  font-size: 13px;
  font-weight: 200;
  color: #ffccc3;
  margin-top: 32px;
}

.glogo img {
  width: 160px;
  height: 100px;
  margin-top: -44px;
  opacity: 0.8;
  scale: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gtitle {
  display: block;
  width: 100%;
  height: 24px;
  color: var(--title-color);
  text-align: center;
  position: relative;
  font-weight: 600;
  margin-top: -2px;
}

.gtitle_mt {
  line-height: 1.0;
  color: #808080;
  margin-top: -6px;
  font-size: 14px;
}

.gi-mt {
  -webkit-filter: grayscale(1.0);
          filter: grayscale(1.0);
}

.btn_event {
  background: url(../images/btn_event_normal.png);
  width: 88px;
  height: 28px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_notice {
  background: url(../images/btn_notice_noraml.png?v=0.2);
  width: 88px;
  height: 28px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn_event:hover {
  /* background: url(../images/btn_event_hover.png);
   */
  box-shadow: 0 0 8px 2px #f0cfb0;
}

.btn_notice:hover {
  box-shadow: 0 0 8px 2px #f0cfb0;
}

.main-game:hover {
  margin-bottom: 16px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  scale: 1.1;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  border: 1px solid #6b564f;
}

.main-game.gi-back:hover {
  background: url(../images/g-back-02.png) no-repeat;
  background-size: cover;
  -webkit-animation: scalez 0.25s ease-in-out;
          animation: scalez 0.25s ease-in-out;
}

.main-game.gi-back2:hover {
  background: url(../images/g-back-04.png) no-repeat;
  background-size: cover;
  -webkit-animation: scalez 0.25s ease-in-out;
          animation: scalez 0.25s ease-in-out;
}

.main-game:hover>.gicon img {
  scale: 1.2;
  opacity: 1;
  left: -64px;
  top: -26px;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-game:hover>.glogo img {
  scale: 1.0;
  opacity: 1;
  /* animation: scalez2 0.5s ease-in-out; */
}

.main-game:hover>.gtitle {
  color: white;
}

@-webkit-keyframes scalez {
  0% {
    -webkit-filter: brightness(1.0);
            filter: brightness(1.0)
  }

  5% {
    -webkit-filter: brightness(4.4);
            filter: brightness(4.4)
  }

  100% {
    -webkit-filter: brightness(1.0);
            filter: brightness(1.0)
  }
}

@keyframes scalez {
  0% {
    -webkit-filter: brightness(1.0);
            filter: brightness(1.0)
  }

  5% {
    -webkit-filter: brightness(4.4);
            filter: brightness(4.4)
  }

  100% {
    -webkit-filter: brightness(1.0);
            filter: brightness(1.0)
  }
}

@-webkit-keyframes scalez2 {
  0% {
    scale: 1.0;
  }

  20% {
    scale: 1.2;
  }

  100% {
    scale: 1.0;
  }
}

@keyframes scalez2 {
  0% {
    scale: 1.0;
  }

  20% {
    scale: 1.2;
  }

  100% {
    scale: 1.0;
  }
}

.main-item-group {
  width: 15%;
  max-width: 320px;
}

.brown-color {
  color: #bd9667;
}

.title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 5%;
  font-size: 1.25em;
  color: var(--title-color);
  font-weight: 800;
}

.title-icon-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.25em;
  color: var(--title-color);
  font-weight: 800;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -24px;
}


/* --------------------------- */
/* Live, Slot- subpage */
/* --------------------------- */

.tm-box {
  border: 1px solid #bababa;
}

.search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 30%;
  margin-bottom: 36px;
}

.search-form {
  width: 100%;
}


.slot-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.slot-icon-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.slot-icon-set:hover {
  scale: 1.05;
  /* outline: 1px solid yellow; */
}

.slot-icon-set-dummy {
  display: block;
  width: 160px;
  height: 1px;
  background-color: transparent;
}

.slot-icon {
  width: 160px;
}

.slot-game-title {
  width: 160px;
  text-align: center;
  font-size: 14px;
  color: var(--theme-color);
  padding-top: 4px;
  height: 52px;
  font-weight: 600;
}

.slot-icon-set:hover .slot-game-title {
  color: var(--title-color);
}

.slot_logo {
  width: 80%;
}

@media only screen and (min-width:1399px) {
  .tm-container {
    margin: 0 auto;
    padding: 0 0;
    max-width: 1080px;
  }

  .main-container {
    margin: 0 auto;
  }
}

@media only screen and (max-width:1398px) {
  .tm-container {
    padding: 0 8%;
    max-width: none;
  }

  .main-container {
    margin: 0 auto;
  }

}

@media only screen and (max-width:991px) {
  .tm-container {
    padding: 0 5%;
  }

  .main-container {
    max-width: none;
  }

  .section-div {
    display: block;
  }

  .slot-icon-set-dummy {
    width: 140px;
  }

  .slot-icon {
    width: 140px;
  }

  .slot-game-title {
    width: 140px;
    font-size: 13px;
    height: 52px;
  }

  .slot-wrap {
    padding-top: 80px;
  }

  .slot_logo {
    width: 70%;
  }

  .title-icon-center {
    font-size: 1.15em;
    font-weight: 700;
  }

}

@media only screen and (max-width:768px) {
  .tm-container {
    padding: 0 3%;
  }

  .main-container {
    padding: 0 6%;
  }

  .main-item-wrap {
    gap: 0;
  }

  .main-game,
  .main-game-mt {
    opacity: 1;
  }

  .glogo img {
    opacity: 1.0;
    scale: 0.9;
  }

  .slot-icon-set-dummy {
    width: 120px;
  }

  .slot-icon {
    width: 120px;
  }

  .slot-game-title {
    width: 120px;
    font-size: 13px;
    height: 48px;
    line-height: 1.2;
  }

  .search-wrap {
    padding: 0 15%;
  }

  .slot-wrap {
    padding-top: 74px;
  }

  .slot_logo {
    width: 60%;
  }

  .title-icon-center {
    font-size: 1.05em;
    font-weight: 600;
  }
}

@media only screen and (max-width:576px) {
  .main-container {
    padding: 0 2%;
  }

  .gtitle {
    font-size: 0.9em;
  }

  .main-item-wrap {
    gap: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .glogo img {
    width: 120px;
    opacity: 1.0;
    scale: 1.0;
    height: 72px;
  }

  .main-game,
  .main-game-mt {
    scale: 0.85;
    opacity: 1;
    margin-bottom: 8px;
    width: 120px;
    height: 120px;
    border: 1px solid #5d4039;
  }

  .main-game-dummy {
    scale: 0.85;
    width: 120px;
    height: 1px;
  }

  .gicon img {
    width: 36px;
    height: 36px;
    position: relative;
    left: -52px;
    top: -28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1.0;
  }

  .g_eventicon{
    position: absolute;
    margin-top: -96px;
    margin-left: 52px;
    scale: 0.9;
    }

  .gevent_ttitle{
    font-size: 12px;
  }

  .main-game:hover>.gicon img {
    scale: 1.1;
    opacity: 1;
    left: -48px;
    top: -20px;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .search-wrap {
    padding: 0 10%;
  }

  .gtitle {
    font-size: 0.9em;
    margin-top: 4px;
  }

  .slot-wrap {
    padding-top: 68px;
  }

  .slot_logo {
    width: 50%;
  }
  
  .title-icon-center {
    font-size: 1.00em;
    font-weight: 500;
  }

}


@media only screen and (max-width:480px) {
  .slot-icon-set-dummy {
    width: 100px;
  }

  .slot-icon {
    width: 100px;
  }

  .slot-game-title {
    width: 100px;
    font-size: 13px;
    height: 44px;
  }

  .gi-back3 {
    background: url(../images/event_01m.png?v=0.6) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media only screen and (max-width:360px) {
  .main-container {
    padding: 0 2%;
  }

  .gtitle {
    font-size: 0.85em;
    margin-top: 0px;
  }

  .main-item-wrap {
    gap: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .gicon img {
    width: 32px;
    height: 32px;
    position: relative;
    left: -48px;
    top: -16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1.0;
  }

  .glogo img {
    width: 112px;
    opacity: 1.0;
    scale: 1.0;
    height: 68px;
    margin-top: -24px;
  }

  .g_eventicon{
    position: absolute;
    margin-top: -94px;
    margin-left: 52px;
    scale: 0.8;
    }

  .gevent_ttitle{
    font-size: 12px;
  }

  .main-game,
  .main-game-mt {
    scale: 0.85;
    opacity: 1;
    margin-bottom: 4px;
    width: 112px;
    height: 112px;
  }

  .main-game-dummy {
    scale: 0.85;
    width: 112px;
    height: 1px;
  }
}



.live-container {
  padding: 0 3%;
}

.game-icon-img {
  min-width: 84px;
  border-radius: 16px;
}

.game-history {
  border: 1px solid #8dbaff;
  min-width: 200px;
}

.game-dummy {
  min-width: 200px;
}

.game-start-text {
  position: absolute;
  width: 100%;
  text-align: center;
}

.live-game-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 1%;
  background-color: var(--smoke-color);
}

.live-item-wrap {
  margin-top: 3%;
  width: 30%;
  background-color: white;
  border: 1px solid #cccccc;
}

.live-item-wrap:hover {
  background-color: #007f90;
  border: 1px solid transparent;
}

@media only screen and (max-width: 1440px) {
  .live-item-wrap {
    width: 48%;
  }
}

@media only screen and (max-width: 756px) {
  .live-item-wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.live-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px 16px 16px;
  gap: 8px;
}

.live-title {
  color: #007f90;
  padding: 8px 16px;
  font-weight: 800;
}

.slot-item-wrap .live-title {
  text-align: center;
}

.live-bet-limit {
  margin-left: 16px;
  font-weight: 400;
}

.live-play-text {
  font-weight: 800;
  font-size: 1.8em;
  color: transparent;
  position: relative;
  margin-top: -48px;
  width: 100%;
  text-align: center;
  display: block;
}

.live-item-wrap:hover .live-item,
.live-item-wrap:hover .live-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #007f90;
  color: white;
}

.live-item-wrap:hover .live-play-text {
  display: block;
  color: white;
}

.slot-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 4%;
}

.slot-item-wrap {
  max-width: 168px;
  min-width: 154px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 24px;
}

.slot-item-wrap-dummy {
  max-width: 168px;
  min-width: 154px;
  height: 0;
}

.slot-item-wrap:hover {
  scale: 1.1;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 40px;
  z-index: 999;
}

.event-banner {
  background-image: url(../img/widget/event_sample.png?ver=1.0.0.6);
  width: 100%;
  height: 350px;
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 1180px;
}

.event p {
  font-size: 1.4em;
  font-weight: 500;
  margin-top: -24px;
  color: var(--theme-color);
  margin-top: 8px;
}

.event-text {
  font-size: 14px;
  color: var(--theme-color);
  line-height: 1.25;
}

.subpage-layout,
.subpage-layout2 {
  width: 100%;
  margin-top: 48px;
}

@media only screen and (min-width:1440px) {
  .event {
    padding: 0px 16px 32px 16px;
    margin-top: -60px;
  }
}

@media only screen and (max-width:1439px) {
  .event {
    padding: 0px 16px 24px 16px;
    margin-top: -60px;
  }
}

@media only screen and (max-width:1280px) {
  .event-banner {
    height: 390px;
  }
}


@media only screen and (max-width:1140px) {
  .event-banner {
    height: 360px;
  }
}


@media only screen and (max-width:991px) {
  .event {
    padding: 20px 0 32px 0;
  }

  .event-banner {
    height: 35vw;
    background-position: center;
  }

  .event p {
    line-height: 1;
    text-align: left;
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 0;
    padding: 0 16px;
  }

  .event-text {
    padding: 0 16px;
  }

  .live-play-text {
    color: white;
  }
}

@media only screen and (max-width:768px) {
  .event {
    padding: 0 0 24px 0;
    margin-top: -32px;
    width: 70%;
    margin-left: 15%;
  }

  .event-banner {
    background-size: 110vw;
    height: 40vw;
    background-position: center;
  }

  .event div {
    margin-top: 0;
  }

  .event p {
    line-height: 1;
    padding: 0 48px;
    font-size: 18px;
  }

  .event-text {
    padding: 0 48px;
  }

  .filter-active {
    max-height: 1280px !important;
  }

  .livesub .filter-active {
    max-height: 1660px !important;
    max-width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (max-width:600px) {
  .event {
    padding: 0px 0px 12px 0px;
    width: 90%;
    margin-left: 5%;
  }
}

@media only screen and (max-width:480px) {
  .subpage-layout {
    margin-top: 0px;
  }

  .subpage-layout2 {
    margin-top: 48px;
  }

  .event {
    margin-top: -20px;
    width: 74%;
    margin-left: 13%;
  }

  .event-banner {
    background-size: 122vw;
  }

  .event div {
    line-height: 1.15;
  }

  .event p {
    line-height: 1;
    padding: 0 24px 0 24px;
    font-size: 1.0em;
  }

  .event-text {
    padding: 0 24px 8px 24px;
    font-size: 12px;
    margin-top: 8px;
  }

  .filter-active {
    max-height: 1280px !important;
  }

  .livesub .filter-active {
    max-height: 1300px !important;
    max-width: 100%;
    margin: 0 auto;
  }

  .live-play-text {
    font-size: 1.5em;
  }
}

@media only screen and (max-width:320px) {
  .filter-active {
    max-height: 1140px !important;
  }
}

#all_news {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #003348;
  background: #002b3b;
  height: 32px;
  margin: auto 0;
  overflow: hidden;
  padding: 3px 8px;
  position: relative;
  border-top: 2px solid var(--theme-color);
  border-bottom: 3px solid var(--theme-color);
  padding-left: 64px;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5);
}

#all_news span {
  float: left;
  color: rgba(0, 0, 0, .8);
  color: #fff;
  background: #00425a;
  padding: 6px;
  position: relative;
  border-radius: 4px;
  font-size: 12px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.5);
  background: rgb(0, 75, 103);
  background: -o-linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 75, 103, 1)), to(rgba(0, 53, 72, 1)));
  background: linear-gradient(top, rgba(0, 75, 103, 1) 0%, rgba(0, 53, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004b67', endColorstr='#003548', GradientType=0)
}

#all_news ul {
  float: left;
  padding-left: 20px;
  -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite
}

#all_news ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

#all_news li {
  line-height: 25px;
  color: yellow;
  text-decoration: none;
  font-size: 13px
}

#all_news a {
  color: #fff;
  text-decoration: none;
  font-size: 13px
}

@-webkit-keyframes ticker {
  0% {
    margin-top: 0
  }

  20% {
    margin-top: -25px
  }

  40% {
    margin-top: -50px
  }

  60% {
    margin-top: -75px
  }

  80% {
    margin-top: -100px
  }

  100% {
    margin-top: 0
  }
}

@keyframes ticker {
  0% {
    margin-top: 0
  }

  20% {
    margin-top: -25px
  }

  40% {
    margin-top: -50px
  }

  60% {
    margin-top: -75px
  }

  80% {
    margin-top: -100px
  }

  100% {
    margin-top: 0
  }
}

.quickmenu {
  position: absolute;
  width: 120px;
  top: 19.15%;
  margin-top: -50px;
  right: 18px;
  z-index: 11;
  /* opacity: 0.8; */
}

.qm-item {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 16px 4px;
  margin-bottom: 4px;
  background-color: #111111;
  border-radius: 6px;
  border: 2px solid rgba(223, 154, 108, 0.3);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}

.qi_info{
  width: 100%;
  margin-bottom: 8px;
}


.qi_infoborder{
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #5e443a;
  margin-bottom: 16px;
}


.qm-item svg {
  margin-bottom: 2px;
}

.qm-item img {
  margin-bottom: 2px;
}

.color-green {
  background-color: #28a745;
}

.color-blue {
  background-color: #2885a7;
}

.color-yellow {
  background-color: #ffbb00;
}

.color-red {
  background-color: red;
}

@media only screen and (max-width:991px) {
  .quickmenu {
    display: none;
  }

  #all_news {
    padding-left: 6px;
  }
}