* {
  /* outline: 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;
}

/* make element full width example */
.full-width-element {
  /* width: 100vw; */
  /* margin-top: 0 !important; */
  /* margin-left: calc(50% - 50vw); */
  /* margin-right: calc(50% - 50vw); */
}

@media (min-width: 1025px) {
  .full-width-element {
    /* side menu */
    /* margin-left: calc(50% - 50vw - (280px / 2)); */
    /* margin-right: calc(50% - 50vw - (280px / 2)); */
  }
}

/* make element full width example */

/* whole page width */
@media (min-width: 1200px) {
  .container {
    width: 75dvw !important;
  }
}

/* whole page width */

/* turning off icons in header login\signup buttons */
.ls-button-login::before,
.ls-button-signup::before {
  display: none !important;
}

/* turning off icons in header login\signup buttons */

/* container borders */
.main-page-wrapper .container:not(.main-content),
.basel-prefooter .container {
  /* border-left: 1px solid color-mix(in srgb, var(--theme-color) 25%, transparent); */
  /* border-right: 1px solid color-mix(in srgb, var(--theme-color) 25%, transparent); */
}

/* container borders */

/* content section start */
.about__section {
  text-align: justify;

  div {
    width: 100% !important;
    padding: 0;
  }

  ul {
    margin-bottom: 20px;
    margin-left: 10px;
  }

  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;
  }

  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);
  }
}

/* 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 website styles */
/*                        */
/*                        */
/*                        */
/*                        */
/*                        */

/* header */
/* desktop top menu turned off */
.main-header .container .wrapp-header .main-nav {
  display: none !important;
}
/* desktop top 2nd row menu width */
.listbox-wrapper.listbox-nodir.listbox-block-1.topmenu-custom.listbox-sticky-topmenu {
  .listbox-container {
    width: 75dvw !important;
  }
  @media (max-width: 1024px) {
    .listbox-container {
      width: 90dvw !important;
    }
  }
}
/* background colors */
.main-header {
  background-color: color-mix(in srgb, #16181f 95%, transparent) !important;
}
.listbox-wrapper.listbox-nodir.listbox-block-1.topmenu-custom.listbox-sticky-topmenu {
  background: color-mix(
    in srgb,
    var(--accent-color) 95%,
    transparent
  ) !important;
}
/* top 2nd row menu text */
.listbox-item span {
  font-size: clamp(10px, 10cqw, 16px) !important;
}
/* menus border glow */
header.main-header {
  border-bottom: 2px solid
    color-mix(in srgb, var(--theme-color) 0%, transparent) !important;
}
.listbox-wrapper.listbox-nodir.listbox-block-1.topmenu-custom.listbox-sticky-topmenu {
  border-bottom: 2px solid
    color-mix(in srgb, var(--theme-color) 2.5%, transparent) !important;
  box-shadow: 0 1px 5px color-mix(in srgb, var(--theme-color) 25%, transparent) !important;
}

/* 2ndrow menu arrows */
.listbox-wrapper.listbox-nodir.listbox-block-1::before,
.listbox-wrapper.listbox-nodir.listbox-block-1::after {
  font-family: "simple-line-icons";
  font-size: 7px;
  color: color-mix(in srgb, var(--text-color) 33%, transparent);
  position: absolute;
  line-height: normal;
  background-color: color-mix(in srgb, var(--body-color) 67%, transparent);
  padding: 3px 2px;
  border: 1px solid color-mix(in srgb, var(--text-color) 33%, transparent);
  border-radius: 3px;
  z-index: -1;
}
.listbox-wrapper.listbox-nodir.listbox-block-1::before {
  content: "\e605";
  left: 1%;
}
.listbox-wrapper.listbox-nodir.listbox-block-1::after {
  content: "\e606";
  right: 1%;
}
@media (min-width: 768px) {
  .listbox-wrapper.listbox-nodir.listbox-block-1::before,
  .listbox-wrapper.listbox-nodir.listbox-block-1::after {
    display: none;
  }
}

/* 2nd row menu NEW animated banner */
@keyframes fadeNewMenuBanner {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.listbox-fonticon-3 a::after,
.listbox-fonticon-5 a::after,
.listbox-fonticon-9 a::after,
.listbox-fonticon-10 a::after {
  content: "New";
  display: inline-block;
  position: absolute;
  right: 15cqw;
  top: 5cqh;
  color: var(--text-color);
  font-size: 9px;
  line-height: normal;
  background-color: var(--theme-color);
  padding: 1px 6px;
  border-radius: 2px;
  animation: fadeNewMenuBanner 1s ease-in-out infinite;
  z-index: -1;
}
@media (max-width: 1024px) {
  .listbox-fonticon-3 a::after,
  .listbox-fonticon-5 a::after,
  .listbox-fonticon-9 a::after,
  .listbox-fonticon-10 a::after {
    right: 15cqw;
    top: 7.5cqh;
    font-size: 8px;
    padding: 0px 4px;
  }
}

/* header */

/* carousel */
.swiper-slide {
  border-radius: 20px !important;
}
/* carousel */

/* banners 1-2 */
.categories-banners br {
  display: none;
}
.categories-banners {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
.wrapper-banner-1,
.wrapper-banner-2 {
  margin-top: 0 !important;
  border-radius: 7.5px;
  outline: 1px solid color-mix(in srgb, var(--theme-color) 0%, transparent);
  transition: 0.3s ease-in-out;
}
.wrapper-banner-1:hover,
.wrapper-banner-2:hover {
  outline: 1px solid color-mix(in srgb, var(--theme-color) 33%, transparent) !important;
}
.banner-1::before,
.banner-2::before {
  background: unset !important;
}
.wrapper-banner-1 {
  box-shadow: 63px 56px 31px -46px rgba(102, 155, 203, 0.56);
  -webkit-box-shadow: 2px 10px 30px -8px rgba(102, 155, 203, 0.56);
}
.wrapper-banner-2 {
  box-shadow: 63px 56px 31px -46px rgba(207, 15, 35, 0.56);
  -webkit-box-shadow: 0 8px 30px -1px rgba(207, 15, 35, 0.56);
}
.banner-1:hover,
.banner-2:hover {
  transform: scale(1.01) !important;
}

/* banners 1-2 */

/* titlebar */
.titlebar-nav a {
  color: color-mix(in srgb, var(--text-color) 75%, transparent) !important;
}
.titlebar-nav a:hover {
  color: var(--text-color) !important;
}
.titlebar-viewall {
  border: 2px solid color-mix(in srgb, var(--accent-color) 85%, transparent) !important;
}
.titlebar-nav-left,
.titlebar-nav-right {
  background-color: color-mix(
    in srgb,
    var(--accent-color) 85%,
    transparent
  ) !important;
}
a.titlebar-viewall::before {
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--accent-color) 50%, transparent) 0%,
    color-mix(in srgb, var(--accent-color) 33%, transparent) 50%,
    color-mix(in srgb, var(--accent-color) 16%, transparent) 100%
  ) !important;
}
a.titlebar-viewall:hover::before {
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--accent-color) 15%, transparent) 0%,
    color-mix(in srgb, var(--accent-color) 33%, transparent) 50%,
    color-mix(in srgb, var(--accent-color) 55%, transparent) 100%
  ) !important;
}
/* titlebar */

