* {
  /* outline: 0.1px solid green; */
}

/* vertical middle line */
body::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  /* width: 1px; */
  /* background-color: red; */
  transform: translateX(-50%);
  z-index: 9999;
}

/* background-image fix */
body:not(.error404) {
  div.website-wrapper {
    /* background-size: auto !important; */
    /* background-size: cover !important; */
    /* background-attachment: fixed !important; */
  }
}

/* make element full width example */
.example-container {
  /* margin-top: 0 !important; */
  /* width: calc(100vw - var(--js-scrollbar-width)) !important; */
  /* margin-left: calc(50% - 50vw + var(--js-scrollbar-width) / 2) !important; */
  /* margin-right: calc(50% - 50vw + var(--js-scrollbar-width) / 2) !important; */
}

/* add also this if header layout is: side menu */
@media (min-width: 1025px) {
  .example-container {
    /* width: calc(100vw - 280px - var(--js-scrollbar-width)) !important; */
    /* margin-left: calc(50% - 50vw + (280px / 2) + var(--js-scrollbar-width) / 2) !important; */
    /* margin-right: calc(50% - 50vw + (280px / 2) + var(--js-scrollbar-width) / 2) !important; */
  }
}
/* add also this if header layout is: side menu */
/* make element full width example */

/* whole page width. mobile must be <90 (otherwise it visually bugs in 320px viewport (page becomes horizontally scrollable)) */
:root {
  --mobile-page-width: min(90dvw, 90dvw);
  --desktop-page-width: 75dvw;
}
.container,
.entry-content {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* mobile */
@media (max-width: 1024px) {
  .container,
  .entry-content {
    width: var(--mobile-page-width) !important;
  }
}
/* desktop */
@media (min-width: 1025px) {
  .container,
  .entry-content {
    width: calc(
      var(--desktop-page-width) - var(--js-side-menu-width)
    ) !important;
  }
}

/* whole page width */

/* icons at login\signup buttons */
:root {
  /* content: "\f4fc" !important; */

  /* content: "\e066"; */
  /* font-family: "simple-line-icons" !important; */

  /* --login-btn-icon: "\e066"; */
  /* --login-btn-font: "simple-line-icons"; */

  /*  */

  /* content: "\f4fa" !important; */

  /* content: "\e002"; */
  /* font-family: "simple-line-icons" !important; */

  /* --signup-btn-icon: "\e002"; */
  /* --signup-btn-font: "simple-line-icons"; */
}
.ls-button-login::before,
.ls-button-signup::before {
  /* display: none !important; */
  font-size: clamp(12px, 2dvw, 16px) !important;
  font-weight: 600 !important;
  color: color-mix(in srgb, var(--text-color) 100%, transparent) !important;
  filter: unset !important;
  /* filter: drop-shadow(0px 0px 2px color-mix(in srgb, var(--text-color) 100%, transparent)) !important; */
  text-shadow: unset !important;
  /* text-shadow:
    -0.5px -0.5px 0 var(--body-color),
    0.5px -0.5px 0 var(--body-color),
    -0.5px 0.5px 0 var(--body-color),
    0.5px 0.5px 0 var(--body-color) !important; */
}
/* icons in header both in mobile and desktop */
@media (min-width: 375px) {
  .ls-button-login::before {
    content: var(--login-btn-icon) !important;
    font-family: var(--login-btn-font) !important;
  }
  .ls-button-signup::before {
    content: var(--signup-btn-icon) !important;
    font-family: var(--signup-btn-font) !important;
  }
}
/* icons in mobile side menu */
.mobile-nav .ls-button-login::before {
  content: var(--login-btn-icon) !important;
  font-family: var(--login-btn-font) !important;
}
.mobile-nav .ls-button-signup::before {
  content: var(--signup-btn-icon) !important;
  font-family: var(--signup-btn-font) !important;
}

/* icons at login\signup buttons */

/* container borders */
/* main color for borders */
:root {
  /* --p-custom-border-color: color-mix(in srgb,var(--theme-color) 50%,transparent); */
}
.main-page-wrapper .container:not(.main-content),
.basel-prefooter .container {
  /* overflow hidden for what ? */
  /* overflow: hidden; */
  /* border-left: 1px solid var(--p-custom-border-color); */
  /* border-right: 1px solid var(--p-custom-border-color); */
}
/* header borders for top layout */
header.main-header {
  /* box-shadow: 0 1px 5px transparent !important; */
  border-bottom: 2px solid
    color-mix(in srgb, var(--text-color) 75%, transparent) !important;
  /* box-shadow: 0 1px 5px color-mix(in srgb, var(--text-color) 0%, transparent) !important; */
}
/* header borders for side layout */
@media (min-width: 1025px) {
  .header-vertical {
    /* border-right: 2px solid color-mix(in srgb, var(--theme-color) 5%, transparent) !important; */
  }
  .header-vertical .right-column,
  .header-vertical .header-links {
    /* border-top: 2px solid color-mix(in srgb, var(--theme-color) 5%, transparent) !important; */
    /* border-bottom: 2px solid color-mix(in srgb, var(--theme-color) 5%, transparent) !important; */
  }
}
/* mobnavbar borders */
.basel-toolbar {
  /* box-shadow: 0 1px 5px transparent !important; */
  border-top: 2px solid color-mix(in srgb, var(--text-color) 75%, transparent) !important;
  /* box-shadow: 0 1px 5px color-mix(in srgb, var(--text-color) 0%, transparent) !important; */
}
/* footer borders */
.footer-container {
  /* border-top: 1px solid var(--p-custom-border-color) !important; */
}
/* container borders */

/* content section start */
/* content section start */
/* content section start */
.about__section {
  text-align: justify;

  /* Target all div's EXCEPT those with "bonus-wrap" (Max calc) and everything that is inside them */
  div:not([class*="bonus-wrap"]):not([class*="bonus-wrap"] div) {
    width: 100% !important;
    padding: 0;
  }

  ul {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  /* Target all div's EXCEPT those with "bonus-wrap" (Max calc) and everything that is inside them */
  div:not([class*="bonus-wrap"]):not([class*="bonus-wrap"] div) {
    margin-bottom: 10px;
  }

  table {
    margin-bottom: 10px;
  }

  table tr td,
  table tr th {
    border-bottom: 1px solid var(--text-color);
  }

  li::before {
    content: "•";
    margin-right: 5px;
    color: var(--theme-color);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  th {
    color: var(--theme-color);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: unset;
    text-justify: none;
  }

  ul,
  ol,
  li,
  td,
  p {
    color: var(--text-color);
    font-family: unset;
    font-size: 13px;
    font-weight: 400;
  }

  p {
    margin-bottom: 10px;
  }

  div::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    background-color: color-mix(in srgb, var(--theme-color) 50%, transparent);
  }

  /* Max Calc & Btn's colors */
  /* calculator */
  div[class*="bonus-wrap" i] {
    [id*="bonus-calculator" i] {
      background: color-mix(
        in srgb,
        var(--body-color) 97.5%,
        var(--text-color)
      ) !important;
      color: color-mix(in srgb, var(--text-color) 85%, transparent) !important;
      box-shadow: 0 10px 25px color-mix(in srgb, black 35%, transparent) !important;
      border: 1px solid color-mix(in srgb, var(--text-color) 25%, transparent) !important;
    }

    [id*="bonus-calculator" i] h2,
    [id*="bonus-calculator" i] h3 {
      color: color-mix(
        in srgb,
        var(--theme-color) 100%,
        transparent
      ) !important;
    }

    [id*="bonus-calculator" i] label {
      color: color-mix(in srgb, var(--text-color) 85%, transparent) !important;
    }

    [id*="bonus-calculator" i] input,
    [id*="bonus-calculator" i] select {
      border: 1px solid color-mix(in srgb, var(--text-color) 25%, transparent) !important;
      background: color-mix(
        in srgb,
        var(--body-color) 100%,
        transparent
      ) !important;
      color: color-mix(
        in srgb,
        var(--text-color) 67%,
        var(--theme-color)
      ) !important;
      font-weight: 500 !important;
    }

    [id*="bonus-calculator" i] button {
      /* background: color-mix(in srgb, var(--body-color) 25%, var(--theme-color)); */
      border: 2px solid color-mix(in srgb, var(--theme-color) 50%, transparent) !important;
      /* gradient */
      background: linear-gradient(
        to bottom,
        color-mix(in srgb, var(--theme-color) 65%, transparent) 0%,
        color-mix(in srgb, var(--theme-color) 85%, transparent) 50%,
        color-mix(in srgb, var(--theme-color) 65%, transparent) 100%
      ) !important;
      background-size: 100% 200% !important;
      background-position: top !important;
      transition: 0.2s ease-in-out;
      /*  */
    }

    [id*="bonus-calculator" i] button:hover {
      /* background: color-mix(in srgb, var(--theme-color) 100%, transparent); */
      border: 2px solid color-mix(in srgb, var(--theme-color) 100%, transparent) !important;
      /* gradient */
      background-position: bottom !important;
      /*  */
    }

    [id^="calc" i][id$="btn" i],
    [id^="calc" i][id$="btn" i] a {
      color: color-mix(in srgb, var(--body-color) 100%, transparent) !important;
    }

    [id*="bonus-calculator" i] button:hover a {
      /* color: color-mix(in srgb, var(--text-color) 100%, transparent) !important; */
    }

    [id*="bonus-calculator" i] input:focus,
    [id*="bonus-calculator" i] select:focus {
      border-color: color-mix(
        in srgb,
        var(--body-color) 67%,
        var(--theme-color)
      ) !important;
      box-shadow: 0 0 0 2px
        color-mix(in srgb, black 50%, var(--theme-color) 15%) !important;
    }

    /* results */
    .result-box {
      background: color-mix(
        in srgb,
        var(--body-color) 100%,
        transparent
      ) !important;
      border: 1px solid color-mix(in srgb, var(--text-color) 25%, transparent) !important;
    }

    .result-group {
      font-weight: 500 !important;
      text-align: left !important;
    }

    .result-group:not(:last-child) {
      border-bottom: 1px solid
        color-mix(in srgb, var(--text-color) 15%, transparent) !important;
    }

    .result-group span {
      color: color-mix(
        in srgb,
        var(--text-color) 67%,
        var(--theme-color)
      ) !important;
    }

    /* notes */
    div[class*="bonus-notes" i] {
      background: color-mix(
        in srgb,
        var(--body-color) 97.5%,
        var(--text-color)
      ) !important;
      color: color-mix(in srgb, var(--text-color) 100%, transparent) !important;
      box-shadow: 0 10px 25px color-mix(in srgb, black 35%, transparent) !important;
      border: 1px solid color-mix(in srgb, var(--text-color) 25%, transparent) !important;
    }

    div[class*="bonus-notes" i] h3 {
      color: color-mix(
        in srgb,
        var(--theme-color) 100%,
        transparent
      ) !important;
    }
  }

  /* buttons */
  a.ls-button-login {
    display: block;
    justify-self: center;
    padding: 0;
    margin: 15px 0px 35px 0px;
    background: unset !important;
    background-color: unset !important;
    color: unset !important;
    border: unset !important;
  }

  a.ls-button-login span {
    background: var(--body-color);
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    padding: 5px 20px;
    border-radius: var(--border-radius);
    transition: 0.2s ease-in-out;
  }

  a.ls-button-login:hover span {
    background: var(--theme-color);
    color: var(--body-color);
  }

  /* Max Calc & Btn's colors */
}

/* content section end */
/* content section end */
/* content section end */

/* for extra content (f.e.: rank math) start */
h1,
h2,
h3,
h4,
h5,
h6,
th {
  color: var(--theme-color) !important;
  font-weight: 600 !important;
  font-family: unset !important;
}

ul,
ol,
li,
td,
p {
  color: var(--text-color) !important;
  font-family: unset !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

/* for extra content (f.e.: rank math) end */

/*                        */
/*                        */
/*                        */
/*                        */
/*                        */
/* current project styles */
/*                        */
/*                        */
/*                        */
/*                        */
/*                        */

/* preloader */
.preloader-img {
  background: var(--text-color) !important;
}
/* preloader */

/* header */

/* desktop top menu turning ON \ OFF */
.main-header .container .wrapp-header .main-nav {
  /* display: none !important; */
}

/* logo size in desktop mode */
@media (min-width: 1025px) {
  header.main-header .site-logo img {
    /* max-width: 150px; */
    /* max-height: 75px; */
    padding: 5px !important;
  }
}
/* logo size in mobile mode */
@media (max-width: 1024px) {
  a.basel-logo.basel-main-logo img {
    /* max-width: clamp(100px, 25dvw, 200px) !important; */
    padding: 10px 0px 10px 0;
  }
}

/* header side-layout gradient bg color */
/* header side-layout gradient bg color */
/* header side-layout gradient bg color */
@media (min-width: 1025px) {
  body.global-header-vertical .website-wrapper header.main-header {
    background: linear-gradient(
      to top,
      color-mix(in srgb, var(--body-color) 15%, transparent) 75%,
      color-mix(in srgb, var(--theme-color) 85%, transparent) 100%
    );
  }
}
/* header side-layout gradient bg color */

/* header top-layout bg color */
/* header top-layout bg color */
/* header top-layout bg color */
.website-wrapper header.main-header {
  background: linear-gradient(180deg, #6b681f 0%, #4a4816 100%);
}
/* header top-layout bg color */

/* menu background items size \ position for side-menu */
/* menu background items size \ position for side-menu */
/* menu background items size \ position for side-menu */
header.main-header .main-nav li.menu-item[class*="p-menu-li-"] {
  /* height: 50px !important; */
}
header.main-header .main-nav li.menu-item[class*="p-menu-li-"] a {
  /* transform: scale(1); */
  /* justify-self: center; */
  /* justify-content: center; */
  /* height: 45px !important; */
  /* width: 90% !important; */
  /* width: clamp(72px, 22dvw, 120px) !important; */
  /* padding: 15px 15px; */
  /* padding-left: 20px; */
  /* margin-left: 5%; */
  /* margin-right: 5px; */
  /* border-radius: 10px; */
  /* background-color: color-mix(in srgb, var(--body-color) 50%, black 50%); */

  /* internal shadow */
  /* box-shadow: inset 0 0 3px 0px color-mix(in srgb, var(--accent-color) 67%, transparent); */
  /* border: 2px solid color-mix(in srgb, var(--theme-color) 100%, black 0%); */
  will-change: transform;
}
header.main-header .main-nav li.menu-item[class*="p-menu-li-"] a:hover {
  /* transform: scale(1.025); */
  /* background-color: color-mix(in srgb,var(--accent-color) 0%,transparent 100%); */
  /* box-shadow: inset 0 0 5px 2px color-mix(in srgb, var(--theme-color) 10%, transparent); */
  /* border: 1px solid color-mix(in srgb, var(--accent-color) 67%, transparent); */
}

/* centering top desktop menu and setting gaps between items */
/* centering top desktop menu and setting gaps between items */
/* centering top desktop menu and setting gaps between items */
header.main-header .main-nav div.menu-p-menu-container ul {
  /* justify-content: center !important; */
  column-gap: clamp(5px, 0.75dvw, 15px) !important;
  /* row-gap: 5px; */
  /* padding-left: 10px; */
}

/* text */
/* text */
/* text */
.main-nav .menu > li > a > span {
  /* make font bolder */
  text-shadow: 0.1px 0px 1px var(--body-color);

  /* display: none; */
  font-size: clamp(10px, 1dvw, 15px) !important;
  font-weight: 500 !important;
  color: color-mix(in srgb, var(--body-color) 100%, transparent) !important;
  /* text-transform: uppercase; */
  filter: unset !important;
  /* filter: drop-shadow(0px 0px 3px color-mix(in srgb, var(--accent-color) 0%, transparent)) !important; */
}
.main-nav .menu > li > a:hover > span {
  /* make font bolder */
  text-shadow: 0.1px 0px 1px var(--theme-color);

  /* color: color-mix(in srgb, var(--theme-color) 100%, transparent) !important; */
  color: var(--theme-color) !important;
  /* filter: unset !important; */
  /* filter: drop-shadow(0px 0px 3px color-mix(in srgb, var(--accent-color) 50%, transparent)) !important; */
}

/* turn off specific texts */
/* turn off specific texts */
/* turn off specific texts */
.main-nav .menu > li#main-menu-ssearch > a > span {
  /* display: none !important; */
}
/* turn off specific texts */

/* icons */
/* icons */
/* icons */
/* move icons to the other side of an item */
.header-shop .main-nav .menu > li > a {
  /* flex-direction: row-reverse; */
}
header.main-header
  .menu-p-menu-container
  li.menu-item[class*="p-menu-li-"]
  a::before {
  /* display: none; */
  /* transform: scale(1); */

  margin-right: 7px;
  /* margin-left: 8px; */
  height: clamp(15px, 1.5dvw, 22px) !important;
  width: clamp(15px, 1.5dvw, 22px) !important;
  font-size: clamp(18px, 1.5dvw, 25px) !important;
  font-weight: 600 !important;
  color: color-mix(in srgb, var(--accent-color) 100%, transparent);
  /* filter: unset !important; */
  /* filter: invert(1) !important; */
  filter: invert(88%) sepia(19%) saturate(652%) hue-rotate(335deg)
    brightness(106%) contrast(102%);
  text-shadow: unset !important;
  /* text-shadow:
    -0.5px -0.5px 2px var(--body-color),
    0.5px -0.5px 2px var(--body-color),
    -0.5px 0.5px 2px var(--body-color),
    0.5px 0.5px 2px var(--body-color) !important; */
}
header.main-header
  .menu-p-menu-container
  li.menu-item[class*="p-menu-li-"]
  a:hover::before {
  /* transform: scale(1) !important; */
  /* color: color-mix(in srgb, var(--text-color) 100%, transparent); */
  /* filter: unset !important; */
  /* filter: drop-shadow(0 0 3px color-mix(in srgb, var(--theme-color) 100%, transparent)) !important; */

  /* text-shadow: unset !important; */
  /* text-shadow:
    -0.5px -0.5px 1px var(--body-color),
    0.5px -0.5px 1px var(--body-color),
    -0.5px 0.5px 1px var(--body-color),
    0.5px 0.5px 1px var(--body-color) !important; */
}

/* turn on specific icons */
/* turn on specific icons */
/* turn on specific icons */
header.main-header
  .menu-p-menu-container
  li.menu-item[class*="p-menu-li-"]#main-menu-search
  a::before {
  /* display: inline-flex !important; */
}

/* separators in top menu */
/* separators in top menu */
/* separators in top menu */
header.main-header .main-nav div.menu-p-menu-container ul {
  /* fix for separator ::after elements to work in top menu */
  /* overflow: hidden; */
}
header.main-header .main-nav li.menu-item[class*="p-menu-li-"] a {
  /* fix for separator ::after elements to work in top menu */
  /* overflow: visible; */
}
header.main-header
  .main-nav
  ul
  li.menu-item[class*="p-menu-li-"]:not(:first-child)
  a::after {
  /* content: ""; */
  /* position: absolute; */
  /* half of column-gap*/
  /* left: -5px; */
  /* height: 75%; */
  /* width: 1px; */
  /* background: linear-gradient(
    to bottom,
    transparent 0%,
    color-mix(in srgb, var(--text-color) 50%, transparent) 50%,
    transparent 100%
  ); */

  /* only for current project - skew */
  /* transform: skewX(-15deg); */
}
/* separators in top menu */

/* separators in side menu */
/* separators in side menu */
/* separators in side menu */
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-promotions::after,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-jackpots::after,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-live-betting::after,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-shop::after,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-vip::after {
  /* content: ""; */
  /* position: absolute; */
  /* -0.5 cause its half of current element height */
  /* -10 because we have margin-bottom 20px */
  /* bottom: -10.5px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* width: 95% !important; */
  /* height: 1px !important; */
  /* background: linear-gradient(to right,transparent 0%,color-mix(in srgb, var(--theme-color) 50%, transparent) 50%,transparent 100%); */
}

/* margins between some side menu items */
header.main-header .main-nav li.menu-item[class*="p-menu-li-"]#main-menu-home,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-jackpots,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-live-betting,
header.main-header .main-nav li.menu-item[class*="p-menu-li-"]#main-menu-shop,
header.main-header .main-nav li.menu-item[class*="p-menu-li-"]#main-menu-vip {
  /* margin-bottom: 20px; */
}

/* desktop menu item chevrons */
/* desktop menu item chevrons */
/* desktop menu item chevrons */

/* for topmenu (not side menu) */
header.main-header .main-nav .menu > li > a,
header.main-header .main-nav div.menu-p-menu-container ul {
  /* overflow: visible !important; */
}
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-big-bass-bonanza
  a::after,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-madame-destiny
  a::after,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-gates-of-olympus
  a::after {
  /* content: "\e604"; */
  /* font-family: "simple-line-icons"; */

  /* only for current project - play icon */
  /* content: "\f04b"; */
  /* font-family: "Font Awesome 7 Free"; */

  font-size: clamp(10px, 1dvw, 14px) !important;
  height: clamp(10px, 1dvw, 14px) !important;
  line-height: normal;
  position: absolute;
  top: 50%;
  right: 5%;
  font-weight: 600;
  transform: translate(5%, -50%);
  z-index: 9;
  color: color-mix(in srgb, var(--text-color) 100%, transparent);
  transition: 0.1s ease-in-out;
}
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-big-bass-bonanza
  a:hover::after,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-madame-destiny
  a:hover::after,
header.main-header
  .main-nav
  li.menu-item[class*="p-menu-li-"]#main-menu-gates-of-olympus
  a:hover::after {
  color: color-mix(in srgb, var(--theme-color) 100%, transparent);
}

/* first menu margin top */
header.main-header .main-nav ul#menu-p-menu-1 li:first-child {
  /* margin-top: 15px; */
}

/* login\signup buttons */
/* login\signup buttons */
/* login\signup buttons */

/* btn's sizes and fonts only for header (not mobile side menu) */
/* btn's sizes and fonts only for header (not mobile side menu) */
/* btn's sizes and fonts only for header (not mobile side menu) */
.main-header a[class^="ls-button-"]:not(.mobile-nav a[class^="ls-button-"]) {
  font-size: clamp(12px, 3dvw, 16px) !important;
  height: clamp(30px, 8dvw, 40px) !important;
  width: clamp(70px, 20dvw, 110px) !important;
  /* padding: 5px 5px !important; */
}

/* logn\signup buttons order */
/* logn\signup buttons order */
/* logn\signup buttons order */
.desktop-top-menu-lang-btn {
  order: 1;
}
.ls-button-signup {
  order: 2;
}
.ls-button-login {
  order: 3;
}

/* vertical style for login\signup buttons */
/* vertical style for login\signup buttons */
/* vertical style for login\signup buttons */
@media (min-width: 111025px) {
  .main-header .wrapp-header .ls-buttons,
  .main-header .wrapp-header .right-column {
    /* overflow: visible; */
  }
  .header-vertical .ls-buttons {
    /* flex-direction: column-reverse; */
  }
  .header-vertical .ls-buttons {
    /* row-gap: 8px; */
  }
  .header-vertical .ls-buttons a {
    /* top: 5px; */
    /* min-height: 40px; */
  }
  .header-vertical .right-column,
  .header-vertical .header-links {
    /* border-top: 2px solid color-mix(in srgb, var(--theme-color) 0%, transparent) !important; */
    /* border-bottom: 2px solid color-mix(in srgb, var(--theme-color) 0%, transparent) !important; */
  }
}
/* vertical style for login\signup buttons */

/* gradient Login button only, both in desktop and mobile */
/* gradient Login button only, both in desktop and mobile */
/* gradient Login button only, both in desktop and mobile */
a[class^="ls-button-"].ls-button-login {
  border: 2px solid color-mix(in srgb, var(--accent-color) 100%, transparent) !important;
  background: linear-gradient(
    to right,
    color-mix(in srgb, var(--theme-color) 75%, transparent) 0%,
    color-mix(in srgb, var(--theme-color) 100%, transparent) 50%,
    color-mix(in srgb, var(--accent-color) 75%, transparent) 50%,
    color-mix(in srgb, var(--accent-color) 100%, transparent) 100%
  );
  background-size: 200% 100%;
  background-position: right;
}
a[class^="ls-button-"].ls-button-login:hover {
  border: 2px solid color-mix(in srgb, var(--theme-color) 100%, transparent) !important;
  background-position: left !important;
}

a[class^="ls-button-"].ls-button-login span {
  /* make font bolder */
  /* text-shadow: 0.1px 0px 1px var(--body-color); */

  text-transform: uppercase;
  color: var(--text-color) !important;
  /* text-shadow: 0.1px 0px 5px color-mix(in srgb, var(--body-color) 100%, transparent); */
  /* filter: drop-shadow(0 0 3px color-mix(in srgb, var(--text-color) 100%, transparent)) !important; */
  font-weight: 600 !important;
}
a[class^="ls-button-"].ls-button-login:hover span {
  /* make font bolder */
  /* text-shadow: 0.1px 0px 1px var(--accent-color); */

  /* color: var(--accent-color) !important; */
  /* text-shadow: 0.1px 0px 5px color-mix(in srgb, var(--body-color) 100%, transparent); */
  /* filter: drop-shadow(0 0 3px color-mix(in srgb, var(--text-color) 100%, transparent)) !important; */
}

/* gradient Signup button only, both in desktop and mobile */
/* gradient Signup button only, both in desktop and mobile */
/* gradient Signup button only, both in desktop and mobile */
a[class^="ls-button-"].ls-button-signup {
  /* border: 2px solid color-mix(in srgb, var(--theme-color) 100%, transparent) !important; */
  /* background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--theme-color) 67%, transparent) 0%,
    color-mix(in srgb, var(--theme-color) 100%, transparent) 50%,
    color-mix(in srgb, var(--theme-color) 67%, transparent) 100%
  ) !important; */
  /* background-size: 100% 200% !important; */
  /* background-position: top !important; */
}
a[class^="ls-button-"].ls-button-signup:hover {
  /* border: 2px solid color-mix(in srgb, var(--theme-color) 100%, transparent) !important; */
  /* background-position: bottom !important; */
}

a[class^="ls-button-"].ls-button-signup span {
  /* make font bolder */
  /* text-shadow: 0.1px 0px 1px var(--body-color); */

  text-transform: uppercase;
  color: var(--text-color) !important;
  /* text-shadow: 0.1px 0px 5px color-mix(in srgb, var(--body-color) 100%, transparent); */
  /* filter: drop-shadow(0 0 3px color-mix(in srgb, var(--text-color) 100%, transparent)) !important; */
  font-weight: 600 !important;
}
a[class^="ls-button-"].ls-button-signup:hover span {
  /* make font bolder */
  /* text-shadow: 0.1px 0px 1px var(--body-color); */

  /* color: var(--body-color) !important; */
  /* text-shadow: 0.1px 0px 5px color-mix(in srgb, var(--body-color) 100%, transparent); */
  /* filter: drop-shadow(0 0 3px color-mix(in srgb, var(--text-color) 100%, transparent)) !important; */
}

/* turning off menu items in desktop menu */
@media (min-width: 1025px) {
  .main-header li#main-menu-aall-games,
  .main-header li#main-menu-llive,
  .main-header li#main-menu-iinstall-the-app {
    /* display: none !important; */
  }
}

