.casinoProviderBlockMob {
    width: 100%;
    padding: 0 var(--padding-page-aside, 16px);
    margin-top: 16px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.casinoProviderBlockMob .casinoProviderScrollRow {
    width: 100%;
    margin-bottom: 10px;
}

.casinoProviderBlockMob .casinoProviderHorizontalScroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.casinoProviderBlockMob .casinoProviderHorizontalScroll::-webkit-scrollbar {
    display: none;
}

.casinoProviderBlockMob .casinoProviderScrollInner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    width: max-content;
    min-width: 100%;
    padding: 2px 0 4px;
    box-sizing: border-box;
}

.casinoProviderBlockMob .casinoProviderScrollInner .providerItemsInner {
    flex: 0 0 auto;
    width: 88px;
    min-width: 88px;
    height: 72px;
    cursor: pointer;
    box-sizing: border-box;
}

.casinoProviderBlockMob .casinoProviderScrollInner .providerItemsBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 6px;
    box-sizing: border-box;
}

.casinoProviderBlockMob .casinoProviderScrollInner .providerLogoImg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.casinoProviderBlockMob .casinoProviderScrollInner .providerTextFallback,
.providerItemsBtn .providerTextFallback,
.providerLogoFailed .providerTextFallback {
    display: none !important;
    visibility: hidden !important;
}

.casinoProviderBlockMob .casinoProviderScrollInner .providerLogoSlot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

html.is-web .providerItemsInner .providerLogoImg,
html.is-mobile .providerItemsInner .providerLogoImg {
    display: block;
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

html.is-web .providerItemsInner .providerTextFallback,
html.is-mobile .providerItemsInner .providerTextFallback {
    display: none !important;
}

.casinoProviderBlockMob .casinoProvBlockMobInner {
    width: 100%;
    height: 40px;
    display: flex;
    position: relative;
}

.casinoProviderBlockMob .casinoProvBlockMobInner .searchInputWrp {
    max-width: 100% !important;
    width: 100% !important;
    flex: 1 1 auto;
    position: relative;
    background-color: rgba(var(--header, var(--b)), 1);
}

.casinoProviderBlockMob .casinoProvBlockMobInner .searchInput {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

html.is-web .casinoProviderBlockMob {
    padding: 0;
    margin-top: 12px;
    margin-bottom: 12px;
}

html.is-web .casinoProviderBlockMob .casinoProviderScrollRow {
    margin-bottom: 0;
}


.casinoProviderBlockMob .casinoProvBlockMobInner {
    gap: 8px;
    align-items: stretch;
}

.casinoProviderBlockMob .casinoProvBlockMobInner .searchInputWrp {
    flex: 1 1 auto;
    min-width: 0;
}

.casinoProvidersAllBtn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 118px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(var(--header, var(--b)), 1);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
}

.casinoProvidersAllBtnIcon {
    width: 14px;
    height: 14px;
    border: 1.5px solid currentColor;
    border-radius: 3px;
    box-shadow: 5px 0 0 -1px currentColor, 0 5px 0 -1px currentColor, 5px 5px 0 -1px currentColor;
    opacity: 0.9;
}


.casinoProviderBlockMob--noStrip .casinoProviderScrollRow,
html.is-mobile .casinoProviderBlockMob .casinoProviderScrollRow {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.casinoProviderBlockMob--noStrip {
    margin-top: 12px;
    margin-bottom: 12px;
}

.casinoProviderBlockMob--noStrip .casinoProvBlockMobInner {
    width: 100%;
    height: 40px;
    display: flex;
    position: relative;
    gap: 8px;
    align-items: stretch;
}

/* casinoGameProviderFilters */
.casinoGameProviderFilters {
    display: grid;
    width: 100%;
    box-sizing: border-box;
    padding: 0 var(--fds-ref-spacing-xsmall, 8px);
    margin-top: 12px;
    margin-bottom: 12px;
    gap: var(--fds-ref-spacing-xsmall, 8px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: var(--fds-ref-spacing-medium, 12px);
    align-items: stretch;
}

.casinoGameProviderFilters > .casinoSearchWrapper {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    width: auto;
    max-width: none;
}

.casinoGameProviderFilters > .ds-select {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    width: auto;
    max-width: none;
}

.casinoGameProviderFilters--withRandomGame .casinoRandomGameButtonWrapper {
    grid-column: 1 / -1;
    grid-row: 2;
}

.casinoGameProviderFilters .casinoSearchWrapper.searchInputWrp,
.casinoGameProviderFilters .casinoSearchWrapper.searchInputWrp.active,
html.is-mobile .casinoGameProviderFilters .casinoSearchWrapper.searchInputWrp,
html.is-mobile .casinoGameProviderFilters .casinoSearchWrapper.searchInputWrp.active,
[class*="is-mobile"] .casinoGameProviderFilters .casinoSearchWrapper.searchInputWrp,
[class*="is-mobile"] .casinoGameProviderFilters .casinoSearchWrapper.searchInputWrp.active {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    background-color: transparent;
    box-shadow: none;
}

.casinoGameProviderFilters .casinoSearchWrapper.searchInputWrp::after,
.casinoGameProviderFilters .casinoSearchWrapper.searchInputWrp.active::after {
    content: none !important;
    display: none !important;
}

.casinoGameProviderFilters .ds-textfield,
.casinoGameProviderFilters .ds-select {
    width: 100%;
    height: 100%;
}

.casinoGameProviderFilters .ds-textfield__field,
.casinoGameProviderFilters .ds-select__field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    height: 48px;
    padding: 8px 14px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--fds-ref-radius-full, 999px);
    background: rgba(var(--header, var(--b, 18, 21, 28)), 1);
    color: #fff;
    cursor: text;
}

.casinoGameProviderFilters .ds-select__field {
    cursor: pointer;
    outline: none;
}

.casinoGameProviderFilters .ds-select__field:focus-visible,
.casinoGameProviderFilters .ds-textfield__field:focus-within {
    border-color: rgba(var(--brand, 22, 199, 46), 0.65);
    box-shadow: 0 0 0 1px rgba(var(--brand, 22, 199, 46), 0.28);
}

.casinoGameProviderFilters .ds-textfield__text,
.casinoGameProviderFilters .ds-select__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
}

