div.betcore-container {
	--preloader-background-color: none;

	--container-background-color: none;

	--primary-background-color: #191919;
	--primary-text-color: #fff;

	--secondary-background-color: #202020;
	--secondary-text-color: #fff;

	--tertiary-background-color: #EDF2FF;
	--tertiary-text-color: #000;

	--blur-background-color: var(--primary-background-color);
	--gray-text-color1: #9196a4;

	--primary-gradient-background-color1: rgb(43, 43, 56);
	--primary-gradient-background-color2: rgba(43, 56, 52, 0.6);
	--primary-gradient-text-color: #fff;

	--scrollbar-track-background-color: #252525;
	--scrollbar-thumb-background-color: #202020;

	--secondary-gradient-background-color1: #0b82f8;
	--secondary-gradient-background-color2: #0b82f8;
	--secondary-gradient-text-color: #fff;

	--skeleton-gradient-background-color1: #202020;
	--skeleton-gradient-background-color2: #191919;

	--icon-background-color: #0b82f8;

	--primary-active-background-color: #0b82f8;
	--primary-active-text-color: #fff;

	--primary-seperator-background-color: #e4e8f5; /* ÃÂ¾Ã‘ÂÃÂ½ÃÂ¾ÃÂ²ÃÂ½ÃÂ¾ÃÂ¹ Ã‘â€ ÃÂ²ÃÂµÃ‘â€š Ã‘â‚¬ÃÂ°ÃÂ·ÃÂ´ÃÂµÃÂ»ÃÂ¸Ã‘â€šÃÂµÃÂ»Ã‘Â ÃÂ¼ÃÂµÃÂ¶ÃÂ´Ã‘Æ’ Ã‘ÂÃÂ»ÃÂµÃÂ¼ÃÂµÃÂ½Ã‘â€šÃÂ°ÃÂ¼ÃÂ¸ */
	--secondary-seperator-background-color: #40475d; /* ÃÂ²Ã‘â€šÃÂ¾Ã‘â‚¬ÃÂ¸Ã‘â€¡ÃÂ½Ã‘â€¹ÃÂ¹ Ã‘â€ ÃÂ²ÃÂµÃ‘â€š Ã‘â‚¬ÃÂ°ÃÂ·ÃÂ´ÃÂµÃÂ»ÃÂ¸Ã‘â€šÃÂµÃÂ»Ã‘Â ÃÂ¼ÃÂµÃÂ¶ÃÂ´Ã‘Æ’ Ã‘ÂÃÂ»ÃÂµÃÂ¼ÃÂµÃÂ½Ã‘â€šÃÂ°ÃÂ¼ÃÂ¸ */


	--line-background-color: #0b82f8;
	--line-text-color: #fff;

	--live-background-color: #E92541;
	--live-text-color: #fff;

	--vs-background-color: #0b82f8;

	--player1-text-color: #0b82f8;
	--player2-text-color: #93C738;

	--primary-odd-background-color: #D0DAF3;
	--primary-odd-text-color: #151515;
	--primary-odd-active-background-color: #cb2129;
	--primary-odd-active-text-color: #000;
	--primary-odd-empty-background-color: #E7EDFC;

	--secondary-odd-background-color: #272727;
	--secondary-odd-text-color: #fff;
	--secondary-odd-active-background-color: #c4f027;
	--secondary-odd-active-text-color: #000;
	--secondary-odd-empty-background-color: #35405c;

	--collection-background-color: #EDF2FF;

	--coupon-bet-background-color: #fff;
	--coupon-bet-text-color: #000;

	--tab-active-background-color: #0b82f8;
	--tab-active-text-color: #fff;

	--input-background-color: #191919;
	--input-active-background-color: #202020;
	--input-text-color: #fff;

	--dropdown-background-color: #191919;
	--dropdown-active-background-color: #202020;
	--dropdown-text-color: #fff;
	--dropdown-content-background-color: #fff;
	--dropdown-content-active-background-color: #e9e9e9;
	--dropdown-content-text-color: #000;

	--selector-active-background-color: #0b82f8;
	--selector-disabled-background-color: #ccc;

	--primary-button-background-color: linear-gradient(to right, #0b82f8, #0b82f8);
	--primary-button-text-color: #fff;

	--secondary-button-background-color: #191919;
	--secondary-button-text-color: #fff;

	--tertiary-button-background-color: linear-gradient(to right, #0b82f8, #0b82f8);
	--tertiary-button-text-color: #fff;

	--gradient-button-background-color1: #0b82f8;
	--gradient-button-background-color2: #0b82f8;
	--gradient-button-text-color: #fff;

	--small-border-radius: 4px;
	--default-border-radius: 8px;
	--big-border-radius: 15px;

	--left_panel-size: 270px;
	--right_panel-size: 300px;
	--container-height: 100vh;
	--top-margin: 10px;
	--modals-zIndex: 99992;

	--event-text-color: #fff;
	--disabled-background-color: rgba(20,27,46,.7);

	--gradient-button-background: linear-gradient(103deg, var(--gradient-button-background-color1) -30%, var(--gradient-button-background-color2));
	--primary-gradient-background: linear-gradient(110deg, var(--primary-gradient-background-color1), var(--primary-gradient-background-color2) 100%);
	--secondary-gradient-background: linear-gradient(103deg,var(--secondary-gradient-background-color1) -30%,var(--secondary-gradient-background-color2));
	--skeleton-gradient-background: linear-gradient(to left, var(--skeleton-gradient-background-color1) 0%, var(--skeleton-gradient-background-color2) 30%, var(--skeleton-gradient-background-color1) 60%, var(--skeleton-gradient-background-color1) 100%) var(--skeleton-gradient-background-color1);

	--error-background-color: #e13434;
	--error-text-color: #fff;
	--success-background-color: #3a974d;
	--success-text-color: #fff;

	--transparent-background-color: rgba(255, 255, 255, 0.1);
	--transparent-text-color: #fff;

	--coupon_close-color:#000;
	--coupon_disabled_close-color: #fff;


	--coupon_possible_win-color: var(--dark_mint_green);

}

div.betcore-container{
    padding: 0;
}

div.betcore-container .layout{
    padding: 0;
}

div#content_page.mobile-layout{
	padding: 10px 0 0 0;
	color: #fff;
}

.event__info.live {
	background-image: url("https://snipboard.io/Q5zC0c.jpg") !important;
}
.event__info.line {
	background-image: url("https://snipboard.io/Q5zC0c.jpg") !important;
}

div.betcore-container .mobile-layout {
	padding: 10px 0 0 0;
	color: #fff;
}

div.main-panel__navigation{
	height: 25px;
}
div.betcore-container .main-panel__navigation .navigation__button .icon{
	font-size: 1.4em;
}

div.betcore-container .left-panel__content{transition: 0.3s;}
div.betcore-container .right-panel__content{transition: 0.3s;}

/*
div.betcore-container .home-container .top-events .details__opps--icons{display: none;}
*/

div.betcore-container .home-container .top-leagues__container .top-leagues__list .league .league__icon{
	background-size: 45px;
	height: 45px;
}

div.betcore-container .home-container .top-leagues__container .top-leagues__list .league{
	min-width: 150px;
}

div.betcore-container .modal-layout.bet-modal .modal__header{
	background: linear-gradient(to bottom, #181818, #181818);
	border-radius: 5px 5px 0 0;
}
div.betcore-container .history-bet{
	background: #181818;
}
div.betcore-container .history-bet .bet__short .bet__type{
	background: linear-gradient(to bottom, #0b82f8, #0b82f8);
}
div.betcore-container .modal-layout.bet-modal .modal__header::before{
	content: '';
	position: absolute;
	width: 30px;
	height: 5px;
	background: #000;
	border-radius: 0 0 5px 5px;
	left: calc(50% - 15px);
	top: 0;
}
div.betcore-container .modal-layout.bet-modal .modal__header::after{
	content: '';
	font-style: italic;
	position: absolute;
	width: 130px;
	height: 35px;
	border-radius: 0 0 5px 5px;
	left: calc(50% - 65px);
	top: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 19px;
}

div.betcore-container .modal-layout.bet-modal .mobile .bet__row{
	position: relative;
	z-index: 3;
}
div.betcore-container .modal-layout.bet-modal .mobile .color-1{
	position: relative;
}

div.betcore-container .modal-layout.bet-modal .modal__buttons::before{
	content: '';
	position: absolute;
	width: 30px;
	height: 5px;
	background: #000;
	border-radius: 5px 5px 0 0;
	left: calc(50% - 15px);
	bottom: 0;
}
/*
div.betcore-container .modal-layout.bet-modal .history-bet .bet-event{
	background-image: url('../img/wm.png?35');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
	border-top: 3px dotted #dfdfdf;
	position: relative;
}
*/
div.betcore-container .modal-layout.bet-modal .history-bet .bet-event::after{
	content: '';
	position: absolute;
	width: 7px;
	height: 10px;
	background: #000;
	border-radius: 0 5px 5px 0;
	left: -15px;
	top: -6px;
}
div.betcore-container .modal-layout.bet-modal .history-bet .bet-event::before{
	content: '';
	position: absolute;
	width: 7px;
	height: 10px;
	background: #000;
	border-radius: 5px 0 0 5px;
	right: -15px;
	top: -6px;
}
.betcore-container.modals .modal-layout.bet-modal .modal-block{
	background: #fefefe;
}
.betcore-container.modals .modal-layout.bet-modal .modal-block .history-bet{
	color: #000105;
}

.modal-block:has(.bet__short .bet__status.color-1) .modal__header{
	background: #3a974d;
}

.modal-block:has(.bet__short .bet__status.color-2) .modal__header{
	background: #e13434;
}



@media (max-width: 1000px) {
	div.betcore-container .top-leagues{display: none;}
}