/* round Lang icon (both mobile and desktop) */
/* round Lang icon (both mobile and desktop) */
/* round Lang icon (both mobile and desktop) */
a.menu-lang-btn img,
img.top-menu-lang-img {
  width: 25px !important;
  height: 25px !important;
  object-fit: cover !important;
  border-radius: 50%;
  filter: drop-shadow(
    0 0 2px color-mix(in srgb, var(--accent-color) 67%, transparent)
  ) !important;
}
a.menu-lang-btn:hover img,
a.desktop-top-menu-lang-btn:hover img.top-menu-lang-img {
  filter: drop-shadow(
    0 0 2px color-mix(in srgb, var(--accent-color) 100%, transparent)
  ) !important;
}
/* round Lang icon (both mobile and desktop) */

/* English bottom btn Text and Chevron (desktop only) */
header.main-header a.menu-lang-btn .menu-text,
header.main-header a.menu-lang-btn .icon-arrow-up {
  /* text-transform: uppercase; */
  /* font-size: 14px !important; */
  /* font-weight: 600 !important; */
  /* color: color-mix(in srgb, var(--text-color) 100%, transparent) !important; */
  /* text-shadow: unset !important; */
  /* text-shadow:
    -0.5px -0.5px 2px var(--accent-color),
    0.5px -0.5px 2px var(--accent-color),
    -0.5px 0.5px 2px var(--accent-color),
    0.5px 0.5px 2px var(--accent-color) !important; */
}
header.main-header a.menu-lang-btn:hover .menu-text,
header.main-header a.menu-lang-btn:hover .icon-arrow-up {
  /* color: var(--theme-color) !important; */
  /* text-shadow: unset !important; */
  /* text-shadow:
    -0.5px -0.5px 3px var(--accent-color),
    0.5px -0.5px 3px var(--accent-color),
    -0.5px 0.5px 3px var(--accent-color),
    0.5px 0.5px 3px var(--accent-color) !important; */
}
/* English bottom btn Chevron Only (desktop only) */
header.main-header a.menu-lang-btn .icon-arrow-up {
  /* color:  var(--text-color) !important; */
}
header.main-header a.menu-lang-btn:hover .icon-arrow-up {
  /* color: var(--theme-color) !important; */
}