.casinoGameProviderFilters .ds-textfield__label,
.casinoGameProviderFilters .ds-select__label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.55);
}

.casinoGameProviderFilters .ds-textfield__input,
.casinoGameProviderFilters .searchInput {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    min-width: 0;
}

.casinoGameProviderFilters .ds-textfield__input::placeholder,
.casinoGameProviderFilters .searchInput::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.casinoGameProviderFilters .ds-select__value {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 1.25em;
}

.casinoGameProviderFilters .ds-select__value--placeholder:empty::before {
    content: "Seç";
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.casinoGameProviderFilters .ds-textfield__right,
.casinoGameProviderFilters .ds-select__right {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.72);
}

.casinoGameProviderFilters .ds-textfield__icon,
.casinoGameProviderFilters .ds-select__icon,
.casinoGameProviderFilters .searchInputIcon {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: inherit;
}

.casinoGameProviderFilters .ds-textfield__icon svg,
.casinoGameProviderFilters .ds-select__icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.casinoGameProviderFilters .ds-textfield__icon.is-clear {
    color: rgba(var(--hero, 186, 142, 71), 1);
    cursor: pointer;
}

.casinoGameProviderFilters .casinoRandomGameButtonWrapper {
    width: 100%;
}

.casinoGameProviderFilters .ds-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    box-sizing: border-box;
    border: 1px solid rgba(var(--brand, 22, 199, 46), 0.45);
    border-radius: var(--fds-ref-radius-full, 999px);
    background: rgba(var(--brand, 22, 199, 46), 0.12);
    color: rgba(var(--brand, 22, 199, 46), 1);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.casinoGameProviderFilters .ds-btn:active {
    opacity: 0.9;
}

.casinoGameProviderFilters .ds-btn .ds-label,
.casinoGameProviderFilters .ds-btn .btn__label {
    color: inherit;
}

html.is-web .casinoGameProviderFilters {
    padding: 0;
}

.casinoProviderBlockMob--noStrip:not(.casinoGameProviderFilters) {
    display: none !important;
}