/* listbox promotions */
.listbox-wrapper.promotions {
  .placeholder {
  }
  .listbox-item a {
    background-color: color-mix(
      in srgb,
      var(--theme-color) 0%,
      transparent
    ) !important;
    padding: clamp(5px, 4cqh, 10px) !important;
  }
  .listbox-item[class*="listbox-img-"] img {
    border-radius: 10px;
    filter: drop-shadow(
      1px 1px 0px color-mix(in srgb, var(--theme-color) 0%, transparent)
    ) !important;
  }
}
/* listbox promotions */

/* games */
.game-item .game-container {
  border-radius: 15px !important;
}

/* games */

/* listbox payments */
.listbox-wrapper.payments {
  .placeholder {
  }

  .listbox-item a {
    background-color: color-mix(
      in srgb,
      var(--accent-color) 67%,
      transparent
    ) !important;
  }

  .listbox-item[class*="listbox-img-"] img {
    filter: drop-shadow(
      1px 1px 0px color-mix(in srgb, var(--theme-color) 0%, transparent)
    ) !important;
  }
}
/* listbox payments */

/* listbox minigames */
.listbox-wrapper.mini-games {
  .placeholder {
  }
  .listbox-item a {
    background-color: color-mix(
      in srgb,
      var(--theme-color) 0%,
      transparent
    ) !important;
    padding: clamp(5px, 4cqh, 10px) !important;
  }
  .listbox-item[class*="listbox-img-"] img {
    border-radius: 10px;
    filter: drop-shadow(
      1px 1px 0px color-mix(in srgb, var(--theme-color) 0%, transparent)
    ) !important;
  }
}
/* listbox minigames */