/* three (3) icons (top header layout) */
/* three (3) icons (top header layout) */
/* three (3) icons (top header layout) */
/* three (3) icons (top header layout) */
/* three (3) icons (top header layout) */

@media (min-width: 768px) {
  /* make everything go beyond container */
  .main-header .wrapp-header .ls-buttons,
  .main-header .wrapp-header .right-column {
    overflow: visible !important;
  }

  .main-header .desktop-top-menu-lang-btn {
    gap: 5px;
  }

  /* flag */
  /* flag */
  /* flag */
  .main-header .desktop-top-menu-lang-btn:hover .top-menu-lang-img {
    transform: scale(1) !important;
    /* filter: unset !important; */
    filter: drop-shadow(
      0px 0px 3px color-mix(in srgb, var(--accent-color) 50%, transparent)
    ) !important;
  }
  .main-header .desktop-top-menu-lang-btn .top-menu-lang-img {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    transform: scale(1) !important;
    /* width: 35px !important; */
    /* height: 35px !important; */
    /* border: 1px solid var(--text-color); */
    /* padding: 5px; */
    margin: 0 0 0 10px !important;
    /* border-radius: 50% !important; */
    filter: drop-shadow(
      0px 0px 3px color-mix(in srgb, var(--accent-color) 50%, transparent)
    ) !important;
  }
  .main-header .desktop-top-menu-lang-btn .top-menu-lang-img:hover {
    transform: scale(1.05) !important;
    /* border: 1px solid var(--theme-color); */
    filter: drop-shadow(
      0px 0px 3px color-mix(in srgb, var(--accent-color) 100%, transparent)
    ) !important;
  }
  /* flag hover now affects also chevron */
  .main-header
    .desktop-top-menu-lang-btn:has(.top-menu-lang-img:hover)
    .top-menu-lang-icon {
    color: color-mix(in srgb, var(--theme-color) 100%, transparent) !important;
    filter: brightness(1.05) !important;
  }

  /* EN text */
  /* EN text */
  /* EN text */
  span.top-menu-lang-text {
    order: -1;
    display: none !important;
  }

  /* only for current project (change icon style) */
  .top-menu-lang-text::before {
    font-weight: 100;
  }
  /* only for current project (change icon style) */

  .main-header .desktop-top-menu-lang-btn:hover .top-menu-lang-text {
    transform: scale(1) !important;
    color: color-mix(in srgb, var(--theme-color) 95%, transparent) !important;
    /* filter: unset !important; */
    filter: brightness(0.95) !important;
  }
  .main-header .desktop-top-menu-lang-btn .top-menu-lang-text {
    border: 2px solid var(--theme-color);
    color: color-mix(in srgb, var(--theme-color) 95%, transparent) !important;
    align-items: center;
    justify-content: center;
    transform: scale(1) !important;
    width: 35px !important;
    height: 35px !important;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    filter: brightness(0.95) !important;

    background-color: white;
  }
  .main-header .desktop-top-menu-lang-btn .top-menu-lang-text:hover {
    /* border: 1px solid color-mix(in srgb, var(--theme-color) 50%, transparent); */
    color: color-mix(in srgb, var(--theme-color) 100%, transparent) !important;
    transform: scale(1.05) !important;
    filter: brightness(1.05) !important;

    /* only for current project - onhover shine */
    /* filter: drop-shadow(0px 0px 1px #002e0c) drop-shadow(0px 0px 1px #002e0c)
      drop-shadow(0px 0px 3px #002e0c) drop-shadow(0px 0px 5px #002e0c) !important; */
  }

  /* chevron */
  /* chevron */
  /* chevron */
  .main-header .desktop-top-menu-lang-btn:hover .top-menu-lang-icon {
    /* transform: unset !important; */
    color: color-mix(in srgb, var(--body-color) 95%, transparent) !important;
    /* color: var(--theme-color) !important; */
    filter: brightness(0.95) !important;
  }
  .main-header .desktop-top-menu-lang-btn .top-menu-lang-icon {
    /* transform: scale(1) !important; */
    /* border: 1px solid color-mix(in srgb, var(--text-color) 30%, transparent); */
    color: color-mix(in srgb, var(--body-color) 95%, transparent) !important;
    /* background-color: color-mix(in srgb, var(--text-color) 15%, transparent); */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* font-size: 30px !important; */
    /* font-weight: 500; */
    /* border-radius: 50%; */
    /* width: 50px !important; */
    /* height: 50px !important; */
    padding: 0px !important;
    filter: brightness(0.95) !important;
  }
  .main-header .desktop-top-menu-lang-btn .top-menu-lang-icon:hover {
    color: color-mix(in srgb, var(--theme-color) 100%, transparent) !important;
    /* transform: scale(1.05) !important; */
    /* border: 1px solid color-mix(in srgb, var(--text-color) 30%, transparent); */
    filter: brightness(1.05) !important;
  }
  /* chevron hover now affects also flag */
  .main-header
    .desktop-top-menu-lang-btn:has(.top-menu-lang-icon:hover)
    .top-menu-lang-img {
    transform: scale(1.05) !important;
    filter: drop-shadow(
      0px 0px 3px color-mix(in srgb, var(--theme-color) 100%, transparent)
    ) !important;
  }
}
/* three (3) icons (top header layout) */

