/*
    Theme Name: Better    
    Author: Alejandro_UIUX    
    Version: 1.0
    Description: Betjoke is a betting and gambling HTML5 template created for template seling purposes.
*/
/*
    Table of Context
    -------------------------------
    01. Common CSS
    02. Sport betting page (Index)
    03. Match room page
    04. Live-scores page
    05. Casino page
    06. Games page   
*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-style: 100%;
  line-height: 1;
  font-style: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: inherit;
  font-weight: 400;
}

:root {
  --lobby-button: rgba(51, 63, 79, 1);
  --primary: rgba(255, 207, 0, 1);
  --primary-transparent: rgba(255, 207, 0, 0.9);
  --primary-darken-2: rgba(245, 199, 0, 1);
  --primary-darken-3-pop-up-hover: rgba(240, 195, 0, 1);
  --primary-darken-12: rgba(194, 157, 0, 1);
  --primary-darken-22: rgba(143, 116, 0, 1);
  --primary-lighten-7: rgba(255, 213, 33, 1);
  --primary-lighten-10: rgba(255, 217, 51, 1);
  --primary-lighten-20: rgba(255, 245, 204, 1);
  --primary-lighten-30: rgba(255, 236, 153, 1);
  --secondary: rgba(51, 63, 79, 1);
  --betslip-button-text: rgba(51, 63, 79, 1);
  --subheader-header-active-bg: rgba(51, 63, 79, 1);
  --banner-odds-text-color: rgba(51, 63, 79, 1);
  --secondary-lighten-30: rgb(96, 112, 133);
  --secondary-lighten-35: rgb(133, 151, 176);
  --secondary-lighten-40: rgba(117, 138, 166, 1);
  --secondary-lighten-50: rgba(179, 191, 206, 1);
  --secondary-lighten-60: rgba(210, 217, 226, 1);
  --secondary-lighten-70: rgba(241, 243, 246, 1);
  --sports-header-link: rgba(241, 243, 246, 1);
  --submenu-text: rgba(241, 243, 246, 1);
  --secondary-top-menu-item: rgba(51, 63, 79, 1);
  --secondary-darken-2: rgba(47, 58, 73, 1);
  --tab-item-color: rgba(145, 151, 161, 1);
  --tab-item-hover: rgba(237, 238, 240, 1);
  --tab-item-background: rgba(247, 248, 249, 1);
  --tab-item-background-active: rgba(255, 255, 255, 0);
  --country-line-border-bottom: rgba(232, 235, 240, 1);
  --betting-slip-header-text: rgba(153, 124, 0, 1);
  --text-color: rgba(51, 63, 79, 1);
  --hover-button-text-color: rgba(51, 63, 79, 1);
  --text-color-counter: rgba(51, 63, 79, 1);
  --tercer: rgba(54, 162, 0, 1);
  --tercer-hover: rgba(61, 183, 0, 1);
  --white: rgba(255, 255, 255, 1);
  --white-background: rgba(255, 255, 255, 1);
  --background: rgba(223, 229, 229, 1);
  --background-shadow-color: rgba(51, 63, 79, 0.3);
  --tabs-grid-hover: rgba(237, 238, 240, 1);
  --red: rgba(239, 65, 55, 1);
  --red-text: rgba(239, 65, 55, 1);
  --button-border-radius: 0px;
  --left-side-border-bottom: rgba(244, 246, 247, 1);
  --banner-button-text-color: white;
  --banner-button-bg-color: rgba(51, 63, 79, 1);
  --banner-button-bg-color-hover: rgba(61, 183, 0, 1);
  --tabs-grid-item-color: rgba(145, 151, 161, 1);
  --chevron-header: rgba(85, 95, 109, 1);
}

.dark-theme {
  --subheader-header-active-bg: rgba(51, 63, 79, 1);
  --white-background: rgba(51, 63, 79, 1);
  --text-color: rgba(255, 255, 255, 0.7);
  --background: rgba(40, 47, 55, 1);
  --background-shadow-color: rgba(23, 25, 27, 0.6);
  --secondary: rgba(40, 47, 55, 1);
  --secondary-lighten-70: rgba(40, 47, 55, 1);
  --left-side-border-bottom: rgba(244, 246, 247, 0.1);
  --country-line-border-bottom: rgba(232, 235, 240, 0.1);
  --secondary-lighten-60: rgba(210, 217, 226, 0.2);
  --secondary-lighten-50: rgba(179, 191, 206, 1);
  --text-color-counter: rgba(40, 47, 55, 1);
  --submenu-text: rgba(241, 243, 246, 0.7);
  --tab-item-background: rgba(247, 248, 249, 0.0);
  --tab-item-hover: rgba(237, 238, 240, 0.1);
  --tab-item-background-active: rgba(47, 58, 73, 1);
  --banner-odds-text-color: white;
  --banner-odds-text-color-hover: rgba(47, 58, 73, 1);
  --banner-button-text-color: white;
  --banner-button-bg-color: rgba(54, 162, 0, 1);
  --banner-button-bg-color-hover: rgb(73, 190, 14);
}

.blue-theme {
  --primary: rgb(0, 174, 255);
  --primary-transparent: rgba(0, 183, 255, 0.9);
  --primary-darken-2: rgb(0, 196, 245);
  --primary-darken-3-pop-up-hover: rgb(86, 146, 214, 0.3);
  --primary-darken-12: rgb(75, 219, 255);
  --primary-darken-22: rgb(25, 195, 224);
  --primary-lighten-7: rgb(31, 210, 255);
  --primary-lighten-10: rgb(51, 207, 255);
  --primary-lighten-20: rgb(204, 247, 255);
  --primary-lighten-30: rgb(153, 235, 255);
  --subheader-header-active-bg: rgb(1, 91, 209);
  --submenu-text: white;
  --white-background: rgb(3, 96, 218);
  --text-color: rgba(255, 255, 255, 1);
  --background: rgb(0, 73, 156);
  --background-shadow-color: rgba(7, 53, 100, 0.6);
  --secondary: rgb(0, 74, 158);
  --secondary-lighten-70: rgb(25, 121, 231);
  --secondary-lighten-40: rgb(184, 212, 248);
  --secondary-lighten-30: rgb(184, 212, 248);
  --secondary-lighten-35: rgb(184, 212, 248);
  --secondary-darken-2: rgb(9, 76, 170);
  --betslip-button-text: white;
  --left-side-border-bottom: rgba(244, 246, 247, 0.1);
  --country-line-border-bottom: rgba(232, 235, 240, 0.1);
  --secondary-lighten-60: rgba(210, 217, 226, 0.2);
  --secondary-lighten-50: rgb(0, 194, 253);
  --text-color-counter: rgb(15, 52, 95);
  --tab-item-background: rgba(247, 248, 249, 0.0);
  --tab-item-color: rgba(255, 255, 255, 0.5);
  --tab-item-hover: rgba(237, 238, 240, 0.1);
  --tab-item-background-active: rgb(5, 90, 209);
  --banner-odds-text-color: white;
  --banner-odds-text-color-hover: rgb(25, 77, 151);
  --banner-button-text-color: white;
  --banner-button-bg-color: rgb(108, 240, 0);
  --banner-button-bg-color-hover: rgb(70, 250, 25);
  --tercer: rgb(108, 240, 0);
  --tercer-hover: rgb(70, 250, 25);
  --betting-slip-header-text: rgb(157, 226, 243);
  --secondary-top-menu-item: rgb(0, 74, 158);
  --chevron-header: rgb(0, 74, 158);
  --tabs-grid-item-color: rgba(255, 255, 255, 0.5);
  --hover-button-text-color: white;
  --lobby-button: white;
}

/* Animations */
@keyframes rotate3d {
  0% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  50% {
    transform: rotate3d(1, 1, 0, 30deg);
  }
  100% {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 100;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes live {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 100;
  }
}
@keyframes blink-red {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
/* Header */
body {
  font-family: "Noto sans";
  font-size: 14px;
  color: var(--text-color);
}

[class*=__container] {
  max-width: 1920px;
  padding: 0px 15px 0px 15px;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.header {
  background-color: var(--primary);
}

.header__container {
  display: flex;
  align-items: center;
  height: 78px;
}

.header__logo {
  background-image: url("../img/");
  min-width: 150px;
  height: 42px;
  background-repeat: no-repeat;
}
.header__menu {
  flex: 1 0 auto;
}
.header__buttons {
  flex: 0 1 auto;
  display: flex;
  justify-content: end;
  gap: 10px;
  padding: 0px 0px 0px 40px;
}

.menu {
  padding: 0px 30px 0px 0px;
}
.menu__list {
  display: flex;
  justify-content: flex-end;
}
.menu__link {
  padding: 30px 15px 29px 15px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--secondary-top-menu-item);
  transition: all 0.3s ease 0s;
}
.menu__link:hover {
  background-color: var(--primary-darken-2);
  transition: all 0.3s ease 0s;
}
.menu_active {
  color: var(--submenu-text);
  background-color: var(--secondary);
  box-sizing: content-box;
}
.menu_active:hover {
  color: var(--submenu-text);
  background-color: var(--secondary);
  box-sizing: content-box;
  color: var(--primary-lighten-20);
}

.button__link {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 800;
  padding: 11px 15px 11px 15px;
  border: solid 1px var(--secondary);
  cursor: pointer;
  color: var(--secondary-top-menu-item);
  transition: all 0.3s ease 0s;
}
.button__link:hover {
  background-color: var(--primary-lighten-7);
  transition: all 0.3s ease 0s;
}
.button_green {
  color: white;
  background-color: var(--tercer);
  border-radius: 3px;
  border: solid 1px var(--tercer);
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.button_red {
    color: white;
    background-color: #e91e63;
    border-radius: 3px;
    border: solid 0px ;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
  }
  .button_red:hover {
  background-color: #ff5722;
  transition: all 0.3s ease 0s;
}

.button_green:hover {
  background-color: var(--tercer-hover);
  transition: all 0.3s ease 0s;
}
.button_flag1 {
  background-image: url("../img/france.svg");
  min-width: 20px;
  height: 15px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.button_flag2 {
  background-image: url("../img/italy.svg");
  min-width: 20px;
  height: 15px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.button_flag3 {
  background-image: url("../img/germany.svg");
  min-width: 20px;
  height: 15px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.button_short {
  padding: 11px 12px;
}
.button_settings {
  display: none;
}
.button_decimal {
  width: 160px;
}
.button_username {
  width: 190px;
}

.arrowIcon {
  transition: all 0.3s ease 0s;
}

.buttonList {
  z-index: 10;
  position: absolute;
  width: 100%;
  background-color: var(--primary);
  overflow: hidden;
  border: 1px solid var(--secondary);
  border-top: none;
  box-shadow: 0px 2px 4px rgba(51, 63, 79, 0.2);
  transition: all 0.3s ease 0s;
}
.buttonList__list-item {
  z-index: 10;
  display: flex;
  gap: 5px;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 0px 7px 15px;
  cursor: pointer;
  color: var(--secondary);
  overflow: visible;
}
.buttonList__list-item:hover {
  background-color: var(--primary-darken-3-pop-up-hover);
}

.buttonList-white {
  z-index: 10;
  position: absolute;
  width: 100%;
  background-color: var(--white-background);
  overflow: hidden;
  border: 1px solid var(--secondary-lighten-60);
  border-top: none;
  transition: all 0.3s ease 0s;
}
.buttonList-white__list-item {
  display: flex;
  gap: 5px;
  z-index: 100;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 0px 7px 25px;
  cursor: pointer;
  color: var(--text-color);
  overflow: visible;
}
.buttonList-white__list-item:hover {
  background-color: var(--secondary-lighten-70);
}

.displayNone::before {
  display: none;
}

.displayBlock::before {
  display: block;
}

.hide {
  visibility: hidden;
  transform: translatey(-30px);
  transition: all 0.3s ease 0s;
}

.rotate {
  transform: rotate(180deg);
}

.button__selector {
  position: relative;
  transition: all 0.3s ease 0s;
}

.fa {
  font-size: 15px;
}

.fa-chevron-down {
  color: var(--chevron-header);
  margin: 0px 0px 0px 10px;
}

.burgerIcon {
  transition: all 0.3s ease 0s;
}

.subheader__submenu {
  background-color: var(--subheader-header-active-bg);
}

.submenu__list {
  width: 20%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}
.submenu__item {
  flex: 1 0 auto;
}
.submenu__item a:focus {
  background-color: var(--secondary-darken-2);
  border-bottom: solid 3px var(--primary);
  color: var(--primary-lighten-20);
}
.submenu__link {
  padding: 13px 23px 11px 23px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--submenu-text);
}
.submenu__link:hover {
  background-color: var(--secondary-darken-2);
}
.submenu_active {
  background-color: var(--secondary-darken-2);
  border-bottom: solid 3px var(--primary);
  color: var(--primary-lighten-20);
}
.submenu_active:hover {
  background-color: var(--secondary-darken-2);
  border-bottom: solid 3px var(--primary);
  color: var(--primary-lighten-20);
}

/* Header Adaptive */
@media (max-width: 1719px) {
  [class*=__container] {
    max-width: 1440px;
  }
  .top-banner__wrapper3 {
    background-size: cover;
  }
  .menu {
    padding: 0px 20px 0px 0px;
  }
  .menu__link {
    padding: 30px 10px 31px 10px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
  }
  .menu__link:hover {
    background-color: var(--primary-darken-2);
  }
  .menu_active {
    color: var(--submenu-text);
    background-color: var(--secondary);
    box-sizing: content-box;
  }
  .menu_active:hover {
    color: var(--submenu-text);
    background-color: var(--secondary);
    box-sizing: content-box;
    color: var(--primary-lighten-20);
  }
  .header__button_decimal {
    display: none;
  }
}
@media (max-width: 1265px) {
  .top-banner__wrapper3 {
    background-size: cover;
  }
  .menu__list {
    display: block;
    padding-left: 20px;
  }
  .menu_active {
    position: relative;
    background-color: rgba(255, 207, 0, 0);
    color: var(--white);
  }
  .menu_active:hover {
    background-color: rgba(255, 207, 0, 0);
  }
  .menu_active::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 40px;
    top: 20%;
    left: -20px;
    background-color: var(--secondary);
    border-radius: 0px 20px 20px 0px;
  }
  .menu__item {
    position: relative;
    padding: 20px 0px;
  }
  .menu__item a:focus {
    background-color: rgba(255, 207, 0, 0);
    color: var(--white);
  }
  .menu__item a:focus::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 40px;
    top: 20%;
    left: -20px;
    background-color: var(--secondary);
    border-radius: 0px 20px 20px 0px;
  }
  .menu__link:hover {
    background-color: rgba(255, 207, 0, 0);
  }
  .show-menu {
    transform: translatey(100%);
    transition: all 0.3s ease 0s;
  }
  .header__logo {
    z-index: 101;
    background-image: url("../img/betjoke.svg");
    min-width: 150px;
    height: 42px;
    background-repeat: no-repeat;
  }
  .header__menu {
    z-index: 100;
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
    display: block;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--primary-transparent);
    padding: 120px 0px 0px 0px;
    transition: all 0.3s ease 0s;
  }
  .header__buttons {
    z-index: 101;
    flex: 1 0 auto;
    display: flex;
    justify-content: end;
    gap: 10px;
  }
  .button__selector:nth-child(2) {
    display: none;
  }
  .button__link {
    display: flex;
    font-size: 16px;
    font-weight: 800;
    border: solid 1px var(--secondary);
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .button__link:hover {
    background-color: var(--primary-lighten-7);
    transition: all 0.3s ease 0s;
  }
  .button_red {
    color: white;
    background-color: rgba(255, 207, 0, 0);
    border-radius: 3px;
    border: solid 1px var(--tercer);
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
  }
  .button_green {
    color: white;
    background-color: var(--tercer);
    border-radius: 3px;
    border: solid 1px var(--tercer);
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
  }
  .button_green:hover {
    background-color: var(--tercer-hover);
    transition: all 0.3s ease 0s;
  }
  .button_flag1 {
    background-image: url("../img/france.svg");
    min-width: 20px;
    height: 15px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }
  .button_flag2 {
    background-image: url("../img/italy.svg");
    min-width: 20px;
    height: 15px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }
  .button_flag3 {
    background-image: url("../img/germany.svg");
    min-width: 20px;
    height: 15px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }
  .button_short {
    padding: 11px 12px;
  }
  .button_settings {
    display: block;
  }
  .button_decimal {
    display: none;
  }
}
@media (max-width: 660px) {
  .button_username {
    display: none;
  }
}
@media (max-width: 475px) {
  .button_flag {
    display: none;
  }
}
/* Content */
.main {
  flex: 1 1 auto;
  height: 100%;
  background-color: var(--background);
}
.main__center-content {
  height: 100%;
  padding-bottom: 50px;
  min-width: 0px;
  margin: 0px 7.5px;
  flex: 2 1 auto;
  background-color: var(--white-background);
  box-shadow: 0px 0px 6px var(--background-shadow-color);
}
.main__container {
  display: flex;
  justify-content: space-between;
  padding: 18px 15px 0px 15px;
}
.main__sidebar {
  flex: 0 2 auto;
  height: 100%;
  margin: 0px 7.5px;
}
.main__betslip {
  flex: 1 0 auto;
  margin-left: 7.5px;
  min-width: 17%;
  background-color: var(--white-background);
  box-shadow: 0px 0px 6px var(--background-shadow-color);
}

@media (max-width: 760px) {
  .top-banner__wrapper3 {
    background-size: cover;
  }
  .main {
    flex: 1 1 auto;
    background-color: var(--background);
  }
  .main__center-content {
    margin: 0px 7.5px;
    flex: 2 1 auto;
    background-color: var(--white-background);
  }
  .main__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 5px 0px 5px;
  }
  .main__sidebar {
    flex: 0 2 auto;
    margin: 0px 7.5px;
  }
  .main__betslip {
    margin-left: 7.5px;
    min-width: 17%;
    background-color: var(--white-background);
  }
}
/* Content End */
/* Sidebar */
.sidebar__sports {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0px 0px 6px var(--background-shadow-color);
}

.sports {
  font-weight: 700;
  background-color: var(--white-background);
  margin-bottom: 15px;
}
.sports__header {
  white-space: nowrap;
  text-transform: uppercase;
  background-color: var(--secondary);
  color: var(--white);
  padding: 12px 12px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
.sports__header__link {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  color: var(--sports-header-link);
}
.sports__item {
  display: flex;
  justify-content: space-between;
  padding: 12px 12px;
  border-bottom: 1px solid var(--left-side-border-bottom);
  cursor: pointer;
  transition: all 0.1s ease 0s;
}
.sports__item:hover {
  background-color: var(--secondary-lighten-70);
  transition: all 0.1s ease 0s;
}
.sports__name {
  text-transform: uppercase;
}
.sports__name_country {
  text-transform: none;
}
.sports_active {
  background-color: var(--primary);
  padding: 12px 12px 12px 32px;
  transition: all 0.3s ease 0s;
}
.sports_active:hover {
  background-color: var(--primary-lighten-7);
  transition: all 0.3s ease 0s;
}
.sports_tournament {
  padding: 12px 12px 12px 42px;
  font-weight: 400;
}
.sports_selected {
  padding: 12px 12px 12px 42px;
  font-weight: 700;
  background-color: var(--secondary-lighten-70);
}
.sports__more-sports {
  margin-top: 30px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}

/* Sidebar Adaptive */
@media (max-width: 1347px) {
  .top-banner__wrapper3 {
    background-size: cover;
  }
  .sports {
    font-weight: 700;
    background-color: var(--white-background);
    margin-bottom: 15px;
  }
  .sports__header {
    background-color: var(--secondary);
    color: var(--white);
    padding: 12px 12px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
  }
  .sports__header__link {
    display: none;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    color: var(--secondary-lighten-70);
  }
  .sports__item {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px;
    border-bottom: 1px solid var(--left-side-border-bottom);
    cursor: pointer;
    transition: all 0.1s ease 0s;
  }
  .sports__item:hover {
    background-color: var(--secondary-lighten-70);
    transition: all 0.1s ease 0s;
  }
  .sports__name {
    text-transform: uppercase;
  }
  .sports__name_country {
    text-transform: none;
  }
  .sports_active {
    background-color: var(--primary);
    padding: 12px 12px 12px 32px;
    transition: all 0.3s ease 0s;
  }
  .sports_active:hover {
    background-color: var(--primary-lighten-10);
    transition: all 0.3s ease 0s;
  }
  .sports_tournament {
    padding: 12px 12px 12px 42px;
    font-weight: 400;
  }
  .sports_selected {
    padding: 12px 12px 12px 42px;
    font-weight: 700;
    background-color: var(--secondary-lighten-70);
  }
  .sports__more-sports {
    margin-top: 30px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
  }
}
.sports-more__button {
  cursor: pointer;
  text-align: center;
  padding: 12px 12px;
  background-color: var(--secondary-lighten-70);
  transition: all 0.3s ease 0s;
}
.sports-more__button:hover {
  background-color: var(--secondary-lighten-60);
  transition: all 0.3s ease 0s;
}

.events {
  display: flex;
  justify-content: space-between;
}
.events__count {
  color: var(--secondary-lighten-50);
}
.events__icon {
  padding: 0px 0px 0px 10px;
  color: var(--text-color);
  cursor: pointer;
}
.events__icon:hover {
  color: var(--primary);
}
.events__icon_active {
  color: var(--primary-darken-12);
}
.events__icon_active:hover {
  color: var(--primary-darken-22);
}

.sidebar__bottom {
  background-color: var(--white-background);
  padding-top: 20px;
  margin-bottom: 15px;
}

.bottom {
  box-shadow: 0px 0px 6px var(--background-shadow-color);
}
.bottom__banner {
  margin: 0px 20px 20px 20px;
  padding: 30px 35px;
  flex: 1 1 auto;
  cursor: pointer;
}
.bottom__menu-buttons {
  display: flex;
  flex-direction: column;
}

.banner {
  background-color: var(--primary);
  font-weight: 800;
}
.banner__get-bonus {
  flex: 0 1 auto;
}
.banner__sale {
  font-size: 121px;
  text-align: center;
  letter-spacing: -3px;
}
.banner__sale span {
  font-size: 73px;
}
.banner__text {
  flex: 0 1 auto;
  width: 200px;
  font-size: 26px;
  padding: 8px 0px 20px 20px;
  letter-spacing: -1px;
}
.banner__bottom-text {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  max-width: 140px;
}

.bonus-get {
  font-size: 48px;
  flex: 0 1 auto;
  font-weight: 800;
}
.bonus-get__row1 {
  border: solid 1px var(--secondary);
  padding: 13px 0px 13px 39px;
}
.bonus-get__row2 {
  background-color: var(--secondary);
  color: var(--primary);
  padding: 13px 0px 13px 39px;
}

/* Sidebar Adaptive */
@media (max-width: 1220px) {
  .top-banner__wrapper3 {
    background-size: cover;
  }
  .sidebar {
    display: none;
  }
}
/* Top Banner */
.top-banner__wrapper {
  width: 100%;
  height: 15%;
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-color: var(--secondary);
}
.top-banner__wrapper2 {
  width: 100%;
  height: 15%;
  background-image: url("../img/banner2.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-color: var(--secondary);
}
.top-banner__wrapper3 {
  width: 100%;
  height: 15%;
  background-image: url("../img/banner3.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: right top;
  background-size: contain;
  background-color: var(--secondary);
}
.top-banner__info {
  z-index: 3;
  position: relative;
  padding: 55px 0px;
  font-weight: 900;
  max-width: 40%;
  height: 100%;
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--secondary);
}
.top-banner__info::before {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  content: "";
  right: -55px;
  top: 0px;
  width: 110px;
  height: 100%;
  background-color: var(--primary);
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
}
.top-banner__liga {
  display: flex;
  align-items: center;
}
.top-banner__flag {
  width: 25px;
}
.top-banner__liga-name {
  font-size: 14px;
  padding: 0px 0px 0px 12px;
}
.top-banner__match-name {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 90%;
}
.top-banner__match-name span {
  font-size: 14px;
}
.top-banner .betting {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.top-banner .betting__odds {
  display: flex;
  justify-content: center;
}
.top-banner .betting__odd {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-banner .betting__odd:nth-child(1) {
  margin: 0px 10px 0px 0px;
}
.top-banner .betting__odd:nth-child(2) {
  margin: 0px 10px 0px 10px;
}
.top-banner .betting__odd:nth-child(3) {
  margin: 0px 0px 0px 10px;
}
.top-banner .betting__1x2 {
  z-index: 5;
  font-size: 14px;
}
.top-banner .betting__self-odd {
  color: var(--banner-odds-text-color);
  position: relative;
  z-index: 5;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  padding: 12px 23px;
  background-color: var(--white-background);
  transition: all 0.3s ease 0s;
}
.top-banner .betting__self-odd:hover {
  color: var(--banner-odds-text-color-hover);
  background-color: var(--primary-lighten-30);
  transition: all 0.3s ease 0s;
}
.top-banner .betting__bet-now {
  z-index: 3;
  display: flex;
  justify-content: center;
}
.top-banner .betting__link-btn {
  flex: 1 1 auto;
  color: var(--banner-button-text-color);
  text-align: center;
  padding: 18px 0px;
  background-color: var(--banner-button-bg-color);
  transition: all 0.3s ease 0s;
}
.top-banner .betting__link-btn:hover {
  background-color: var(--banner-button-bg-color-hover);
  transition: all 0.3s ease 0s;
}
.top-banner__markers {
  align-self: center;
  display: flex;
  justify-content: center;
  padding: 20px 0px 0px 0px;
  gap: 1.5%;
}
.top-banner__marker {
  width: 3%;
  height: 2px;
  background-color: var(--secondary-lighten-60);
}
.top-banner__marker_yellow {
  background-color: var(--primary);
}

/* Top Banner Adaptive */
@media (max-width: 1220px) {
  .top-banner__info {
    max-width: 100%;
  }
  .top-banner__wrapper3 {
    background-size: cover;
  }
}
@media (max-width: 760px) {
  .top-banner__wrapper {
    width: 100%;
    height: 15%;
    background-image: none;
    background-repeat: repeat, repeat;
    background-size: cover;
    background-color: var(--primary);
  }
  .top-banner__wrapper3 {
    background-size: cover;
  }
  .top-banner__info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 900;
    max-width: 100%;
    height: 100%;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .top-banner__markers {
    align-self: center;
    display: flex;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    gap: 1.5%;
  }
  .top-banner__marker {
    width: 3%;
    height: 2px;
    background-color: var(--white-background);
  }
  .top-banner__marker_yellow {
    background-color: var(--secondary);
  }
}
/* Betting Lines */
.betting-lines {
  padding: 4% 0px 0px 0px;
}
.betting-lines__sport-top-events {
  padding-bottom: 40px;
}
.betting-lines__sport-name {
  padding: 0px 3% 0px 2%;
}
.betting-lines__footer-item {
  display: flex;
  justify-content: flex-end;
  padding-right: 3%;
}
.betting-lines__link {
  white-space: nowrap;
  color: var(--text-color);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
}
.betting-lines__link:hover {
  color: var(--primary);
}

.header-sports {
  padding-bottom: 20px;
}
.header-sports__line-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-sports__heading {
  font-size: 30px;
  font-weight: 900;
}
.header-sports__tabs {
  padding-left: 1%;
}
.header-sports__line-two {
  display: flex;
  justify-content: end;
  gap: 3%;
  padding-top: 20px;
}
.header-sports__stake-dropdown {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  border: solid 1px var(--secondary-lighten-60);
  padding: 12px 8%;
}
.header-sports__selector {
  width: 100%;
  position: relative;
  transition: all 0.3s ease 0s;
}

/* Header-sports Drop-Down Mobile */
@media (max-width: 590px) {
  .header-sports__selector:nth-child(1) {
    display: none;
  }
  .betting-lines__footer-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 446px) {
  .top-banner__wrapper3 {
    background-size: cover;
  }
  .header-sports__line-two {
    display: flex;
    justify-content: end;
    gap: 3%;
    padding-top: 20px;
  }
  .submenu__list {
    width: 18%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
  }
  .submenu__item {
    flex: 1 0 auto;
  }
  .submenu__link {
    padding: 13px 13px 11px 13px;
    font-size: 13px;
  }
}
/* Header-sports Drop-Down Mobile End */
/* Tabs */
.tabs__list {
  display: flex;
  justify-content: start;
}
.tabs__list .fa-lg {
  padding-right: 10px;
}
.tabs__item {
  flex: 1 0 auto;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 19px 19px;
  font-size: 14px;
  font-weight: 900;
  color: var(--tab-item-color);
  border: 1px solid var(--secondary-lighten-60);
  background-color: var(--tab-item-background);
}
.tabs__item_active {
  color: var(--text-color);
  border-bottom: 5px solid var(--primary);
  background-color: var(--tab-item-background-active);
}
.tabs__item:hover {
  background-color: var(--tab-item-hover);
}
.tabs__item:focus {
  color: var(--text-color);
  border-bottom: 3px solid var(--primary);
  background-color: var(--white-background);
}

.line-odds__match-score {
  display: flex;
}
.line-odds__start-time {
  display: flex;
  color: var(--tercer);
}
.line-odds__start-time_starting-soon {
  color: var(--secondary-lighten-50);
  font-size: 11px;
}
.line-odds__team1 {
  padding-left: 10px;
  position: relative;
}
.line-odds__team1_settings-icon-grey::after {
  cursor: pointer;
  position: absolute;
  left: 5px;
  bottom: -25px;
  width: 39.2px;
  content: url("../img/settings.svg");
}
.line-odds__team1_settings-icon-grey::before {
  cursor: pointer;
  position: absolute;
  right: 2px;
  bottom: -25px;
  width: 13.4px;
  content: url("../img/yellow-card.svg");
}
.line-odds__team1_settings-icon-grey-solo::after {
  cursor: pointer;
  position: absolute;
  left: 5px;
  bottom: -25px;
  width: 39.2px;
  content: url("../img/settings.svg");
}
.line-odds__team1__tennis-icon-grey::after {
  cursor: pointer;
  position: absolute;
  left: 5px;
  bottom: -25px;
  width: 39.2px;
  content: url("../img/settings-tennis.svg");
}
.line-odds__team1__tennis-icon-orange::after {
  cursor: pointer;
  position: absolute;
  left: 5px;
  bottom: -25px;
  width: 39.2px;
  content: url("../img/settings-tennis-orange.svg");
}
.line-odds__team1_settings-icon-green::after {
  cursor: pointer;
  position: absolute;
  left: 5px;
  bottom: -25px;
  width: 39.2px;
  content: url("../img/settings-green.svg");
}
.line-odds__team1_settings-icon-green::before {
  cursor: pointer;
  position: absolute;
  right: 2px;
  bottom: -25px;
  width: 13.4px;
  content: url("../img/yellow-card.svg");
}
.line-odds__team2_cards-icon::before {
  cursor: pointer;
  position: absolute;
  left: 0px;
  bottom: -25px;
  width: 30.8px;
  content: url("../img/yellow-red-card.svg");
}
.line-odds__score {
  padding: 0px 10px;
}
.line-odds__score_green {
  color: var(--tercer);
}
.line-odds__score_vs {
  color: var(--secondary-lighten-50);
}
.line-odds__team2 {
  position: relative;
}
.line-odds__ht-score {
  padding: 0px 10px;
  opacity: 0.5;
}
.line-odds__stakes-wrapper {
  width: 51.6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line-odds__home-draw-away {
  display: flex;
}
.line-odds__digit {
  position: relative;
  cursor: pointer;
  background-color: var(--secondary-lighten-60);
  padding: 14px 16px;
  margin: 0px 4px;
  transition: all 0.1s ease 0s;
}
.line-odds__digit_up:after {
  position: absolute;
  content: url("../img/up.svg");
  width: 9px;
  top: 0px;
  right: 5px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.line-odds__digit_down:after {
  position: absolute;
  content: url("../img/down.svg");
  width: 9px;
  top: 0px;
  right: 5px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: linear;
}
.line-odds__digit:hover {
  background-color: var(--primary);
  transition: all 0.2s ease 0s;
}
.line-odds__digit_active {
  background-color: var(--primary);
  border-top: 5px solid var(--primary-darken-3-pop-up-hover);
}
.line-odds__under-over {
  display: flex;
}
.line-odds__link {
  color: var(--text-color);
}
.line-odds__link:hover {
  color: var(--primary);
}

/* Betting Lines End */
/* Betting Lines Adaptive */
@media (max-width: 935px) {
  .tabs__list {
    display: flex;
    justify-content: start;
    flex-direction: column;
  }
  .tabs__list .fa-lg {
    padding-right: 10px;
  }
  .tabs__item {
    flex: 1 0 auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 19px 4%;
    font-size: 14px;
    font-weight: 900;
    color: var(--tab-item-color);
    border: 1px solid var(--secondary-lighten-60);
    background-color: var(--tab-item-background);
  }
  .tabs__item_active {
    color: var(--text-color);
    border-bottom: 3px solid var(--primary);
    background-color: var(--tab-item-background-active);
  }
  .tabs__item:hover {
    background-color: var(--tab-item-hover);
  }
  .tabs__item:focus {
    color: var(--text-color);
    border-bottom: 3px solid var(--primary);
    background-color: var(--white-background);
  }
}
@media (max-width: 1343px) {
  .top-banner__wrapper3 {
    background-size: cover;
  }
  .tabs__list {
    display: flex;
    justify-content: end;
  }
  .tabs__list .fa-lg {
    padding-right: 10px;
  }
  .tabs__item {
    flex: 1 0 auto;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 19px 2%;
    font-size: 14px;
    font-weight: 900;
    color: var(--tab-item-color);
    border: 1px solid var(--secondary-lighten-60);
    background-color: var(--tab-item-background);
  }
  .tabs__item_active {
    color: var(--text-color);
    border-bottom: 5px solid var(--primary);
    background-color: var(--tab-item-background-active);
  }
  .tabs__item:hover {
    background-color: var(--tab-item-hover);
  }
  .tabs__item:focus {
    color: var(--text-color);
    border-bottom: 3px solid var(--primary);
    background-color: var(--white-background);
  }
}
@media (max-width: 1730px) {
  .betslip-sports__tabs .tabs__list {
    display: flex;
    justify-content: start;
  }
  .betslip-sports__tabs .tabs__list .fa-lg {
    padding-right: 10px;
  }
  .betslip-sports__tabs .tabs__item {
    flex: 1 0 auto;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 19px 2px;
    font-size: 14px;
    font-weight: 900;
    color: var(--tab-item-color);
    border: 1px solid var(--secondary-lighten-60);
    background-color: var(--tab-item-background);
  }
  .betslip-sports__tabs .tabs__item_active {
    color: var(--text-color);
    border-bottom: 5px solid var(--primary);
    background-color: var(--tab-item-background-active);
  }
  .betslip-sports__tabs .tabs__item:hover {
    background-color: var(--tab-item-hover);
  }
  .betslip-sports__tabs .tabs__item:focus {
    color: var(--text-color);
    border-bottom: 3px solid var(--primary);
    background-color: var(--white-background);
  }
}
.line-betting__country-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  padding: 1% 1% 1% 1%;
  background-color: var(--secondary-lighten-70);
  border-bottom: 1px solid var(--country-line-border-bottom);
}
.line-betting__country-line span {
  padding: 10px 10px;
}
.line-betting__flag {
  width: 20px;
}
.line-betting__country {
  padding-left: 9px;
}
.line-betting__left {
  display: flex;
}
.line-betting__stake-name-wrapper {
  width: 51.6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line-betting__stake-name {
  display: flex;
}
.line-betting__home {
  padding: 0px 9px;
  margin: 0px 4px;
}
.line-betting__more {
  padding: 0px 9px;
  margin: 0px 4px;
}
.line-betting__odds-line {
  font-size: 14px;
  font-weight: 800;
  padding: 12px 1.9% 12px 1.4%;
  border-bottom: 1px solid var(--country-line-border-bottom);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 877px) {
  .line-betting__country-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    padding: 1% 1% 1% 1%;
    background-color: var(--secondary-lighten-70);
    border-bottom: 1px solid var(--country-line-border-bottom);
  }
  .line-betting__country-line span {
    padding: 10px 10px;
  }
  .line-betting__flag {
    width: 20px;
  }
  .line-betting__country {
    padding-left: 9px;
  }
  .line-betting__left {
    display: flex;
  }
  .line-betting__stake-name-wrapper {
    width: 51.6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .line-betting__stake-name {
    display: flex;
  }
  .line-betting__home {
    padding: 0px 9px;
    margin: 0px 4px;
  }
  .line-betting__more {
    display: none;
    padding: 0px 9px;
    margin: 0px 4px;
  }
  .line-betting__odds-line {
    font-size: 14px;
    font-weight: 800;
    padding: 12px 1.9% 12px 1.4%;
    border-bottom: 1px solid var(--country-line-border-bottom);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .line-odds__match-score {
    display: flex;
  }
  .line-odds__start-time {
    display: flex;
    color: var(--tercer);
  }
  .line-odds__start-time_starting-soon {
    color: var(--secondary-lighten-50);
    font-size: 11px;
  }
  .line-odds__team1 {
    position: relative;
    padding-left: 10px;
  }
  .line-odds__team1_settings-icon-grey::after {
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom: -25px;
    width: 39.2px;
    content: url("../img/settings.svg");
  }
  .line-odds__team1_settings-icon-grey::before {
    cursor: pointer;
    position: absolute;
    right: 2px;
    bottom: -25px;
    width: 13.4px;
    content: url("../img/yellow-card.svg");
  }
  .line-odds__team1_settings-icon-grey-solo::after {
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom: -25px;
    width: 39.2px;
    content: url("../img/settings.svg");
  }
  .line-odds__team1__tennis-icon-grey::after {
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom: -25px;
    width: 39.2px;
    content: url("../img/settings-tennis.svg");
  }
  .line-odds__team1__tennis-icon-orange::after {
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom: -25px;
    width: 39.2px;
    content: url("../img/settings-tennis-orange.svg");
  }
  .line-odds__team1_settings-icon-green::after {
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom: -25px;
    width: 39.2px;
    content: url("../img/settings-green.svg");
  }
  .line-odds__team1_settings-icon-green::before {
    cursor: pointer;
    position: absolute;
    right: 2px;
    bottom: -25px;
    width: 13.4px;
    content: url("../img/yellow-card.svg");
  }
  .line-odds__team2_cards-icon {
    position: relative;
  }
  .line-odds__team2_cards-icon::before {
    cursor: pointer;
    position: absolute;
    left: 0px;
    bottom: -25px;
    width: 30.8px;
    content: url("../img/yellow-red-card.svg");
  }
  .line-odds__score {
    padding: 0px 10px;
  }
  .line-odds__score_green {
    color: var(--tercer);
  }
  .line-odds__score_vs {
    color: var(--secondary-lighten-50);
  }
  .line-odds__team2 {
    position: relative;
  }
  .line-odds__ht-score {
    padding: 0px 10px;
    opacity: 0.5;
  }
  .line-odds__stakes-wrapper {
    width: 51.6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .line-odds__home-draw-away {
    display: flex;
  }
  .line-odds__digit {
    cursor: pointer;
    background-color: var(--secondary-lighten-60);
    padding: 14px 16px;
    margin: 0px 4px;
    transition: all 0.1s ease 0s;
  }
  .line-odds__digit:hover {
    background-color: var(--primary);
    transition: all 0.2s ease 0s;
  }
  .line-odds__digit_active {
    background-color: var(--primary);
  }
  .line-odds__under-over {
    display: flex;
  }
  .line-odds__link {
    display: none;
    color: var(--text-color);
  }
  .line-odds__link:hover {
    color: var(--primary);
  }
  .fa-basketball {
    padding-left: 10px;
  }
}
/* Adaptive */
@media (max-width: 1810px) {
  .line-odds__ht-score:not(:last-child) {
    display: none;
  }
}
@media (max-width: 585px) {
  .line-betting__country-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    padding: 1% 1% 1% 1%;
    background-color: var(--secondary-lighten-70);
    border-bottom: 1px solid var(--country-line-border-bottom);
  }
  .line-betting__country-line span {
    padding: 10px 10px;
  }
  .line-betting__flag {
    width: 20px;
  }
  .line-betting__country {
    padding-left: 9px;
  }
  .line-betting__left {
    display: flex;
  }
  .line-betting__stake-name-wrapper {
    width: 51.6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .line-betting__stake-name {
    display: flex;
  }
  .line-betting__home {
    padding: 0px 2px;
    margin: 0px 2px;
  }
  .line-betting__more {
    display: none;
    padding: 0px 2px;
    margin: 0px 2px;
  }
  .line-betting__odds-line {
    font-size: 14px;
    font-weight: 800;
    padding: 12px 1.9% 12px 1.4%;
    border-bottom: 1px solid var(--country-line-border-bottom);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 32px;
  }
}
@media (max-width: 1165px) {
  .line-odds__under-over {
    display: none;
  }
  .line-odds__stakes-wrapper {
    width: 37.6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .line-betting__stake-name:nth-child(2) {
    display: none;
  }
  .line-betting__stake-name-wrapper {
    width: 38.6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1710px) {
  .line-odds__home-draw-away:nth-child(3) {
    display: none;
  }
  .line-betting__stake-name:nth-child(3) {
    display: none;
  }
}
/* Betslip */
.betslip {
  font-weight: 800;
}
.betslip__header-active-bets {
  margin-bottom: 3px;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  background-color: var(--secondary);
  color: var(--white);
}
.betslip__col-left {
  color: var(--betting-slip-header-text);
  background-color: var(--primary);
  padding: 12px 0px;
  flex: 1 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.betslip__col-right {
  padding: 12px 0px;
  flex: 1 0 auto;
  text-align: center;
  color: var(--primary);
  border-bottom: 5px solid var(--tercer);
}
.betslip__col-right span {
  margin-left: 3%;
  color: var(--text-color);
  background-color: var(--primary);
  padding: 2px 8px;
  border-radius: 50%;
}
.betslip__menu {
  font-weight: 400;
  display: flex;
  justify-content: space-around;
  padding: 15px 0px;
  border-bottom: 1px solid var(--secondary-lighten-70);
}
.betslip__link {
  color: var(--secondary-lighten-40);
  text-decoration: underline;
}
.betslip__link_active {
  color: var(--text-color);
  text-decoration: none;
}
.betslip__link_active:hover {
  color: var(--secondary-lighten-30);
}
.betslip__link:hover {
  color: var(--secondary-lighten-30);
}

.betslip__live-bet {
  padding: 3% 0px 0.7% 0px;
  border-bottom: 1px solid var(--secondary-lighten-70);
}
.betslip__live-bet_green-marker {
  border-left: 5px solid #cbe7bd;
}
.betslip__live-bet_red-marker {
  border-left: 5px solid #fac4c6;
}
.betslip__live-bet_white-marker {
  border-left: none;
}
.betslip__odds-line {
  position: relative;
  padding: 8px 0px 0px 12px;
}
.betslip__odds-line:after {
  position: absolute;
  content: url("../img/chevron.svg");
  width: 12.9px;
  height: 6.6px;
  right: 15px;
  top: -4px;
}
.betslip__bet-info {
  padding-top: 3%;
  padding-left: 12%;
}
.betslip__event-info {
  padding-top: 5%;
  padding-left: 12%;
}
.betslip__button {
  color: var(--betslip-button-text);
  cursor: pointer;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding: 13px 0px;
  background-color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.betslip__button span {
  font-weight: 800;
}
.betslip__button:hover {
  transition: all 0.1s ease 0s;
  background-color: var(--primary-lighten-10);
}
.betslip .info-bet {
  font-size: 11px;
  font-weight: 400;
  color: var(--secondary-lighten-30);
  display: flex;
}
.betslip .info-bet_closed {
  padding-bottom: 20px;
}
.betslip .info-bet__bet-type {
  padding-left: 0.5%;
}
.betslip .info-bet__date-time {
  padding-left: 2%;
}
.betslip .info-bet__stake {
  padding-left: 6%;
  display: flex;
}
.betslip .info-bet__stake_open {
  color: var(--text-color);
  font-weight: 600;
  padding-left: 5px;
}
.betslip .info-event {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 800;
  color: var(--secondary-lighten-30);
}
.betslip .info-event:before {
  position: absolute;
  content: url("../img/express.svg");
  width: 3%;
  top: 20%;
  left: 6%;
}
.betslip .info-event_single:before {
  position: absolute;
  content: "";
}
.betslip .info-event__row {
  display: flex;
  justify-content: space-between;
  padding: 0px 8% 20px 0px;
}
.betslip .info-event__event {
  flex: 1 0 auto;
}
.betslip .info-event__odd {
  flex: 1 0 auto;
}
.betslip .info-event__won-loose {
  font-weight: 400;
  font-size: 12px;
}
.betslip .info-event__won-loose_open {
  color: var(--text-color);
}
.betslip .info-event__won-loose_won {
  color: var(--tercer);
}
.betslip .info-event__won-loose_loose {
  color: #f15a24;
}

@media (max-width: 760px) {
  .betslip .info-event:before {
    width: 2%;
    top: 25%;
    left: 6%;
  }
}
.system-block__match {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
}
.system-block__match__system-block__b {
  width: 14.6px;
  height: 14.6px;
  cursor: pointer;
}
.system-block__bet-row {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
}
.system-block__bet-row:nth-child(5) {
  padding-bottom: 15px;
}
.system-block__bet-row:nth-child(10) {
  padding-bottom: 15px;
}
.system-block__left {
  display: flex;
  justify-content: space-between;
}
.system-block__stake-name {
  padding-left: 15px;
  color: var(--secondary-lighten-35);
}
.system-block__switcher-icon {
  width: 14.1px;
  height: 14.1px;
}
.system-block__right {
  display: flex;
  justify-content: space-between;
}
.system-block__odd {
  color: var(--text-color);
}

.betslip__checkbox-block {
  border-bottom: 1px solid var(--secondary-lighten-70);
  padding-top: 25px;
  padding-bottom: 25px;
}

.block-checkbox {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block-checkbox__row {
  display: flex;
  justify-content: space-around;
}
.block-checkbox__checkbox-cont {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.block-checkbox__checkbox-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  left: 0;
  right: 0;
  z-index: 80;
}
.block-checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid var(--secondary-lighten-60);
}
.block-checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.block-checkbox__checkbox-cont:hover input ~ .block-checkbox__checkmark {
  background-color: var(--secondary-lighten-60);
}
.block-checkbox__checkbox-cont input:checked ~ .block-checkbox__checkmark {
  background-color: var(--primary);
  border: none;
}
.block-checkbox__checkbox-cont input:checked ~ .block-checkbox__checkmark:after {
  display: block;
}
.block-checkbox__checkbox-cont .block-checkbox__checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: 1px solid var(--secondary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.system-info {
  padding: 15px 20px;
  border-bottom: 1px solid var(--secondary-lighten-70);
}
.system-info__row {
  display: flex;
  padding: 10px 0px;
}
.system-info__row span {
  width: 70%;
  font-weight: 400;
  color: var(--secondary-lighten-40);
  padding-right: 30px;
}

.betslip__stake-amount {
  padding: 20px;
  background-color: var(--secondary-lighten-70);
  border-bottom: 1px solid var(--secondary-lighten-70);
  border-top: 1px solid var(--secondary-lighten-70);
}

.amount-stake {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  color: var(--secondary-lighten-40);
}
.amount-stake__currency {
  font-weight: 600;
  padding-right: 10px;
}
.amount-stake__counter {
  position: relative;
  display: flex;
  font-weight: 900;
  align-items: center;
}
.amount-stake__counter input {
  position: relative;
  text-align: center;
  color: var(--text-color-counter);
  font-weight: 900;
  left: 0px;
  top: 0px;
  width: 102px;
  height: 36px;
  border: 1px solid var(--secondary-lighten-50);
  z-index: 1;
}
.amount-stake__counter input::-webkit-inner-spin-button,
.amount-stake__counter input ::-webkit-outer-spin-button,
.amount-stake__counter input ::-webkit-textfield-decoration-container,
.amount-stake__counter input ::-webkit-input-placeholder,
.amount-stake__counter input isindex::-webkit-input-placeholder,
.amount-stake__counter input textarea::-webkit-input-placeholder {
  margin-right: 4px;
  border: 1px solid var(--secondary-lighten-50);
  opacity: 1;
  height: 22px;
  padding-right: 1px;
  cursor: pointer;
}
.amount-stake__counter::after {
  content: "";
  position: absolute;
  z-index: 10;
  height: 36px;
  width: 0.5px;
  top: 0px;
  right: 21px;
  border: 1px solid var(--secondary-lighten-50);
}
.amount-stake__counter::before {
  content: "";
  position: absolute;
  z-index: 11;
  height: 0.5px;
  width: 21px;
  top: 17px;
  right: 0px;
  border: 1px solid var(--secondary-lighten-50);
}

/* Betslip Adaptive */
@media (max-width: 1285px) {
  .betslip {
    font-weight: 800;
  }
  .betslip__header-active-bets {
    margin-bottom: 3px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--secondary);
    color: var(--white);
  }
  .betslip__col-left {
    background-color: var(--primary);
    padding: 12px 0px;
    flex: 1 0 auto;
    text-align: center;
  }
  .betslip__col-right {
    padding: 12px 0px;
    flex: 1 0 auto;
    text-align: center;
    color: var(--primary);
  }
  .betslip__col-right span {
    margin-left: 3%;
    color: var(--text-color);
    background-color: var(--primary);
    padding: 2px 8px;
    border-radius: 50%;
  }
  .betslip__menu {
    font-weight: 400;
    display: flex;
    justify-content: space-around;
    padding: 15px 0px;
    border-bottom: 1px solid var(--secondary-lighten-70);
  }
  .betslip__link {
    color: var(--secondary-lighten-40);
    text-decoration: underline;
  }
  .betslip__link_active {
    color: var(--text-color);
    text-decoration: none;
  }
  .betslip__link_active:hover {
    color: var(--secondary-lighten-30);
  }
  .betslip__link:hover {
    color: var(--secondary-lighten-30);
  }
}
@media (max-width: 1810px) {
  .info-bet {
    font-size: 2px;
    font-weight: 400;
    color: var(--secondary-lighten-30);
    display: flex;
  }
  .info-bet__bet-type {
    display: none;
    padding-left: 0.1%;
  }
  .info-bet__date-time {
    padding-left: 1%;
  }
  .info-bet__stake {
    padding-left: 1%;
    display: flex;
  }
  .info-bet__stake_open {
    color: var(--text-color);
    font-weight: 600;
    padding-left: 5px;
  }
}
/* Betslip Sliders */
.betslip__slider {
  position: relative;
  width: 90%;
  margin: 4% auto;
}

.betslip__buttons {
  color: var(--betslip-button-text);
  cursor: pointer;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  padding: 13px 0px;
  background-color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  font-weight: 800;
}
.betslip__buttons span {
  font-weight: 800;
  padding-left: 4px;
}
.betslip__buttons:hover {
  transition: all 0.1s ease 0s;
  background-color: var(--primary-lighten-10);
}

.betslip__range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  outline: none;
  background: var(--background);
}
.betslip__range::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin-top: -7px;
  z-index: 3;
}

.betslip__progress-bar {
  width: 50%;
  height: 4px;
  background: var(--primary);
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
}

.selector {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translate(-4%);
  z-index: 2;
}

.selector__btn,
.selector__btn2,
.selector__btn3,
.selector__btn4 {
  width: 25.5px;
  height: 25.5px;
  background-image: url("../img/marker.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0px 6px 17px var(--background-shadow-color);
}

/* Betslip Sliders End */
.betslip__place-bets {
  padding-top: 20px;
}
.betslip__tiket-bonus-icon {
  color: var(--tercer);
}
.betslip__tiket-bonus-text {
  padding-left: 10px;
  color: var(--tercer);
}
.betslip__bonus-block {
  display: flex;
  justify-content: center;
}
.betslip__button {
  cursor: pointer;
  margin: 20px auto;
  width: 90%;
  text-align: center;
  padding: 13px 0px;
  background-color: var(--primary);
  font-weight: 500;
  transition: all 0.3s ease 0s;
  font-weight: 800;
  font-size: 17.2px;
  border-radius: 2px;
  letter-spacing: 0.6px;
}

/* Footer */
.footer {
  background-color: var(--background);
}
.footer__wrapper {
  padding: 117px 0px 28px 0px;
  height: 406px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.footer__menu {
  display: flex;
  justify-content: center;
  gap: 4%;
}
.footer__menu-item {
  flex: 1 0 auto;
}
.footer__link {
  font-size: 14px;
  color: var(--secondary-lighten-30);
  font-weight: 500;
  transition: all 0.1s ease 0s;
}
.footer__link:hover {
  color: var(--text-color);
  transition: all 0.3s ease 0s;
}
.footer__logos {
  margin-top: -100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 39px;
}
.footer__logo1 {
  width: 49px;
}
.footer__logo2 {
  width: 92px;
}
.footer__logo3 {
  width: 95px;
}
.footer__logo4 {
  width: 134px;
}
.footer__logo5 {
  width: 117px;
}
.footer__logo6 {
  width: 102px;
  position: relative;
}
.footer__copyright {
  font-size: 12px;
  color: var(--secondary-lighten-50);
  text-align: center;
  align-self: center;
}

.note {
  padding: 12px 0px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  background-color: var(--primary);
  color: var(--secondary);
}

/* Footer Adaptive */
@media (max-width: 1015px) {
  .footer {
    background-color: var(--background);
  }
  .footer__wrapper {
    padding: 9% 0px 28px 0px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .footer__menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 4%;
  }
  .footer__menu-item {
    flex: 1 0 auto;
    padding: 12px 0px;
  }
  .footer__link {
    font-size: 14px;
    color: var(--secondary-lighten-30);
    font-weight: 500;
    transition: all 0.1s ease 0s;
  }
  .footer__link:hover {
    color: var(--text-color);
    transition: all 0.3s ease 0s;
  }
  .footer__logos {
    margin-top: -100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 39px;
  }
  .footer__logo1 {
    width: 39px;
  }
  .footer__logo2 {
    width: 82px;
  }
  .footer__logo3 {
    width: 85px;
  }
  .footer__logo4 {
    width: 124px;
  }
  .footer__logo5 {
    width: 107px;
  }
  .footer__logo6 {
    width: 92px;
    position: relative;
  }
  .footer__copyright {
    display: none;
    font-size: 12px;
    color: var(--secondary-lighten-50);
    text-align: center;
    align-self: center;
  }
}
/* Swiper Slider */
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  color: var(--white);
  font-size: 30px;
}
.swiper .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: var(--primary);
}
.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--tercer);
}
.swiper .swiper-scrollbar {
  display: none;
}
.swiper .swiper-pagination-progressbar-fill {
  background-color: var(--white-background);
}

/* Match-Tracker */
.tracker {
  position: relative;
  font-size: 14px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  background-color: #000;
  background-image: url("../img/tracker-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.tracker:hover > .goal_pop-up {
  transition: all 0.3s ease 0s;
  display: none;
}
.tracker__top-row {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 0 25px;
}
.tracker__squad:nth-child(3) .goal::before,
.tracker__squad:nth-child(3) .yellow-card::before,
.tracker__squad:nth-child(3) .red-card::before {
  left: -25px;
}
.tracker__squad:nth-child(3) .two-goal::before {
  left: -45px;
}
.tracker__players {
  font-size: 10px;
  list-style-position: inside;
}
.tracker__player {
  white-space: nowrap;
  position: relative;
  padding-bottom: 5px;
}
.tracker__center {
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tracker__match-name {
  position: relative;
  font-size: 32px;
  padding-bottom: 20px;
}
.tracker__match-name::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 12px;
  left: -22px;
  border-radius: 50%;
  background-color: var(--tercer);
  animation-name: live;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.tracker__match-name span {
  color: var(--tercer);
  padding: 0px 10px;
}
.tracker__ht {
  font-size: 24px;
}
.tracker__ht span {
  color: var(--secondary-lighten-50);
  padding: 0px 10px;
}
.tracker__bottom-row {
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.tracker__half-time {
  position: relative;
  background-color: var(--white-background);
  width: 40%;
  height: 9px;
  border-radius: 14px;
}
.tracker__half-time:nth-child(2) span:nth-child(1)::after {
  opacity: 0;
  content: "60' John Smith";
  position: absolute;
  top: -60px;
  left: 33%;
  z-index: 85;
  font-weight: 600;
  font-size: 17px;
  padding: 10px;
  background-color: var(--white-background);
  color: var(--text-color);
  border-radius: 8px;
  box-shadow: 0px 2px 15px var(--secondary);
  transition: all 0.3s ease 0s;
}
.tracker__half-time:nth-child(2) span:nth-child(1):hover::after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.tracker__half-time:nth-child(2) span:nth-child(1)::before {
  z-index: 80;
  position: absolute;
  top: -15px;
  left: 45%;
  content: url("../img/tracker-goal.svg");
}
.tracker__half-time:nth-child(2):after {
  width: 60%;
}
.tracker__half-time:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 9px;
  border-radius: 14px;
  background-color: var(--primary);
}
.tracker__half-time span:nth-child(1):after {
  opacity: 0;
  content: "15' John Smith";
  position: absolute;
  top: -40px;
  left: 4%;
  z-index: 85;
  font-weight: 600;
  font-size: 17px;
  padding: 10px;
  background-color: var(--white-background);
  color: var(--text-color);
  border-radius: 8px;
  box-shadow: 0px 2px 15px var(--secondary);
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(1):hover:after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(1)::before {
  z-index: 80;
  position: absolute;
  top: 12px;
  left: 15%;
  content: url("../img/tracker-yellow-card.svg");
}
.tracker__half-time span:nth-child(2):after {
  opacity: 0;
  content: "21' John Smith";
  position: absolute;
  top: -40px;
  left: 17%;
  z-index: 85;
  font-weight: 600;
  font-size: 17px;
  padding: 10px;
  background-color: var(--white-background);
  color: var(--text-color);
  border-radius: 8px;
  box-shadow: 0px 2px 15px var(--secondary);
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(2):hover::after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(2)::before {
  z-index: 80;
  position: absolute;
  top: 5px;
  left: 30%;
  content: url("../img/tracker-goal.svg");
}
.tracker__half-time span:nth-child(3)::after {
  opacity: 0;
  content: "21' John Smith";
  position: absolute;
  top: -40px;
  left: 42%;
  z-index: 85;
  font-weight: 600;
  font-size: 17px;
  padding: 10px;
  background-color: var(--white-background);
  color: var(--text-color);
  border-radius: 8px;
  box-shadow: 0px 2px 15px var(--secondary);
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(3):hover::after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(3)::before {
  z-index: 80;
  position: absolute;
  top: 5px;
  left: 55%;
  content: url("../img/tracker-goal.svg");
}
.tracker__half-time span:nth-child(4)::after {
  opacity: 0;
  content: "31' John Smith";
  position: absolute;
  top: -40px;
  right: 4%;
  z-index: 85;
  font-weight: 600;
  font-size: 17px;
  padding: 10px;
  background-color: var(--white-background);
  color: var(--text-color);
  border-radius: 8px;
  box-shadow: 0px 2px 15px var(--secondary);
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(4):hover::after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(4)::before {
  position: absolute;
  top: 12px;
  right: 15%;
  content: url("../img/tracker-red-yellow-card.svg");
}
.tracker__half-time span:nth-child(5)::after {
  opacity: 0;
  content: "41' John Smith";
  position: absolute;
  top: -40px;
  right: -5%;
  z-index: 85;
  font-weight: 600;
  font-size: 17px;
  padding: 10px;
  background-color: var(--white-background);
  color: var(--text-color);
  border-radius: 8px;
  box-shadow: 0px 2px 15px var(--secondary);
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(5):hover::after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.tracker__half-time span:nth-child(5)::before {
  z-index: 80;
  position: absolute;
  top: 5px;
  right: 6%;
  content: url("../img/tracker-goal.svg");
}

.goal {
  color: var(--tercer);
}
.goal::before {
  position: absolute;
  left: 90px;
  content: url("../img/soccer-ball-small.svg");
}

.two-goal {
  color: var(--tercer);
}
.two-goal::before {
  position: absolute;
  left: 90px;
  content: url("../img/soccer-ball-small-two.svg");
}

.yellow-card {
  color: var(--primary);
}
.yellow-card::before {
  position: absolute;
  left: 90px;
  content: url("../img/player-yellow-card.svg");
}

.red-card {
  color: #EF4137;
}
.red-card::before {
  position: absolute;
  left: 90px;
  content: url("../img/player-red-card.svg");
}

.time-animation {
  animation-name: live;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@media (max-width: 916px) {
  .tracker__match-name {
    font-size: 22px;
  }
  .tracker__match-name::before {
    width: 8px;
    height: 8px;
    top: 8px;
    left: -15px;
  }
}
@media (max-width: 588px) {
  .tracker__squad {
    display: none;
  }
  .tracker__top-row {
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 25px 25px 0 25px;
  }
}
/* Odd Grids */
.grid-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 3%;
  margin-bottom: 30px;
}
.grid-wrapper:nth-child(4) {
  grid-template-columns: auto auto;
  grid-auto-flow: column;
}
.grid-wrapper:nth-child(4) .odds {
  align-items: start;
  display: grid;
  grid-template-columns: auto auto auto auto auto 52px 52px;
  grid-gap: 1px;
}
.grid-wrapper:nth-child(4) .odds:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
}
.grid-wrapper:nth-child(4) .odds:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
}
.grid-wrapper:nth-child(4) .odds:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 2;
}
.grid-wrapper:nth-child(4) .odds:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 3;
}
.grid-wrapper .odds {
  display: grid;
  grid-template-columns: auto auto auto auto auto 52px 52px;
  grid-gap: 1px;
}
.grid-wrapper .odds:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
}
.grid-wrapper .odds:nth-child(2) {
  grid-column-start: 4;
  grid-column-end: 7;
}
.grid-wrapper .odds:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.grid-wrapper .odds:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 5;
}
.grid-wrapper .odds:nth-child(5) {
  grid-column-start: 5;
  grid-column-end: 7;
}
.grid-wrapper .odds .pl-10 {
  padding-left: 15px;
}
.grid-wrapper .odds__match-result {
  font-size: 13px;
  padding: 14px 0px;
  grid-column-start: 1;
  grid-column-end: 6;
  background-color: var(--secondary-lighten-70);
}
.grid-wrapper .odds__back {
  font-size: 13px;
  padding: 14px 0px;
  background-color: var(--primary);
  text-align: center;
  background-color: var(--secondary-lighten-70);
}
.grid-wrapper .odds__lay {
  font-size: 13px;
  padding: 14px 0px;
  text-align: center;
  background-color: var(--background);
  background-color: var(--secondary-lighten-70);
}
.grid-wrapper .odds__team {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0px;
  grid-column-start: 1;
  grid-column-end: 6;
  border-bottom: 1px solid var(--background);
  border-left: 1px solid var(--background);
}
.grid-wrapper .odds__team:hover {
  background-color: var(--secondary-lighten-70);
  transition: all 0.3s ease 0s;
}
.grid-wrapper .odds__back-digit {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0px;
  text-align: center;
  background-color: var(--secondary-lighten-60);
}
.grid-wrapper .odds__back-digit:hover {
  background-color: var(--secondary-lighten-50);
}
.grid-wrapper .odds__lay-digit {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0px;
  text-align: center;
  background-color: var(--primary);
}
.grid-wrapper .odds__lay-digit:hover {
  background-color: var(--secondary-lighten-50);
}

/* Tabs Grids */
.tabs-grid {
  align-items: center;
  margin-top: 20px;
  padding: 0px 20px 20px 20px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 3%;
}

.tabs-grid__list {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.tabs-grid__item {
  flex: 1 0 auto;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 19px 19px;
  font-size: 14px;
  font-weight: 900;
  color: var(--tabs-grid-item-color);
  border: 1px solid var(--secondary-lighten-60);
  background-color: var(--tab-item-background);
}
.tabs-grid__item_active {
  color: var(--text-color);
  border-bottom: 5px solid var(--primary);
  background-color: var(--tab-item-background-active);
}
.tabs-grid__item:hover {
  background-color: var(--tab-item-hover);
}
.tabs-grid__item:focus {
  color: var(--text-color);
  border-bottom: 3px solid var(--primary);
  background-color: var(--white-background);
}

/* Tabs Grids End */
/* Odd Grids Adaptive*/
@media (max-width: 835px) {
  .tabs-grid {
    align-items: center;
    margin-top: 20px;
    padding: 30px 20px 20px 20px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 3%;
  }
  .grid-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 3%;
    margin-bottom: 30px;
  }
  .grid-wrapper .odds {
    display: grid;
    grid-template-columns: auto auto auto auto auto 52px 52px;
    grid-gap: 1px;
  }
  .grid-wrapper .odds:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .grid-wrapper .odds:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .grid-wrapper .odds:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .grid-wrapper .odds:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .grid-wrapper .odds:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .grid-wrapper .odds .pl-10 {
    padding-left: 10px;
  }
  .grid-wrapper .odds__match-result {
    font-size: 11px;
    padding: 14px 0px;
    grid-column-start: 1;
    grid-column-end: 6;
    background-color: var(--secondary-lighten-70);
  }
  .grid-wrapper .odds__back {
    font-size: 11px;
    padding: 14px 0px;
    background-color: var(--primary);
    text-align: center;
    background-color: var(--secondary-lighten-70);
  }
  .grid-wrapper .odds__lay {
    font-size: 11px;
    padding: 14px 0px;
    text-align: center;
    background-color: var(--background);
    background-color: var(--secondary-lighten-70);
  }
  .grid-wrapper .odds__team {
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 0px;
    grid-column-start: 1;
    grid-column-end: 6;
    border-bottom: 1px solid var(--background);
    border-left: 1px solid var(--background);
  }
  .grid-wrapper .odds__team:hover {
    background-color: var(--secondary-lighten-70);
    transition: all 0.3s ease 0s;
  }
  .grid-wrapper .odds__back-digit {
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 0px;
    text-align: center;
    background-color: var(--secondary-lighten-60);
  }
  .grid-wrapper .odds__back-digit:hover {
    background-color: var(--secondary-lighten-50);
  }
  .grid-wrapper .odds__lay-digit {
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 0px;
    text-align: center;
    background-color: var(--primary);
  }
  .grid-wrapper .odds__lay-digit:hover {
    background-color: var(--secondary-lighten-50);
  }
}
@media (max-width: 480px) {
  .tabs-grid__item:last-child {
    display: none;
  }
}
/* Odd Grids End */
.main__textblock {
  padding: 30px 40px 0px 40px;
}
.main__textblock h2 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
.main__textblock p {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

.pt-20 {
  padding-top: 20px;
}

.grid-wrapper-live-score {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.grid-wrapper-live-score:nth-child(2) {
  grid-template-columns: 1fr;
}

.odds-live-score {
  display: grid;
  grid-template-columns: 1fr repeat(3, 52px);
  grid-gap: 1px;
}
.odds-live-score__liga {
  font-size: 13px;
  padding: 14px 0px;
  background-color: var(--secondary-lighten-70);
}
.odds-live-score__1 {
  text-align: center;
  font-size: 13px;
  padding: 14px 0px;
  background-color: var(--secondary-lighten-70);
}
.odds-live-score__draw {
  text-align: center;
  font-size: 13px;
  padding: 14px 0px;
  background-color: var(--secondary-lighten-70);
}
.odds-live-score__2 {
  text-align: center;
  font-size: 13px;
  padding: 14px 0px;
  background-color: var(--secondary-lighten-70);
}
.odds-live-score__match-name {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  align-content: center;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 0px;
  border-bottom: 1px solid var(--background);
  border-left: 1px solid var(--background);
  transition: all 0.3s ease 0s;
}
.odds-live-score__match-name:hover {
  background-color: var(--secondary-lighten-70);
  transition: all 0.3s ease 0s;
}
.odds-live-score__match-name span {
  color: var(--tercer);
  padding: 0px 10px;
}
.odds-live-score__match-name:nth-child(6)::after {
  content: url("../img/hint.svg");
  position: absolute;
  right: 15px;
  top: 10;
  animation-name: rotate3d;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.odds-live-score__digit {
  position: relative;
  background-color: var(--secondary-lighten-60);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 0px;
  text-align: center;
}
.odds-live-score__digit:hover {
  background-color: var(--secondary-lighten-50);
}
.odds-live-score .grid-header {
  padding: 34px 0px 25px 0px;
  display: flex;
  align-items: center;
  margin: auto;
  grid-column: 1/span 4;
  align-content: center;
}
.odds-live-score .grid-header__icon {
  height: 50px;
  padding-right: 15px;
}
.odds-live-score .grid-header h1 {
  font-size: 32px;
  font-weight: 700;
}
.odds-live-score .pl-10 {
  padding-left: 10px;
}
.odds-live-score .pl-20 {
  padding-left: 20px;
}

.live-circle {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--tercer);
  animation-name: live;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@media (max-width: 1719px) {
  .grid-wrapper-live-score {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .odds-live-score .grid-header h1 {
    font-size: 22px;
    transition: all 0.3s ease 0s;
  }
  .odds-live-score__digit, .odds-live-score__liga, .odds-live-score__1, .odds-live-score__2, .odds-live-score__draw {
    font-size: 11px;
  }
  .odds-live-score__match-name {
    font-size: 11px;
  }
  .odds-live-score__match-name:nth-child(6)::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 10;
    animation-name: rotate3d;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }
}
.lobby {
  width: 100%;
  height: 323px;
  background-color: var(--secondary);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  z-index: 4;
  position: relative;
  transition: all 0.3s ease 0s;
  background-image: url("../img/lobby-bg.jpg");
  background-size: auto 140%;
  background-repeat: no-repeat;
}
.lobby:hover {
  transition: all 0.3s ease 0s;
  background-size: auto 145%;
}
.lobby::after {
  transition: all 0.3s ease 0s;
  z-index: 5;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  opacity: 0.7;
}
.lobby:hover::after {
  transition: all 0.3s ease 0s;
  opacity: 0.2;
}
.lobby__header {
  z-index: 7;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 5em;
  font-weight: bold;
  color: var(--white);
  text-align: center;
}
.lobby__header::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -40%;
  width: 30%;
  height: 3px;
  background-color: var(--white-background);
}
.lobby__header::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -40%;
  width: 30%;
  height: 3px;
  background-color: var(--white-background);
}
.lobby__button {
  color: var(--lobby-button);
  z-index: 7;
  position: relative;
  cursor: pointer;
  padding: 10px 10px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  background-color: var(--primary);
  border-radius: 4px;
  overflow: hidden;
}
.lobby__button:hover .lobby__svg-coin {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.lobby__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: var(--primary-lighten-20);
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.lobby__button:hover::before {
  opacity: 0.3;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.lobby__svg-coin {
  transition: all 0.3s ease 0s;
}
.lobby__patch {
  fill: #EF4137;
}
.lobby__icon {
  padding-right: 12px;
}
.lobby__text {
  white-space: nowrap;
  font-size: 19.5px;
  text-transform: uppercase;
}

.tables {
  white-space: nowrap;
  color: var(--primary);
  font-size: 19.5px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tables span {
  color: var(--white);
}
.tables__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.tables__row .roulette {
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  background-color: var(--secondary);
  background-image: url("../img/casino-bg1.jpg");
  background-size: auto 100%;
  height: 250px;
  flex: 2 1 auto;
  padding: 24px;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.tables__row .roulette:hover {
  transition: all 0.3s ease 0s;
  background-size: auto 105%;
}
.tables__row .roulette::after {
  transition: all 0.3s ease 0s;
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  opacity: 0.7;
}
.tables__row .roulette:hover::after {
  transition: all 0.3s ease 0s;
  opacity: 0.2;
}
.tables__row .roulette__info {
  z-index: 3;
  display: flex;
  align-items: center;
  color: var(--primary);
  transition: all 0.3s ease 0s;
}
.tables__row .roulette__icon {
  transition: all 0.3s ease 0s;
}
.tables__row .roulette__text {
  padding-left: 10px;
}
.tables__row .roulette__coin {
  transition: all 0.3s ease 0s;
}
.tables__row .roulette:hover {
  transition: all 0.3s ease 0s;
}
.tables__row .roulette:hover .roulette__coin {
  transition: all 0.3s ease 0s;
  transform: rotate(180deg);
}
.tables__row .roulette:hover .roulette__coin path {
  fill: #EF4137;
  transition: all 0.3s ease 0s;
}
.tables__row .roulette:hover .play-now-button a {
  transition: all 0.3s ease 0s;
  color: var(--hover-button-text-color);
  background-color: var(--primary);
  border: none;
}
.tables__row .roulette .play-now-button {
  z-index: 7;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.tables__row .roulette .play-now-button a {
  transition: all 0.3s ease 0s;
  font-size: 16px;
  color: var(--white);
  padding: 20px;
  border: 1px solid var(--white);
  border-radius: var(--button-border-radius);
}
.tables__row .roulette .play-now-button a:hover {
  transition: all 0.3s ease 0s;
  color: var(--primary);
  background-color: var(--secondary);
  border: none;
}
.tables__row .black-jack {
  cursor: pointer;
  z-index: 4;
  position: relative;
  transition: all 0.3s ease 0s;
  background-color: var(--secondary);
  height: 250px;
  background-color: var(--secondary);
  background-image: url("../img/black-bg1.jpg");
  background-size: auto 100%;
  flex: 1 2 auto;
  align-items: end;
  padding: 24px;
}
.tables__row .black-jack:hover {
  background-size: auto 105%;
}
.tables__row .black-jack::after {
  transition: all 0.3s ease 0s;
  z-index: 5;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  opacity: 0.7;
}
.tables__row .black-jack:hover::after {
  transition: all 0.3s ease 0s;
  opacity: 0.2;
}
.tables__row .black-jack:hover .play-now-button a {
  transition: all 0.3s ease 0s;
  color: var(--text-color);
  background-color: var(--primary);
  border: none;
}
.tables__row .black-jack .play-now-button {
  z-index: 7;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.tables__row .black-jack .play-now-button a {
  transition: all 0.3s ease 0s;
  font-size: 16px;
  color: var(--white);
  padding: 20px;
  border: 1px solid var(--white);
  border-radius: var(--button-border-radius);
}
.tables__row .black-jack .play-now-button a:hover {
  transition: all 0.3s ease 0s;
  color: var(--primary);
  background-color: var(--secondary);
  border: none;
}
.tables__row .black-jack__info {
  z-index: 6;
  display: flex;
  align-items: center;
}
.tables__row .black-jack__icon {
  z-index: 6;
  width: 24px;
}
.tables__row .black-jack__text {
  z-index: 6;
  padding-left: 10px;
}
.tables__row:nth-child(2) {
  flex-direction: row-reverse;
}
.tables__row:nth-child(2) .roulette {
  background-image: url("../img/casino-bg2.jpg");
  background-size: auto 100%;
}
.tables__row:nth-child(2) .roulette:hover {
  background-size: auto 105%;
}
.tables__row:nth-child(2) .black-jack {
  background-image: url("../img/black-bg2.jpg");
  background-size: auto 100%;
}
.tables__row:nth-child(2) .black-jack:hover {
  background-size: auto 105%;
}
.tables__row:nth-child(3) {
  flex-direction: row;
}
.tables__row:nth-child(3) .roulette {
  flex: 1 1 auto;
  background-image: url("../img/casino-bg3.jpg");
  background-size: auto 100%;
}
.tables__row:nth-child(3) .roulette:hover {
  background-size: auto 105%;
}
.tables__row:nth-child(3) .black-jack {
  flex: 1 1 auto;
  background-image: url("../img/black-bg3.jpg");
  background-size: auto 100%;
}
.tables__row:nth-child(3) .black-jack:hover {
  background-size: auto 105%;
}
.tables__row:nth-child(4) {
  flex-direction: row;
}
.tables__row:nth-child(4) .roulette {
  flex: 1 1 auto;
  background-image: url("../img/casino-bg4.jpg");
  background-size: auto 100%;
}
.tables__row:nth-child(4) .roulette:hover {
  background-size: auto 105%;
}
.tables__row:nth-child(4) .roulette:nth-child(1) {
  background-image: url("../img/casino-bg5.jpg");
  background-size: auto 100%;
}
.tables__row:nth-child(4) .roulette:nth-child(1):hover {
  background-size: auto 105%;
}
.tables__row:nth-child(4) .black-jack {
  flex: 1 1 auto;
  background-image: url("../img/black-bg4.jpg");
  background-size: auto 100%;
}
.tables__row:nth-child(4) .black-jack:hover {
  background-size: auto 105%;
}

@media (max-width: 1024px) {
  .tables {
    font-size: 15px;
  }
  .tables__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .lobby__header {
    transition: all 0.3s ease 0s;
    font-size: 3em;
  }
  .lobby__button {
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 10px 10px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    background-color: var(--primary);
    border-radius: 4px;
  }
  .lobby__icon {
    padding-right: 12px;
  }
  .lobby__text {
    font-size: 15px;
    text-transform: uppercase;
  }
}
.stake-table {
  padding: 0px 4% 15px 4%;
  font-size: 19.5px;
  border-bottom: 1px solid var(--secondary-lighten-70);
}
.stake-table__header {
  padding: 20px;
  text-align: center;
}
.stake-table__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
.stake-table__item {
  cursor: pointer;
  padding: 12px 0px;
  color: var(--white);
  font-weight: 500;
  background-color: #EF4137;
  text-align: center;
}
.stake-table__item:nth-child(2n) {
  background-color: var(--secondary);
}
.stake-table__item:hover {
  background-color: var(--primary);
}
.stake-table__footer {
  padding: 24px 48px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  border-left: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
}
.stake-table__footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stake-table__rhomb {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: var(--secondary);
  transform: rotate(45deg);
  margin-bottom: 20px;
}
.stake-table__rhomb:hover {
  background-color: var(--primary);
}
.stake-table__text {
  font-size: 16px;
  color: var(--text-color);
}

.red {
  background-color: var(--red);
}

.red-text {
  color: var(--red-text);
}

.top-header {
  margin-top: 30px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
.top-header:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  width: 10%;
  height: 3px;
  background-color: var(--primary);
}

.tabs-grid_games {
  padding: 20px 38px;
  white-space: nowrap;
}

.games {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.games__item {
  position: relative;
}
.games__item:hover .games__hover {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.games__hover {
  transition: all 0.3s ease 0s;
  position: absolute;
  content: "";
  color: var(--white);
  z-index: 10;
  background: rgba(2, 2, 2, 0.51);
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 0;
}
.games__item {
  overflow: hidden;
}
.games__item img {
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
.games__item img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}

.hover-games__heading {
  font-size: 25px;
  padding: 17px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 90px;
}
.hover-games__header {
  font-weight: 700;
}
.hover-games__sub-header {
  font-weight: 400;
  font-size: 24px;
  padding-top: 20px;
}
.hover-games__button {
  pointer-events: auto;
  cursor: pointer;
  margin: 0 25px;
  color: var(--hover-button-text-color);
  font-weight: 600;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  gap: 8px;
  background-color: var(--primary);
}
.hover-games__button .svg-arrow {
  transition: all 0.3s ease 0s;
}
.hover-games__button:hover .svg-arrow {
  transform: translatex(8px);
  transition: all 0.3s ease 0s;
}
.hover-games__play-now {
  font-size: 15px;
}

.hover-games {
  pointer-events: none;
}
.hover-games:hover .hover-games__coin {
  transform: rotate(180deg);
  fill: #EF4137;
  transition: all 0.3s ease 0s;
}
.hover-games__icon-text {
  padding-top: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hover-games__coin {
  fill: rgb(54, 162, 0);
  transition: all 0.3s ease 0s;
}
.hover-games__text {
  font-size: 19.5px;
  font-weight: 700;
  color: var(--primary);
}
.hover-games__text span {
  color: var(--white);
}

@media (max-width: 907px) {
  .games {
    gap: 10px;
  }
  .games__item {
    width: 45%;
  }
  .hover-games__heading {
    font-size: 19px;
  }
  .hover-games__sub-header {
    font-size: 17px;
  }
  .hover-games__text {
    font-size: 14px;
  }
}
@media (max-width: 761px) {
  .games {
    gap: 20px;
  }
  .games__item {
    width: 37%;
  }
  .hover-games__heading {
    font-size: 19px;
  }
  .hover-games__sub-header {
    font-size: 17px;
  }
  .hover-games__text {
    font-size: 14px;
  }
}
@media (max-width: 570px) {
  .games {
    gap: 20px;
  }
  .games__item {
    width: 45%;
  }
  .hover-games__heading {
    font-size: 19px;
  }
  .hover-games__sub-header {
    font-size: 17px;
  }
  .hover-games__text {
    font-size: 13px;
  }
  .hover-games__button {
    padding: 12px 5px;
  }
  .hover-games__button .svg-arrow {
    display: none;
  }
  .hover-games__icon-text {
    padding-top: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .hover-games__play-now {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .games {
    gap: 20px;
  }
  .games__item {
    width: 70%;
  }
  .hover-games__heading {
    font-size: 19px;
  }
  .hover-games__sub-header {
    font-size: 17px;
  }
  .hover-games__text {
    font-size: 13px;
  }
}
.poker {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.poker__heading {
  text-align: center;
}
.poker__header {
  font-weight: 700;
  font-size: 19.5px;
  padding-bottom: 20px;
}
.poker__subheader {
  font-weight: 400;
  font-size: 15px;
}
.poker__table {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.poker__row-one {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  gap: 5px;
}
.poker__row-one-item {
  transition: all 0.3s ease 0s;
  background-image: url("../img/card-back-side-red.svg");
  width: 66px;
  height: 92.51px;
  background-repeat: no-repeat;
}
.poker__row-one-item:hover {
  transform: rotateX(12deg) rotateY(45deg);
  transition: all 0.3s ease 0s;
}
.poker__row-one-item:nth-child(2) {
  background-image: url("../img/card-j.svg");
}
.poker__row-one-item:nth-child(3) {
  background-image: url("../img/card-back-side-black.svg");
}
.poker__row-two {
  width: 280px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.poker__row-two .poker__row-one-item {
  background-image: url("../img/card-10.svg");
  width: 66px;
  height: 92.51px;
  background-repeat: no-repeat;
}
.poker__row-two .poker__row-one-item:nth-child(2) {
  background-image: url("../img/card-j.svg");
}
.poker__row-two .poker__row-one-item:nth-child(3) {
  background-image: url("../img/card-AX.svg");
}
.poker__row-two .poker__row-one-item:nth-child(4) {
  background-image: url("../img/card-AV.svg");
}
.poker__row-two .poker__row-one-item:nth-child(5) {
  background-image: url("../img/card-AX.svg");
}
.poker__row-two .poker__row-one-item:nth-child(6) {
  background-image: url("../img/card-10.svg");
}
.poker__row-two .poker__row-one-item:nth-child(7) {
  background-image: url("../img/card-AV.svg");
}
.poker__row-two .poker__row-one-item:nth-child(8) {
  background-image: url("../img/card-j.svg");
}
.poker__row-two .poker__row-one-item:nth-child(9) {
  background-image: url("../img/card-10.svg");
}
.poker__row-two .poker__row-one-item:nth-child(10) {
  background-image: url("../img/card-j.svg");
}
.poker__row-two .poker__row-one-item:nth-child(11) {
  background-image: url("../img/card-AX.svg");
}
.poker__row-two .poker__row-one-item:nth-child(12) {
  background-image: url("../img/card-AV.svg");
}
.poker__subheader-big-score {
  font-size: 19.5px;
  padding-top: 20px;
}

.color-switch {
  z-index: 200;
  height: 113px;
  width: 38px;
  border-radius: 19px 0px 0px 19px;
  background-color: #333f4f;
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 0px;
  box-shadow: 0px 0px 6px var(--background-shadow-color);
}
.color-switch__icon {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  background-color: white;
  border-radius: 50%;
}

.active-icn1 {
  background-color: #FFCF00;
}

.patch-sun-deactive {
  fill: #333F4F;
}

.active-icn2 {
  background-color: #576373;
}

.patch-moon {
  fill: #333F4F;
}

.patch-moon-deactive {
  fill: #333F4F;
}

.active-icn3 {
  background-color: #0085FF;
}

.patch-ocean {
  fill: #333F4F;
}

.patch-ocean-active {
  fill: white;
}

.patch-ocean-deactive {
  fill: #333F4F;
}