#_78{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Germany_Flat_Round-64x64-1.png);}
/* #_12623{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Scotland_Flat_Round-64x64-1.png);} */
/* #_11822{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Hungary_Flat_Round-64x64-1.png);} */
/* #_12875{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Switzerland_Flat_Round-64x64-1.png);} */
#_59{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Spain_Flat_Round-64x64-1.png);}
/* #_11241{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Croatia_Flat_Round-64x64-1.png);} */
#_53{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Italy_Flat_Round-64x64-1.png);}
/* #_10832{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Albania_Flat_Round-64x64-1.png);} */
/* #_12693{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Slovenia_Flat_Round-64x64-1.png);} */
/* #_11356{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Denmark_Flat_Round-64x64-1.png);} */
#_792{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Serbia_Flat_Round-64x64-1.png);}
#_1{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_England_Flat_Round-64x64-1.png);}
/* #_12365{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Poland_Flat_Round-64x64-1.png);} */
/* #_12241{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Netherlands_Flat_Round-64x64-1.png);} */
/* #_539504{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Austria_Flat_Round-1-64x64-1.png);} */
#_8{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_France_Flat_Round-64x64-1.png);}
/* #_11027{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Belgium_Flat_Round-64x64-1.png);} */
/* #_12680{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Slovakia_Flat_Round-64x64-1.png);} */
/* #_12524{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Romania_Flat_Round-64x64-1.png);} */
/* #_12942{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Ukraine_Flat_Round-64x64-1.png);} */
/* #_12922{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Turkey_Flat_Round-64x64-1.png);} */
/* #_11665{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Georgia_Flat_Round-64x64-1.png);} */
/* #_12460{background-image: url(https://kladenje.mk/wp-content/uploads/2024/04/Flag_of_Portugal_Flat_Round-64x64-1.png);} */
#_997{background-image: url(https://kladenje.mk/wp-content/uploads/2026/03/Flag_of_North_Macedonia_Flat_Round-64x64-1.webp);}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

.flex {
    display: flex !important;
}

#widgetWrapper{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
	font-family: 'Montserrat', sans-serif;
	color:white;
    cursor: grab;
}
#widgetWrapper.is-dragging{
    cursor: grabbing;
    user-select: none;
}
#widgetWrapper::-webkit-scrollbar {
    display: none;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blink-animation {
  animation: blink 1s infinite; /* Adjust animation duration as needed */
}
#widgetWrapper .match-box {
	background-image:url('https://kladenje.mk/wp-content/uploads/2024/06/fallback.webp');
	background-size:cover;
    background-repeat: no-repeat;
    border-radius: 0;
    background-position: center;
    padding: 8px;
    text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
    z-index: 2;
    flex: 0 0 clamp(230px, 24vw, 290px);
}
#widgetWrapper .header-wrapper{
	  position: relative;
	display: flex;
    justify-content: space-between;
    width: 100%;
}
#widgetWrapper .match-details {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#widgetWrapper .partnerLogo img{
    max-width: 78px;
    height: auto;
}
.partnerLogo{
	width:auto;
}
#widgetWrapper .match-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
	border-radius:0;
}
#widgetWrapper .match-box * {
    position: relative;
    z-index: 2;

}
#widgetWrapper .match-header {
    display: flex;
    justify-content: space-between;
	width:100%;
	align-items: center;
}

#widgetWrapper .team {
    display: flex;
    align-items: center;
    flex-direction: column;
	width:110px;
}

#widgetWrapper .team-logo {
   width: 36px;
    height: 36px;
    margin-bottom: 6px;
    background-size: 36px 36px;
    background-repeat: no-repeat;
}

#widgetWrapper .team-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#widgetWrapper .team-name {
    font-size: 13px;
    font-weight: bold;
	line-height:1.4;

}

#widgetWrapper .live-results {
    font-size: 15px;
    color: white;
}

#widgetWrapper .match-time {
    font-size: 11px;
    color: white;
}

#widgetWrapper .live-status {
    font-size: 14px;
    color: white;
	font-weight:bold;
}

#widgetWrapper .prediction {
    font-size: 14px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
    gap:16px;
}
#widgetWrapper .tip{
	margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
	color:#d5d925;
}

#widgetWrapper .prediction-button {
    background-color: #f9844b !important;
    color: white;
    border: none;
    width:32px;
    height:32px;
    border-radius:50%;
    cursor: pointer;
	transition: background-color 0.3s;
}

#widgetWrapper .prediction-button:hover {
    background-color: #0056b3 !important;
}
#widgetWrapper .disabled-button {
    background-color: #d3d3d3 !important;
	transition: background-color 0.3s;
	cursor: not-allowed;
        }
#widgetWrapper .disabled-button:hover {
    background-color: #d3d3d3 !important;
	 cursor: not-allowed;
    }

#widgetWrapper .voted-button{
	background-color:#12cc12 !important;
	transition: background-color 0.3s;
	    cursor: not-allowed;
}
#widgetWrapper .voted-button:hover{
	background-color:#12cc12 !important;
	cursor: not-allowed;
}
#widgetWrapper .click-counts {
/*     display: flex; */
    justify-content: center;
	width:100%;
	align-items:center;
	display:none;
	gap:16px;
}
.click-counts span{
    width:32px;
	font-size:11px;
    text-align: center;
}
#widgetWrapper .total-votes{
		display:none;
		text-align:center;
	font-size:11px;

}
#countdown{
	color: #d5d925;
    font-weight: bold;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	
}
.startsIn{
	font-size:12px;
}
.tips-wrapper{
	width:100%;
    height:78px;
}
@media only screen and (min-width: 320px) and (max-width: 450px) {
		.tips-wrapper{
		margin-top:7px;
	}
    #widgetWrapper .match-box {
        flex: 0 0 86%;
    }
	
	#widgetWrapper .live-results {
		width:inherit;
	}

}