/* banner 3-4 */
.banner-3 {
  border-radius: 0 !important;
}
.banner-4 {
  border-radius: 15px !important;
}
@media (max-width: 767px) {
  .banner-4 {
    display: none !important;
  }
}
.banner-3::before,
.banner-4::before {
  background: unset !important;
}
/* banner 3-4 */

/* listbox providers */
.listbox-wrapper.providers {
  .placeholder {
  }
  .listbox-item a {
    background-color: color-mix(
      in srgb,
      var(--accent-color) 67%,
      transparent
    ) !important;
  }

  .listbox-item[class*="listbox-img-"] img {
    border-radius: 10px;
    filter: drop-shadow(
      1px 1px 0px color-mix(in srgb, var(--theme-color) 0%, transparent)
    ) !important;
  }
}
/* listbox providers */

/* js insert custom license */
.license-custom a {
  width: 40%;
}
@media (max-width: 1024px) {
  .license-custom a {
    width: 90%;
  }
}
/* js insert custom license */

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* mobile menu */
/* background */
.mobile-nav {
  backdrop-filter: blur(5px);
  background-color: color-mix(
    in srgb,
    var(--accent-color) 85%,
    transparent
  ) !important;
}

/* logo size */
.mobile-menu-logo img {
  max-width: 200px !important;
}

/* text color */
.mobile-nav ul li a span {
  color: color-mix(in srgb, #b4c3d8 100%, transparent) !important;
}

/* icons color */
.menu-p-menu-container li.menu-item[class*="p-menu-li-"] a::before {
  filter: invert(87%) sepia(15%) saturate(414%) hue-rotate(182deg)
    brightness(87%) contrast(95%) !important;
}

/* text weight */
.menu-p-menu-container ul > li > a > span {
  font-weight: 100;
}

/* menu height */
li.menu-item[class*="p-menu-li-"] {
  height: 40px !important;
}

/* menu borders */
.mobile-nav ul li a {
  border-bottom: 1px solid
    color-mix(in srgb, var(--theme-color) 0%, transparent) !important;
}
.mobile-nav ul li:first-of-type {
  border-top: 1px solid color-mix(in srgb, var(--theme-color) 0%, transparent) !important;
}

/* paddings\margins */
.mobile-nav ul li a {
  padding: 15px 25px !important;
}
.menu-p-menu-container li.menu-item[class*="p-menu-li-"] a::before {
  margin-right: 15px !important;
}

/* separator */
.menu-item#promotions::before {
  content: "";
  width: 225px;
  border-top: 2px solid #2a2f3c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.menu-item#live-support::after {
  content: "";
  width: 225px;
  border-bottom: 2px solid #2a2f3c;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.menu-item#promotions {
  margin-top: 15px !important;
  height: 50px !important;
}
.menu-item#live-support {
  margin-bottom: 15px !important;
  height: 50px !important;
}

/* more menu chevron */
.menu-item#more a::after {
  content: "\e604";
  font-family: "simple-line-icons";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #b4c3d8;
}

/* mobile menu */

/* footer */
/* title */
h4.pre-footer-menu-title {
  color: var(--text-color) !important;
  margin-bottom: 20px !important;
}

/* menu items */
.pre-footer-menu-item {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* socials */
.socials-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.socials-custom a {
  width: 25px;
  height: 25px;
  background-size: cover;
  transform: scale(1);
  will-change: transform;
}
.socials-custom a:hover {
  transform: scale(1.1);
}
.socials-custom a#x-twitter-social {
  background-image: url("/wp-content/plugins/p-constructor/uploads/images/x-twitter.svg");
}
.socials-custom a#instagram-social {
  background-image: url("/wp-content/plugins/p-constructor/uploads/images/instagram.svg");
}
.socials-custom a#telegram-social {
  background-image: url("/wp-content/plugins/p-constructor/uploads/images/telegram.svg");
}

/* footer */

/* mobnavbar */
/* texts */
.basel-toolbar span {
  color: #899194 !important;
  font-size: 10px !important;
}

/* first - home icon */
.basel-toolbar i,
.basel-toolbar img,
.basel-toolbar a:before {
  font-size: 14px;
  fill: var(--text-color) !important;
  color: var(--text-color) !important;
  filter: drop-shadow(
    0px 0px 1px color-mix(in srgb, var(--text-color) 0%, transparent)
  ) !important;
  text-shadow: unset !important;
}

/* deposit icon */
.basel-toolbar-item#mnb-deposit img {
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
}

/* mobnavbar */
