@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



:root {
	--desktop-nav-height: 64px !important;
	--oc-1: 10, 173, 255 !important;
    --oc-1-hover: 102, 206, 255 !important;
    --b: 1, 3, 32 !important;
	--hero: 0, 173, 255 !important;
    --oc-2: 232, 236, 248 !important;
	--hero-sc: 255, 255, 255 !important;
    --cwDepositButtonG: linear-gradient(0deg, #1F2235 0%, #353754 100%);
    --cwDepositButtonBg: #353754;
    --cwDepositButtonBgHover: #3f4164;
    --cwDepositButtonBg2: #4b4e76;
    --cwDepositButtonBg2Hover: #555886;
    --cwDepositButtonBg3: #5a5e8f;
    --cwDepositButtonBg3Hover: #65699e;
    --cwDepositButtonTxt: #8892B0;
    --cwDepositButtonTxt2: #6f7794;
    --cwDepositButtonTxt3: #5f6582;
    --cwDepositButtonAccent: #25B8FF;
    --cwDepositButtonAccentTxt: rgba(0, 0, 0, 0.9);
    --cwDepositButtonBorder: #3f4164;
    --cwDepositButtonRadius: 8px;
	--accent: 0, 173, 255 !important;
}

button.btn.a-color.callPanelBtn.bc-i-call {
	height: 36px !important;
	width: 36px !important;
	background: rgb(177,22,248)!important;
	background: linear-gradient(180deg, #86D8FF 0.01%, #00ACFF 100%) !important;
	border-radius: 6px !important;
}

button.btn.a-color.callPanelBtn.bc-i-call:hover {
	background: linear-gradient(180deg, #99dcfc 0.01%, #00ACFF 100%) !important;
}




body {
	font-family: "Poppins", sans-serif!important;
	background: #010320!important;
}

.btn.register {
	background: linear-gradient(124deg, #353754 0%, #1F2235 85%) !important;
	border: 1px solid #8892b020 !important;
	height: 36px !important;
	padding: 0 14px !important;
	border-radius: 6px !important;
}

.btn.sign-in {
	background: rgb(177,22,248)!important;
	background: linear-gradient(180deg, #86D8FF 0.01%, #00ACFF 100%) !important;
	text-decoration: none !important;
	padding: 0 14px !important;
	height: 36px !important;
	border-radius: 6px !important;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.45)!important;
	color: black !important;
}

button.btn.sign-in:before {
	content: ''!important;
	background-image: url(https://i.ibb.co/HL7y5Yx7/media-18750352-2781e4f3ce938a2fce61624b89d4b6d5.png)!important;
	width: 18px!important;
	height: 18px!important;
	background-size: 100% 100%!important;
	margin-right: 5px!important;
}

button.btn.register:before {
	content: ''!important;
	background-image: url(https://i.ibb.co/5h3h3mQL/media-18750352-6c84832731b1263c37c1fc6c64fda9ec.png)!important;
	width: 18px!important;
	height: 18px!important;
	background-size: 100% 100%!important;
	margin-right: 5px!important;
}

.hdr-main-content-bc {
    height: 60px !important;
	background: #0F122A !important;
	border-bottom: 1px solid #111939!important; 
	box-shadow: 0 1px 8px #00000036!important;
}

.nav-menu-container.header-navigation:first-child {
    height: 64px !important;
	background: #050A25 !important;
	border-bottom: 1px solid #1F2341!important;
}



.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item, .nav-menu-container.header-navigation:first-child .nav-menu-other>.nav-menu-item {
	color: #ffffff !important;
	text-transform: uppercase!important;
	font-weight: 400!important;
	font-size: 14px!important;
}

.CMSIconSVGWrapper {
	background: #1F2341 !important;
	border: 1px solid #2D3259!important;
	border-radius: 11px!important;
	height: 40px!important;
	width: 40px!important;
}

.CMSIconSVGWrapper > svg {
	height: 16px!important;
	width: 16px!important;
}

.nav-menu-container.header-navigation:first-child .nav-menu>li:hover>.nav-menu-item, .nav-menu-container.header-navigation:first-child .nav-menu-other:hover>.nav-menu-item {
    color: white !important;
    background: unset!important;
    box-shadow: unset!important;
}

.nav-menu>li:hover> .CMSIconSVGWrapper {
    background: linear-gradient(180deg, #86D8FF 0.01%, #00ACFF 100%)!important;
    border: 1px solid #86D8FF!important;
  transition: all 0.4s ease!important;
}

a.nav-menu-item:hover .CMSIconSVGWrapper {
    background: linear-gradient(180deg, #86D8FF 0.01%, #00ACFF 100%) !important;
    border: 1px solid #86D8FF!important;
  transition: all 0.4s ease!important;
}

a.nav-menu-item:hover .CMSIconSVGWrapper svg {
    fill: #080b24 !important;
  transition: all 0.4s ease!important;
}

a.nav-menu-item:hover span:last-of-type {
	color: #86D8FF !important;
  transition: all 0.4s ease!important;
}

.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item.active {
	color: #86D8FF !important;
  transition: all 0.4s ease!important;
}

.nav-menu-item.active .CMSIconSVGWrapper svg{
    fill: #080b24 !important;
  transition: all 0.4s ease!important;
}

.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item.active, .nav-menu-container.header-navigation:first-child .nav-menu-other>.nav-menu-item.active {
    background: transparent !important;
}


.layout-footer-holder-bc {/* background: linear-gradient(90deg, rgba(40, 71, 118, 0) 0%, #284776 49%, rgba(40, 71, 118, 0) 100%)!important; */}

.footerLinkColTitle {
width: 104px!important;
height: 25px!important;
font-family: 'Poppins'!important;
font-style: normal!important;
font-weight: 500!important;
font-size: 15px!important;
line-height: 22px!important;
color: #D1D5E4!important;
}

.footerLinkColEl a {
width: 74px!important;
height: 21px!important;
font-family: 'Poppins'!important;
font-style: normal!important;
font-weight: 500!important;
font-size: 13px!important;
line-height: 20px!important;
color: #A5AABE!important;
flex: none!important;
order: 0!important;
flex-grow: 0!important;
}

#root > div.layout-header-holder-bc > header > div.hdr-main-content-bc > div.hdr-user-bc > div.nav-menu-container.header-user-nav > ul:nth-child(1) > li > a{background: radial-gradient(12.78% 71.25% at 1.57% 115%, rgba(104, 123, 160, 0.6) 0%, rgba(104, 123, 160, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(90deg, #1B273F 0%, #0D1525 100%)!important;border: 1px solid #202C47!important;border-radius: 10px!important;padding: 0 10px 0px 30px!important;}

#root > div.layout-header-holder-bc > header > div.hdr-main-content-bc > div.hdr-user-bc > div.header-custom-buttons > a {
	background: linear-gradient(260.3deg, #00C58C 4.63%, #009D71 93.65%), #0D1525;
	border: 1px solid #009D70;
    color: white;
    border-radius: var(--cwDepositButtonRadius);
	height: 36px;
}




.header-icon-text:after, .compact-mode:after, .hdr-crypto-btn:after, .connect-wallet:after, .nav-menu-other:after, .hdr-main-content-bc .infoTime:after, .smartPanel-bc:after, .hdr-user-bc .sign-in:after, .hdr-main-content-bc .bc-loader:after, .callPanel:after {
    content: unset!important;
}


.layout-header-holder-bc {
    /* margin-bottom: 0px !important; */
}

.ftr-game-item-bc {
    display: flex!important;
    flex-direction: column!important;
    height: 100%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-image: unset !important;
    background-color: #0F122A!important;
	border: 1px solid #232742!important;
	border-radius: 15px!important;
}



.ftr-g-i-head-bc, .ftr-g-i-body-bc {
    background: transparent !important;!important;
}

.ftr-g-i-b-opp-title-bc span {
    color: #8892B0!important;
    font-weight: 500!important;
    font-size: 16px!important;
}

.ftr-g-i-b-opp-title-bc {
    color: #00ADFF!important;
}

.hdr-main-content-bc::after {
    content: ""!important;
    position: absolute!important;
    bottom: 0!important;
    left: -10px!important;
    width: 220px!important; /* geniÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸lik glow etkisi */
    height: 80px!important;
    background: linear-gradient(30deg,rgb(0 173 255 / 38%) 0%, rgb(14 18 41) 36%)!important;
    pointer-events: none!important;
    z-index: -1!important;
}


#root > div.layout-header-holder-bc > header > div.hdr-main-content-bc > div.hdr-user-bc > div.nav-menu-container.header-user-nav > ul:nth-child(1) > li > a > div > span > span::before{
  content: "" !important;
  position: absolute!important;
  top: 50%!important;
  left: 6px!important;
  transform: translateY(-50%)!important;
  width: 16px!important;
  height: 16px!important;
  background-image: url('https://cmsbetconstruct.com/storage/medias/betgar-18770564/media_18770564_02e90b57151ff5179a10cb53893d9f28.svg') !important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  pointer-events: none!important;
}


#root > div.layout-header-holder-bc > header > div.hdr-main-content-bc > div.form-control-bc.select.compact-mode.filled > div {
	background: #10122a !important;
    border: 1px solid #2d3259 !important;
	border-radius: 6px!important;
	padding: 0 8px!important;
}


.hdr-main-content-bc .infoTime {
    background: unset !important;
}

.hdr-user-info-texts-bc.ext-1 {
    font-size: 13px !important;
}


.view-title-more {font-weight: 500!important;font-size: 20px!important;letter-spacing: 0.02em!important;text-transform: capitalize !important;color: #8892B0!important;}



#root > div.layout-content-holder-bc > div:nth-child(3) > div > div > div.ftr-content > div > div.carousel-viewport > div > div > div > div.market-group-holder-bc.ext-44 > div > div {
    background: #131630!important;
	border: 1px solid #24273F!important;
	border-radius: 10px!important;
}

#root > div.layout-content-holder-bc > div:nth-child(3) > div > div > div.ftr-content > div > div.carousel-viewport > div > div > div > div.market-group-holder-bc.ext-44 > div > div:hover {
	background: linear-gradient(180deg, #86D8FF 0.01%, #00ACFF 100%) !important;
	border: 1px solid #24273F!important;
	border-radius: 10px!important;
}

#root > div.layout-content-holder-bc > div:nth-child(3) > div > div > div.ftr-content > div > div.carousel-viewport > div > div > div > div.market-group-holder-bc.ext-44 {
display: flex!important;
flex-direction: row!important;
align-items: center!important;
padding: 0px!important;
gap: 8px!important;
flex: none!important;
order: 0!important;
align-self: stretch!important;
flex-grow: 0!important;
padding: 12px!important;
}

.view-see-more {
display: flex!important;
flex-direction: row!important;
align-items: center!important;
padding: 6px 10px!important;
gap: 4px!important;
background: linear-gradient(308.49deg, #1F2235 5.82%, #353754 98.11%) !important;
border: 1px solid rgba(136, 146, 176, 0.2)!important;
border-radius: 5px!important;
flex: none!important;
order: 0!important;
flex-grow: 0!important;
}

.layout-content-holder-bc {
    max-width: 2200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.casino-game-item {
    border-radius: 12px !important;
	border: 1px solid #203a77!important;
}

.nav-menu-item.active  .CMSIconSVGWrapper {
    background: linear-gradient(180deg, #86D8FF 0.01%, #00ACFF 100%)!important;
    border: 1px solid #86D8FF!important;
  transition: all 0.4s ease!important;
}


.popup-holder-bc {
    background: #0204128a !important;
	backdrop-filter: blur(4px);
}

.searchInputWrp {
    color: #fff !important;
    background: linear-gradient(0deg, #080b24 0%, #101229 100%) !important;
    border-color: #1f2341 !important;
    border-radius: 8px !important;
}

[class*=is-web] .button.hero:hover {
	background: linear-gradient(177deg, #65bbe4 1.96%, #049de7 98.23%) !important;
	box-shadow: 0 0 0 3px #2ca0f954;
}

.button.hero {
	background: linear-gradient(177deg, #76d3ff 1.96%, #04adff 98.23%) !important;
}

.casinoBtnWrp .button.outlined {
	background: linear-gradient(177deg, #f9ffff 1.96%, #acd1d5 98.23%) !important;
	box-shadow: none !important;
	color: #090909 !important;
}

.providerItemsInner:not(.active) {
    color: white !important;
    box-shadow: inset .5px .5px #1f2341 !important;
    background: linear-gradient(177deg, #101229 1.96%, #080b24 98.23%) !important;
}

.providerItemsInner:hover {
    color: #020621 !important;
    box-shadow: inset .5px .5px #5864d1 !important;
    background: linear-gradient(177deg, #83d7ff 1.96%, #07aeff 98.23%) !important;
}

.providerItemsInner.active svg path,.providerItemsInner.active svg rect,.providerItemsInner.active svg polygon {
	fill: #020621 !important;
}

[class*=is-web] .providerItemsInner:hover svg path,[class*=is-web] .providerItemsInner:hover svg rect,[class*=is-web] .providerItemsInner:hover svg polygon {
	fill: #020621 !important;
}

.casinoCategoryChooserContainer .horizontalCategoryItemWrp:hover:before, [class*=is-web] .casinoCategoryChooserContainer .horizontalCategoryItemWrp.active:before, [class*=is-web] .casinoCategoryChooserContainer .horizontalCategoryItemWrp:active:before {
    background: radial-gradient(circle at 50% 86%, #10a8fb85, #2a91e152, #33aacc00, #4093cb00) !important;
}

.casinoCategoryChooserContainer .horizontalCategoryItemWrp:hover .horizontalCategoryItem:after, [class*=is-web] .casinoCategoryChooserContainer .horizontalCategoryItemWrp.active .horizontalCategoryItem:after, [class*=is-web] .casinoCategoryChooserContainer .horizontalCategoryItemWrp:active .horizontalCategoryItem:after {
    background: #4ac4ff !important;
}

.casinoCategoryChooserContainer .horizontalCategoryItemWrp.active, [class*=is-web] .casinoCategoryChooserContainer .horizontalCategoryItemWrp:active {
    filter: unset !important;
}

.casinoCategoryChooserContainer .horizontalCategoryItemWrp.active, [class*=is-web] .casinoCategoryChooserContainer .horizontalCategoryItemWrp {
    filter: unset !important;
}

.casinoCategoryChooserContainer .horizontalSliderWrapper {
    background: linear-gradient(0deg, #080b24 0%, #101229 100%) !important;
}

#root
  > div.layout-header-holder-bc
  > header
  > div.nav-content-bc
  > div
  > nav
  > ul.nav-menu.nav-menu-hide-items
  > li:nth-child(10) {
  right: 0;
  position: absolute;
  margin-top: -6px;
}
#root
  > div.layout-header-holder-bc
  > header
  > div.nav-content-bc
  > div
  > nav
  > ul.nav-menu.nav-menu-hide-items
  > li:nth-child(10)
  > a {
  background: url(https://cmsbetconstruct.com/storage/medias/betgar-18770564/media_18770564_17fccd81ae95bf2eaeb9defd8c99c57c.png) !important;
  width: 208px;
  background-size: cover !important;
  border: none !important;
  height: 67px;
  margin-top: 4px;
  border: none !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#root
  > div.layout-header-holder-bc
  > header
  > div.nav-content-bc
  > div
  > nav
  > ul.nav-menu.nav-menu-hide-items
  > li:nth-child(10)
  > a
  > span {
    display: none !important;
}

.bc-i-promotions-3:before {
    content: unset !important;
}

.casino-game-item {
    background: #020621 no-repeat center / contain !important;
}

.footerWrapper {
  position: relative; 
}

.footerWrapper::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 442px;
  height: 104px;
  background-image: url("https://cmsbetconstruct.com/storage/medias/betgar-18770564/media_18770564_fb7f830da9c76c7b8bb3596ef7084cdb.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999910;
}

.footerWrapper {
    max-width: none;
    box-shadow: 0 1px rgba(var(--b-sc), .1) inset;
    margin-top: 90px;
    overflow: hidden;
}

.footerWrapper {
  position: relative;
  overflow: visible !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIyMiIgaGVpZ2h0PSI2NjQiIHZpZXdCb3g9IjAgMCAxMjIyIDY2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfODNfMTM4NikiPjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfODNfMTM4NikiPjxjaXJjbGUgY3g9IjE2NyIgY3k9IjE2NyIgcj0iMTY3IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSA0NDQgMTk1KSIgZmlsbD0iIzU3YjRmMiIvPjwvZz48L2c+PGRlZnM+PGZpbHRlciBpZD0iZmlsdGVyMF9mXzgzXzEzODYiIHg9Ii04MCIgeT0iLTY2MyIgd2lkdGg9IjEzODIiIGhlaWdodD0iMTM4MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyNjIiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl84M18xMzg2Ii8+PC9maWx0ZXI+PGNsaXBQYXRoIGlkPSJjbGlwMF84M18xMzg2Ij48cmVjdCB3aWR0aD0iMTIyMiIgaGVpZ2h0PSI2NjQiIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNjY0KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  background-repeat: repeat-x;
}

.footerContainerWrapper:not(:first-child) {
    box-shadow: unset !important;
}

.expandableContentWrapper {
    background-color: unset !important;
}

#root > div.layout-footer-holder-bc {
	padding: 0px !important;
}
.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item, .nav-menu-container.header-navigation:first-child .nav-menu-other>.nav-menu-item {
    padding: 0 12px !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu {
    max-width: 1608px;
    margin: 0 auto;
    width: 100%;
}

.ftr-game-item-bc.Soccer {
    background-image: url(https://cmsbetconstruct.com/storage/medias/betgar-18770564/media_18770564_3cf3bfbc3a6ba4570cc6fc6bed72ad16.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important; 
  background-size: auto 100% !important; 
}

.ftr-game-item-bc.Soccer {}

.promotion-page .layout-content-holder-bc::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  background-image: url("https://cmsbetconstruct.com/storage/medias/betgar-18770564/media_18770564_2f5d6f2fd3535107346cd3b9e66cb6ae.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  aspect-ratio: 392 / 107;
  margin-top:-40px;
}


.promotion-horizontal-sl-list-bc {
    border-bottom: 1px solid #ffffff2d;
  margin-bottom: 30px;
  margin-top: -60px;
}

.casino-horizontal-sl-list-bc .horizontal-sl-item-bc.active, .promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active {
    color: #00ADFF;
    background: unset !important;
  font-size: 16px !important;
      border-bottom: 1px solid #00ADFF;
  border-radius: 0px !important;
}

.horizontal-sl-title-bc {
  font-size: 19px !important;
  text-transform: capitalize !important;
}

.horizontal-sl-item-bc:not(:empty) {
    background: unset !important;
}

.promotion-page .layout-content-holder-bc {
  max-width: 1920px !important;
}

.promotionsList-bc:not(.gridView) {
    grid-template-columns: repeat(4, 1fr) !important;
}

.promotionsArticleThumbnail-bc {
    border-radius: 18px;
}

.promotions-article-title {
    height: 34px !important;
    margin-top: 1px !important;
    padding: 0 10px !important;
    color: rgba(var(--b-sc), 1) !important;
    background: unset !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.is-home-page .hm-row-bc.has-slider > .pb-component-wrapper:nth-child(1) {
  flex: 3;
}

.is-home-page .hm-row-bc.has-slider > .pb-component-wrapper:nth-child(2) {
  flex: 1;
}

.is-home-page .hm-row-bc.has-slider {
  display: flex;
  gap: 10px;
}


.promotion-details-popup.windowed .popup-inner-bc {
    background-color: #060b29;
}


.popup-holder-bc {
    min-width: 300px !important;
}

.promotion-details-container {
  max-height: 90vh !important; /* EkranÃ„Â±n %90'Ã„Â± kadar */
  overflow-y: auto !important;
	
}

.promotion-horizontal-sl-list-bc {
    margin-top: -4%;
}

#root > div.layout-content-holder-bc > div:nth-child(1) > div:nth-child(1) > div > div > div > div > div > div > a > img {
	border-radius: 16px;
}

.sdr-item-bc:before {
    content: unset !important;
}

.nav-menu-container.header-navigation:nth-child(2) .nav-menu {
    height: 36px;
}

.nav-menu-container.header-navigation:nth-child(2) {
    background: transparent !important;
    border-radius: 0px !important;
}

.nav-content-bc {
    background: #10122a !important;
}


.overlay-header {
	background: linear-gradient(177deg, #0c192f 1.96%, #112344 98.23%) !important;
	border: 0px !important;
	border-bottom: 1px solid #0e2139 !important;
}

.casinoCategoryChooserContainer .horizontalSliderWrapper:before {
    background: transparent !important;
}

.casinoTournamentTabItem.active {
    background: linear-gradient(180deg, #86D8FF 0.01%, #00ACFF 100%) !important;
    border: 1px solid #86D8FF !important;
    transition: all 0.4s ease !important;
}

.u-i-p-p-u-i-avatar-holder-bc {
	background-image: url("https://i.ibb.co/gbT3Dkm3/media-18746464-126c3feb99ee236d41b882f1404fe3e5.gif") !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
    color: #ffffff00 !important;
}

.u-i-profile-page-container {
    flex-shrink: 0;
    width: 314px;
    background: #020728 !important;
}

.u-i-p-amounts-bc.withdrawable .u-i-p-a-content-bc {
    background: #0aadff !important;
}

.sgm-market-g-i-cell-bc.market-bc.active {
	box-shadow: inset 0 0 0 1px #00adff !important;
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-image: linear-gradient(to left, #13131321 1%, #00adff 50%, #13131321 100%) 100% 0 100% 0/1px 0 1px 0 stretch !important;
	animation: pulse-white 1.5s infinite !important;
	background: linear-gradient(177deg, #00adff 1.96%, #005e8a 98.23%) !important;
}

@keyframes pulse-white {
	0% {
		transform: scale(0.98);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.98);
	}
}

.sgm-market-g-head-bc {
	background: linear-gradient(180deg, #2d3554 1.96%, #111939 98.23%) !important;
	margin-top: 6px;
}

.sgm-market-g-item-bc .m-g-header {
    background: transparent !important;
}

.sgm-market-g-item-bc .market-base {
    background: transparent !important;
}

.sportsbook .sgm-market-g-item-bc>.market-bc:not(:hover,.active,.m-g-header,.market-base) {
    background: #010320 !important;
}

.sgm-market-g-item-bc {
    background: #222742 !important;
}

.game-details-c-body-bc {
    backdrop-filter: blur(11px);
}

.layout-bc.theme-default.betslip-Hidden.casino-slots.compact-footer.casino-lock-scroll.page-full-size .layout-content-holder-bc {
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0px !important;
	margin-top: 0px !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub {
    background: #050a25 !important;
    color: white !important;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 4px 12px #00000066;
	border: 1px solid #1f2341;
	border-top: 0px !important;
}

.nav-content-bc .nav-menu-container .nav-menu-sub .nav-menu-item {
    color: rgba(var(--menu-sc),1);
    background: #0e122b !important;
}


#base_popup_id > div > div.u-i-profile-page-container > div > div > div > div.user-profile-nav-header > i.user-profile-nav-icon {
    background: linear-gradient(rgba(var(--b-sc),1),rgba(var(--b-sc),.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.casino-horizontal-sl-list-bc .horizontal-sl-item-bc.active, .promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active {
    color: rgba(var(--oc-1), 1) !important;
}

.promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active .horizontal-sl-icon-bc {
    color: rgba(var(--oc-1), 1) !important;
}

.carousel-count-arrow-container i {
    border-radius: 99px !important;
}

.u-i-p-amounts-bc.bonuses .u-i-p-a-content-bc{
  background: linear-gradient(285.39deg, #ffb800 -4.36%, #fff173 115.87%) !important;
  color: #111 !important;
}

.u-i-p-amounts-bc.bonuses .bonus-info-section span, .u-i-p-amounts-bc.bonuses .bonus-info-section b{
   color: black !important;
}

.header-custom-buttons .bc-i-circle-dollar {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.header-custom-buttons .bc-i-circle-dollar::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("https://cmsbetconstruct.com/content/images/c3d5bd212c583bcfde7d3994b400457b_18770564_media.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header-custom-buttons .bc-i-circle-dollar {
    font-family: initial !important;
}

#root > div.layout-header-holder-bc > header > div.hdr-main-content-bc > div.hdr-user-bc > div.header-custom-buttons > a > span {
	margin-inline-start: 6px;
}


.footerSocialLink {
    border-radius: 99px !important;
    background-color: #ffffff17;
    border: 1px solid #a5aabe40;
}

.footerSocialLink a {
    font-size: 14px;
}

.footerSocialLink {
    height: 44px !important;
    width: 44px !important;
}

.footerSocialLinks::before {
  content: "Temasta Kalın";
  display: block;
  font-weight: regular;
  font-size: 16px;
  color: #A5AABE;
  margin-right: 10px;
}

#base_popup_id > div > div.u-i-profile-page-container > div > div {
    background: #1a1c3669;
    margin: 10px;
    border-radius: 6px;
    border: 1px solid #20223D;
}

.u-i-profile-page-bc {
    background: #010320;
}

#base_popup_id > div > div.my-profile-info-block > div.overlay-header {
    background: unset !important;
    border: unset !important;
}

#base_popup_id > div > div.my-profile-info-block > div.overlay-header {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 27px;
letter-spacing: 0.02em;
color: #8892B0;
}

.u-i-profile-page-bc::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 900px;      
    height: 300px;   
    background: radial-gradient(circle at bottom left, rgb(0 140 255 / 19%), transparent 70%);
    filter: blur(60px); 
    pointer-events: none;
}


#base_popup_id {
box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.65);
border-radius: 20px;
    border: 1px solid #20223D;
    padding: 10px;
}

.popup-middleware-bc #base_popup_id {
	padding: 0px;
}

.horizontalSliderElem {
background: rgba(69, 77, 96, 0.25) !important;
border: 1px solid rgba(255, 255, 255, 0.08) !important;
border-radius: 14px !important;
}


.horizontalSliderElem .horizontalSliderImg {
    opacity: 1 !important;
    filter: unset !important;

}

.footerLinkColEl a:hover {
    color: white !important;
}

.react-datepicker__input-container .form-control-input-bc:read-only {
border-radius: 10px !important;
}

.form-control-textarea-bc, .form-control-input-bc, .form-control-select-bc, .form-control-fine-name-bc, .form-control-label-file-bc {
border-radius: 10px !important;
}

.sg-n-text-row-1-bc {
    color: #00ADFF !important;
}


.sg-n-text-row-1-bc {
  position: relative;

}

.sg-n-text-row-1-bc::before {
  content: "";
  display: block; /* block olursa kendi yüksekliği kadar yer açar */
  width: 80px;
  height: 80px;
  margin: 10px auto; /* ortalamak için */
  background-image: url('https://cmsbetconstruct.com/storage/medias/betgar-18770564/media_18770564_27973720af61044bf0e716c3297b6f2e.svg');
  background-repeat: no-repeat!important;
  background-size: contain!important;
  background-position: center!important;
}


.sg-n-text-row-1-bc, .sg-n-text-row-2-bc, .sg-n-forgot-password-text, .reg-step-title-v-bc {
  text-align: center!important;
}

.reg-form-block-bc:has(.slider-bc) .entrance-form-content-bc {
    height: 580px !important;
}

#base_popup_id > div > div.my-profile-info-block.deposit-page > div.dep-w-info-bc > div.m-block-nav-items-bc > div.m-nav-items-list-item-bc> p {
	display: none!important;
}

.nav-ico-w-row-bc:not(:only-child) {
    box-shadow: unset !important;
}


.layout-bc {
  background-image: url("https://cmsbetconstruct.com/storage/medias/betgar-18770564/media_18770564_0214e0a983d0fc9cf3722305fc4e29e6.svg");
  background-repeat: repeat;
  background-size: auto !impotant;
}

#root > div.layout-content-holder-bc > section > div > article> h3 {
	display: none;
}

.promotion-details-container {
  background-image: url("https://cmsbetconstruct.com/storage/medias/betgar-18770564/media_18770564_ec8f39a333bb321cca5cbaa016ed8bee.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.layout-bc.sportsbook {
  background-image: unset;
}

#root > div.layout-header-holder-bc > header > div.sidebar-content {
    display: none;
}

#root > div.layout-header-holder-bc > header > div.hdr-main-content-bc > div.logo-container > a.header-icon > img {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNDkgNDkiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS43LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCA4KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50MSk7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIGZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTsKICAgICAgfQoKICAgICAgLnN0MiB7CiAgICAgICAgZmlsbDogIzAwYWRmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ibGluZWFyLWdyYWRpZW50IiB4MT0iMzUuNyIgeTE9IjUxLjQiIHgyPSIxMy4yIiB5Mj0iLS42IiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNTApIHNjYWxlKDEgLTEpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzg2ZDhmZiIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMGFjZmYiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudDEiIHgxPSIyNC41IiB5MT0iMTMuNCIgeDI9IjI0LjUiIHkyPSIzNS42IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmZiIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM5OWNlZTkiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0yNC41LDBoMGMxMy41LDAsMjQuNSwxMSwyNC41LDI0LjVoMGMwLDEzLjUtMTEsMjQuNS0yNC41LDI0LjVoMEMxMSw0OSwwLDM4LDAsMjQuNWgwQzAsMTEsMTEsMCwyNC41LDBaIi8+CiAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTI0LjUsMGgwYzEzLjUsMCwyNC41LDExLDI0LjUsMjQuNWgwYzAsMTMuNS0xMSwyNC41LTI0LjUsMjQuNWgwQzExLDQ5LDAsMzgsMCwyNC41aDBDMCwxMSwxMSwwLDI0LjUsMFoiLz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzUuNiwxOC44djMuMmMwLC4zLS4yLjUtLjUuNWgtNy44di00LjNoNy44Yy4zLDAsLjUuMi41LjVaTTIxLjgsMTguM2gtNy44Yy0uMywwLS41LjItLjUuNXYzLjJjMCwuMy4yLjUuNS41aDcuOHYtNC4zWk0yNy4yLDMzLjRjMCwuMi0uMS40LS40LjUsMCwwLS4xLDAtLjIsMC0uMiwwLS4zLDAtLjQtLjJsLTEuNy0yLjItMS43LDIuMmMtLjEuMi0uNC4yLS42LjJzLS40LS4zLS40LS41di05LjdoLTYuOHYxMS4zYzAsLjMuMi41LjUuNWgxNy44Yy4zLDAsLjUtLjIuNS0uNXYtMTEuM2gtNi43djkuN1pNMjIuMSwxNy4yaDEuOXYtMS45YzAtMS4xLS44LTEuOS0xLjktMS45cy0xLjkuOC0xLjksMS45LjgsMS45LDEuOSwxLjlaTTI4LjgsMTUuM2MwLTEuMS0uOC0xLjktMS45LTEuOXMtMS45LjgtMS45LDEuOXYxLjloMS45YzEuMSwwLDEuOS0uOCwxLjktMS45Wk0yMi45LDMxLjlsMS4yLTEuNWMuMS0uMS4zLS4yLjQtLjJzLjMsMCwuNC4ybDEuMiwxLjV2LTEzLjZoLTMuMnYxMy42WiIvPgo8L3N2Zz4=") !important;
  width: auto; 
  height: 28px;
}

.entrance-f-error-message-bc {
    border-radius: 0 0 12px 12px !important;
    background: #16172b !important;
}

.connect-button .wallet-btn .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.connect-button .wallet-btn .btn > svg#w3m-wc-logo {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

/* 3) Yeni logoyu base64 ile ekle */
.connect-button .wallet-btn .btn::before {
  content: "";
  display: inline-block;
  width: 141px;        
  height: 24px;          
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0idzNtLXdjLWxvZ28iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTQxIDI0Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuOC4yLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMykgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8Zz4KICAgIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MS41LDE2LjhsMy4zLTkuN2gyLjdsMy4zLDkuN2gtMi4xbC0uNi0xLjloLTMuOGwtLjYsMS45aC0yLjFaTTQ0LjgsMTMuMmgyLjdsLTEuMy00LTEuMyw0WiIvPgogICAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTUxLjcsMTYuOHYtNi45aDJ2MWgwYzAtLjEuMi0uMy4zLS41LjItLjIuNC0uMy42LS41LjMtLjEuNi0uMiwxLS4yczEsLjEsMS4zLjQuNi42LjcsMWMuMi40LjIuOC4yLDEuMnY0LjVoLTJ2LTQuMmMwLS4zLDAtLjYtLjMtLjktLjItLjMtLjUtLjQtLjktLjRzLS41LDAtLjcuMi0uMy4zLS40LjVjMCwuMi0uMS40LS4xLjd2NGgtMloiLz4KICAgIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02Mi43LDE3Yy0uOCwwLTEuNC0uMi0yLS41LS41LS4zLTEtLjgtMS4yLTEuM3MtLjQtMS4xLS40LTEuOC4xLTEuMi40LTEuOC43LTEsMS4yLTEuM2MuNS0uMywxLjItLjUsMi0uNXMxLjQuMiwyLC41Yy41LjMsMSwuOCwxLjIsMS4zLjMuNS40LDEuMS40LDEuOHMtLjEsMS4yLS40LDEuOGMtLjMuNS0uNywxLTEuMiwxLjMtLjUuMy0xLjIuNS0yLC41Wk02Mi43LDE1LjNjLjMsMCwuNiwwLC45LS4zLjItLjIuNC0uNC42LS43LjEtLjMuMi0uNi4yLTFzMC0uNy0uMi0xYy0uMS0uMy0uMy0uNS0uNi0uN3MtLjUtLjMtLjktLjMtLjYsMC0uOS4zLS40LjQtLjYuNy0uMi42LS4yLDEsMCwuNy4yLDEsLjMuNS42LjdjLjIuMi41LjMuOS4zWiIvPgogICAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTY3LjQsMTYuOHYtNi45aDJ2MWgwYzAtLjEuMi0uMy4zLS41LjItLjIuNC0uMy42LS41LjMtLjEuNi0uMiwxLS4yczEsLjEsMS4zLjQuNi42LjcsMWMuMi40LjIuOC4yLDEuMnY0LjVoLTJ2LTQuMmMwLS4zLDAtLjYtLjMtLjktLjItLjMtLjUtLjQtLjktLjRzLS41LDAtLjcuMi0uMy4zLS40LjVjMCwuMi0uMS40LS4xLjd2NGgtMloiLz4KICAgIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03Ni4xLDljLS4zLDAtLjYtLjEtLjktLjMtLjItLjItLjMtLjUtLjMtLjhzLjEtLjYuMy0uOGMuMi0uMi41LS4zLjktLjNzLjYuMS44LjNjLjIuMi4zLjUuMy44cy0uMS42LS4zLjhjLS4yLjItLjUuMy0uOC4zWk03NS4xLDE2Ljh2LTYuOWgydjYuOWgtMloiLz4KICAgIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03OC42LDE2Ljh2LTYuOWgydi45aDBjLjEtLjMuNC0uNS43LS43LjMtLjIuNy0uMywxLjItLjNzLjkuMSwxLjMuNGMuMy4yLjYuNS43LjloMGMuMS0uMi4zLS40LjUtLjYuMi0uMi40LS40LjctLjVzLjYtLjIsMS0uMi45LjEsMS4yLjNjLjMuMi41LjUuNy45LjIuNC4yLjcuMiwxLjF2NC43aC0ydi00LjJjMC0uMywwLS42LS4zLS44LS4yLS4yLS40LS4zLS44LS4zcy0uNSwwLS42LjItLjMuMy0uNC41YzAsLjItLjEuNC0uMS42djQuMWgtMnYtNC4yYzAtLjMsMC0uNi0uMy0uOC0uMi0uMi0uNC0uMy0uOC0uM3MtLjUsMC0uNi4yYy0uMi4xLS4zLjMtLjQuNSwwLC4yLS4xLjQtLjEuNnY0LjFoLTJaIi8+CiAgICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTYuOSwxN2MtLjcsMC0xLjQtLjEtMi0uNC0uNi0uMy0xLjEtLjctMS40LTEuMy0uNC0uNi0uNS0xLjMtLjUtMi4ydi01LjloMnY1LjljMCwuNi4yLDEsLjUsMS40LjMuNC44LjYsMS41LjZzMS4xLS4yLDEuNC0uNmMuMy0uNC41LS44LjUtMS40di01LjloMnY1LjljMCwuOS0uMiwxLjYtLjUsMi4yLS40LjYtLjgsMS0xLjQsMS4zcy0xLjMuNC0xLjkuNFpNOTUuNCw2LjNjLS4zLDAtLjYtLjEtLjgtLjMtLjItLjItLjMtLjUtLjMtLjhzLjEtLjYuMy0uOGMuMi0uMi41LS4zLjgtLjNzLjYuMS44LjNjLjIuMi4zLjUuMy44cy0uMS42LS4zLjhjLS4yLjItLjUuMy0uOC4zWk05OC4zLDYuM2MtLjMsMC0uNi0uMS0uOC0uMy0uMi0uMi0uMy0uNS0uMy0uOHMuMS0uNi4zLS44Yy4yLS4yLjUtLjMuOC0uM3MuNi4xLjguM2MuMi4yLjMuNS4zLjhzLS4xLjYtLjMuOGMtLjIuMi0uNS4zLS44LjNaIi8+CiAgICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAyLjgsMTkuNGMtLjIsMC0uNSwwLS44LDB2LTEuNmMuMiwwLC40LDAsLjYsMCwuNCwwLC44LDAsMS0uMi4zLS4xLjUtLjMuNy0uN2wtMi42LTdoMmwxLjYsNC43LDEuNi00LjdoMmwtMi41LDYuN2MtLjIuNi0uNSwxLjItLjgsMS42LS4zLjQtLjcuNy0xLjIuOS0uNS4yLTEsLjMtMS43LjNaIi8+CiAgICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEyLjgsMTdjLS42LDAtMS4xLS4xLTEuNi0uMy0uNC0uMi0uOC0uNS0xLjEtLjgtLjMtLjMtLjUtLjctLjYtMS4yLS4xLS40LS4yLS45LS4yLTEuM3MwLS45LjItMS4zYy4xLS40LjMtLjguNi0xLjJzLjYtLjYsMS4xLS44Yy40LS4yLDEtLjMsMS42LS4zczEuMi4xLDEuNy40Yy41LjMuOS43LDEuMiwxLjIuMy41LjQsMS4yLjQsMnYuNWgtNC43YzAsLjQuMi44LjQsMS4xLjMuMy42LjUsMS4xLjVzLjUsMCwuNy0uMS4zLS4yLjQtLjNjMC0uMS4yLS4yLjItLjRoMS44YzAsLjMtLjIuNi0uMy44cy0uMy41LS41LjdjLS4yLjItLjUuNC0uOS42cy0uOC4yLTEuNC4yWk0xMTEuMywxMi43aDIuOGMwLS41LS4yLS44LS40LTEuMXMtLjYtLjQtMS0uNC0uNy4xLTEsLjRjLS4zLjItLjQuNi0uNSwxLjFaIi8+CiAgICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE3LjMsMTYuOFY2LjloMnY5LjloLTJaIi8+CiAgICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIxLjgsOWMtLjMsMC0uNi0uMS0uOS0uMy0uMi0uMi0uMy0uNS0uMy0uOHMuMS0uNi4zLS44Yy4yLS4yLjUtLjMuOS0uM3MuNi4xLjguM2MuMi4yLjMuNS4zLjhzLS4xLjYtLjMuOC0uNS4zLS44LjNaTTEyMC44LDE2Ljh2LTYuOWgydjYuOWgtMloiLz4KICAgIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjQuNCwxNi44VjYuOWgydjUuN2wyLjMtMi43aDIuM2wtMi43LDMuMiwyLjgsMy44aC0yLjNsLTIuMy0zLjF2My4xaC0yWiIvPgogIDwvZz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzUuOCw1LjdzLTEuNiwxLjYtNSwxLjYtNS42LjMtNy42LDIuOWMtMi0yLjYtNS0yLjktNy42LTIuOXMtNS0xLjYtNS0xLjZjMCwwLTIuMSw0LjQuNyw4LjksMi4xLDMuNSw2LjMsNC40LDkuMSwzLjUsMS40LS40LDIuNS0xLjQsMi44LTEuNy4zLjMsMS40LDEuMywyLjgsMS43LDIuOC44LDcsMCw5LjEtMy41LDIuNy00LjUuNy04LjkuNy04LjlaTTE3LjQsMTMuOWMtMS42LS40LTIuNS0xLjYtMi40LTIuNC4xLS42LDIuNS0uOCwzLjYtLjQsMS4xLjQsMS45LjksMS45LDEuNiwwLC42LTEuNSwxLjYtMy4xLDEuMlpNMjkuMiwxMy45Yy0xLjYuNC0zLjEtLjYtMy4xLTEuMiwwLS42LjktMS4yLDEuOS0xLjZzMy41LS4yLDMuNi40Yy4yLjgtLjgsMi4xLTIuNCwyLjRaIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}