* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ebeef3;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


header {
    padding-top: 10px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header-menu-icon {
    width: 24px;
}

.taka {
    width: 100%;
    background-color: #ebeef3;
    padding: 2px 5px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 500;
}

.plus-icon {
    width: 18px !important;
    height: 18px !important;
    background-color: #4bb869 !important;
    color: #fff !important;
    margin: 1px;
    margin-top: 4px;
}

.logo-image {
    width: 80px;
}

.auth-button {
    border-radius: 10px;
    padding: 2px 0px;
    color: #fff;
    font-weight: 500;
}

.auth-button-1 {
    background-color: #488dd2;
}

.auth-button-1:hover {
    background-color: #1f73af;
    transition: 0.3s;
    color: #fff;
}

.auth-button-2 {
    background-color: #4bb76b;
}

.auth-button-2:hover {
    background-color: #4bb869;
    transition: 0.3s;
    color: #fff;
}

.menu-text {
    font-size: 12px;
    ;
}

.menu-link {
    min-width: 20%;
    color: #5784a5;
}

.menu-link.active {
    width: 20%;
    color: #538cc1;
    border-bottom: 3px solid #538cc1;
}


/* .category-name:last-of-type{
    overflow-wrap: break-word;
} */





.cate-menu {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */

}

.cate-menu::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.category-link {
    color: #000;
    font-size: 10px;
    font-weight: 500;
}

.cat-image {
    width: 20px;
    margin-bottom: 5px;
}

.category-data {
    background-color: #fff;
    padding: 7px 0px;
    border-radius: 9px;
    text-align: center;
    margin: 0 auto;
    min-width: 45px;
}

.image-scroll-menu {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.image-scroll-menu::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.image-item {
    flex-shrink: 0;
    text-align: center;
    width: 80px;
}

.image-item img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    /* ইমেজও সেন্টারে থাকবে */
}

.image-item p {
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    color: #000;
    word-wrap: break-word;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 500;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 1.3;
}

.odds-area .image-scroll-menu {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */



    background: #f5f6fa;
    border-radius: 15px 15px 0px 0px;
    padding: 3px 3px;
    border-radius: 15px 15px 0px 0px;
    padding: 3px 3px;
    margin-top: -16px;
    z-index: 9;
}

.odds-area .image-scroll-menu::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.odds-area .image-scroll-menu .nav-status p {
    font-size: 14px;
    margin: 5px 0px 0px 0px;
    color: #000;
    text-align: center;
    /* font-weight: 500; */
    background-color: #ffffff;
    border: 1px solid #aaaaaa54;
    border-radius: 15px;
    padding: 2px 13px;
    text-wrap: nowrap;
    color: #000;
}



.odds-area .image-scroll-menu .nav-status.active p {
    font-size: 14px;
    margin: 5px 0px 0px 0px;
    color: #000;
    text-align: center;
    /* font-weight: 500; */
    background-color: #488dd2;
    border: 1px solid #5386b5;
    border-radius: 15px;
    padding: 2px 13px;
    text-wrap: nowrap;
    color: #fff;
}










.games-lists {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.games-lists {
    background-color: #fff;
    border-radius: 15px;
}

.games-lists .image-item {
    flex-shrink: 0;
    text-align: center;
    width: 50px;
}

.games-lists .image-item img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    /* ইমেজও সেন্টারে থাকবে */
}

.badge-toplive {
    border: 1px solid #488dd2;
    border-radius: 8px;
    color: #488dd2;
    font-size: 12px;
    padding: 1px 5px;
}

.badge-all {
    border-radius: 8px;
    color: #488dd2;
    font-size: 13px;
    padding: 1px 10px;
}

.live-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

.league-icon {
    width: 20px;
}

.league-name {
    font-size: 13px;
    color: #758793;
}

.odi {
    font-size: 12px;
    color: #758793;
}

/*  */

.icon-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    /* মাঝখানে রাখতে চাইলে */
    /* padding: 10px; */
}

.icon-circle {
    width: 26px;
    height: 25px;
    background-color: #548dc426;
    color: #548dc4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.team-name {
    font-size: 13px;
    font-weight: 600;
}

.strake {
    font-size: 14px;
    font-weight: 700;
}

.ood-rate {
    background-color: #ebeef3;
    border-radius: 8px;
    padding: 5px;
    font-size: 12px;
}

.time-shadule {
    font-size: 12px;
    color: #758793;
}

.tournament-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.bottom-menu-link {
    font-size: 12px;
    color: #5381a2;
    font-weight: 600;
}

.bottom-menu-link.active {
    color: #4088d4;
}

.bet-slip-icon {
    margin-top: -40px !important;
}

.league-type {
    font-weight: 600;
    color: #6c8a9f;
}

.league-type:hover {
    font-weight: 600;
    color: #6c8a9f;
}

.league-type-active {
    background-color: #488dd2;
    border-radius: 10px;
    color: #fff;
}

.league-type-active:hover {
    background-color: #488dd2;
    border-radius: 10px;
    color: #fff;
}