/* LIVE_PROVIDER_LOGO_CONTAIN */
.providerLogoImg,
.providerLogoSlot .providerLogoImg,
.CMSIconSVGWrapper.providerLogoSlot .providerLogoImg,
html.is-web .providerItemsInner .providerLogoImg,
html.is-mobile .providerItemsInner .providerLogoImg,
html.is-web .desktop-casino-live-page .providerLogoImg,
html.is-web .live-casino-games .providerLogoImg {
    object-fit: contain !important;
    max-width: 100% !important;
    max-height: 100% !important;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

/* EXTRA_PROVIDERS_DRAWER_START */
@keyframes ds-drawer-slide-up {
  0% { transform: translate3d(0, 100%, 0); }
  100% { transform: translateZ(0); }
}

.casinoProvidersModal[hidden] {
  display: none !important;
}

.casinoProvidersModal.ds-drawer-wrapper {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  touch-action: none;
  overscroll-behavior: none;
  background: rgba(0, 0, 0, 0.48);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.casinoProvidersModal .casinoProvidersModalBackdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
}

.casinoProvidersModal .ds-drawer-spring {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}

.casinoProvidersModal .ds-drawer {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(var(--b, 18, 21, 28), 1);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  transform: translate3d(0, 100%, 0);
  animation: ds-drawer-slide-up 0.28s ease forwards;
}

.casinoProvidersModal .ds-drawer--contained {
  max-height: 80dvh;
}

.casinoProvidersModal .ds-drawer__header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(var(--b, 18, 21, 28), 1);
  flex-shrink: 0;
  touch-action: none;
}

.casinoProvidersModal .ds-drawer__drag-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 16px;
  cursor: grab;
  flex-shrink: 0;
  user-select: none;
  touch-action: none;
}

.casinoProvidersModal .ds-drawer__drag-bar {
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
}

.casinoProvidersModal .ds-drawer__title-bar {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  flex-shrink: 0;
}

.casinoProvidersModal .ds-drawer__title-content {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0 16px;
}

.casinoProvidersModal .ds-drawer__title-text {
  flex: 1 0 0;
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
}

.casinoProvidersModal .ds-drawer__content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  touch-action: pan-y;
  overscroll-behavior: contain;
  padding: 0 16px;
}

.casinoProvidersPopupContent {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: background 0.2s, border-color 0.2s;
}

.casinoProvidersPopupContent__titleToggleContainer {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.casinoProvidersPopupContent__providerListViewItem {
  width: 100%;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s, border-color 0.2s;
  box-sizing: border-box;
}

.casinoProvidersPopupContent__providerListViewItem--text {
  color: rgba(255, 255, 255, 0.64);
}

.casinoProvidersPopupContent__providerListViewItem--selected,
.casinoProvidersPopupContent__providerListViewItem.active,
.casinoProvidersPopupContent__grid .providerItemsInner.active {
  background: rgba(var(--hero, 186, 142, 71), 0.16);
  box-shadow: inset 0 0 0 1px rgba(var(--hero, 186, 142, 71), 1);
}

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

.casinoProvidersPopupContent__search {
  padding-bottom: 16px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(var(--b, 18, 21, 28), 1);
}

.casinoProvidersPopupContent__search .ds-textfield__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 8px 14px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(var(--header, var(--b, 18, 21, 28)), 1);
  color: #fff;
}

.casinoProvidersPopupContent__search .ds-textfield__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}

.casinoProvidersPopupContent__search .ds-textfield__label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.55);
}

.casinoProvidersPopupContent__search .ds-textfield__input {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  min-width: 0;
}

.casinoProvidersPopupContent__search .ds-textfield__right {
  flex: 0 0 auto;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.72);
}

.casinoProvidersPopupContent__search .ds-textfield__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.casinoProvidersPopupContent__sectionTitle {
  color: rgba(255, 255, 255, 0.9);
  flex: 1;
  font-size: 14px;
}

.casinoProvidersPopupContent__viewToggle {
  cursor: pointer;
  padding: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.casinoProvidersPopupContent__viewToggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.casinoProvidersPopupContent__grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: calc(72px + 32px);
}

.casinoProvidersPopupContent__grid .providerItemsInner {
  position: relative;
  width: 100%;
  min-width: unset;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid transparent;
  transition: background 0.2s, border-color 0.2s;
  cursor: pointer;
  box-sizing: border-box;
}

.casinoProvidersPopupContent__grid .providerItemsBtn {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}