/* header */

/* mobile side menu */
/* mobile side menu */
/* mobile side menu */

/* burger */
.main-header span.basel-burger,
.main-header span.basel-burger::before,
.main-header span.basel-burger::after {
  background-color: var(--accent-color) !important;
}

/* mobile side menu logo */
.mobile-menu-logo img {
  height: 90px !important;
}

/* mobile side menu login\signup btns */
/* mobile side menu login\signup btns */
/* mobile side menu login\signup btns */
.mobile-menu-top-block a[class^="ls-button-"]::before {
  /* font-size: 14px !important; */
}
.mobile-menu-top-block a[class^="ls-button-"] {
  font-size: 16px !important;
  /* height: 40px !important; */
  /* width: 120px !important; */
  /* padding: 5px 5px !important; */
}

/* mobile menu top bg color */
/* mobile menu top bg color */
/* mobile menu top bg color */
/* .mobile-nav | .mobile-menu-top-block */
.mobile-menu-top-block {
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--body-color) 0%, transparent) 10%,
    color-mix(in srgb, var(--theme-color) 75%, transparent) 100%
  );
}
/* mobile menu top bg color */

/* mobile menu whole bg color */
/* mobile menu whole bg color */
/* mobile menu whole bg color */
.mobile-nav {
  background-color: color-mix(
    in srgb,
    var(--text-color) 85%,
    transparent
  ) !important;
}
/* mobile menu whole bg color */

/* mobile menu items background sizes and shape */
/* mobile menu items background sizes and shape */
/* mobile menu items background sizes and shape */
.mobile-nav ul li:first-of-type {
  /* border-top: 0px solid color-mix(in srgb, var(--theme-color) 0%, transparent) !important; */
}
.mobile-nav li.menu-item[class*="p-menu-li-"] {
  justify-self: center;
  /* height: 45px !important; */
  width: 100%;
  /* border-radius: 10px; */
  /* padding: 0px 8px; */
}
.mobile-nav ul li a {
  transform: scale(1);
  /* justify-content: center; */

  /* height: 45px !important; */
  padding-right: 25px !important;
  padding-left: 25px !important;
  /* border-radius: 10px; */
  /* border: 0px solid color-mix(in srgb, var(--accent-color) 0%, transparent) !important; */
  /* background-color: color-mix(in srgb,var(--body-color) 50%,black 50%) !important; */

  box-shadow: inset 0 0 5px 2px
    color-mix(in srgb, var(--theme-color) 0%, transparent) !important;
  will-change: transform;
}
.mobile-nav ul li a:hover {
  transform: scale(1);
  /* border: 0px solid color-mix(in srgb, var(--accent-color) 0%, transparent) !important; */
  background-color: color-mix(
    in srgb,
    var(--theme-color) 100%,
    transparent
  ) !important;
  box-shadow: inset 0 0 5px 2px
    color-mix(in srgb, var(--theme-color) 0%, transparent) !important;
}

/* first mobile menu item margin */
ul#menu-p-menu > li:first-child {
  /* margin-top: 5px; */
}

/* text */
/* text */
/* text */
.mobile-nav ul li a span {
  /* bolder font */
  text-shadow: 0.1px 0px 1px var(--body-color);

  /* text-transform: uppercase; */
  font-size: 14px !important;
  font-weight: 500 !important;
  /* color: color-mix(in srgb, var(--text-color) 100%, transparent) !important; */
  color: var(--body-color) !important;
  filter: unset !important;
  /* filter: drop-shadow(0px 0px 2px color-mix(in srgb, var(--body-color) 0%, transparent)) !important; */
  /* text-shadow:
    -0.5px -0.5px 0 var(--theme-color),
    0.5px -0.5px 0 var(--theme-color),
    -0.5px 0.5px 0 var(--theme-color),
    0.5px 0.5px 0 var(--theme-color) !important; */
  /* text-shadow: unset !important; */
}
.mobile-nav ul li a:hover span {
  /* bolder font */
  text-shadow: 0.1px 0px 1px var(--text-color);

  /* color: color-mix(in srgb, var(--body-color) 100%, transparent) !important; */
  color: var(--text-color) !important;
  /* filter: drop-shadow(
    0px 0px 2px color-mix(in srgb, var(--theme-color) 100%, transparent)
  ) !important; */
  /* text-shadow:
    -0.5px -0.5px 0 var(--text-color),
    0.5px -0.5px 0 var(--text-color),
    -0.5px 0.5px 0 var(--text-color),
    0.5px 0.5px 0 var(--text-color) !important; */
  /* text-shadow: unset !important; */
}

/* icons */
/* icons */
/* icons */
.mobile-nav .menu-p-menu-container li.menu-item[class*="p-menu-li-"] a::before {
  /* display: none; */
  transform: scale(1) !important;
  color: var(--theme-color);
  font-weight: 600;
  font-size: 25px !important;
  width: 25px !important;
  height: 25px !important;
  /* margin-right: 7px; */
  /* filter: unset !important; */
  filter: invert(88%) sepia(19%) saturate(652%) hue-rotate(335deg)
    brightness(106%) contrast(102%) !important;
  text-shadow: unset !important;
  /* text-shadow:
    -0.5px -0.5px 1px var(--body-color),
    0.5px -0.5px 1px var(--body-color),
    -0.5px 0.5px 1px var(--body-color),
    0.5px 0.5px 1px var(--body-color) !important; */

  /* only for current project - gradient */
  /* background-color: rgb(249, 139, 16);
  background-image: linear-gradient(
    177.86deg,
    rgb(236, 12, 12) -4.62%,
    rgb(255, 243, 0) 108.8%
  );
  background-size: 100%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: unset !important;
  text-shadow: unset !important; */
  /* only for current project - gradient */
}
.mobile-nav
  .menu-p-menu-container
  li.menu-item[class*="p-menu-li-"]
  a:hover::before {
  transform: scale(1.05) !important;
  color: var(--body-color);
  filter: unset !important;
  /* filter: drop-shadow(0 0 2px color-mix(in srgb, var(--body-color) 100%, transparent)) !important; */
  /* text-shadow: unset !important; */
  /* text-shadow:
    -0.5px -0.5px 2px var(--body-color),
    0.5px -0.5px 2px var(--body-color),
    -0.5px 0.5px 2px var(--body-color),
    0.5px 0.5px 2px var(--body-color) !important; */

  /* only for current project - gradient */
  -webkit-text-fill-color: unset;
  /* only for current project - gradient */
}

/* top\bottom borders turn on\off */
/* top\bottom borders turn on\off */
/* top\bottom borders turn on\off */
.mobile-nav ul li a {
  border-bottom: unset !important;
  /* border-bottom: 0px solid color-mix(in srgb, var(--accent-color) 0%, transparent) !important; */
}
.mobile-nav ul li:first-of-type {
  border-top: unset !important;
  /* border-top: 0px solid color-mix(in srgb, var(--theme-color) 0%, transparent) !important; */
}
/* first menu margin-top */
.mobile-nav li:first-child {
  /* margin-top: 10px; */
}

/* separators in mobile menu for all items */
/* separators in mobile menu for all items */
/* separators in mobile menu for all items */
.mobile-nav
  .menu-p-menu-container
  li[class*="p-menu-li-"]:not(:last-of-type)::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px !important;
  background: linear-gradient(
    to right,
    transparent 0%,
    color-mix(in srgb, var(--accent-color) 50%, transparent) 50%,
    transparent 100%
  );
}

/* separators for some menu items */
/* separators for some menu items */
/* separators for some menu items */
.mobile-nav
  .menu-p-menu-container
  li[class*="p-menu-li-"]#mobile-menu-mhome::before,
.mobile-nav
  .menu-p-menu-container
  li[class*="p-menu-li-"]#mobile-menu-mjackpots::before,
.mobile-nav
  .menu-p-menu-container
  li[class*="p-menu-li-"]#mobile-menu-mlive-betting::before,
.mobile-nav
  .menu-p-menu-container
  li[class*="p-menu-li-"]#mobile-menu-mshop::before,
