/* christmas Theme 

body {
    background: url(https://i.ibb.co/5XrjF7kh/Pin-Back-christmas.jpg) !important; 
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}*/




html.is-mobile {
     --b: 45, 45, 45 !important;
     --header: 45, 45, 45 !important;
     --menu: 45, 45, 45 !important;
     --oc-1: 20, 142, 102 !important;
     --oc-2: 20, 142, 102 !important;
     --hero: 20, 142, 102 !important;
}

/* Verify Button */
a.btn.account-verified-button {
    display: none;
}

/* Header */
.header-icon {
	max-width: fit-content !important;
	height: fit-content !important;
	margin-left: 3px !important;
	margin-right: 3px;
    flex-grow: 1;
}

.hdr-navigation-link-bc.active {
	left: unset !important;
}
/* */

.market-bc {
     background-color: rgba(31,30,30,.7) !important;
}

.ftr-g-i-head-bc {
        background: #1f1e1e !important;
}

.ftr-g-i-body-bc {
        background: rgba(31,30,30,0.7) !important;
}

.market-odd-bc {
          font-weight: bold;
}

.market-filter-bc {
         background: rgb(31 30 30 / 44%) !important;
}

.c-teams-bc {
         background: rgb(31 30 30 / 44%) !important;
}

.c-info-bc {
         background: rgb(31 30 30 / 44%) !important;
}

.tab-navigation-w-bc {
       background: #1e1e1e !important;
}

.btn.a-outline.a-white {
    color: #ffffff !important;
    background: #585858 !important;
    border-color: #858585 !important;
}


/* Payments */
.WithdrawAmount-Row-ValueBalance {
        font-weight: bold;
}

.u-i-p-c-body-bc {
	width: inherit !important;
}

/* loading */

.path {
    fill: none !important;
    animation: dash 2s ease-in-out infinite,myx 6s ease-in-out infinite !Important;
}

@keyframes myx {
     0%, 100% {
                 stroke: #148e66 ;}
    40% {
                 stroke: #148e66 ;}
    66% {
                stroke: #148e66 ;}
    80%, 90% {
                stroke: #148e66 ;}
}


/* barge pishbini */

.bs-bet-item-bg-c-bc>div>div>span>span {
    color: #ffffff !important;
}

.betslip-first-bet-content-bc {
        background: #5e5e5e !important;
}

.betslip-bc.first-bet .quickBetWrapper-bc .bs-bet-item-bc.multiple {
        background: #5e5e5e !important;
}

.first-bet .bs-bet-i-b-title-bc.t-1 {
      color: #ffffff !important;
}
.quickBetWrapper-bc .bs-bet-i-b-title-bc.t-2 {
    color: #ffffff !Important;
}
.opacity {
        opacity: 0.8 !important;
}
/*
.bs-bet-i-b-s-i-block-bc {
        background: rgba(var(--b-sc),0.4) !important;
}
*/

.quickBetWrapper-bc .quickBetMsgText-bc {
    color: #ffffff !Important;
}

.quickBetWrapper-bc .betslip-changed-text {
     color: #fa5a5a !Important;
}

/* Promotions */
.spoiler > input[type="checkbox"]:checked ~ .spoiler-title {
  color: #148e66 !important;
}

/* Promotions(Fix pages in chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.overlay-sliding-w-c-content-slider-bc {
		  display: flex;
		  flex-direction: column;
	}
}

/* Live Chat*/
#chat-widget-container {
  position: fixed !important;
  top: 50% !important;
  bottom: auto !important;       /* override inline bottom: 0 */
  transform: translateY(-50%) !important;
  right: -42px !important;       /* hide half (42px) off the screen */
  transition: right 0.3s ease-in-out !important;
}

#chat-widget-container:hover {
  right: 0 !important;
}

