.pageContentAccordionWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkboxContainer {
  position: relative;
}
.pageContentAccordion {
  display: flex;
  flex-direction: column;
  position: relative;
}
.pageContentAccordion input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pageContentAccordion label {
  background: var(--global-color-table-header-primary);
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.pageContentAccordion .panel {
  display: none;
  padding-top: 16px;
  padding-left: 16px;
}
.pageContentAccordion input:checked ~ .panel {
  display: block;
}
.pageContentAccordion .arrow {
  position: absolute;
  right: 16px;
  top: 15px;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  user-select: none;
}
.pageContentAccordion .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s;
  margin-top: -4px;
}
.pageContentAccordion input:checked ~ .down {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 0px;
}

/* Read More Button */
#read-more-text,
#read-less-text {
  color: #000;
  font-size: 12px;
}

#read-more-btn {
  background-color: #ccc;
  background-image: none;
  border-radius: 4px;
  padding: 6px;
}


/* New Look and Feel - Swifty Sports */
:root { 
  --global-banner-height: 115px;
  --global-transition: 0.3s ease;
  --toastify-toast-width: auto !important;
}
 
:root {
  --shortening: #3f6aa9;
  --drifting: #cf1322;
 
  --warning: #e20b5c;
 
  --price-boost: #ffff00;
  --super-boost: #00ffff;
 
  --tooltip: #1b1c21;
 
  --transparent: rgba(153, 116, 116, 0.6);
  --white: #ffffff;
 
  --company-name: "Swifty Sports";
 
  --radius-xs: 2px;
  --radius-s: 4px;
  --radius-m: 6px;
  --radius-l: 8px;
  --radius-full: 100%;
 
  --header-image-filter: brightness(0) saturate(100%) invert(60%) sepia(63%) saturate(388%) hue-rotate(4deg) brightness(93%) contrast(92%);
}
 
:root,
[data-theme="dark"] {
  --primary-100: #c59e43;
  --primary-200: #c59e43;
  --primary-300: #c59e43;
 
  --shade-100: #1b1c21;
  --shade-200: #2b2f34;
  --shade-300: #2b2f34;
  --shade-400: #414851;
  --shade-500: #2b2f34;
  --shade-550: #2E3A49;
  --shade-600: #33393f;
  --shade-700: #414851;
  --shade-800: #353a40;
  --shade-900: #1f2124;
  --shade-1000: #ffffff;
  --shade-1100: #ebe1d2;
  --shade-1200: #ebebeb;
 
  --text-100: #ffffff;
  --text-200: #ffffff;
  --text-300: #2b2f34;
  --text-400: #bcbfc2;
  --text-500: #c59e43;
  --text-600: #c59e43;
 
  --icon-100: #ffffff;
  --icon-200: #ffffff;
  --icon-300: #2b2f34;
  --icon-400: #ffffff;
 
  --suspend: #6d6d6d;
  --tooltip: #1b1c21;
}
 
[data-theme="light"] {
  --primary-100: #c59e43;
  --primary-200: #c59e43;
  --primary-300: #c59e43;
 
  --shade-100: #f7f7f7;
  --shade-200: #2b2f34;
  --shade-300: #ffffff;
  --shade-400: #ffffff;
  --shade-500: #eeeeee;
  --shade-550: #ffffff;
  --shade-600: #f1f1f1;
  --shade-700: #f1f1f1;
  --shade-800: #353a40;
  --shade-900: #ffffff;
  --shade-1000: #f1f1f1;
  --shade-1100: #ebe1d2;
  --shade-1200: #ebebeb;
 
  --text-100: #2b2f34;
  --text-200: #ffffff;
  --text-300: #2b2f34;
  --text-400: #7c7c7c;
  --text-500: #2b2f34;
  --text-600: #c59e43;
 
  --icon-100: #ffffff;
 
  --icon-200: #2b2f34;
  --icon-300: #2b2f34;
  --icon-400: #ffffff;
 
  --suspend: #d5d5d5;
  --tooltip: #5b5b5b;
}

/* New Look and Feel - Elitebet */
/* 
:root {
  --global-banner-height: 115px;
  --global-transition: 0.3s ease;
  --toastify-toast-width: auto !important;
}
 
:root {
  --shortening: #3F6AA9;
  --drifting: #CF1322;
 
  --warning: #e20b5c;
 
  --price-boost: #ffff00;
  --super-boost: #00ffff;
 
  --tooltip: #1b1c21;
 
  --transparent: rgba(153, 116, 116, 0.6);
  --white: #ffffff;
 
  --company-name: "Swifty Sports";
 
  --radius-xs: 2px;
  --radius-s: 4px;
  --radius-m: 6px;
  --radius-l: 8px;
  --radius-full: 100%;
 
  --header-image-filter: brightness(0) saturate(100%) invert(60%) sepia(63%) saturate(388%) hue-rotate(4deg) brightness(93%) contrast(92%);
}
 
:root,
[data-theme="dark"] {
  --primary-100: #B38A29;
  --primary-200: #B38A29;
  --primary-300: #B38A29;
 
  --shade-100: #161718;
  --shade-200: #283E5B;
  --shade-300: #262C35;
  --shade-400: #39414E;
  --shade-500: #22262B;
  --shade-600: #454F5F;
  --shade-700: #303A4A;
  --shade-800: #303A4A;
  --shade-900: #161718;
  --shade-1000: #FFFFFF;
  --shade-1100: #D4D2EB;
  --shade-1200: #EBEBEB;
 
  --text-100: #FFFFFF;
  --text-200: #FFFFFF;
  --text-300: #212221;
  --text-400: #BCBFC2;
  --text-500: #C39732;
  --text-600: #C39732;
 
  --icon-100: #FFFFFF;
  --icon-200: #FFFFFF;
  --icon-300: #212221;
  --icon-400: #FFFFFF;
 
  --suspend: #6D6D6D;
  --tooltip: #101010;
}
 
[data-theme="light"] {
  --primary-100: #B38A29;
  --primary-200: #B38A29;
  --primary-300: #BCA368;
 
  --shade-100: #EAEAEA;
  --shade-200: #283E5B;
  --shade-300: #FFFFFF;
  --shade-400: #ffffff;
  --shade-500: #eeeeee;
  --shade-600: #F1F1FB;
  --shade-700: #f1f1f1;
  --shade-800: #E7E2E1;
  --shade-900: #E5E5ED;
  --shade-1000: #F1F1F1;
  --shade-1100: #EBE1D2;
  --shade-1200: #EBE1D2;
 
  --text-100: #2B2D34;
  --text-200: #FFFFFF;
  --text-300: #2B2C34;
  --text-400: #7C7C7C;
  --text-500: #2B2C34;
  --text-600: #C39732;
 
  --icon-100: #FFFFFF;
  --icon-200: #2B2C34;
  --icon-300: #2B2C34;
  --icon-400: #ffffff;
 
  --suspend: #D5D5D5;
  --tooltip: #5B5B5B;
  //
} */


/* compact casino */
/* compact casino */
.main-games-container {
    margin-top: 0;
    padding: 12px 22px 0;
    margin-bottom: 0px;
}

.main-games-box .carousel-list > li{
    height: 100px !important;
    width: 230px !important;
}

.single-line{
    width:230px;
}

.main-games-box>div {
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .single-line{
        width: 100px;
    }

.main-games-box .carousel-list > li{
    height: 100px !important;
    width: 100px !important;
}

.main-games-container{
  padding: 6px 12px 0;
  margin-bottom: 6px;
}

}