.mobile-nav
  .menu-p-menu-container
  li[class*="p-menu-li-"]#mobile-menu-mvip::before {
  /* content: ""; */
  /* position: absolute; */
  /* -0.5 cause its half of current element height */
  /* -10 because we have margin-bottom 20px */
  /* bottom: -10.5px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* width: 95% !important; */
  /* height: 1px !important; */
  /* background: linear-gradient(
    to right,
    transparent 0%,
    color-mix(in srgb, var(--theme-color) 50%, transparent) 50%,
    transparent 100%
  ); */
}

/* margins between some side menu items */
.mobile-nav
  .menu-p-menu-container
  li.menu-item[class*="p-menu-li-"]#mobile-menu-mhome,
.mobile-nav
  .menu-p-menu-container
  li.menu-item[class*="p-menu-li-"]#mobile-menu-mjackpots,
.mobile-nav
  .menu-p-menu-container
  li.menu-item[class*="p-menu-li-"]#mobile-menu-mlive-betting,
.mobile-nav
  .menu-p-menu-container
  li.menu-item[class*="p-menu-li-"]#mobile-menu-mshop,
.mobile-nav
  .menu-p-menu-container
  li.menu-item[class*="p-menu-li-"]#mobile-menu-mvip {
  /* margin-bottom: 20px; */
}

/* mobile menu item chevron */
/* mobile menu item chevron */
/* mobile menu item chevron */
.mobile-nav li.menu-item#mobile-menu-mbig-bass-bonanza a::after,
.mobile-nav li.menu-item#mobile-menu-mmadame-destiny a::after,
.mobile-nav li.menu-item#mobile-menu-mgates-of-olympus a::after {
  /* content: "\e604"; */
  /* font-family: "simple-line-icons"; */

  /* only for current project - play icon */
  /* content: "\f04b"; */
  /* font-family: "Font Awesome 7 Free"; */

  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-5%, -50%);
  z-index: 9;
  color: color-mix(in srgb, var(--text-color) 100%, transparent);
  transition: 0.2s ease-in-out;
}
.mobile-nav li.menu-item#mobile-menu-mbig-bass-bonanza a:hover::after,
.mobile-nav li.menu-item#mobile-menu-mmadame-destiny a:hover::after,
.mobile-nav li.menu-item#mobile-menu-mgates-of-olympus a:hover::after {
  color: color-mix(in srgb, var(--theme-color) 100%, transparent);
}

/* turn off some mobile menu items */
.mobile-nav li.menu-item#mobile-menu-search {
  display: none;
}

/* mobile side menu English button - icon */
/* mobile side menu English button - icon */
/* mobile side menu English button - icon */
.mobile-nav a.menu-lang-btn img {
  /* filter: unset; */
  filter: drop-shadow(
    0 0 2px color-mix(in srgb, var(--text-color) 50%, transparent)
  ) !important;
}
.mobile-nav a.menu-lang-btn:hover img {
  /* filter: unset; */
  filter: drop-shadow(
    0 0 2px color-mix(in srgb, var(--body-color) 100%, transparent)
  ) !important;
}

/* mobile side menu English button - icon */

/* mobile side menu English button - text */
/* mobile side menu English button - text */
/* mobile side menu English button - text */
.mobile-nav a.menu-lang-btn .menu-text,
.mobile-nav a.menu-lang-btn .icon-arrow-up,
.mobile-nav a.menu-lang-btn .p-menu-time {
  /* bolder font */
  text-shadow: 0.1px 0px 1px var(--body-color) !important;

  /* text-transform: uppercase; */
  /* font-size: 14px; */
  /* font-weight: 600; */
  /* color: color-mix(in srgb, var(--text-color) 100%, transparent) !important; */
  color: var(--body-color) !important;
  /* filter: drop-shadow(0 0 2px color-mix(in srgb, var(--text-color) 75%, transparent)) !important; */
  /* text-shadow: unset !important; */
  /* text-shadow:
    -0.5px -0.5px 2px var(--body-color),
    0.5px -0.5px 2px var(--body-color),
    -0.5px 0.5px 2px var(--body-color),
    0.5px 0.5px 2px var(--body-color) !important; */
}
.mobile-nav a.menu-lang-btn:hover .menu-text,
.mobile-nav a.menu-lang-btn:hover .icon-arrow-up,
.mobile-nav a.menu-lang-btn:hover .p-menu-time {
  /* bolder font */
  text-shadow: 0.1px 0px 1px var(--text-color) !important;

  /* color: color-mix(in srgb, var(--body-color) 100%, transparent) !important; */
  color: var(--text-color) !important;
  /* filter: drop-shadow(0 0 2px color-mix(in srgb, var(--body-color) 100%, transparent)) !important; */
  /* text-shadow:
    -0.5px -0.5px 2px var(--body-color),
    0.5px -0.5px 2px var(--body-color),
    -0.5px 0.5px 2px var(--body-color),
    0.5px 0.5px 2px var(--body-color) !important; */
}
/* mobile side menu English button - chevron */
.mobile-nav a.menu-lang-btn .icon-arrow-up {
  /* color: color-mix(in srgb, var(--body-color) 100%, transparent) !important; */
  /* text-shadow: unset !important; */
}
.mobile-nav a.menu-lang-btn:hover .icon-arrow-up {
  /* color: color-mix(in srgb, var(--body-color) 100%, transparent) !important; */
}

/* mobile side menu */

/* main banner */
/* main banner */
/* main banner */
.main-banner {
  margin-top: 0px !important;

  @media (max-width: 767px) {
    /* margin-top: 0px !important; */
  }

  a {
    border-radius: 0px;
    /* border: 0px solid color-mix(in srgb, var(--theme-color) 0%, transparent) !important; */
    border: unset !important;
  }

  a:hover {
    /* border: 0px solid color-mix(in srgb, var(--theme-color) 0%, transparent) !important; */
    border: unset !important;
    transform: scale(1.005) !important;
  }
}

/* main banner */

/* main-carousel */
/* main-carousel */
/* main-carousel */
.main-carousel {
  .placeholder {
  }

  .swiper-pagination {
    display: none;
  }
  @media (max-width: 767px) {
    /* margin-top: 0px !important; */

    .swiper-pagination {
      /* display: none; */
    }
  }

  margin-top: 0px !important;

  .swiper-slide img {
  }
  .swiper-slide:hover img {
  }
  @media (max-width: 767px) {
    .swiper-slide:hover img {
    }
  }
}

/* categories listbox */
/* categories listbox */
/* categories listbox */
div.website-wrapper
  div.main-page-wrapper
  div.entry-content
  div.listbox-wrapper.categories-menu {
  ::-webkit-scrollbar {
    display: none !important;
  }

  /* margin-top: 0px !important; */
  /* background: color-mix(in srgb, #fbfbfb 100%, transparent) !important; */

  /* borders */
  /* border-top: 1px solid color-mix(in srgb, var(--body-color) 50%, white 50%); */
  /* border-bottom: 2px solid color-mix(in srgb, var(--theme-color) 10%, transparent); */
  /* box-shadow: 0 1px 5px color-mix(in srgb, var(--theme-color) 0%, transparent); */

  /* auto width */
  /* auto width */
  /* auto width */
  .listbox-item {
    /* width: auto !important; */
    /* container-type: unset; */
  }
  /*  auto width */

  /* vertical separator */
  .listbox-scroll-track .listbox-item:not(:last-child)::after {
    /* content: ""; */
    /* height: 75%; */
    /* width: 1px; */
    /* position: relative; */
    /* left: 3px; */
    /* background: linear-gradient(to bottom,transparent 0%,color-mix(in srgb, var(--theme-color) 50%, transparent) 50%,transparent 100%); */
  }
  /* vertical separator */

  /* background */
  /* background */
  /* background */
  .listbox-container {
    /* width: 100%; */
    /* background-color: #101240; */
    /* padding: 5px 5px !important; */
    /* border-radius: 15px; */
    /* margin: 10px 0; */
    /* overflow: visible; */
  }

  /* items */
  /* items */
  /* items */
  .listbox-scroll-track .listbox-item a {
    gap: 0px !important;
    border-radius: 10px !important;
    padding: clamp(0px, 5dvw, 0px) !important;
    background-color: unset !important;
    background-color: color-mix(
      in srgb,
      var(--body-color) 0%,
      black 0%
    ) !important;
    background: linear-gradient(
      to right,
      transparent 25%,
      color-mix(in srgb, var(--body-color) 33%, black 67%)
    );
    flex-direction: row;
    justify-content: space-evenly;
  }
  .listbox-scroll-track .listbox-item a:hover {
    /* background-color: unset !important; */
    /* background-color: color-mix(in srgb,var(--theme-color) 75%,black 25%) !important; */
  }

  /* text */
  /* text */
  /* text */
  .listbox-item span {
    /* make text bolder */
    /* text-shadow: 0.1px 0px 1px var(--text-color) !important; */

    text-transform: uppercase;
    font-size: clamp(16px, 3dvw, 16px);
    font-weight: 600 !important;
    color: var(--text-color) !important;
    filter: unset !important;
    /* filter: brightness(1)drop-shadow(1px 1px 1px color-mix(in srgb, var(--accent-color) 0%, transparent)) !important; */

    /* underline */
    /* text-decoration: underline; */
    text-decoration: unset;
    text-underline-offset: 3px;
    /* text-decoration-color: color-mix(in srgb,var(--text-color) 0%,transparent) !important; */
    /* text-decoration-color: unset !important; */

    /* only for current project */
    /* position: absolute; */
    /* right: 25%; */
    /* transform: translateX(40%); */
    /* only for current project */
  }
  .listbox-item a:hover span {
    /* make text bolder */
    /* text-shadow: 0.1px 0px 1px var(--text-color) !important; */

    color: var(--accent-color) !important;
    /* filter: brightness(1) !important; */

    /* underline */
    text-decoration: unset;
    /* text-decoration: underline; */
    /* text-decoration-color: color-mix(in srgb,var(--theme-color) 100%,transparent) !important; */
    /* text-decoration-color: var(--theme-color) !important; */
  }

  /* img */
  /* img */
  /* img */
  .listbox-item[class*="listbox-img-"] img {
    max-height: unset !important;
    /* max-height: 55% !important; */
    height: 55px !important;
    /* width: 45cqh !important; */
    /* filter: unset !important; */
    filter: drop-shadow(
      1px 1px 1px color-mix(in srgb, var(--accent-color) 0%, transparent)
    ) !important;
  }
  .listbox-item[class*="listbox-img-"] a:hover img {
    filter: drop-shadow(
      0px 0px 0px color-mix(in srgb, var(--accent-color) 0%, transparent)
    ) !important;
  }

  /* icon? */
  /* icon? */
  /* icon? */
  .listbox-item[class*="listbox-fonticon-"] a::before {
    display: none !important;
    font-size: clamp(15px, 1dvw, 18px) !important;
    font-weight: 600;
    color: var(--text-color);
    /* filter: drop-shadow(0 0 2px color-mix(in srgb, var(--body-color) 0%, transparent)) !important; */
  }
  .listbox-item[class*="listbox-fonticon-"] a:hover::before {
    color: var(--body-color) !important;
    /* filter: drop-shadow(0 0 2px color-mix(in srgb, var(--body-color) 100%, transparent)) !important; */
  }

  /* scale fix */
  .listbox-scroll-track.item-hovered .listbox-item.listbox-item-active a:hover {
    /* transform: scale(1); */
  }
}
/* categories listbox */