.bmg-competition-widget {
    font-family: 'Montserrat', sans-serif;
    background: #f2f3f5;
    border-radius: 0;
    padding: 8px;
    overflow: hidden;
}

.bmg-cw-date-row,
.bmg-cw-competition-row {
    display: flex;
    gap: 8px;
    overflow-x: hidden;
    padding-bottom: 6px;
    flex-wrap: wrap;
}

.bmg-cw-competition-row {
    margin-top: 8px;
}

.bmg-cw-date-row {
    display: block;
    padding-bottom: 0;
}

.bmg-cw-date-picker {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 100%;
}

.bmg-cw-date-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    font-size: 12px;
}

.bmg-cw-date-chevron {
    font-size: 11px;
    line-height: 1;
}

.bmg-cw-date-options {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    width: 0;
    max-width: 0;
    max-height: 42px;
    opacity: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    transform-origin: left center;
    transform: translateX(-8px) scaleX(0.94);
    pointer-events: none;
    transition: max-width 320ms cubic-bezier(0.22, 1, 0.36, 1), max-height 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bmg-cw-date-options::-webkit-scrollbar {
    display: none;
}

.bmg-cw-date-options.is-dragging {
    cursor: grabbing;
}

.bmg-cw-date-picker.open .bmg-cw-date-options {
    width: 100%;
    max-width: 100%;
    max-height: 42px;
    opacity: 1;
    transform: translateX(0) scaleX(1);
    pointer-events: auto;
}

.bmg-cw-date-option {
    padding: 4px 9px;
    font-size: 11px;
    flex: 0 0 auto;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--date-index, 0) * 18ms);
}

.bmg-cw-date-picker.open .bmg-cw-date-option {
    opacity: 1;
    transform: translateX(0);
}

.bmg-cw-competition-chip {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bmg-cw-competition-flag {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.08);
    flex: 0 0 14px;
}

.bmg-cw-league-count {
    font-size: 11px;
    font-weight: 700;
    margin-left: 2px;
}

.bmg-cw-chip.active {
    background: linear-gradient(135deg, #ffd56a 0%, #f6b100 55%, #e99600 100%);
    border-color: #f0ac00;
    color: #2c2100;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46), 0 3px 10px rgba(168, 113, 8, 0.3);
    animation: bmg-chip-glass-pop 420ms ease-out;
    font-weight: 700;
}

.bmg-cw-chip.active::after {
    content: "";
    position: absolute;
    inset: -55%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.75) 0%, rgba(255, 200, 95, 0.35) 34%, rgba(255, 177, 0, 0) 70%);
    transform: scale(0.12);
    opacity: 0;
    pointer-events: none;
    animation: bmg-chip-splash 560ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

@keyframes bmg-chip-glass-pop {
    0% {
        transform: scale(0.94);
    }
    60% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes bmg-chip-splash {
    0% {
        opacity: 0;
        transform: scale(0.12);
    }
    20% {
        opacity: 0.95;
    }
    100% {
        opacity: 0;
        transform: scale(1.25);
    }
}

.bmg-cw-chip {
    border: 1px solid #d8dce3;
    background: #ffffff;
    color: #263238;
    border-radius: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.bmg-cw-chip.active {
    background: linear-gradient(135deg, #ffd56a 0%, #f6b100 55%, #e99600 100%);
    border-color: #f0ac00;
    color: #2c2100;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46), 0 3px 10px rgba(168, 113, 8, 0.3);
    font-weight: 700;
}

.bmg-cw-matches {
    margin-top: 10px;
    background: #e3e6ea;
    border-radius: 0;
    padding: 5px;
    position: relative;
}

.bmg-cw-carousel {
    position: relative;
    display: flex;
    align-items: center;
}

.bmg-cw-track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 2px 34px;
    cursor: grab;
    user-select: none;
    width: 100%;
}

.bmg-cw-track::-webkit-scrollbar {
    display: none;
}

.bmg-cw-track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.bmg-cw-match-card {
    background: #eef1f4;
    border: 1px solid #d5dbe2;
    border-radius: 0;
    padding: 4px 7px;
    flex: 0 0 auto;
    width: max-content;
    min-width: 148px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bmg-cw-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 0;
    border: 1px solid #c8d0da;
    background: #ffffff;
    color: #21303f;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.bmg-cw-nav-left {
    left: 2px;
}

.bmg-cw-nav-right {
    right: 2px;
}

.bmg-cw-nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.bmg-cw-match-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    color: #6f7b89;
    margin-bottom: 0;
}

.bmg-cw-match-date {
    font-weight: 500;
}

.bmg-cw-match-time {
    color: #425163;
    font-size: 11px;
    line-height: 1;
}

.bmg-cw-team-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 24px;
}

.bmg-cw-team {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #182333;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.bmg-cw-team img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.bmg-cw-team-score {
    font-size: 12px;
    font-weight: 700;
    color: #182333;
    min-width: 14px;
    text-align: right;
}

.bmg-cw-empty {
    font-size: 14px;
    color: #4f5c68;
    padding: 8px;
}

@media only screen and (max-width: 768px) {
    .bmg-cw-track {
        padding: 2px 0;
    }

    .bmg-cw-match-card {
        flex: 0 0 auto;
        width: max-content;
    }

    .bmg-cw-team {
        font-size: 16px;
    }

    .bmg-cw-nav {
        display: none;
    }
}