.casinoProvidersPopupContent__grid .providerLogoSlot,
.casinoProvidersPopupContent__grid .CMSIconSVGWrapper.providerLogoSlot {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border-radius: 0 !important;
}

.casinoProvidersPopupContent__grid .providerLogoImg,
.casinoProvidersPopupContent__grid .providerLogoSlot img,
.casinoProvidersPopupContent__grid .providerLogoSlot svg,
.casinoProvidersPopupContent__grid .CMSIconSVGWrapper svg {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 28px !important;
  object-fit: contain !important;
  fill: rgba(255, 255, 255, 0.9);
}

.casinoProvidersPopupContent__grid .providerLogoImg {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.casinoProvidersPopupContent__grid .providerModalName,
.casinoProvidersPopupContent__grid .providerTextFallback,
.casinoProvidersPopupContent__grid .badge-standalone {
  display: none !important;
}

.casinoProvidersPopupContent__grid--list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  grid-template-columns: none;
}

.casinoProvidersPopupContent__grid--list .providerItemsInner,
.casinoProvidersPopupContent__grid--list .providerItemsInner.casinoProvidersPopupContent__providerListViewItem {
  width: 100%;
  height: auto;
  min-height: 56px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  justify-content: space-between;
}

.casinoProvidersPopupContent__grid--list .providerItemsBtn {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px;
  width: 100%;
  height: auto !important;
  min-height: 40px;
  padding: 0 !important;
}

.casinoProvidersPopupContent__grid--list .providerLogoSlot,
.casinoProvidersPopupContent__grid--list .CMSIconSVGWrapper.providerLogoSlot {
  width: 72px !important;
  height: 28px !important;
  min-width: 72px !important;
  flex: 0 0 72px !important;
}

.casinoProvidersPopupContent__grid--list .providerLogoImg,
.casinoProvidersPopupContent__grid--list .providerLogoSlot svg {
  max-height: 24px !important;
  max-width: 72px !important;
}

.casinoProvidersPopupContent__grid--list .providerModalName,
.casinoProvidersPopupContent__grid--list .ds-label.casinoProvidersPopupContent__providerListViewItem--text {
  display: block !important;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.64) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.casinoProvidersPopupContent__grid--list .badge-standalone {
  display: inline-flex !important;
  margin-left: auto;
}

.casinoProvidersPopupContent__underSearchContent {
  padding-bottom: calc(56px + 32px);
}

.casinoProvidersPopupContent__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(var(--b, 18, 21, 28), 1);
  z-index: 30;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.casinoProvidersPopupContent__footer .ds-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  border: 1px solid transparent;
}

.casinoProvidersPopupContent__footer .ds-btn[data-casino-providers-reset] {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
}

.casinoProvidersPopupContent__footer .ds-btn[data-casino-providers-apply] {
  background: rgba(var(--brand, 22, 199, 46), 0.18);
  border-color: rgba(var(--brand, 22, 199, 46), 0.55);
  color: rgba(var(--brand, 22, 199, 46), 1);
}

.casinoProvidersPopupContent__footer .ds-btn.ds-btn--disabled,
.casinoProvidersPopupContent__footer .ds-btn:disabled {
  opacity: 0.45;
  pointer-events: none;
}

html.casino-providers-modal-open,
html.casino-providers-modal-open body {
  overflow: hidden;
}

html.is-web .casinoProvidersModal.ds-drawer-wrapper {
  align-items: center;
  padding: 16px;
}

html.is-web .casinoProvidersModal .ds-drawer {
  max-width: 720px;
  border-radius: 16px;
  max-height: min(80vh, 720px);
  animation: none;
  transform: none;
}

html.is-web .casinoProvidersPopupContent {
  min-height: 552px;
}

html.is-web .casinoProvidersPopupContent__grid {
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 16px;
}

html.is-web .casinoProvidersPopupContent__footer {
  position: sticky;
  bottom: -16px;
  margin: 0 -16px -16px;
  justify-content: flex-end;
}

html.is-web .casinoProvidersPopupContent__footer .ds-btn {
  flex: 0 0 auto;
  min-width: 120px;
}

html.is-web .casinoProvidersPopupContent__underSearchContent {
  padding-bottom: 0;
  flex: 1;
}

html.is-web .casinoProvidersPopupContent__search {
  position: static;
}

/* EXTRA_PROVIDERS_DRAWER_END */