/* only for current project - banners 3 steps */
/* only for current project - banners 3 steps */
/* only for current project - banners 3 steps */
.listbox-wrapper.three-steps {
  ::-webkit-scrollbar {
    display: none !important;
  }
  .listbox-container {
    padding-bottom: 0 !important;
  }

  /* background-color: var(--text-color); */
  background: radial-gradient(
    52.6% 90.15% at 53.95% 0%,
    #7d7a36 0%,
    #383723 100%
  ) !important;
  padding: 25px 0;
  margin-top: 0px;

  .titlebar .titlebar-nav {
    display: none !important;
  }
  .titlebar .titlebar-title {
    text-transform: uppercase;
    font-size: clamp(18px, 5dvw, 20px) !important;
    color: var(--body-color) !important;
  }
  .titlebar .titlebar-title:hover {
    color: var(--theme-color) !important;
  }

  .listbox-item#listbox-block-1-register {
    order: -1;
  }

  .listbox-scroll-track .listbox-item a {
    padding: 5px !important;
    /* flex-direction: row; */
    /* justify-content: flex-start; */
    background-color: color-mix(
      in srgb,
      var(--text-color) 0%,
      transparent
    ) !important;
  }

  .listbox-item[class*="listbox-img-"] .listbox-img-link.justifySpace img {
    max-height: unset !important;
    height: 75px;
    padding: 10px;
  }

  @media (max-width: 768px) {
    .listbox-scroll-track {
      grid-auto-flow: row;
    }
  }

  .listbox-item a span {
    color: var(--body-color);
    text-transform: uppercase !important;
    /* margin-left: 5px; */
    font-size: 18px !important;
  }
  .listbox-item a:hover span {
    color: var(--accent-color);
  }

  .listbox-scroll-track.item-hovered .listbox-item a {
    filter: brightness(1) !important;
  }
}

/* only for current project - banners 3 steps */

/* only for current project - banners perks */
/* only for current project - banners perks */
/* only for current project - banners perks */
.listbox-wrapper.perks {
  ::-webkit-scrollbar {
    display: none !important;
  }
  .listbox-container {
    padding-bottom: 0 !important;
  }

  background-color: var(--theme-color);
  background: radial-gradient(
    52.6% 90.15% at 53.95% 0%,
    #7d7a36 0%,
    #383723 100%
  ) !important;
  padding: 25px 0;
  margin-bottom: 0 !important;

  .titlebar .titlebar-nav {
    display: none !important;
  }
  .titlebar .titlebar-title {
    text-transform: uppercase;
    font-size: 24px !important;
    color: var(--body-color) !important;
  }
  .titlebar .titlebar-title:hover {
    color: var(--theme-color) !important;
  }

  .listbox-scroll-track .listbox-item a {
    padding: 5px !important;
    background-color: color-mix(
      in srgb,
      var(--theme-color) 0%,
      transparent
    ) !important;
  }

  .listbox-item[class*="listbox-img-"] .listbox-img-link.justifySpace img {
    max-height: unset !important;
    height: 120px;
  }

  @media (max-width: 768px) {
    .listbox-scroll-track {
      grid-auto-flow: row;
    }
  }

  .listbox-item a span {
    /* text-shadow: 0.1px 0px 1px var(--body-color); */

    color: var(--body-color);
    font-size: 14px !important;
    white-space: normal;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
  }
  .listbox-item a:hover span {
    /* text-shadow: 0.1px 0px 1px var(--text-color); */

    color: var(--accent-color);
  }

  .listbox-scroll-track.item-hovered .listbox-item a {
    filter: brightness(1) !important;
  }
}
/* only for current project - banners perks */

/* only for current project - banners trust */
/* only for current project - banners trust */
/* only for current project - banners trust */
.listbox-wrapper.trust {
  ::-webkit-scrollbar {
    display: none !important;
  }
  .listbox-container {
    padding-bottom: 0 !important;
  }

  /* auto width */
  /* auto width */
  /* auto width */
  /* auto width */
  /* auto width */
  .listbox-item {
    /* width: auto !important; */
    /* container-type: unset !important; */
  }
  /*  auto width */

  .listbox-scroll-track .listbox-item a {
    padding: clamp(2px, 0.5dvw, 4px) !important;
    /* flex-direction: row; */
    background-color: color-mix(
      in srgb,
      var(--theme-color) 0%,
      transparent
    ) !important;
  }

  .listbox-item[class*="listbox-img-"] .listbox-img-link.justifySpace img {
    /* max-height: unset !important; */
    /* height: 75px; */
  }

  @media (max-width: 1024px) {
    .listbox-scroll-track {
      grid-auto-flow: row;
    }
  }

  .listbox-item[class*="listbox-img-"] img {
    filter: invert(20%) sepia(13%) saturate(3174%) hue-rotate(345deg)
      brightness(93%) contrast(86%) !important;
  }
}

/* only for current project - banners trust */

/* searchbox */
/* searchbox */
/* searchbox */
.search-container {
  /* margin-top: 15px; */
  /* padding-bottom: 0 !important; */
}
.search-wrapper {
  border-radius: 5px !important;
  background-color: color-mix(
    in srgb,
    var(--text-color) 5%,
    var(--body-color) 100%
  ) !important;
  /* box-shadow:
    inset 1px 1px 3px color-mix(in srgb, var(--body-color) 90%, transparent),
    inset -1px -1px 5px color-mix(in srgb, var(--theme-color) 15%, transparent) !important; */
}
.search-wrapper:hover {
  background-color: color-mix(
    in srgb,
    var(--text-color) 10%,
    var(--body-color) 100%
  ) !important;
  /* box-shadow:
    inset 1px 1px 2px color-mix(in srgb, var(--body-color) 100%, transparent),
    inset 2px 2px 5px color-mix(in srgb, var(--body-color) 50%, transparent) !important; */
}
.search-input {
  /* color: color-mix(in srgb, var(--theme-color) 20%, transparent) !important; */
}
.search-input:hover {
  /* color: color-mix(in srgb, var(--theme-color) 30%, transparent) !important; */
}
/* searchbox */

/* titlebar */
/* titlebar */
/* titlebar */

.titlebar {
  justify-content: center !important;
  /* margin-top: 50px !important; */
}
@media (max-width: 767px) {
  .titlebar {
    /* justify-content: center !important; */
    /* margin-top: 20px !important; */
  }
}

/* title */
/* title */
/* title */
.titlebar .titlebar-title {
  /* make text bolder */
  /* text-shadow: 0.1px 0px 1px var(--text-color) !important; */

  font-size: clamp(16px, 5dvw, 24px) !important;
  font-weight: 600 !important;
  color: var(--text-color) !important;
  /* letter-spacing: 2px; */
  /* text-transform: uppercase; */

  /* underline */
  /* text-decoration: unset !important; */
  /* text-decoration: underline; */
  /* text-underline-offset: 2px; */
  /* text-decoration-color: color-mix(in srgb,var(--text-color) 100%,transparent) !important; */
}
.titlebar .titlebar-title:hover {
  /* make text bolder */
  /* text-shadow: 0.1px 0px 1px var(--theme-color) !important; */

  color: var(--theme-color) !important;
}

/* custom underline */
/* custom underline */
/* custom underline */
.titlebar .titlebar-title::after {
  /* content: ""; */
  /* display: flex; */
  /* position: relative; */
  /* bottom: -5px; */
  /* height: 4px; */
  /* width: auto; */
  /* background-color: color-mix(in srgb, #0096b7 100%, transparent); */
  /* border-radius: 99px; */
}

/* icon */
/* icon */
/* icon */
.titlebar .titlebar-left::before {
  /* display: none; */
  font-size: clamp(20px, 5dvw, 25px) !important;
  font-weight: 600 !important;
  /* margin-right: clamp(5px, 1dvw, 5px) !important; */
  /* text-shadow: unset !important; */
  color: var(--theme-color) !important;
  filter: drop-shadow(
    0px 0px 1px color-mix(in srgb, var(--theme-color) 100%, transparent)
  ) !important;
  text-shadow:
    -1px -1px 0 var(--body-color),
    1px -1px 0 var(--body-color),
    -1px 1px 0 var(--body-color),
    1px 1px 0 var(--body-color) !important;

  /* only for current project - icons gradient */
  /* color: rgb(236, 12, 12);
  background-color: rgb(249, 139, 16);
  background-image: linear-gradient(
    177.86deg,
    rgb(236, 12, 12) -4.62%,
    rgb(255, 243, 0) 108.8%
  );
  background-size: 100%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: unset !important;
  text-shadow: unset !important; */
  /* only for current project - icons gradient */
}

/* img */
/* img */
/* img */
.titlebar .titlebar-left img {
  margin-right: clamp(7px, 1dvw, 7px) !important;
  width: clamp(25px, 7dvw, 30px) !important;
  height: clamp(25px, 7dvw, 30px) !important;
  /* filter: unset !important; */
  /* filter: brightness(0.75) drop-shadow(0px 0px 2px color-mix(in srgb, var(--theme-color) 0%, transparent)) !important; */
}
.titlebar .titlebar-left h2:hover img {
  /* transform: scale(1.05); */
  /* filter: brightness(1) drop-shadow(0px 0px 2px color-mix(in srgb, var(--text-color) 33%, transparent)) !important; */
}

/* viewall button */
/* viewall button */
/* viewall button */
.titlebar .titlebar-nav a.titlebar-viewall {
  width: max-content !important;
  font-size: clamp(12px, 3dvw, 14px) !important;
  /* text-decoration: underline; */
  /* text-underline-offset: 2px; */
  /* width: auto !important; */
  height: clamp(30px, 4dvw, 35px) !important;
  /* border-radius: 0px !important; */
  /* padding: 0 !important; */
  height: clamp(30px, 4dvw, 35px) !important;
  font-weight: 600 !important;
  /* color: color-mix(in srgb, var(--body-color) 100%, transparent) !important; */
  border: 1px solid
    color-mix(in srgb, var(--body-color) 0%, var(--text-color) 100%) !important;
  /* background: unset !important; */
  background: color-mix(
    in srgb,
    var(--text-color) 100%,
    transparent
  ) !important;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--text-color) 80%, var(--body-color) 5%) 0%,
    color-mix(in srgb, var(--text-color) 95%, var(--body-color) 5%) 50%,
    color-mix(in srgb, var(--text-color) 80%, var(--body-color) 5%) 100%
  ) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.titlebar .titlebar-nav a.titlebar-viewall:hover {
  /* text-decoration: underline; */
  /* color: color-mix(in srgb, var(--text-color) 100%, transparent) !important; */
  background-position: top !important;

  /* border: 1px solid color-mix(in srgb, var(--body-color) 0%, var(--accent-color) 0%) !important; */
  /* background: color-mix(in srgb, var(--text-color) 20%, transparent) !important; */
}

