* {
    padding: 0;
    margin: 0;
}

#betting-table-kladjenje .new-bookmaker-badge {
    position: absolute;
    top: -14px; /* Adjust the space above the title */
    left: 24%;
    transform: translateX(-50%) rotate(45deg); /* Center the badge and rotate by 45 degrees */
    background-color: rgb(230, 73, 70);
    color: white;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    z-index: 10;
    animation: pulse 1.5s infinite; /* Apply pulsing animation */
}

#betting-table-kladjenje .new-bookmaker-badge:empty {
    display: none !important;
}

#betting-table-kladjenje a {
    text-decoration: none !important;
color:black;
}
#betting-table-kladjenje .bonus-offer a:hover {
color:#e64946;
}
#betting-table-kladjenje {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#betting-table-kladjenje .betting-table {
    width: 97%;
    margin: 0 auto;
    border: 1px solid grey;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: center;
    padding: 10px 5px;
    background-color: transparent!important;
}
#betting-table-kladjenje .betting-table:hover{
   background-color:transparent!important;
}

#betting-table-kladjenje .wrapper-for-betting {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: center;
}

.mobile-wrapper-only {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#betting-table-kladjenje .betting-logo {
    border-radius: 10px;
}

#betting-table-kladjenje .betting-logo img {
    width: 120px;
    display: block;
    height: auto;
    border-radius: 10px;
}

#betting-table-kladjenje .raiting {
    padding: 0px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8em;
color:black!important;
}

#betting-table-kladjenje .icon-star {
    --star-size: 20px;
    position: relative;
    display: inline-block;
    color: gold!important;
    width: var(--star-size);
    height: var(--star-size);
    background-color: gold;
    clip-path: polygon(
        50% 0%, 61% 35%, 98% 35%, 68% 57%,
        79% 91%, 50% 70%, 21% 91%, 32% 57%,
        2% 35%, 39% 35%
    );
}

#betting-table-kladjenje .bonus-box-field {
    width: 40%;
    text-decoration: none !important;
}

#betting-table-kladjenje .bonus-offer {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

#betting-table-kladjenje .review {
    width: 15%;
    border: none !important;
    padding-right: 10px;
}

#betting-table-kladjenje .review:hover {
    background-color: transparent !important;
}

#betting-table-kladjenje .review-link {
    color: rgb(11, 127, 244);
    text-decoration: none;
}

.betting-btn-wrapper {
    width: 15%;
    display: flex;
    justify-content: center;
}

#betting-table-kladjenje .link-btn {
    display: block;
    border: none !important;
    border-radius: 20px;
    padding: 5px;
    width: 150px;
    background-color:  rgb(230, 73, 70);
    color: white;
    font-weight: bold;
    cursor: pointer;
    box-shadow: inset 0px 19px 9px -11px #ffffff2b, inset 0px -18px 9px -11px #007f2e21, 0px 0px 0px 4px #00000014;
    text-decoration: none;
}

#betting-table-kladjenje .link-btn:hover {
    background-color: rgba(230, 73, 70, 0.9);
}

#template_star_rating {
    padding: 0 5px;

}

#betting-table-kladjenje .terms {
    font-size: 9px;
    font-weight: bold;
    margin-bottom: 0;
color:black!important;
}

#betting-table-kladjenje .betting-table > div:not(:first-child)::before {
    content: '';
    display: block;
    border-left: 1px solid #EFEFF2;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#betting-table-kladjenje .betting-table > div {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

/* Pulsing animation */
@keyframes pulse {
    0% {
        transform: translateX(-50%) rotate(0deg) scale(1);
    }
    50% {
        transform: translateX(-50%) rotate(0deg) scale(1.1);
    }
    100% {
        transform: translateX(-50%) rotate(0deg) scale(1);
    }
}

/* Responsive Styles */
@media (max-width: 800px) {
    .mobile-wrapper-only {
        flex-direction: column;
    }

    #betting-table-kladjenje .betting-table > div:not(:first-child)::before {
        border-left: none;
    }
}

@media (max-width: 670px) {
    #betting-table-kladjenje .betting-table {
        flex-direction: column;
        min-width: 190px;
        height: 280px;
        text-wrap: wrap;
        padding: 10px;
    }
#_bet365rs .bonus-offer{
		font-size:15px;
	}
    #betting-table-kladjenje .wrapper-for-betting {
        display: flex;
        flex-direction: column;
        height: 90%;
        gap: 10px;
    }

    #betting-table-kladjenje .bonus-box-field,
    #betting-table-kladjenje .review,
    .betting-btn-wrapper {
        width: 100%;
    }

    #betting-table-kladjenje .review {
padding-right:0;
    }

    #betting-table-kladjenje {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        white-space: nowrap;
overflow-x:auto;
    }

    #betting-table-kladjenje .terms {
        font-size: 0.4rem;
        font-weight: normal;
    }

    #betting-table-kladjenje .betting-table .betting-btn-wrapper {
        width: 100%;
    }

    #betting-table-kladjenje .new-bookmaker-badge {
        left: 50%;
        width: 55%;
        top: -7px; /* Adjust the space above the title */
        font-size: 10px;
    }

    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
        border: 3px solid #f1f1f1;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
}