.titlebar .titlebar-nav {
  /* display: none !important; */
}
.titlebar .titlebar-viewall {
  display: none !important;
}
.titlebar .titlebar-nav-arrows {
  /* display: none !important; */
}
.titlebar .titlebar-nav {
  position: absolute;
  right: 1%;
}
.titlebar .titlebar-nav-left,
.titlebar .titlebar-nav-right {
  border: 0px solid
    color-mix(in srgb, var(--text-color) 0%, var(--body-color) 0%) !important;
  background-color: color-mix(
    in srgb,
    var(--text-color) 0%,
    transparent
  ) !important;
  /* border-radius: 35%; */
}
.titlebar .titlebar-nav-left:hover,
.titlebar .titlebar-nav-right:hover {
  /* border: 1px solid color-mix(in srgb, var(--text-color) 25%, var(--body-color) 0%) !important; */
  /* background-color: color-mix(in srgb,var(--text-color) 20%,transparent) !important; */
}
.titlebar .titlebar-nav-arrows a path {
  stroke: color-mix(in srgb, var(--text-color) 33%, transparent) !important;
}
.titlebar .titlebar-nav-arrows a:hover path {
  stroke: color-mix(in srgb, var(--text-color) 67%, transparent) !important;
}
.titlebar-nav-arrows svg {
  width: clamp(25px, 5dvw, 30px) !important;
  height: clamp(25px, 5dvw, 30px) !important;
}

/* titlebar */

/* games */
/* games */
/* games */
.games-wrapper ::-webkit-scrollbar {
  height: 0px !important;
  width: 0px !important;
}

.games-wrapper {
  /* margin-top: 0px !important; */
  /* margin-bottom: 0 !important; */
}

/* play btn */
.play-icon circle {
  /* circle border */
  /* stroke: var(--theme-color) !important; */
  /* circle bg */
  /* fill: color-mix(in srgb, var(--accent-color) 100%, transparent) !important; */
}
.play-icon path {
  /* circle play triangle */
  /* fill: var(--theme-color) !important; */
}
.play-icon {
  /* display: none; */
  /* height: clamp(50px, min(30cqh, 30cqw), 80px) !important; */

  /* glow */
  /* filter: drop-shadow(0 0 2px var(--accent-color)) !important; */
}
.play-icon:hover {
  /* filter: drop-shadow(0 0 2px var(--accent-color)) !important; */
}

/* demo btn */
/* demo btn */
/* demo btn */
div.game-overlay div.demo-button {
  /* bolder font */
  /* text-shadow: 0.1px 0px 1px var(--body-color); */

  /* transform: scale(1) !important; */
  /* font-size: clamp(8px, min(12cqh, 10cqw), 18px); */
  /* font-weight: 600; */
  /* border-radius: 5px !important; */
  /* padding: clamp(6px, min(5cqh, 5cqw), 8px) clamp(25px, min(12cqh, 12cqw), 25px) !important; */
  background-color: unset !important;
  /* background-color: var(--accent-color) !important; */
  /* background-color: color-mix(in srgb,var(--accent-color) 0%,transparent) !important; */
  /* color: var(--text-color) !important; */
  border: unset !important;
  /* border: 1px solid color-mix(in srgb, var(--text-color) 0%, transparent) !important; */
  filter: unset !important;
  /* filter: drop-shadow(0 0 3px var(--accent-color)) drop-shadow(0 0 3px var(--accent-color)) !important; */
  /* text-shadow:
    -0.1px -0.1px 1px color-mix(in srgb, var(--body-color) 0%, transparent),
    0.1px -0.1px 1px color-mix(in srgb, var(--body-color) 0%, transparent),
    -0.1px 0.1px 1px color-mix(in srgb, var(--body-color) 0%, transparent),
    0.1px 0.1px 1px color-mix(in srgb, var(--body-color) 0%, transparent) !important; */
}
div.game-overlay div.demo-button:hover {
  /* transform: scale(1) !important; */
  /* color: var(--text-color) !important; */
  /* border: 1px solid color-mix(in srgb, var(--text-color) 0%, transparent) !important; */
  /* filter: unset !important; */
  /* filter: drop-shadow(0 0 3px var(--text-color)) drop-shadow(0 0 3px var(--text-color)) !important; */
  /* text-shadow:
    -0.1px -0.1px 5px color-mix(in srgb, var(--body-color) 100%, transparent),
    0.1px -0.1px 5px color-mix(in srgb, var(--body-color) 100%, transparent),
    -0.1px 0.1px 5px color-mix(in srgb, var(--body-color) 100%, transparent),
    0.1px 0.1px 5px color-mix(in srgb, var(--body-color) 100%, transparent) !important; */
}

/* demo eye icon */
.game-overlay .demo-button::before {
  display: none;
  /* color: var(--text-color) !important; */
  filter: unset !important;
  /* filter: drop-shadow(
    0px 0px 5px color-mix(in srgb, var(--theme-color) 50%, transparent)
  ) !important; */
}
.game-overlay .demo-button:hover::before {
  /* color: var(--text-color) !important; */
  /* filter: drop-shadow(
    0px 0px 5px color-mix(in srgb, var(--text-color) 50%, transparent)
  ) !important; */
}

.game-title {
  /* display: none !important; */
}

/* game text */
/* game text */
/* game text */
.game-overlay span.game-title {
  /* display: none !important; */
  /* bolder font */
  /* text-shadow: 0.1px 0px 1px var(--text-color) !important; */

  /* text shadow */
  text-shadow: 1px 1px 2px black !important;

  /* line-height: 1.6 !important; */
  font-size: clamp(12px, min(10cqh, 10cqw), 18px) !important;
  font-weight: 600 !important;
  color: color-mix(in srgb, var(--body-color) 100%, transparent) !important;
  /* filter: drop-shadow(0px 0px 3px var(--body-color)); */
  /* text-shadow: unset !important; */
  /* text-shadow:
    -0.1px -0.1px 2px var(--body-color),
    0.1px -0.1px 2px var(--body-color),
    -0.1px 0.1px 2px var(--body-color),
    0.1px 0.1px 2px var(--body-color) !important; */
  /* amount of lines */
  -webkit-line-clamp: 2 !important;
}

/* overlay BG color when hovered */
.game-item .game-overlay {
  background: color-mix(in srgb, var(--text-color) 85%, transparent) !important;
  /* backdrop-filter: blur(0px) !important; */
}

/* game border */
.game-item .game-container {
  /* border-radius: 5px !important; */
  /* border: 1px solid transparent !important; */
  border: 1px solid color-mix(in srgb, var(--text-color) 33%, transparent) !important;
  /* box-shadow: unset !important; */
  box-shadow: 0px 0px 3px color-mix(in srgb, var(--text-color) 50%, transparent) !important;
}
/* border on hover */
.game-item .game-container:hover {
  border: 1px solid color-mix(in srgb, var(--text-color) 67%, transparent) !important;
  /* box-shadow: unset !important; */
  box-shadow: 0px 0px 3px
    color-mix(in srgb, var(--text-color) 100%, transparent) !important;
}

/* combine borders and stylize texts blocks under game card */
/* combine borders and stylize texts blocks under game card */
/* combine borders and stylize texts blocks under game card */
.game-item .game-container {
  /* border-top-left-radius: 10px !important; */
  /* border-top-right-radius: 10px !important; */
  /* border-bottom-right-radius: 0px !important; */
  /* border-bottom-left-radius: 0px !important; */
}
.game-extra-name {
  /* border-bottom-right-radius: 10px; */
  /* border-bottom-left-radius: 10px; */
  /* justify-content: flex-start; */
  /* background: #000000; */
  /* padding: clamp(5px, 1dvw, 10px) 10px !important; */
  /* border: 0px solid color-mix(in srgb, var(--theme-color) 0%, transparent) !important; */
  /* border: unset !important; */
  /* box-shadow: 0px 1px 3px 1px color-mix(in srgb, var(--theme-color) 10%, transparent) !important; */
}
.game-extra-name:hover {
  /* box-shadow: 0px 1px 3px 1px color-mix(in srgb, var(--theme-color) 20%, transparent) !important; */
}
/* combine borders and stylize texts blocks under game card */

/* game extra text */
/* game extra text */
/* game extra text */
.game-extra-name span {
  /* make font bolder */
  /* text-shadow: 0.1px 0px 1px var(--text-color) !important; */

  font-size: clamp(12px, 1dvw, 14px) !important;
  font-weight: 500;
  /* text-align: left !important; */
  color: var(--text-color) !important;
  filter: unset !important;
  /* filter: drop-shadow(0px 0px 3px color-mix(in srgb, var(--body-color) 0%, transparent)) !important; */
  transition: 0.2s ease-in-out;
}
.game-extra-name:hover span {
  color: var(--theme-color) !important;
  filter: unset !important;
  /* filter: drop-shadow(0px 0px 3px color-mix(in srgb, var(--theme-color) 0%, transparent)) !important; */
}

/* load more button */
/* load more button */
/* load more button */
.games-load-more-btn a {
  /* text-transform: uppercase; */
  /* font-size: clamp(10px, 3dvw, 12px); */
  /* font-weight: 600; */
  /* gap: 8px; */
  /* padding: clamp(6px, 2dvw, 8px) clamp(12px, 4dvw, 14px); */
  border-radius: 3px !important;
  /* background: transparent !important; */
  color: var(--text-color) !important;
  /* border: 1px solid var(--text-color) !important; */
  /* filter: unset !important; */
  /* filter: brightness(0.95) drop-shadow(0px 0px 3px color-mix(in srgb, var(--theme-color) 67%, transparent)); */
}
.games-load-more-btn a::before {
  color: var(--text-color) !important;
}

/* load more button */

/* games */

/* listbox payments */
/* listbox payments */
/* listbox payments */

/* separator */
.listbox-wrapper.payments::before {
  /* content: ""; */
  border: 0.1px solid color-mix(in srgb, var(--theme-color) 75%, transparent);
  width: 100%;
}

.listbox-wrapper.payments {
  .placeholder {
  }

  margin: 25px 0px !important;
  /* background-color: var(--text-color); */
  /* padding: 15px; */

  ::-webkit-scrollbar {
    height: 0 !important;
  }

  /* gradient on auto scroll track at the beginning and at the end */
  .listbox-container::before {
    /* background: linear-gradient(to right, black, transparent 100%) !important; */
  }
  .listbox-container::after {
    /* background: linear-gradient(to left, black, transparent 100%) !important; */
  }

  /* turn off specific payments*/
  /* turn off specific payments*/
  /* turn off specific payments*/
  .listbox-item[id^="listbox-block-"][id$="-nnneosurf-payment-method"],
  .listbox-item[id^="listbox-block-"][id$="-ssskrill-payment-method"] {
    /* display: none !important; */
  }
  /* turn off specific payments*/

  /* centering */
  /* width: 75%; */
  /* place-self: center; */

  @media (max-width: 767px) {
    /* width: 100% !important; */
  }

  /* titlebar */
  .titlebar {
    /* display: none !important; */
  }

  .listbox-item a {
    padding: clamp(10px, 1dvw, 15px) !important;
    background-color: color-mix(
      in srgb,
      var(--theme-color) 0%,
      var(--body-color) 0%
    ) !important;
  }

  .listbox-item[class*="listbox-img-"] img {
    /* border-radius: 10px; */
    filter: unset !important;
    filter: drop-shadow(
      1px 1px 1px color-mix(in srgb, var(--text-color) 33%, black 67%)
    ) !important;
    /* filter: brightness(0.9) !important; */
  }
  .listbox-item[class*="listbox-img-"]:hover img {
    /* border-radius: 10px; */
    /* filter: unset !important; */
    /* filter: drop-shadow(0px 0px 0px color-mix(in srgb, var(--body-color) 0%, transparent)) !important; */
    /* filter: brightness(1) !important; */
  }
}

/* apple pay */
/* apple pay */
/* apple pay */
.listbox-wrapper.payments div.listbox-item[id*="apple-pay-payment-method"] img,
.listbox-wrapper.payments
  div.listbox-item[id*="apple-pay-payment-method"]:hover
  img,
tr#withdrawal-apple-pay-payment-method div.withdraw-payment-icon {
  filter: invert(1) !important;
}
/* apple pay */

/* listbox payments */

/* listbox providers */
/* listbox providers */
/* listbox providers */
.listbox-wrapper.providers {
  .placeholder {
  }

  margin: 0px 0px !important;
  padding: 25px 0px !important;
  /* background-color: color-mix(in srgb,var(--theme-color) 100%,transparent) !important; */
  background-color: #8c8941 !important;
  /* padding: 15px; */

  /* scrollbar */
  ::-webkit-scrollbar {
    display: none !important;
  }

  .titlebar {
    /* justify-content: center !important; */
    /* margin-top: 15px !important; */
  }
  /* title */
  .titlebar-title {
    /* display: none !important; */
  }

  .titlebar-nav {
    /* display: none !important; */
  }
  .titlebar-viewall {
    /* display: none !important; */
  }
  .titlebar-nav-arrows {
    /* display: none !important; */
  }

  .listbox-item a {
    padding: clamp(10px, 2dvw, 15px) !important;
    /* background-color: color-mix(in srgb,var(--theme-color) 75%,black 25%) !important; */
    background-color: color-mix(in srgb, #8c8941 85%, black 15%) !important;
    /* filter: brightness(1) !important; */
  }
  .listbox-item a:hover {
  }

  .listbox-item[class*="listbox-img-"] img {
    /* border-radius: 10px !important; */
    /* filter: unset !important; */
    /* filter: brightness(0.9); */
    filter: drop-shadow(
      1px 1px 1px color-mix(in srgb, var(--text-color) 33%, black 67%)
    ) !important;
  }
  .listbox-item[class*="listbox-img-"]:hover img {
    /* filter: unset !important; */
    /* filter: brightness(1); */
  }

  .listbox-container[class*="auto-scroll-"]::before {
    background: linear-gradient(to right, #8c8941, transparent 100%) !important;
  }
  .listbox-container[class*="auto-scroll-"]::after {
    background: linear-gradient(to left, #8c8941, transparent 100%) !important;
  }
}

/* listbox providers */

/* footer menu */
/* footer menu */
/* footer menu */

/* footer logo */
.p-pre-footer-logo img {
  filter: drop-shadow(
    0px 0px 2px color-mix(in srgb, var(--text-color) 100%, transparent)
  ) !important;
}

/* title */
/* title */
/* title */
.p-pre-footer h4.pre-footer-menu-title {
  /* make font bolder */
  /* text-shadow: 0.1px 0px 1px var(--text-color); */

  display: none !important;
  /* text-transform: uppercase; */
  font-size: clamp(18px, 4dvw, 18px);
  font-weight: 600 !important;
  color: var(--text-color) !important;
}

/* menu items */
/* menu items */
/* menu items */
.p-pre-footer div.pre-footer-menu-block li a.pre-footer-menu-item {
  /* make font bolder */
  /* text-shadow: 0.1px 0px 1px var(--text-color); */

  font-size: clamp(15px, 4dvw, 15px) !important;
  /* text-transform: uppercase; */
  font-weight: 500 !important;
  color: color-mix(in srgb, var(--text-color) 100%, transparent) !important;

  /* underline */
  /* text-decoration: unset !important; */
  /* text-underline-offset: 3px; */
  text-decoration-color: color-mix(
    in srgb,
    var(--text-color) 0%,
    transparent
  ) !important;
}
.p-pre-footer div.pre-footer-menu-block li a.pre-footer-menu-item:hover {
  color: color-mix(in srgb, var(--theme-color) 100%, transparent) !important;

  /* underline */
  /* text-decoration: underline !important; */
  /* text-underline-offset: 3px; */
  text-decoration-color: color-mix(
    in srgb,
    var(--theme-color) 100%,
    transparent
  ) !important;
}
/* footer menu */

/* mobnavbar */
/* mobnavbar */
/* mobnavbar */

/* mobnavbar bg color */
div.basel-toolbar {
  background: linear-gradient(180deg, #6b681f 0%, #4a4816 100%) !important;
}

.basel-toolbar-item img {
  /* width: 22px !important; */
  /* height: 22px !important; */
}

/* round mobnavbar */
div.basel-toolbar {
  /* border-radius: 10px; */
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */

  /* margin-bottom: 5px; */
  /* margin-left: 5px; */
  /* margin-right: 5px; */
  /* background-color: color-mix(in srgb,var(--text-color) 85%,transparent) !important; */
  /* border: 1px solid color-mix(in srgb, var(--theme-color) 10%, transparent) !important; */
  /* box-shadow: 0px 0px 5px color-mix(in srgb, var(--text-color) 50%, transparent); */
}
.basel-toolbar-item a {
  /* border-radius: 7px !important; */
  /* background-color: color-mix(in srgb,var(--theme-color) 0%,transparent) !important; */
}

/* text */
/* text */
/* text */
span.basel-toolbar-label {
  /* display: none !important; */
  /* text-transform: uppercase; */
  color: color-mix(in srgb, var(--accent-color) 100%, transparent) !important;
  font-size: clamp(11px, 3dvw, 11px) !important;
  font-weight: 500;
  margin-bottom: 1px !important;
  /* opacity: 0.6; */
  filter: unset !important;
  /* filter: drop-shadow(0px 0px 3px color-mix(in srgb, var(--body-color) 100%, transparent)) !important; */
}
div.basel-toolbar-item a:hover .basel-toolbar-label {
  color: var(--text-color) !important;
  /* opacity: 1; */
}

/* img-icon */
/* img-icon */
/* img-icon */
.basel-toolbar-item > a:before {
  /* font-weight: 500 !important; */
}

/* font-icons \ imgs */
/* font-icons \ imgs */
/* font-icons \ imgs */
div.basel-toolbar a i,
div.basel-toolbar a img,
div.basel-toolbar a::before {
  height: 23px !important;
  width: 23px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--theme-color) !important;
  /* filter: unset !important; */
  /* filter: invert(0) !important; */
  filter: invert(89%) sepia(26%) saturate(505%) hue-rotate(332deg)
    brightness(104%) contrast(102%) !important;
  text-shadow: unset !important;
  /* text-shadow:
    -0.5px -0.5px 0 var(--body-color),
    0.5px -0.5px 0 var(--body-color),
    -0.5px 0.5px 0 var(--body-color),
    0.5px 0.5px 0 var(--body-color) !important; */

  /* only for current project gradient on buttons */
  /* background-color: rgb(249, 139, 16);
  background-image: linear-gradient(
    177.86deg,
    rgb(236, 12, 12) -4.62%,
    rgb(255, 243, 0) 108.8%
  );
  background-size: 100%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: unset !important;
  text-shadow: unset !important; */
  /* only for current project gradient on buttons */
}
.basel-toolbar a:hover i,
.basel-toolbar a:hover img,
.basel-toolbar a:hover::before {
  color: var(--body-color) !important;
  /* filter: drop-shadow(0 0 3px color-mix(in srgb, var(--body-color) 100%, transparent)) !important; */
  filter: unset !important;
  /* filter: invert(1) !important; */
  /* text-shadow:
    -0.5px -0.5px 0 var(--body-color),
    0.5px -0.5px 0 var(--body-color),
    -0.5px 0.5px 0 var(--body-color),
    0.5px 0.5px 0 var(--body-color) !important; */
  /* opacity: 1; */

  /* only for current project gradient on buttons */
  -webkit-text-fill-color: unset;
  /* only for current project gradient on buttons */
}

/* imgs only */
/* imgs only */
/* imgs only */
div.basel-toolbar a img {
}
div.basel-toolbar a:hover img {
}

/* item background on hover */
/* item background on hover */
/* item background on hover */
.basel-toolbar a {
  /* border-radius: 5px; */
  /* border: 1px solid transparent; */
}
.basel-toolbar a:hover {
  /* background-color: color-mix(in srgb,var(--accent-color) 100%,transparent) !important; */
  /* border: 1px solid var(--theme-color); */
}

/* central button */
.basel-toolbar {
  overflow: visible !important;
}
.basel-toolbar-item#mnb-ssign-up {
  img {
    height: 35px !important;
    width: 35px !important;
  }
  a {
    /* background: var(--theme-color); */
    border-radius: 25% !important;
    height: 60px;
    width: 60px;
    place-self: center;
    top: -5px;
    /* border: 1px solid var(--body-color); */
  }
  a:before {
    font-size: 28px !important;
    /* filter: drop-shadow(0px 0px 2px color-mix(in srgb, var(--theme-color) 50%, transparent)) !important; */
  }
  a:hover {
    background-color: color-mix(
      in srgb,
      var(--accent-color) 100%,
      transparent
    ) !important;
    transform: scale(1.1) translateY(-3px) !important;
  }
}

/* mobnavbar */
