@charset "UTF-8";.headerTop{width:100%;box-shadow:0 1px 10px #00000014;position:fixed;top:0;right:0;z-index:9;transition:width .3s ease}.headerTop .header_main{display:flex;align-items:center;justify-content:space-between;height:65px;padding:0 10px;background:var(--header_bg_color);border-bottom:1px solid color-mix(in srgb,var(--font_default_color) 20%,transparent);position:relative}.headerTop .header_main .aside-toggle{display:flex;align-items:center;justify-content:center;width:25px;height:25px;min-width:25px;border-radius:5px;background:var(--sidebar_icon_box);cursor:pointer;flex-shrink:0;border:none;padding:0}.headerTop .header_main .aside-toggle:hover{background:var(--sidebar_icon_box);opacity:.9}.headerTop .header_main .aside-toggle svg{width:18px;height:auto;flex-shrink:0;color:var(--font_default_color)}.headerTop .header_main .logo_box{display:flex;align-items:center;text-decoration:none;width:65px;margin:0 7px;transition:opacity .3s ease}.headerTop .header_main .logo_box .logo_img{height:100%;width:100%;object-fit:contain}.headerTop .header_main .user_dropdbShow{display:flex;align-items:center;gap:8px;margin-left:auto}.headerTop .header_main .user_dropdbShow .socket-indicator{width:10px;height:10px;margin:0 3px 0 0;border-radius:50%;display:inline-block;cursor:pointer;position:relative;transition:all .3s ease;background:var(--danger-color);box-shadow:0 0 8px color-mix(in srgb,var(--danger-color) 50%,transparent),0 0 18px color-mix(in srgb,var(--danger-color) 20%,transparent)}.headerTop .header_main .user_dropdbShow .socket-indicator:hover{transform:scale(1.15)}.headerTop .header_main .user_dropdbShow .socket-indicator:after{content:"";position:absolute;inset:-1px;border-radius:inherit;animation:socketPulse 1.8s infinite;background:color-mix(in srgb,var(--danger-color) 50%,transparent)}.headerTop .header_main .user_dropdbShow .socket-indicator.active{background:var(--live-text-color);box-shadow:0 0 8px color-mix(in srgb,var(--live-text-color) 50%,transparent),0 0 18px color-mix(in srgb,var(--live-text-color) 20%,transparent)}.headerTop .header_main .user_dropdbShow .socket-indicator.active:after{background:color-mix(in srgb,var(--live-text-color) 50%,transparent)}@keyframes socketPulse{0%{transform:scale(1);opacity:.8}to{transform:scale(2.1);opacity:0}}.headerTop .header_main .user_dropdbShow .ico-search{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--white-color);background:transparent;opacity:.8;border-radius:8px;cursor:pointer;font-size:17px;color:var(--white-color);transition:all .2s ease}.headerTop .header_main .user_dropdbShow .ico-search svg{width:16px;height:16px}.headerTop .header_main .user_dropdbShow .ico-search:hover{background:var(--main-color);color:var(--white-color);opacity:1;transform:scale(1.05)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper{position:relative}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user{display:flex;align-items:center;gap:6px;padding:4px 8px;border:none;border-radius:8px;cursor:pointer;transition:background .2s;background:color-mix(in srgb,var(--gary-color) 20%,transparent);border-bottom:1px solid color-mix(in srgb,var(--main-color) 50%,transparent)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user:hover,.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user.active{background:color-mix(in srgb,var(--main-color) 15%,transparent)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color, transparent)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user .user_name{font-size:11px;font-weight:600;line-height:1.3;color:var(--white-color);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user .user_name .exp{font-size:12px;font-weight:700;line-height:1.3;color:var(--white-color)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user:hover span svg,.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user.active span svg{transform:rotate(180deg)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow{position:absolute;top:calc(100% + 6px);right:0;min-width:260px;background:color-mix(in srgb,var(--sidebar_bg_color) 80%,transparent);border-radius:12px;box-shadow:0 8px 30px color-mix(in srgb,var(--black-color) 20%,transparent);padding:0 0 5px;opacity:0;visibility:hidden;transform:translateY(-10px);backdrop-filter:blur(15px);transition:all .2s ease;z-index:1;border:1px solid var(--cardBg_color)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user{padding:12px;border-radius:8px;background:color-mix(in srgb,var(--gary-color) 10%,transparent);color:var(--white-color);box-sizing:border-box;margin:0 0 8px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .user_name{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid color-mix(in srgb,var(--black-color) 10%,transparent);padding:0 0 9px;margin:0 0 4px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .user_name .user_info{display:flex;align-items:center;gap:10px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .user_name .user_info .user_avatar{width:30px;height:30px;min-width:30px;overflow:hidden}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .user_name .user_info .user_avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .user_name .user_info .user{color:var(--font_default_color);font-weight:700;font-size:14px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .user_name .theme_btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--main-color);background:transparent;opacity:.8;border-radius:8px;cursor:pointer;font-size:17px;color:var(--font_default_color);transition:all .2s ease}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .user_name .theme_btn svg{width:20px;height:20px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .user_name .theme_btn:hover{background:var(--main-color);color:var(--white-color);opacity:1;transform:scale(1.05)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .user_name .theme_btn:active{transform:scale(.95)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .balances{display:flex;flex-direction:column;gap:6px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .balances .balance-row{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;border-radius:6px;background:transparent}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .balances .balance-row .label{font-size:13px;color:var(--font_default_color)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .balances .balance-row .value{font-weight:700;font-size:13px;color:var(--font_default_color)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu_user .balances .balance-row .chips{color:var(--success-color)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu-item{padding:2px 8px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu-item .menu-link{display:flex;align-items:center;gap:5px;padding:10px 12px;font-size:13px;font-weight:700;color:var(--font_default_color);text-decoration:none;border-radius:8px;transition:all .15s ease;cursor:pointer;border:none;background:transparent;width:100%;text-align:left}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu-item .menu-link svg{width:16px;height:16px;opacity:.7}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu-item .menu-link:hover{background:color-mix(in srgb,var(--main-color) 30%,transparent);color:var(--font_default_color)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu-item .menu-link:active{transform:scale(.98)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu-item:last-child .menu-link{color:var(--danger-color)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .menu-item:last-child .menu-link:hover{background:rgba(var(--danger-color-rgb, 220, 53, 69),.1)}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow .separator{height:1px;background:var(--gary-color);margin:8px 16px;opacity:.15}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .menu_dropdbShow.show,.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user.active~.menu_dropdbShow{opacity:1;visibility:visible;transform:translateY(0)}.headerTop .game_box_list{position:absolute;top:7px;left:0;right:0;margin:0 auto;padding:2px;overflow-x:auto;max-width:28%;width:max-content;border-radius:50px;background:linear-gradient(135deg,color-mix(in srgb,var(--sidebar_bg_color) 78%,transparent),color-mix(in srgb,var(--cardBg_color) 38%,transparent));border:1px solid color-mix(in srgb,var(--font_default_color) 12%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);scrollbar-width:none}.headerTop .game_box_list::-webkit-scrollbar{display:none}.headerTop .game_box_list .exchange_game{list-style:none;display:flex;align-items:center;justify-content:center;gap:8px;padding:0;margin:0;flex-wrap:nowrap;min-width:max-content}.headerTop .game_box_list .exchange_game .games-bat{display:flex;align-items:center;gap:8px;padding:10px 14px;min-height:42px;border-radius:999px;text-decoration:none;white-space:nowrap;font-size:13px;font-weight:700;color:var(--font_default_color);cursor:pointer;position:relative;overflow:hidden}.headerTop .game_box_list .exchange_game .games-bat:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,color-mix(in srgb,var(--white-color) 15%,transparent),transparent 40%,color-mix(in srgb,var(--main-color) 15%,transparent));opacity:0;transition:opacity .25s ease;pointer-events:none}.headerTop .game_box_list .exchange_game .games-bat svg{width:18px;height:18px;flex:0 0 auto;position:relative;z-index:1}.headerTop .game_box_list .exchange_game .games-bat:hover{color:var(--main-color);transform:translateY(-1px);border-color:var(--sidebar_border_color)}.headerTop .game_box_list .exchange_game .games-bat:hover:before{opacity:1}.headerTop .game_box_list .exchange_game .games-bat.active{color:var(--white-color);background:var(--main-color)}@media(max-width:992px){.headerTop{width:100%!important}.headerTop .header_main{height:55px}.headerTop .header_main .aside-toggle{display:flex}.headerTop .header_main .logo_box{margin:0 0 0 7px;width:45px}.headerTop .header_main .user_dropdbShow form[role=search] input[type=search]{width:200px}.headerTop .game_box_list{position:fixed;bottom:0;top:auto;width:100%;max-width:100%;padding:4px 4px calc(4px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;backdrop-filter:blur(10px);box-shadow:0 -8px 24px color-mix(in srgb,var(--black-color) 22%,transparent),0 0 18px color-mix(in srgb,var(--main-color) 12%,transparent)}.headerTop .game_box_list .exchange_game{justify-content:space-between;gap:8px}.headerTop .game_box_list .exchange_game .games-bat{flex:1 1 0;justify-content:center;min-width:0}.headerTop .game_box_list .exchange_game .games-bat.active{color:var(--white-color)}}@media(max-width:576px){.headerTop .header_main .user_dropdbShow{gap:6px}.headerTop .header_main .user_dropdbShow form[role=search] input[type=search]{width:140px;font-size:12px;height:30px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user{gap:4px;padding:3px 4px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user img{height:22px;width:22px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user .user_name{font-size:11px}.headerTop .header_main .user_dropdbShow .user_dropdown_wrapper .btn_user .user_name .exp{font-size:10px}.headerTop .game_box_list .exchange_game .games-bat{flex-direction:column;gap:2px;font-size:12px;padding:0 3px;min-height:45px}.headerTop .game_box_list .exchange_game .games-bat svg{width:16px;height:16px}}.sidebar-cover{width:215px;min-height:100vh;height:100vh;overflow:hidden auto;background:var(--sidebar_bg_color);border-right:1px solid color-mix(in srgb,var(--font_default_color) 20%,transparent);transition:width .3s ease;flex-shrink:0;z-index:99;position:fixed;top:65px;left:0}.sidebar-cover .aside-logo{display:none;align-items:flex-start;justify-content:space-between;padding:0 8px;min-height:45px;background:var(--header_bg_color);position:sticky;top:0;gap:8px;z-index:11}.sidebar-cover .aside-logo .logo_box{flex:1;height:auto;display:flex;align-items:center;justify-content:center;margin:0;transition:opacity .2s,width .2s;overflow:hidden;min-height:40px}.sidebar-cover .aside-logo .logo_box .logo_img{max-width:100%;max-height:90px;object-fit:contain;font-size:18px;font-weight:700;color:var(--main-color)}.sidebar-cover .aside-logo .aside-toggle{display:flex;align-items:center;justify-content:center;width:25px;height:25px;min-width:25px;border-radius:5px;background:var(--sidebar_icon_box);cursor:pointer;flex-shrink:0;color:var(--font_default_color);border:none;padding:0;position:absolute;right:5px;top:6px}.sidebar-cover .aside-logo .aside-toggle svg{width:20px;height:auto;flex-shrink:0}.sidebar-cover .aside-menu{flex:1;overflow:hidden;display:flex;flex-direction:column}.sidebar-cover .aside-menu .menu-section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--gary-color);padding:0 6px;opacity:.75}.sidebar-cover .aside-menu .menu-section-body{display:flex;flex-direction:column;gap:5px;margin:10px 5px}.sidebar-cover .aside-menu .menu-section-body .sport-group{border-radius:3px;overflow:hidden}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header{display:flex;align-items:center;justify-content:space-between;padding:6px 7px;cursor:pointer;user-select:none;height:30px;color:var(--font_default_color)}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header:hover{background:color-mix(in srgb,var(--main-color) 20%,transparent)}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header .sport-header-left{display:flex;align-items:center;gap:9px;min-width:0}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header .sport-icon-box{display:flex;align-items:center;justify-content:center;width:18px;height:18px;min-width:18px;flex-shrink:0}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header .sport-label{font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header .sport-header-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header .sport-badge{font-size:11px;font-weight:700;color:var(--main-color);background:color-mix(in srgb,var(--main-color) 20%,var(--white-color));padding:1px 6px;border-radius:99px;min-width:20px;text-align:center}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header .sport-chevron{display:block}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header .sport-chevron.open{transform:rotate(180deg)}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header .sport-chevron svg{width:14px;height:14px}.sidebar-cover .aside-menu .menu-section-body .sport-group.open .sport-header{background:var(--main-color);color:var(--white-color)}.sidebar-cover .aside-menu .menu-section-body .sport-group .sport-tournaments{display:flex;flex-direction:column;background:color-mix(in srgb,var(--main-color) 10%,transparent);border-top:1px solid color-mix(in srgb,var(--main-color) 30%,transparent)}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row{border-bottom:1px solid color-mix(in srgb,var(--main-color) 30%,transparent)}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row:last-child{border-bottom:none}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row .tournament-header{display:flex;align-items:center;gap:6px;padding:8px 12px;cursor:default}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row .tournament-header[role=button]{cursor:pointer}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row .tournament-header[role=button]:hover{background:color-mix(in srgb,var(--main-color) 10%,transparent)}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row .tournament-header .tournament-name{flex:1;font-size:12px;font-weight:600;color:var(--font_default_color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row .tournament-header .tournament-count{font-size:11px;font-weight:700;color:var(--font_default_color);flex-shrink:0}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row .tournament-header .tournament-arrow{display:flex;color:var(--font_default_color);flex-shrink:0}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row .tournament-header .tournament-arrow.open{transform:rotate(180deg)}.sidebar-cover .aside-menu .menu-section-body .sport-group .tournament-row .tournament-header .tournament-arrow svg{width:12px;height:12px}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list{display:flex;flex-direction:column;padding:4px 0 6px 14px;gap:2px;background:color-mix(in srgb,var(--main-color) 10%,transparent)}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link{display:flex;align-items:center;gap:8px;padding:6px 10px 6px 8px;border-radius:7px;text-decoration:none}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link .match-dot{width:5px;height:5px;border-radius:50%;background:var(--gary-color);flex-shrink:0}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link .match-name{font-size:11.5px;line-height:1.3;color:var(--gary-color)}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link .match-name strong{font-size:10.5px;line-height:1.5;font-weight:600;color:var(--gary-color);opacity:.8}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link:hover{background:color-mix(in srgb,var(--main-color) 10%,transparent)}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link:hover .match-dot{background:var(--main-color);transform:scale(1.4)}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link:hover .match-name,.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link:hover .match-name strong{color:var(--font_default_color)}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link.active{background:color-mix(in srgb,var(--main-color) 20%,transparent)}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link.active .match-dot{background:var(--main-color);transform:scale(1.4)}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link.active .match-name{color:var(--main-default-color);font-weight:600}.sidebar-cover .aside-menu .menu-section-body .sport-group .matches-list .match-link.active .match-name strong{color:var(--main-default-color)}.sidebar-cover .aside-menu .menu-section-body .menu-link{display:flex;align-items:center;gap:7px;padding:6px 7px;border-radius:3px;text-decoration:none;color:var(--font_default_color);font-size:13px;font-weight:600}.sidebar-cover .aside-menu .menu-section-body .menu-link .menu-item-icon{width:20px;height:20px;min-width:20px;flex-shrink:0;opacity:.8}.sidebar-cover .aside-menu .menu-section-body .menu-link .menu-item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;color:var(--font_default_color)}.sidebar-cover .aside-menu .menu-section-body .menu-link:hover{background:color-mix(in srgb,var(--main-color) 20%,transparent);color:var(--font_default_color)}.sidebar-cover .aside-menu .menu-section-body .menu-link.active{background:var(--main-color);color:var(--white-color);font-weight:600}.sidebar-overlay{display:none}body[data-sidebar-size=collapsed] .sidebar-cover{width:70px}body[data-sidebar-size=collapsed] .sidebar-cover .aside-logo{padding:0;justify-content:center}body[data-sidebar-size=collapsed] .sidebar-cover .aside-logo .logo_box{opacity:0;width:0;position:absolute;visibility:hidden;margin:0}body[data-sidebar-size=collapsed] .sidebar-cover .aside-logo .aside-toggle{right:20px;top:10px}body[data-sidebar-size=collapsed] .sidebar-cover .aside-menu .menu-section-body .sport-group .sport-header,body[data-sidebar-size=collapsed] .sidebar-cover .aside-menu .menu-section-body .menu-link{justify-content:center}body[data-sidebar-size=default] .sidebar-cover{width:215px}@media(max-width:992px){.sidebar-cover{width:200px;top:0}.sidebar-cover .aside-logo{display:flex}.sidebar-cover .aside-logo .aside-toggle{right:6px;top:7px}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:color-mix(in srgb,var(--app-bg) 80%,transparent);backdrop-filter:blur(2px);z-index:11;transition:opacity .3s ease,visibility .3s ease;pointer-events:none;display:none}body[data-sidebar-size=collapsed] .sidebar-cover{width:200px;transform:translate(-100%)}body[data-sidebar-size=default] .sidebar-overlay{display:block;pointer-events:auto}}@media(max-width:768px){.sidebar-cover{width:180px}.sidebar-cover .aside-logo{min-height:55px;padding:0 6px}.sidebar-cover .aside-logo .logo_box{min-height:35px}.sidebar-cover .aside-logo .aside-toggle{width:28px;height:28px;min-width:28px}.sidebar-cover .aside-logo .aside-toggle span svg{width:16px}}.main-content{width:calc(100% - 215px);float:right;margin:65px 0 0;padding:7px 7px 0;display:flex;flex:1 1;flex-direction:column;transition:all .5s linear;position:relative}.main-content .not_records{font-size:14px;font-weight:600;color:var(--font_default_color);opacity:.6}.main-content .heading-market{width:100%;padding:4px 5px;margin:0 0 2px;display:flex;justify-content:space-between;align-items:center;gap:10px}.main-content .heading-market.heading-market--subpage{margin:0 0 3px;padding:5px 2px;border-bottom:1px solid var(--cardTowBorder_color)}.main-content .heading-market .text-hade{font-size:14px;font-weight:600;color:var(--font_default_color);margin:0}.main-content .heading-market .content-text{flex:1;display:flex;flex-direction:column;gap:0}.main-content .heading-market .content-text-eyebrow{display:flex;align-items:center;flex-wrap:wrap;gap:3px;margin:0;font-size:12px;font-weight:700;color:var(--gary-color);line-height:1.3}.main-content .heading-market .content-text-eyebrow span:first-child{opacity:.7}.main-content .heading-market .content-text-eyebrow .menu-text{font-size:14px;font-weight:700;color:var(--main-default-color)}.main-content .heading-market .content-text-description{margin:0;font-size:12px;font-weight:600;color:var(--gary-color);line-height:1.2;opacity:.7;max-width:620px}.main-content .heading-market .btn_group{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:7px}.main-content .heading-market .btn_group .btn_main{border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600}.main-content .twoFa-container{margin:0;padding:0;display:grid;align-items:start;gap:.8rem;grid-template-columns:65% 1fr;grid-auto-rows:minmax(auto,auto)}.main-content .twoFa-container .status-box{background:color-mix(in srgb,var(--cardBg_color) 70%,transparent);padding:10px;border-radius:6px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:13px}.main-content .twoFa-container .status-box .security_icon{font-size:30px;font-weight:600;width:50px;height:50px;padding:0;border-radius:4px;display:flex;flex-direction:row;justify-content:center;align-items:center}.main-content .twoFa-container .status-box .security_icon.success{background:color-mix(in srgb,var(--success-color) 10%,transparent);color:var(--success-color)}.main-content .twoFa-container .status-box .security_icon.danger{background:color-mix(in srgb,var(--danger-color) 10%,transparent);color:var(--danger-color)}.main-content .twoFa-container .status-box .status_box{display:flex;flex-direction:column;align-items:flex-start}.main-content .twoFa-container .status-box .status_box h3{font-size:19px;font-weight:700;color:var(--font_default_color)}.main-content .twoFa-container .status-box .status_box .status{font-size:14px;font-weight:700;color:var(--font-default-black)}.main-content .twoFa-container .status-box .status_box .status.success{color:var(--success-color)}.main-content .twoFa-container .status-box .status_box .status.danger{color:var(--danger-color)}.main-content .twoFa-container .step{background:color-mix(in srgb,var(--cardBg_color) 70%,transparent);padding:10px;border-radius:6px;margin:8px 0 0}.main-content .twoFa-container .step h4{margin-bottom:.5rem;font-size:15px;font-weight:600;color:var(--font_default_color)}.main-content .twoFa-container .step p{font-size:13px;font-weight:600;color:var(--font_default_color);opacity:.8;line-height:17px;margin:5px 0 6px}.main-content .twoFa-container .step .app-buttons{display:flex;flex-direction:column;gap:.5rem}.main-content .twoFa-container .step .app-buttons .app{display:flex;flex-direction:row;align-items:center;gap:.5rem;border:1px solid var(--input_border_color);padding:7px;border-radius:6px}.main-content .twoFa-container .step .app-buttons .app span{flex:1;font-size:14px;font-weight:600;color:var(--font_default_color);display:flex;flex-direction:row;align-items:center;gap:7px}.main-content .twoFa-container .step .app-buttons .app .icon_app{font-size:18px;font-weight:600;color:var(--main-color);height:auto}.main-content .twoFa-container .step .app-buttons .app button{padding:3px 7px 6px;font-size:13px;font-weight:700;border-radius:4px;color:var(--main-default-color);background:transparent;border:1px solid var(--main-default-color);cursor:pointer}.main-content .twoFa-container .step .app-buttons .app button:hover{background:var(--main-color);color:var(--white-color);border-color:var(--main-color)}.main-content .twoFa-container .step input[type=text]{width:calc(100% - 50px);padding:.5rem;color:var(--font_default_color);background:var(--input_bg_color);border:1px solid var(--input_border_color);border-radius:6px;margin-top:.5rem;font-size:13px;font-weight:600}.main-content .twoFa-container .step .secret-box{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-top:5px}.main-content .twoFa-container .step .secret-box input[type=text]{margin-top:0}.main-content .twoFa-container .step .secret-box.secret-box--codes{padding:3px 2px}.main-content .twoFa-container .step .secret-box.secret-box--codes .recovery-codes{flex:1;display:flex;flex-wrap:wrap;gap:.5rem;align-content:flex-start}.main-content .twoFa-container .step .secret-box.secret-box--codes .recovery-code{padding:.45rem .7rem;border:1px dashed var(--input_border_color);border-radius:6px;background:var(--cardBg_color);font-size:13px;font-weight:600;color:var(--font_default_color);line-height:1.2;letter-spacing:.03em;word-break:break-word}.main-content .twoFa-container .step .secret-box.secret-box--codes .copy-btn{margin-left:0;flex-shrink:0;align-self:flex-start}.main-content .twoFa-container .step .copy-btn{margin-left:.5rem;width:40px;height:40px;padding:.5rem;border:none;background:var(--hadar_icon_box);color:var(--font_default_color);border-radius:6px;cursor:pointer}.main-content .twoFa-container .step .copy-btn:hover{background:var(--main-color);color:var(--white-color)}.main-content .twoFa-container .step .code-inputs{display:flex;flex-direction:row;gap:.5rem;margin:.8rem 0}.main-content .twoFa-container .step .code-inputs input{width:40px;height:40px;text-align:center;font-size:15px;font-weight:600;color:var(--font_default_color);background:var(--input_bg_color);border:1px solid var(--sidebar_border_color);border-radius:6px}.main-content .twoFa-container .step .enable-btn{padding:.6rem 1.5rem;border:none;background:var(--main-color);border-radius:6px;font-size:14px;font-weight:600;color:var(--white-color);cursor:pointer}.main-content .twoFa-container .step .enable-btn.success{background:var(--success-color)}.main-content .twoFa-container .step .enable-btn.danger{background:var(--danger-color)}.main-content .twoFa-container .step .enable-btn:hover{opacity:.8}.main-content .twoFa-container .mobile_towFa{display:none}.main-content .twoFa-container .desktop_towFa{display:block}.main-content .twoFa-container .twoFa-right{background:color-mix(in srgb,var(--cardBg_color) 70%,transparent);padding:10px;border-radius:6px;text-align:center}.main-content .twoFa-container .twoFa-right .qr-box{margin:1rem auto;padding:1rem;border:1px solid var(--cardBorder_color);border-radius:8px;display:inline-block;width:230px;height:230px}.main-content .twoFa-container .twoFa-right .qr-box img{width:100%}.main-content .twoFa-container .twoFa-right p{font-size:.9rem;font-weight:600;color:var(--font_default_color);opacity:.7}.main-content .live-casino-section{background:var(--cardBg_color);border:1px solid color-mix(in srgb,var(--gary-color) 20%,transparent);border-radius:5px;padding:0;overflow:hidden;position:relative}.main-content .live-casino-section .live-casino-heading{background:color-mix(in srgb,var(--main-color) 10%,transparent);border-bottom:1px solid color-mix(in srgb,var(--gary-color) 10%,transparent);display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 6px 0 0;border-radius:0;margin:0;cursor:pointer}.main-content .live-casino-section .live-casino-heading .heading_events-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:var(--main-default-color);flex:0 0 auto}.main-content .live-casino-section .live-casino-heading .sport-events-title{width:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;font-weight:700;color:var(--main-default-color);margin:0;padding:5px 10px;text-transform:uppercase;flex:1;text-align:left;cursor:pointer}.main-content .live-casino-section .live-casino-heading .sport-events-title .sport-events-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;margin-left:8px;padding:0 7px;border-radius:50px;background:color-mix(in srgb,var(--main-color) 16%,transparent);color:var(--main-default-color);font-size:11px;font-weight:800;line-height:1}.main-content .live-casino-section .live-casino-heading:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.main-content .live-casino-section .liveGame{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;padding:10px}.main-content .live-casino-section .liveGame .casino-img{width:100%;display:block;transition:filter .3s ease,opacity .3s ease}.main-content .live-casino-section .liveGame .casino-img.loading{filter:blur(12px);opacity:.7}.main-content .live-casino-section .liveGame .game_image{position:relative;overflow:hidden;border-radius:5px;min-height:100px;background:var(--cardTowBg_color)}.main-content .live-casino-section .liveGame .game_image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.main-content .live-casino-section .liveGame .game_image .casino-hover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--main-color) 20%,transparent);opacity:0;transition:opacity .2s ease}.main-content .live-casino-section .liveGame .game_image:hover img,.main-content .live-casino-section .liveGame .game_image:focus-visible img{transform:scale(1.05)}.main-content .live-casino-section .liveGame .game_image:hover .casino-hover,.main-content .live-casino-section .liveGame .game_image:focus-visible .casino-hover{opacity:1}.main-content .live-casino-section .liveGame .game_image .casino-hover-icon{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--main-color);color:var(--white-color)}.main-content .de_box_img{width:100%;border-radius:8px;margin:10px 0;height:auto;overflow:hidden}.main-content .de_box_img img{width:100%;height:auto;object-fit:cover}.filter_tableBox{width:100%;display:block;margin:2px 0 6px;padding:1px 8px 5px;border-radius:5px;position:relative;background:var(--cardBg_color)}.filter_tableBox .filter_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;align-items:end}.filter_tableBox input:disabled{background-color:var(--disabled_box)!important;color:var(--font_default_color)!important;cursor:not-allowed;opacity:1!important;-webkit-text-fill-color:var(var(--font_default_color))!important}.filter_tableBox .input_control{position:relative;margin:0 0 2px;padding:0}.filter_tableBox .input_control .form-label{margin-bottom:2px;font-size:12px;font-weight:600;color:var(--gary-color)}.filter_tableBox .input_control .form-control{background-color:var(--input_bg_color);border-color:var(--input_border_color);color:var(--font_default_color);transition:color .2s ease,background-color .2s ease;font-size:13px;font-weight:600;height:2.2rem;appearance:auto}.filter_tableBox .input_control .inputError{position:absolute;font-size:9px;font-weight:600;color:var(--danger-color);right:0;bottom:-12px;white-space:pre;overflow:hidden;text-overflow:ellipsis;width:100%}.filter_tableBox .input_control .inputError.font-blue{color:var(--blue-color)}.filter_tableBox .input_control .chatbot_group{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:9px;margin:3px 0 2px}.filter_tableBox .btn_box{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;margin:0 0 4px}.filter_tableBox .btn_box .btn_submit,.filter_tableBox .btn_box .btn_clear{padding:0 6px;font-size:13px;font-weight:600;height:2.2rem;width:100%;border-radius:5px;border:none;cursor:pointer;transition:all .25s ease-in-out;position:relative;text-transform:capitalize;overflow:hidden}.filter_tableBox .btn_box .btn_submit:disabled,.filter_tableBox .btn_box .btn_clear:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.filter_tableBox .btn_box .btn_submit{background:var(--main-color);color:var(--white-color)}.filter_tableBox .btn_box .btn_submit:hover{transform:translateY(-2px)}.filter_tableBox .btn_box .btn_clear{background:transparent;border:1px solid var(--gary-color);color:var(--gary-color)}.filter_tableBox .btn_box .btn_clear:hover{color:var(--danger-color)}.filter_tableBox.filters{display:flex;align-items:center;padding:5px 8px;gap:8px}.filter_tableBox.filters .input_control .form-control{width:220px;padding:5px 4px}.filter_tableBox.filters .btn_box{gap:4px}.filter_tableBox.filters .btn_box .btn_submit{width:auto}.filter_tableBox.filters .btn_box .btn_submit.active{background:var(--primary-btn-color)}.card-body{background:var(--cardBg_color);position:relative;padding:3px 5px;border-radius:5px}body[data-sidebar-size=collapsed] .main-content{width:calc(100% - 70px)}.tab-menu-sport{width:100%;display:block;position:relative}.tab-menu-sport .march-heading{display:block;width:100%;margin:0;padding:0}.tab-menu-sport .march-heading h2{font-size:14px;font-weight:700;color:var(--font_default_color);letter-spacing:.01em;text-transform:capitalize;margin:0 0 6px;padding:0}.tab-menu-sport .march-heading h2 .sport-events-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;margin-left:8px;padding:0 7px;border-radius:999px;background:color-mix(in srgb,var(--main-color) 16%,transparent);color:var(--main-default-color);font-size:11px;font-weight:800;line-height:1}.tab-menu-sport .box-sport{background:linear-gradient(90deg,var(--cardBg_color) 0%,color-mix(in srgb,var(--cardBg_color) 20%,transparent) 100%);border:1px solid color-mix(in srgb,var(--gary-color) 20%,transparent);border-radius:5px;padding:0;overflow:hidden;position:relative}.tab-menu-sport .box-sport .custom-tabs-shell .tab_bottle{padding:0 0 2px;border-radius:0}.tab-menu-sport .box-sport .custom-tabs-shell .tab_bottle .custom-tabs-nav{border:none;padding:5px}.tab-menu-sport .box-sport .heading_events-title{background:linear-gradient(90deg,color-mix(in srgb,var(--main-color) 10%,transparent),color-mix(in srgb,var(--cardBg_color) 20%,transparent));border-bottom:1px solid var(--cardTowBorder_color);display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 6px 0 0;border-radius:0;margin:0;cursor:pointer}.tab-menu-sport .box-sport .heading_events-title .heading_events-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:var(--main-default-color);flex:0 0 auto}.tab-menu-sport .box-sport .heading_events-title .sport-events-title{width:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;font-weight:700;color:var(--main-default-color);margin:0;padding:5px 10px;text-transform:uppercase;flex:1;text-align:left;cursor:pointer}.tab-menu-sport .box-sport .heading_events-title .sport-events-title .sport-events-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;margin-left:8px;padding:0 7px;border-radius:50px;background:color-mix(in srgb,var(--main-color) 16%,transparent);color:var(--main-default-color);font-size:11px;font-weight:800;line-height:1}.tab-menu-sport .box-sport .heading_events-title:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.tab-menu-sport .box-sport .sport-events-main{display:block;width:100%;position:relative}.tab-menu-sport .box-sport .sport-events-main .mach-price-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;border-bottom:1px solid var(--cardTowBorder_color)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card:hover{border-color:var(--main-color)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card{border-radius:0;overflow:hidden;margin:0;cursor:pointer}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card{display:flex;justify-content:space-between;align-items:center;gap:5px;padding:9px 6px;margin:0;width:100%}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer;margin:0;width:52%}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .mach_icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;height:26px;width:26px;background:color-mix(in srgb,var(--font_default_color) 10%,transparent);color:var(--font_default_color);font-size:11px;font-weight:800;text-transform:uppercase;text-align:center;border-radius:50%;margin:0}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .tournament_match_text{margin:0;padding:0 0 0 5px;line-height:1.3;flex:1;min-width:0}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .tournament_match_text .mach_name{font-size:13px;font-weight:700;color:var(--font_default_color);line-height:1.4;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin:0 0 4px;padding:0}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .tournament_match_text .event_live{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:3px;line-height:1.4;width:100%;min-width:0;margin:0}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .tournament_match_text .event_live .live_match{display:inline-flex;align-items:center;gap:2px;color:var(--live-text-color);font-size:9px;font-weight:700;letter-spacing:.2px}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .tournament_match_text .event_live .live_match .live_dot{width:5px;height:5px;border-radius:50%;background:var(--live-text-color);animation:livePulse 1.5s infinite}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .tournament_match_text .event_live .date_text{font-size:12px;font-weight:600;color:var(--font_default_color);line-height:1.3;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;opacity:.7;margin:0;padding:0;flex:1;min-width:0;display:block}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .tournament_match_text .event_live .date_text .icon_box{width:17px;height:15px;margin:-2px 0 0}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price{width:48%;display:inline-block;margin:0;cursor:pointer}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;list-style:none;margin:0;padding:0;gap:6px}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li{flex-direction:row;justify-content:space-around;align-items:center;display:inline-flex;padding:0;width:100%;margin:0}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p{display:flex;flex-direction:column;justify-content:center;align-items:center;height:2.1rem;width:50%;padding:2px 0;margin:0 2px;font-size:14px;font-weight:700;line-height:1.2;color:var(--black-color);text-align:center;border-radius:3px;cursor:pointer}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-back-lightest{background-color:color-mix(in srgb,var(--match-back-medium) 50%,transparent)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-back-lightest:hover{background:var(--match-back-dark)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-back-light{background-color:color-mix(in srgb,var(--match-back-medium) 60%,transparent)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-back-light:hover{background:var(--match-back-dark)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-back-medium{background:linear-gradient(135deg,var(--match-back-dark),var(--match-back-medium))}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-back-medium:hover{background:linear-gradient(135deg,var(--match-back-medium),var(--match-back-dark))}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-lay-medium{background:linear-gradient(135deg,var(--match-lay-dark),var(--match-lay-medium))}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-lay-medium:hover{background:linear-gradient(135deg,var(--match-lay-medium),var(--match-lay-dark))}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-lay-lightest{background-color:color-mix(in srgb,var(--match-lay-medium) 50%,transparent)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-lay-lightest:hover{background:var(--match-lay-dark)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-lay-light{background-color:color-mix(in srgb,var(--match-lay-medium) 60%,transparent)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.match-lay-light:hover{background:var(--match-lay-dark)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p.disabled_sport{opacity:.2}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p{transition:transform .2s ease,background-color .2s ease}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p:hover{transform:translateY(-1px)}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p p{font-size:13px;font-weight:700;color:var(--black-color);line-height:1.1;float:left;width:100%;margin:0}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p span{font-size:10px;font-weight:600;color:var(--black-color);line-height:1.2;display:inline-block;width:100%;margin:0;opacity:.8}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .line-symbol-main{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:3px;color:color-mix(in srgb,var(--font_default_color) 70%,transparent);font-size:10px;font-weight:600}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .line-symbol-main .cuter_text{background:color-mix(in srgb,var(--main-default-color) 10%,var(--cardBg_color));color:var(--main-color);border:none;font-size:11px;font-weight:800;line-height:1.2;text-transform:uppercase;text-align:center;border-radius:8px;margin:0;padding:2px 4px;display:flex;justify-content:center;align-items:center}.tab-menu-sport .box-sport .sport-view-more{display:flex;justify-content:flex-end;align-items:center;margin:6px 0 0;padding:0 0 5px;height:1.6rem}.tab-menu-sport .box-sport .sport-view-more .btn_view_more{padding:0 5px;color:var(--main-color);font-size:13px;font-weight:800;line-height:1.1}.tab-menu-sport .box-sport .sport-view-more .btn_view_more svg{width:14px;height:14px;margin:0 0 0 4px}.tab-menu-sport .box-sport .sport-view-more .btn_view_more:hover{color:var(--font_default_color)}.tab-menu-sport .sport_banner{width:100%;display:block;position:relative}.tab-menu-sport .sport_banner .image_sport{width:100%;object-fit:fill}.market_detail{display:block}.market_detail .market-analysis-mani{width:calc(100% - 475px);float:none}.market_detail .market-analysis-mani .match-details-tabs{display:none}.market_detail .market-analysis-mani .market_card{width:100%;display:block;position:relative}.market_detail .market-analysis-mani .market_card .match-heading-name{background:var(--cardBg_color);border-radius:5px;padding:0 7px;position:relative;display:flex;justify-content:space-between;align-items:center;height:2.5rem;margin:0 0 6px}.market_detail .market-analysis-mani .market_card .match-heading-name .mach_name{font-size:12px;font-weight:800;color:var(--font_default_color);line-height:1.2;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;text-transform:capitalize;margin:0;padding:0 0 3px;flex:1;min-width:0;width:100%}.market_detail .market-analysis-mani .market_card .match-heading-name .mach_name .live_match{display:inline-flex;align-items:center;gap:2px;color:var(--live-text-color);font-size:9px;font-weight:700;letter-spacing:.2px}.market_detail .market-analysis-mani .market_card .match-heading-name .mach_name .live_match .live_dot{width:5px;height:5px;border-radius:50%;background:var(--live-text-color);animation:livePulse 1.5s infinite}@keyframes livePulse{0%{transform:scale(1)}to{transform:scale(1.5)}}.market_detail .market-analysis-mani .market_card .match-heading-name p{font-size:12px;font-weight:800;color:var(--font_default_color);line-height:.9;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0;padding:0;min-width:0;display:block;text-align:right}.market_detail .market-analysis-mani .market_card .match-heading-name p span{line-height:1.1}.market_detail .market-analysis-mani .market_card .match-heading-name p .icon_box{width:18px;height:15px}.market_detail .market-analysis-mani .answer_mach{background:var(--cardBg_color);border:1px solid var(--cardTowBorder_color);box-shadow:1px 1px 4px color-mix(in srgb,var(--font_default_color) 10%,transparent);position:relative;margin:0 0 8px;border-radius:6px}.market_detail .market-analysis-mani .answer_mach .heading_events-title{border:none;width:100%;display:flex;justify-content:space-between;align-items:center;height:2.1rem;padding:0 5px;border-radius:5px;background:color-mix(in srgb,var(--main-default-color) 8%,transparent)}.market_detail .market-analysis-mani .answer_mach .heading_events-title .heading_left{display:flex;align-items:center;gap:5px}.market_detail .market-analysis-mani .answer_mach .heading_events-title .events-title-text{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:12px;font-weight:800;color:var(--main-default-color);width:auto;margin:0;text-transform:capitalize;padding:0 5px;gap:5px;position:relative;z-index:1;flex:1}.market_detail .market-analysis-mani .answer_mach .heading_events-title .heading_right{display:flex;align-items:center;gap:5px}.market_detail .market-analysis-mani .answer_mach .heading_events-title .heading_events-minmax{flex:0 0 auto;display:inline-flex;align-items:center}.market_detail .market-analysis-mani .answer_mach .heading_events-title .heading_events-minmax .minmax_box{position:relative;z-index:1;line-height:0}.market_detail .market-analysis-mani .answer_mach .heading_events-title .heading_events-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:var(--main-default-color);flex:0 0 auto}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0;border-bottom:1px solid var(--cardTowBorder_color);padding:2px 1px;position:relative;height:2.5rem}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main.match-massage-card{height:auto;border:none}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main.match-massage-card .match-massage{font-size:11px;font-weight:600;line-height:1.1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;text-align:end;text-transform:capitalize;color:var(--danger-color);margin:0;padding:0 5px 0 0;width:100%}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-font{padding-top:19px!important}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-name-box{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:50%;padding:0 6px;margin:0}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-name-box p{font-size:12px;font-weight:700;color:var(--font_default_color);line-height:1.3;text-transform:capitalize}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-name-box span{font-size:11px;font-weight:700;line-height:1.2;margin:0;color:var(--font_default_color)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price{float:right;margin:0 2px;padding:0;width:50%;position:relative}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price ul{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3px;list-style:none;margin:0;padding:0;width:100%}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1px;padding:0;float:left;width:50%}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li.line-market-width{width:70%}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first{width:50%;float:left;padding:0 1px}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box{display:flex;flex-direction:column;justify-content:center;align-items:center;height:2.1rem;width:100%;padding:0;margin:0;font-size:14px;font-weight:700;line-height:1.2;color:var(--black-color);text-align:center;border-radius:3px;cursor:pointer}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-back-lightest{background-color:color-mix(in srgb,var(--match-back-medium) 50%,transparent)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-back-lightest:hover{background:var(--match-back-dark)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-back-light{background-color:color-mix(in srgb,var(--match-back-medium) 60%,transparent)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-back-light:hover{background:var(--match-back-dark)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-back-medium{background:linear-gradient(135deg,var(--match-back-dark),var(--match-back-medium))}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-back-medium:hover{background:linear-gradient(135deg,var(--match-back-medium),var(--match-back-dark))}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-lay-medium{background:linear-gradient(135deg,var(--match-lay-dark),var(--match-lay-medium))}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-lay-medium:hover{background:linear-gradient(135deg,var(--match-lay-medium),var(--match-lay-dark))}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-lay-lightest{background-color:color-mix(in srgb,var(--match-lay-medium) 50%,transparent)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-lay-lightest:hover{background:var(--match-lay-dark)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-lay-light{background-color:color-mix(in srgb,var(--match-lay-medium) 60%,transparent)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.match-lay-light:hover{background:var(--match-lay-dark)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box.disabled_sport{opacity:.2}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box{transition:transform .2s ease,background-color .2s ease}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box:hover{transform:translateY(-1px)}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box p{font-size:13px;font-weight:700;color:var(--black-color);line-height:1.1;float:left;width:100%;margin:0}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box span{font-size:10px;font-weight:600;color:var(--black-color);line-height:1.2;display:inline-block;width:100%;margin:0;opacity:.8}.market_detail .market-analysis-mani .answer_mach .back_and_lay-box{height:auto!important}.market_detail .market-analysis-mani .answer_mach .back_and_lay-box .match-team-name-box{overflow:hidden}.market_detail .market-analysis-mani .answer_mach .back_and_lay-box .match-team-price li{visibility:hidden}.market_detail .market-analysis-mani .answer_mach .back_and_lay-box .match-team-price li:nth-child(2){visibility:visible}.market_detail .market-analysis-mani .answer_mach .back_and_lay-box .match-team-price li .match-price-first .match-price-box{height:22px;border-radius:10px 2px 2px}.market_detail .market-analysis-mani .answer_mach .back_and_lay-box .match-team-price li .match-price-first .match-price-box p{margin:0;padding:0}.market_detail .market-analysis-mani .answer_mach .back_and_lay-box .match-team-price li .match-price-first:last-child .match-price-box{border-radius:2px 10px 2px 2px}.market_detail .market-analysis-mani .answer_mach .odi-market-binary{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0;border-bottom:1px solid var(--cardTowBorder_color);padding:2px 1px;position:relative;height:2.5rem}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2px;border:none;min-height:2rem;width:100%;border-right:1px solid var(--cardTowBorder_color);padding:2px 5px}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option:last-child{border-right:none}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .special-market-label{font-size:12px;font-weight:700;color:var(--font_default_color);line-height:1.3;width:75%;padding:0;margin:0}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price{float:right;margin:0;padding:0;width:25%;position:relative}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box{display:flex;flex-direction:column;justify-content:center;align-items:center;height:2.1rem;width:100%;padding:2px 0;margin:0 2px;font-size:14px;font-weight:700;line-height:1.2;color:var(--black-color);text-align:center;border-radius:3px;cursor:pointer}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-back-lightest{background-color:color-mix(in srgb,var(--match-back-medium) 50%,transparent)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-back-lightest:hover{background:var(--match-back-dark)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-back-light{background-color:color-mix(in srgb,var(--match-back-medium) 60%,transparent)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-back-light:hover{background:var(--match-back-dark)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-back-medium{background:linear-gradient(135deg,var(--match-back-dark),var(--match-back-medium))}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-back-medium:hover{background:linear-gradient(135deg,var(--match-back-medium),var(--match-back-dark))}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-lay-medium{background:linear-gradient(135deg,var(--match-lay-dark),var(--match-lay-medium))}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-lay-medium:hover{background:linear-gradient(135deg,var(--match-lay-medium),var(--match-lay-dark))}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-lay-lightest{background-color:color-mix(in srgb,var(--match-lay-medium) 50%,transparent)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-lay-lightest:hover{background:var(--match-lay-dark)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-lay-light{background-color:color-mix(in srgb,var(--match-lay-medium) 60%,transparent)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.match-lay-light:hover{background:var(--match-lay-dark)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box.disabled_sport{opacity:.2}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box{transition:transform .2s ease,background-color .2s ease}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box:hover{transform:translateY(-1px)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box p{font-size:13px;font-weight:700;color:var(--black-color);line-height:1.1;float:left;width:100%;margin:0}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price .match-price-box span{font-size:10px;font-weight:600;color:var(--black-color);line-height:1.2;display:inline-block;width:100%;margin:0;opacity:.8}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:3px;width:100%;padding:6px 4px}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball{display:flex;flex-direction:column;justify-content:center;align-items:center;height:42px;width:42px;padding:2px 0;margin:0 2px;font-size:14px;font-weight:700;line-height:1.2;color:var(--black-color);text-align:center;border-radius:3px;cursor:pointer}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-back-lightest{background-color:color-mix(in srgb,var(--match-back-medium) 50%,transparent)}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-back-lightest:hover{background:var(--match-back-dark)}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-back-light{background-color:color-mix(in srgb,var(--match-back-medium) 60%,transparent)}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-back-light:hover{background:var(--match-back-dark)}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-back-medium{background:linear-gradient(135deg,var(--match-back-dark),var(--match-back-medium))}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-back-medium:hover{background:linear-gradient(135deg,var(--match-back-medium),var(--match-back-dark))}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-lay-medium{background:linear-gradient(135deg,var(--match-lay-dark),var(--match-lay-medium))}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-lay-medium:hover{background:linear-gradient(135deg,var(--match-lay-medium),var(--match-lay-dark))}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-lay-lightest{background-color:color-mix(in srgb,var(--match-lay-medium) 50%,transparent)}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-lay-lightest:hover{background:var(--match-lay-dark)}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-lay-light{background-color:color-mix(in srgb,var(--match-lay-medium) 60%,transparent)}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.match-lay-light:hover{background:var(--match-lay-dark)}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball.disabled_sport{opacity:.2}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball{transition:transform .2s ease,background-color .2s ease}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball:hover{transform:translateY(-1px)}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball p{font-size:13px;font-weight:700;color:var(--black-color);line-height:1.1;float:left;width:100%;margin:0}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball span{font-size:10px;font-weight:600;color:var(--black-color);line-height:1.2;display:inline-block;width:100%;margin:0;opacity:.8}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;border:none;border-radius:50%}.market_detail .market-analysis-mani .answer_mach .lottery-market-binary .special-market-ball p{font-size:14px;font-weight:800;color:var(--black-color);line-height:1.2;margin:0;padding:0}.market_detail .market-analysis-mani .mach-fancy-box{margin:8px 0;padding:0;display:block;background:var(--cardBg_color);border-radius:5px}.market_detail .market-analysis-mani .mach-fancy-box .heading_fancy-title{width:100%;border-radius:5px;display:flex;justify-content:space-between;align-items:center;height:2.1rem;padding:0 5px;margin:0}.market_detail .market-analysis-mani .mach-fancy-box .heading_fancy-title p{font-size:12px;font-weight:800;line-height:1.2;color:var(--main-default-color);text-transform:capitalize;position:relative;z-index:1}.market_detail .market-analysis-mani .mach-fancy-box .heading_fancy-title .heading_events-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:var(--main-default-color);flex:0 0 auto}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card{background:var(--cardBg_color);position:relative;width:100%;display:inline-block;margin:0 0 6px}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0;border-bottom:1px solid var(--cardTowBorder_color);padding:3px;height:2.5rem;position:relative}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card.yes-no-card{height:1.5rem!important}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card.yes-no-card .responsive-show-yes-no{margin:0!important;padding:0!important;height:1.7rem!important}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card.yes-no-card .responsive-show-yes-no .back-lay-text{font-size:14px;font-weight:600;color:var(--font_default_color)!important;margin:0!important;text-transform:capitalize}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card.match-massage-card{height:auto;border:none}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card.match-massage-card .match-massage{font-size:11px;font-weight:600;line-height:1.1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;text-align:end;text-transform:capitalize;color:var(--danger-color);margin:0;padding:0 5px 0 0;width:100%}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;margin:0;padding:0 4px;width:50%}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .match_name{display:block;line-height:.8}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .match-team-font{font-size:12px;font-weight:700;color:var(--font_default_color);line-height:1.3;text-transform:capitalize}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main strong{font-size:11px;font-weight:600;color:var(--font_default_color);margin:0}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .minmax_box_yes_no{position:relative;z-index:1;position:absolute;right:0;top:0}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .minmax_box_yes_no .match-bet-box-min{right:0;top:7px;display:block}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .minmax_box_yes_no .match-bet-box-min p{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price{float:right;margin:0;width:50%}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price ul{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;list-style:none;margin:0 auto;padding:0;width:35%}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;padding:0;float:left;width:100%}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box{display:flex;flex-direction:column;justify-content:center;align-items:center;height:2.1rem;width:100%;padding:0;margin:0;font-size:14px;font-weight:700;line-height:1.2;color:var(--black-color);text-align:center;border-radius:3px;cursor:pointer}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-back-lightest{background-color:color-mix(in srgb,var(--match-back-medium) 50%,transparent)}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-back-lightest:hover{background:var(--match-back-dark)}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-back-light{background-color:color-mix(in srgb,var(--match-back-medium) 60%,transparent)}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-back-light:hover{background:var(--match-back-dark)}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-back-medium{background:linear-gradient(135deg,var(--match-back-dark),var(--match-back-medium))}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-back-medium:hover{background:linear-gradient(135deg,var(--match-back-medium),var(--match-back-dark))}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-lay-medium{background:linear-gradient(135deg,var(--match-lay-dark),var(--match-lay-medium))}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-lay-medium:hover{background:linear-gradient(135deg,var(--match-lay-medium),var(--match-lay-dark))}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-lay-lightest{background-color:color-mix(in srgb,var(--match-lay-medium) 50%,transparent)}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-lay-lightest:hover{background:var(--match-lay-dark)}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-lay-light{background-color:color-mix(in srgb,var(--match-lay-medium) 60%,transparent)}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.match-lay-light:hover{background:var(--match-lay-dark)}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box.disabled_sport{opacity:.2}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box{transition:transform .2s ease,background-color .2s ease}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box:hover{transform:translateY(-1px)}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box p{font-size:13px;font-weight:700;color:var(--black-color);line-height:1.1;float:left;width:100%;margin:0}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price .line-market-width .match-price-box span{font-size:10px;font-weight:600;color:var(--black-color);line-height:1.2;display:inline-block;width:100%;margin:0;opacity:.8}.market_detail .market-analysis-mani .btn_box{display:flex;align-items:center;gap:3px}.market_detail .market-analysis-mani .btn_box .btn-prev{background:var(--cardBg_color);color:var(--alertText-color);border:1px solid var(--alertText-color);padding:1px 6px;border-radius:4px;font-size:14px;line-height:1.2;font-weight:600;cursor:pointer;transition:all .2s ease}.market_detail .market-analysis-mani .btn_box .btn-prev:hover{transform:translateY(-1px);background:var(--alertText-color);color:var(--white-color)}.market_detail .market-analysis-mani .market_suspend{transition:visibility .2s ease 0s;position:relative}.market_detail .market-analysis-mani .market_suspend:after{content:"Suspended";position:absolute;top:0;right:0;left:0;width:100%;height:100%;background:var(--market_bog_suspend);backdrop-filter:blur(1.3px);color:var(--white-color);font-weight:800;font-size:11px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;border-radius:5px;cursor:no-drop}.market_detail .market-analysis-mani .market_ballStart{transition:visibility .2s ease 0s;position:relative}.market_detail .market-analysis-mani .market_ballStart:after{content:"ballStart";position:absolute;top:0;right:0;left:0;width:100%;height:100%;background:var(--market_bog_suspend);backdrop-filter:blur(1.3px);color:var(--white-color);font-weight:800;font-size:11px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;border-radius:5px;cursor:no-drop}.market_detail .matched-bet-card{position:fixed;top:73px;right:0;width:465px;padding:0;margin:0 10px}.market_detail .matched-bet-card .heading-name{background:var(--cardBg_color);border-radius:5px;padding:10px 5px;position:relative;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--cardBorder_color);height:2.5rem;margin:0 0 5px}.market_detail .matched-bet-card .heading-name .mach_name{font-size:13px;font-weight:800;color:var(--main-default-color);display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:0;padding:0 0 0 3px}.market_detail .matched-bet-card .tv-box-card{width:100%}.market_detail .matched-bet-card .tv-box-card .tv-toggle{border:0;background:transparent;padding:0;display:flex;flex-direction:row;justify-content:center;align-items:center}.market_detail .matched-bet-card .tv-box-card .tv-icon{color:var(--font_default_color);cursor:pointer}.market_detail .matched-bet-card .tv-box-card .tv-box{display:none;height:12.5rem;width:100%;transition:all .5s linear}.market_detail .matched-bet-card .tv-box-card .tv-box.show{display:block}.market_detail .matched-bet-card .tv-box-card .tv-box img{width:100%}.market_detail .matched-bet-card .matched_betList{margin-top:8px;border:1px solid var(--cardBorder_color);border-radius:10px;overflow:hidden;background:var(--cardBg_color)}.market_detail .matched-bet-card .matched_betList .heading-name{margin:0;height:auto;min-height:1.8rem;padding:8px 10px;gap:10px;align-items:flex-start;border-bottom:1px solid var(--cardTowBorder_color)}.market_detail .matched-bet-card .matched_betList .heading-name .mach_name{font-size:13px;font-weight:800;color:var(--main-default-color);margin:1px 0 0;padding:0;white-space:nowrap}.market_detail .matched-bet-card .matched_betList .heading-name .cuter{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-left:auto}.market_detail .matched-bet-card .matched_betList .heading-name .cuter span{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;border:1px solid var(--cardTowBorder_color);background:color-mix(in srgb,var(--main-default-color) 6%,transparent);color:var(--font_default_color);font-size:11px;font-weight:700;line-height:1.1;white-space:nowrap;cursor:pointer}.market_detail .matched-bet-card .matched_betList .table-responsive{margin:0;max-height:calc(100vh - 200px);overflow-y:auto;overflow-x:auto;background:transparent;padding:0}.market_detail .matched-bet-card .matched_betList .report-card-box thead{z-index:111}.market_detail .matched-bet-card .matched_betList .report-card-box thead tr th{background:var(--table-th_bg_color);border-color:var(--table-td_border-color);font-size:12px;text-transform:uppercase;letter-spacing:.02em}.market_detail .matched-bet-card .matched_betList .report-card-box tbody tr{transition:background-color .2s ease,transform .2s ease}.market_detail .matched-bet-card .matched_betList .report-card-box tbody tr td{padding:4px 6px;font-weight:600;line-height:1.2;vertical-align:middle;background:transparent;border-color:transparent}.market_detail .matched-bet-card .matched_betList .report-card-box tbody tr:hover{transform:translateY(-1px)}.market_detail .matched-bet-card .matched_betList .report-card-box .matched-runner-back-detail{background:color-mix(in srgb,var(--match-back-lightest) 14%,transparent)}.market_detail .matched-bet-card .matched_betList .report-card-box .matched-runner-back-detail td:first-child{border-left:3px solid var(--match-back-dark)}.market_detail .matched-bet-card .matched_betList .report-card-box .matched-runner-back-detail .event-bet{background:color-mix(in srgb,var(--match-back-lightest) 14%,var(--cardBg_color))}.market_detail .matched-bet-card .matched_betList .report-card-box .matched-runner-lay-detail{background:color-mix(in srgb,var(--match-lay-lightest) 14%,transparent)}.market_detail .matched-bet-card .matched_betList .report-card-box .matched-runner-lay-detail td:first-child{border-left:3px solid var(--match-lay-medium)}.market_detail .matched-bet-card .matched_betList .report-card-box .matched-runner-lay-detail .event-bet{background:color-mix(in srgb,var(--match-lay-lightest) 14%,var(--cardBg_color))}.market_detail .matched-bet-card .matched_betList .report-card-box .event_name{width:100%;font-size:13px;font-weight:600;line-height:1.2;display:block;color:var(--font-default-black)}.market_detail .matched-bet-card .matched_betList .report-card-box .bet-list-span{color:var(--font-default-black);font-size:11px;font-weight:600;line-height:1.2;opacity:.8}.market_detail .matched-bet-card .matched_betList .report-card-box .event-bet{position:sticky;right:0;padding:0;z-index:11}.market_detail .matched-bet-card .matched_betList .report-card-box .event-bet.hadar-box{background:var(--table-th_bg_color)}.market_detail .matched-bet-card .matched_betList .report-card-box .event-bet.hadar-box .event_text{color:var(--white-color)}.market_detail .matched-bet-card .matched_betList .report-card-box .event-bet .event_text{display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--font_default_color)}.market_detail .matched-bet-card .matched_betList .report-card-box .event-bet .event_text span{font-size:13px;font-weight:600;width:50%;display:block;padding:3px 6px;border-left:1px solid var(--table-td_border-color)}.market_detail .matched-bet-card .bet-runs-main{display:flex;flex-direction:column;justify-content:center;align-items:stretch;margin:7px 0 8px;padding:0;width:100%}.market_detail .mobile-ui{display:none}.market_detail .desktop-ui{display:block}.market_detail .bet-slip{padding:5px 6px;background:var(--cardBg_color);border-radius:0;position:relative}.market_detail .bet-slip .match-bet-box-min{position:absolute;left:8px;top:8px;z-index:1;margin:0;padding:0;white-space:nowrap;display:flex;align-items:center;gap:3px;color:var(--font_default_color)}.market_detail .bet-slip .match-bet-box-min span{font-size:11px;font-weight:700;color:var(--font_default_color);margin-right:2px;line-height:1.2}@media(max-width:768px){.market_detail .bet-slip .match-bet-box-min{position:relative;top:auto;left:auto;margin:2px 0 8px;display:flex;justify-content:flex-end}}.market_detail .bet-slip-controls{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin:0 0 7px}@media(max-width:330px){.market_detail .bet-slip-controls{flex-direction:column;align-items:stretch}}.market_detail .bet-slip-actions{display:flex;gap:3px}.market_detail .bet-slip-actions.mobile_ui{display:none}@media(max-width:768px){.market_detail .bet-slip-actions{width:100%}.market_detail .bet-slip-actions.desktop_ui{display:none}.market_detail .bet-slip-actions.mobile_ui{display:flex;margin:7px 0 0}.market_detail .bet-slip-actions .bet-slip-btn{height:33px}.market_detail .bet-slip-actions .bet-slip-btn--place{width:80%;height:36px;flex:1.8}.market_detail .bet-slip-actions .bet-slip-btn--cancel{width:30%;height:36px;flex:1}}.market_detail .bet-slip-btn{padding:5px 10px;height:30px;border:none;border-radius:3px;font-weight:600;font-size:13px;cursor:pointer;transition:all .3s ease;text-transform:capitalize}.market_detail .bet-slip-btn--place{background:var(--success-color);color:var(--white-color)}.market_detail .bet-slip-btn--place:hover{background:var(--success-color);transform:translateY(-2px)}.market_detail .bet-slip-btn--place:active{transform:translateY(0)}.market_detail .bet-slip-btn--cancel{background:var(--danger-color);color:var(--white-color)}.market_detail .bet-slip-btn--cancel:hover{background:var(--danger-color);transform:translateY(-2px)}.market_detail .bet-slip-btn--cancel:active{transform:translateY(0)}@media(max-width:768px){.market_detail .bet-slip-btn{flex:1}}.market_detail .bet-slip-quick-bets{display:flex;gap:5px;justify-content:flex-end;flex-wrap:wrap}@media(max-width:768px){.market_detail .bet-slip-quick-bets{justify-content:center}}.market_detail .bet-slip .bet-control{display:flex;align-items:center;gap:0}@media(max-width:768px){.market_detail .bet-slip .bet-control{width:100%}}.market_detail .bet-slip .bet-control-input{width:100px;padding:0;height:30px;border:1px solid var(--input_border_color);border-radius:0;background:var(--input_bg_color);color:var(--font_default_color);text-align:center;font-size:13px;font-weight:800;transition:all .3s ease}.market_detail .bet-slip .bet-control-input:focus{outline:none;border-color:var(--main-color);box-shadow:0 0 0 2px #3498db33}.market_detail .bet-slip .bet-control-input::placeholder{color:var(--gary-color)}@media(max-width:768px){.market_detail .bet-slip .bet-control-input{flex:1;width:100%}}.market_detail .bet-slip .bet-control-btn{width:30px;height:30px;padding:0;border:none;border-radius:4px;background:var(--main-color);color:var(--white-color);font-size:1.5rem;font-weight:700;line-height:1.5;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.market_detail .bet-slip .bet-control-btn:hover{transform:scale(.9)}.market_detail .bet-slip .quick-bet-btn{padding:0;height:33px;border:1px solid var(--cardBorder_color);border-radius:3px;background:var(--cardBg_color);color:var(--font_default_color);font-weight:700;font-size:13px;cursor:pointer;transition:all .3s ease;min-width:80px}.market_detail .bet-slip .quick-bet-btn:hover{background:var(--main-color);border-color:var(--main-color);transform:translateY(-2px)}@media(max-width:768px){.market_detail .bet-slip .quick-bet-btn{flex:1 1 calc(33.333% - .5rem);min-width:auto;height:35px}}.market_detail .bet-slip.back{background:color-mix(in srgb,var(--match-back-lightest) 10%,transparent);border:1px solid var(--match-back-dark)}.market_detail .bet-slip.back .bet-control-btn,.market_detail .bet-slip.back .quick-bet-btn{background:linear-gradient(22deg,var(--match-back-dark),var(--match-back-medium));border:1px solid var(--match-back-dark);color:var(--black-color)}.market_detail .bet-slip.back .quick-bet-btn{background:transparent;border:1.5px solid color-mix(in srgb,var(--match-back-dark) 60%,transparent);color:var(--match-back-medium)}.market_detail .bet-slip.back .quick-bet-btn:hover{border-color:var(--match-back-dark);background:linear-gradient(213deg,color-mix(in srgb,var(--match-back-dark) 15%,transparent),color-mix(in srgb,var(--cardBg_color) 15%,transparent))}.market_detail .bet-slip.lay{background:color-mix(in srgb,var(--match-lay-lightest) 10%,transparent);border:1px solid var(--match-lay-medium)}.market_detail .bet-slip.lay .bet-control-btn,.market_detail .bet-slip.lay .quick-bet-btn{background:linear-gradient(22deg,var(--match-lay-dark),var(--match-lay-medium));border:1px solid var(--match-lay-medium);color:var(--black-color)}.market_detail .bet-slip.lay .quick-bet-btn{background:transparent;border:1.5px solid color-mix(in srgb,var(--match-lay-dark) 60%,transparent);color:var(--match-lay-medium)}.market_detail .bet-slip.lay .quick-bet-btn:hover{border-color:var(--match-lay-dark);background:linear-gradient(213deg,color-mix(in srgb,var(--match-lay-dark) 15%,transparent),color-mix(in srgb,var(--cardBg_color) 15%,transparent))}.footer_main{position:relative;isolation:isolate;overflow:hidden;padding:10px 15px;background:radial-gradient(circle at top left,color-mix(in srgb,var(--main-color) 15%,transparent),transparent 34rem),radial-gradient(circle at bottom right,color-mix(in srgb,var(--main-color) 15%,transparent),transparent 30rem),linear-gradient(135deg,var(--cardBg_color),var(--cardBg_color))}.footer_main:before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(var(--cardTowBorder_color) 1px,transparent 1px),linear-gradient(90deg,var(--cardTowBorder_color) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,color-mix(in srgb,var(--main-default-color) 30%,transparent),transparent);pointer-events:none}.footer_main .footer_policy{display:flex;position:relative;align-items:center;flex-direction:column;justify-content:flex-start;margin-bottom:15px;gap:8px}.footer_main .footer_policy ul{list-style:none;padding:0;display:flex;gap:13px;align-items:center;flex-wrap:wrap;justify-content:center;margin:4px 0 8px}.footer_main .footer_policy ul li{margin:0 5px;padding:0 8px;position:relative}.footer_main .footer_policy ul li:after{position:absolute;content:"";background-color:var(--main-color);height:8px;width:8px;border-radius:8px;top:7px;right:-16px}.footer_main .footer_policy ul li a{color:var(--font_default_color);text-decoration:underline;transition:color .6s ease;font-size:14px;position:relative}.footer_main .footer_policy ul li a:hover{color:var(--main-color)}.footer_main .footer_policy p{font-size:12px;font-weight:600;line-height:1.2;color:var(--gary-color);text-align:center}.footer_main .footer_icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:15px 0;border-top:1px solid var(--cardTowBorder_color);border-bottom:1px solid var(--cardTowBorder_color)}.footer_main .footer_icons .icon_block{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--font_default_color);font-size:14px}@media(max-width:768px){.footer_main .footer_icons .icon_block{justify-content:start}}.footer_main .footer_icons .icon_block svg{color:var(--main-color);flex-shrink:0}.footer_main .footer_icons .icon_block strong{display:block;color:var(--font_default_color);margin-bottom:2px;font-size:12px}.footer_main .footer_icons .icon_block p{margin:0;color:var(--font_default_color);font-size:14px;font-weight:600;line-height:1.4}.footer_main .copyright_footer{text-align:center;margin:10px 0 0}.footer_main .copyright_footer p{color:var(--font_default_color);font-size:13px}.footer_main .copyright_footer p a{color:var(--font_default_color);text-decoration:none;transition:color .3s ease}.footer_main .copyright_footer p a:hover{color:var(--main-color)}.casino-contact{width:100%;display:block;margin:8px 0}.casino-contact .game_box{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;align-items:stretch}.casino-contact .game_box .game_image{position:relative;overflow:hidden;border-radius:5px;min-height:100%;background:var(--cardTowBg_color);border:1px solid color-mix(in srgb,var(--gary-color) 20%,transparent);display:flex;flex-direction:column}.casino-contact .game_box .game_image .image_box{position:relative;width:100%;aspect-ratio:1/0;min-height:180px;max-height:220px;overflow:hidden;border-radius:0;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat}.casino-contact .game_box .game_image .image_box img{display:block;width:100%;height:100%;object-fit:cover}.casino-contact .game_box .game_image .text_box{position:relative;padding:5px 8px;min-height:30px;display:flex;align-items:center;justify-content:center}.casino-contact .game_box .game_image .text_box p{margin:0;font-size:13px;font-weight:600;line-height:1.2;color:var(--font_default_color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.casino-contact .game_box .game_image .text_box:before{content:"";position:absolute;top:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--main-color),var(--success-color),var(--main-color));border-radius:0}.casino-contact .game_box .game_image .casino-hover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--main-color) 20%,transparent);opacity:0;transition:opacity .2s ease}.casino-contact .game_box .game_image .casino-hover .casino-hover-icon{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--main-color);color:var(--white-color)}.casino-contact .game_box .game_image:hover img,.casino-contact .game_box .game_image:focus-visible img{transform:scale(1.05)}.casino-contact .game_box .game_image:hover .casino-hover,.casino-contact .game_box .game_image:focus-visible .casino-hover{opacity:1}@media(max-width:768px){.casino-contact .game_box{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:7px}}.game_sport_market{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 22px;align-items:stretch}.game_sport_market .game_sport_market-card{position:relative;min-height:80px;padding:0;appearance:none;width:100%;border:1px solid color-mix(in srgb,var(--main-color) 48%,rgba(255,255,255,.16));border-radius:15px;background-size:100%;background-repeat:no-repeat;background-position:center;overflow:hidden;isolation:isolate;color:var(--white-color);font:inherit;text-align:left;display:flex;flex-direction:column;justify-content:flex-start;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,filter .3s ease}.game_sport_market .game_sport_market-card:after{content:"";position:absolute;inset:auto -12% -22%;height:44%;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--market-accent) 48%,transparent),#0000 72%);opacity:.75;filter:blur(18px);pointer-events:none}.game_sport_market .game_sport_market-card:hover,.game_sport_market .game_sport_market-card:focus-visible{transform:translateY(-8px) scale(1.01);box-shadow:0 36px 80px #000000ad,0 0 24px color-mix(in srgb,var(--market-accent) 28%,transparent),inset 0 1px #ffffff24;outline:none;filter:saturate(1.05)}.game_sport_market .game_sport_market-card:focus-visible{border-color:color-mix(in srgb,var(--market-accent) 72%,transparent)}.game_sport_market .game_sport_market-card .game_sport_market-copy{display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:2;margin-top:auto;padding:6px 22px 24px}.game_sport_market .game_sport_market-card .game_sport_market-copy h3{margin:0;font-size:20px;line-height:.9;font-weight:900;text-transform:uppercase;text-wrap:balance;color:var(--white-color)}.game_sport_market .game_sport_market-card:hover .game_sport_market-hero,.game_sport_market .game_sport_market-card:focus-visible .game_sport_market-hero{transform:translateY(-5px) scale(1.02);filter:drop-shadow(0 32px 36px rgba(0,0,0,.46))}.game_sport_market .game_sport_market-card.is-sports{--market-accent: #39baff}.game_sport_market .game_sport_market-card.is-casino{--market-accent: #d266ff}.game_sport_market .game_sport_market-card.is-aviator{--market-accent: #ff5b43}.game_sport_market .game_sport_market-card.is-bonus{--market-accent: #ffc83d}body.modal-open-custom{overflow:hidden;padding-right:0!important}.custom-modal-overlay{position:fixed;inset:0;z-index:1050;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:transparent;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,background-color .3s ease}.custom-modal-overlay.is-visible{opacity:1;visibility:visible;background-color:#7b807f80;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.custom-modal{position:relative;display:flex;flex-direction:column;max-height:90vh;width:90%;border-radius:7px;background-color:var(--modal_bg_color);box-shadow:0 25px 50px -12px #00000040;overflow:hidden;transform:scale(.95);opacity:0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.custom-modal.is-open{transform:scale(1);opacity:1}.custom-modal--sm{max-width:350px}.custom-modal--md{max-width:560px}.custom-modal--lg{max-width:720px}.custom-modal--xl{max-width:960px}.custom-modal--xxl{max-width:1140px}.custom-modal--full{max-width:100%}.custom-modal.fix-height{max-height:90vh;height:90vh}.custom-modal--right{position:fixed;right:0;top:0;bottom:0;max-height:100vh;height:100%;border-radius:12px 0 0 12px;transform:translate(100%)}.custom-modal--right.is-open{transform:translate(0)}.custom-modal--bottom-right{position:fixed;right:20px;bottom:20px;max-height:70vh;border-radius:12px;transform:translateY(20px)}.custom-modal--bottom-right.is-open{transform:translateY(0)}.custom-modal--bottom{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;max-height:80vh;border-radius:12px 12px 0 0;transform:translateY(100%)}.custom-modal--bottom.is-open{transform:translateY(0)}.custom-modal--anim-slide-right{transform:translate(60px)}.custom-modal--anim-slide-right.is-open{transform:translate(0)}.custom-modal--anim-slide-up{transform:translateY(60px)}.custom-modal--anim-slide-up.is-open{transform:translateY(0)}.custom-modal--anim-zoom{transform:scale(.7)}.custom-modal--anim-zoom.is-open{transform:scale(1)}.custom-modal--anim-bounce{transform:scale(.3);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55),opacity .3s ease}.custom-modal--anim-bounce.is-open{transform:scale(1)}.custom-modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:4px 12px;flex-shrink:0;background:var(--modalHeader_bg_color)}.custom-modal-title{margin:0;font-size:13px;font-weight:600;color:var(--font_default_color);line-height:1.4;letter-spacing:-.01em}.custom-modal-close{display:flex;flex-direction:row;justify-content:center;align-items:center;width:30px;height:30px;padding:0;border:none;background:transparent;border-radius:8px;cursor:pointer;color:var(--font_default_color);transition:all .2s ease;flex-shrink:0}.custom-modal-close svg{width:19px;height:19px}.custom-modal-close:hover{color:var(--danger-color)}.custom-modal-close:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.custom-modal-body{flex:1;overflow-y:auto;padding:5px;font-size:.9375rem;font-weight:600;color:var(--font_default_color);line-height:1.6}.custom-modal-body .filter_tableBox{background:transparent;padding:0;margin:0;border-radius:0}.custom-modal-body::-webkit-scrollbar{width:6px}.custom-modal-body::-webkit-scrollbar-track{background:transparent}.custom-modal-body::-webkit-scrollbar-thumb{background-color:#c8ccd5;border-radius:3px}.custom-modal-body::-webkit-scrollbar-thumb:hover{background-color:#abb2bf}.custom-modal-body .table-responsive{max-height:none}.custom-modal-body .table-responsive .not_data_box .not_rows{height:50vh}.custom-modal-body .table-responsive .not_rows{height:70vh}.custom-modal.custom-modal--sm .custom-modal-body{min-height:auto}.custom-modal .confirmation-model{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0;margin:8px}.custom-modal .confirmation-model-badge{width:44px;height:44px;border-radius:50px;display:grid;place-items:center;font-size:1.15rem;font-weight:700;color:var(--alertText-color);background:color-mix(in srgb,var(--alertText-color) 15%,transparent);border:1px solid color-mix(in srgb,var(--alertText-color) 50%,transparent);box-shadow:0 10px 22px color-mix(in srgb,var(--alertText-color) 20%,transparent);flex-shrink:0;margin:0 0 13px}.custom-modal .confirmation-model-eyebrow{font-size:11px;font-weight:600;color:var(--gary-color);line-height:1.4;text-transform:uppercase;margin:0;padding:0}.custom-modal .confirmation-model-title{font-size:13px;font-weight:700;color:var(--font_default_color);line-height:1.4;margin:0;padding:0}.custom-modal .confirmation-model-button{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;margin:15px 0 0}.custom-modal .confirmation-model-button .btn_main{width:100%;text-align:center;justify-content:center;height:2.4rem}.custom-modal-footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;flex-shrink:0}@keyframes modal-spin{to{transform:rotate(360deg)}}body.modal-open-custom .main-content .card_table{padding:0;margin:10px 0 0}body.modal-open-custom .small_Option{display:flex;flex-direction:column;align-items:center;padding:9px 10px;width:100%;margin:0 auto;position:relative;overflow:hidden}body.modal-open-custom .small_Option h4{font-size:18px;font-weight:700;color:var(--main-color);margin:0 0 10px;padding:0;text-align:center;line-height:1.2}body.modal-open-custom .small_Option .delete_icon{display:flex;flex-direction:column;align-items:center;gap:10px;animation:deleteFadeIn .4s ease forwards}body.modal-open-custom .small_Option .delete_icon svg{background:color-mix(in srgb,var(--danger-color) 10%,transparent);width:80px;height:80px;border-radius:50px;color:var(--danger-color);padding:20px}body.modal-open-custom .small_Option .delete_icon h4{font-size:17px;font-weight:700;color:var(--danger-color);margin:0 0 10px;text-align:center;line-height:1.2}body.modal-open-custom .small_Option .delete_icon.allowLogin svg{background:color-mix(in srgb,var(--success-color) 10%,transparent);color:var(--success-color)}body.modal-open-custom .small_Option .delete_icon.allowLogin h4{color:var(--success-color)}body.modal-open-custom .small_Option .delete_icon.alert svg{background:color-mix(in srgb,var(--alertText-color) 20%,transparent);color:var(--warning-color)}body.modal-open-custom .small_Option .delete_icon.alert h4{color:var(--warning-color)}@keyframes deleteFadeIn{to{transform:scale(1)}}body.modal-open-custom .small_Option span{font-size:13px;font-weight:600;color:var(--gary-color);margin:0 0 10px;text-align:center;line-height:1.2;padding:0 8px}body.modal-open-custom .small_Option .btn_box{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%;margin-top:8px}body.modal-open-custom .small_Option .btn_box .btn{padding:0 6px;font-size:13px;font-weight:600;height:2.5rem;width:100%;border-radius:5px;border:none;cursor:pointer;transition:all .25s ease-in-out;position:relative;text-transform:capitalize;overflow:hidden}body.modal-open-custom .small_Option .btn_box .btn.btn_clear{background:transparent;border:1px solid var(--gary-color);color:var(--gary-color)}body.modal-open-custom .small_Option .btn_box .btn.btn_clear:hover{color:var(--danger-color);transform:translateY(-1px)}body.modal-open-custom .small_Option .btn_box .btn.btn_submit{background:var(--main-color);color:var(--white-color)}body.modal-open-custom .small_Option .btn_box .btn.btn_submit:hover{transform:translateY(-2px);opacity:.8}.exposure_model .exposure-head{font-size:12px;font-weight:700;line-height:1.2;padding:0 2px 4px;border-bottom:1px solid var(--cardTowBorder_color)}.exposure_model .table-responsive .report-card-box thead tr th{background:var(--modalHeader_bg_color);padding:2px 5px}.exposure_model .table-responsive .report-card-box tbody tr td{padding:2px 5px;font-size:12px;font-weight:700}.password-field{position:relative;display:flex;flex-direction:row;align-items:center}.password-field .form-control{padding-right:2.5rem}.password-field .password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:0;cursor:pointer;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;color:var(--gary-color);transition:color .2s ease;line-height:1}.password-field .password-toggle:hover{color:var(--font_default_color)}.password-field .password-toggle:focus,.password-field .password-toggle:focus-visible{outline:none;border:none;box-shadow:none}.password-field .password-toggle svg{width:16px;height:16px;pointer-events:none}.Sessions_model{width:100%;position:relative}.Sessions_model-sub{font-size:13px;font-weight:600;color:var(--gary-color);line-height:1.3;opacity:.8;margin:0 0 3px}.Sessions_model .end_btn{font-size:13px;font-weight:600;color:var(--font_default_color);text-align:right;width:100%;margin:0 0 6px;padding:5px 7px;border-radius:5px;border-bottom:1px solid var(--cardBorder_color)}.Sessions_model .end_btn:hover{text-align:center;color:var(--white-color);background:var(--main-color);border-color:var(--main-color)}.Sessions_model .list{display:flex;flex-direction:column;gap:5px}.Sessions_model .list .session{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:10px;border:1px solid var(--cardBorder_color);background:var(--cardBg_color);overflow:hidden;transition:all .3s ease}.Sessions_model .list .session.current{background:color-mix(in srgb,var(--success-color) 4%,transparent);border-color:color-mix(in srgb,var(--success-color) 35%,transparent)}.Sessions_model .list .session.current .icon-box{background:color-mix(in srgb,var(--success-color) 17%,transparent)}.Sessions_model .list .session.removing{opacity:0;transform:scale(.95);max-height:0;padding:0 14px;margin:0;border:none;transition:all .4s ease;overflow:hidden}.Sessions_model .list .session:not(.current):hover .overlay{opacity:1;visibility:visible}.Sessions_model .list .session-left{display:flex;flex-direction:row;align-items:center;gap:13px}.Sessions_model .list .session-left .icon-box{width:36px;height:36px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:10px;background:var(--sidebar_icon_box);color:var(--font_default_color);flex-shrink:0}.Sessions_model .list .session-left .info{display:flex;flex-direction:column;gap:3px}.Sessions_model .list .session-left .info .device{font-size:13px;font-weight:700;color:var(--font_default_color);line-height:1.4;display:flex;flex-direction:row;align-items:center;gap:7px}.Sessions_model .list .session-left .info .device .current-badge{font-size:10px;font-weight:600;color:var(--white-color);padding:2px 6px;border-radius:6px;background:var(--success-color);text-transform:uppercase}.Sessions_model .list .session-left .info .details{font-size:11px;font-weight:600;color:var(--gary-color);line-height:1.3;display:flex;flex-direction:column;gap:1px}.Sessions_model .list .session .active-now{font-size:12px;font-weight:600;color:var(--success-color)}.Sessions_model .list .session .overlay{position:absolute;inset:0;background:var(--danger-color);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:14px;border-radius:12px;opacity:0;visibility:hidden;z-index:5;backdrop-filter:blur(2px);cursor:pointer}.Sessions_model .list .session .overlay:active{background:var(--danger-color)}.Sessions_model .list .session .overlay:active .overlay-icon{transform:scale(.9)}.Sessions_model .list .session .overlay-icon{width:36px;height:36px;display:flex;flex-direction:row;justify-content:center;align-items:center;background:color-mix(in srgb,var(--white-color) 20%,transparent);border-radius:50%;color:var(--white-color);transition:transform .2s}.Sessions_model .list .session .overlay-content{display:flex;flex-direction:column;gap:4px}.Sessions_model .list .session .overlay-text{font-size:14px;font-weight:700;color:var(--white-color)}.Sessions_model .list .session .overlay-hint{color:color-mix(in srgb,var(--white-color) 30%,transparent);font-size:11px;font-weight:600;display:flex;flex-direction:row;align-items:center;gap:5px}.Sessions_model .list .session .overlay .click-icon{width:16px;height:16px;display:flex;flex-direction:row;justify-content:center;align-items:center;border:2px solid color-mix(in srgb,var(--white-color) 20%,transparent);border-radius:4px;animation:clickPulse 1.5s infinite}@keyframes clickPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.15);opacity:1}}.global-search-modal{display:flex;flex-direction:column;gap:12px}.global-search-modal .global-search-bar{display:flex;align-items:center;gap:10px;padding:4px 8px;border-radius:8px;height:2.4rem;border:1px solid var(--input_border_color);background:var(--input_bg_color);box-shadow:0 10px 30px color-mix(in srgb,var(--black-color) 10%,transparent)}.global-search-modal .global-search-bar .global-search-icon{flex-shrink:0;color:var(--gary-color)}.global-search-modal .global-search-bar .global-search-icon svg{width:18px;height:18px}.global-search-modal .global-search-bar input{flex:1;border:none;outline:none;background:transparent;color:var(--font_default_color);font-size:14px;font-weight:600;min-width:0}.global-search-modal .global-search-bar input:focus{border:none}.global-search-modal .global-search-bar input::placeholder{color:color-mix(in srgb,var(--gary-color) 70%,transparent)}.global-search-modal .global-search-bar .global-search-esc{flex-shrink:0;border:none;border-radius:8px;padding:4px 8px;font-size:12px;font-weight:700;color:var(--font_default_color);background:color-mix(in srgb,var(--gary-color) 50%,transparent);cursor:pointer}.global-search-modal .global-search-bar .global-search-esc:hover{color:var(--white-color);background:var(--main-color)}.global-search-modal .global-search-results{display:flex;flex-direction:column;gap:4px;height:min(100vh,560px);overflow:auto;padding-right:2px}.global-search-modal .global-search-results::-webkit-scrollbar{width:6px}.global-search-modal .global-search-results::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--gary-color) 32%,transparent);border-radius:999px}.global-search-modal .global-search-summary{display:flex;align-items:center;justify-content:space-between;gap:5px;padding:0 2px;color:var(--gary-color)}.global-search-modal .global-search-summary .summary-label{font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:capitalize}.global-search-modal .global-search-summary .summary-count{font-size:11px;font-weight:600}.global-search-modal .global-search-list{display:flex;flex-direction:column;gap:7px}.global-search-modal .search-result-item{appearance:none;-webkit-appearance:none;font:inherit;display:flex;align-items:flex-start;justify-content:space-between;gap:7px;width:100%;padding:5px 8px;border-radius:5px;border:1px dashed var(--cardBorder_color);background:color-mix(in srgb,var(--cardBg_color) 40%,transparent);color:inherit;cursor:pointer;text-align:left;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.global-search-modal .search-result-item:hover{transform:translateY(-1px);border-color:var(--main-color)}.global-search-modal .search-result-item .search-result-left{flex:1;min-width:0}.global-search-modal .search-result-item .search-result-title{font-size:13px;font-weight:600;color:var(--font_default_color);line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis}.global-search-modal .search-result-item .search-result-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.global-search-modal .search-result-item .search-result-date{font-size:11px;font-weight:600;color:var(--gary-color)}.global-search-modal .search-result-item .search-result-right{display:flex;flex-direction:column;align-items:flex-end;gap:0px;min-width:120px;text-align:right;flex-shrink:0}.global-search-modal .search-result-item .search-result-sport{font-size:12px;font-weight:600;color:var(--font_default_color);text-transform:capitalize}.global-search-modal .search-result-item .search-result-competition{font-size:11px;font-weight:600;color:var(--gary-color);line-height:1.35}.login-modal{display:flex;flex-direction:column;gap:14px;padding:10px;margin:0}.login-modal .login-modal-hero{display:flex;flex-direction:column;align-items:center;gap:0;text-align:center}.login-modal .login-modal-logo{width:95px;height:auto;object-fit:contain;margin:0 0 2px}.login-modal .login-modal-hero h3{margin:0;font-size:22px;font-weight:800;color:var(--font_default_color)}.login-modal .login-modal-hero p{margin:0;font-size:13px;font-weight:600;line-height:1.5;color:var(--gary-color)}.login-modal .login-modal-form{display:flex;flex-direction:column;gap:12px}.login-modal .input_box_card{margin:8px 0}.login-modal .input_box_card{display:flex;flex-direction:column;gap:2px;position:relative;text-align:left}.login-modal .form-label{color:var(--gary-color);font-size:12px;font-weight:700;margin:0}.login-modal .form-control{padding:10px 12px;border-radius:8px;border:1px solid var(--input_border_color);background:var(--input_bg_color);color:var(--font_default_color)}.login-modal .form-control:focus{border-color:var(--main-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--main-color) 18%,transparent)}.login-modal .eye_icon{position:absolute;right:12px;top:24px;border:none;background:transparent;padding:0;color:var(--gary-color);cursor:pointer}.login-modal .error-text,.login-modal .login-modal-error{font-size:11px;font-weight:700;color:var(--danger-color)}.login-modal .error-mass{font-size:12px;line-height:1.2;font-weight:600;max-height:2.4em;display:block;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.login-modal .login-button{width:100%;min-height:44px;margin:3px 0;border:none;border-radius:10px;background:var(--main-color);color:var(--white-color);display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;transition:transform .2s ease,opacity .2s ease,background-color .2s ease}.login-modal .login-button:hover{opacity:.95}.login-modal .login-button:active{transform:scale(.985)}.login-modal .login-button:disabled{opacity:.6;cursor:not-allowed}.login-modal .login-button.secondary,.login-modal .login-button.tertiary{margin-top:0;background:transparent;color:var(--font_default_color);border:1px solid color-mix(in srgb,var(--gary-color) 30%,var(--cardBorder_color))}.login-modal .login-button.secondary:hover,.login-modal .login-button.tertiary:hover{background:color-mix(in srgb,var(--main-color) 8%,var(--cardBg_color))}.login-modal .login-modal-inline-actions{display:flex;gap:10px}@media(max-width:576px){.search-result-item .search-result-right{min-width:92px}.login-modal-body .login-modal-inline-actions{flex-direction:column}}@media(max-width:1399px){.market_detail .market-analysis-mani{width:calc(100% - 314px)}.market_detail .matched-bet-card{width:300px}}@media(min-width:1199px)and (max-width:1399px){.filter_tableBox .date_box{width:211px}}@media(max-width:992px){body .custom-tabs-shell .custom-tabs-nav-btn{width:34px;height:34px}body .custom-tabs-shell .custom-tabs .custom-tab-btn{padding:3px 4px;font-size:12px;min-height:30px}body .custom-tabs-shell .custom-tabs .custom-tab-btn .icon_sport{width:16px;height:auto}.main-content{width:100%;margin:55px 0 0;padding:4px 4px 60px}.main-content .twoFa-container{grid-template-columns:1fr}.main-content .twoFa-container .mobile_towFa{display:block}.main-content .twoFa-container .desktop_towFa,.main-content .twoFa-container .twoFa-right{display:none}.main-content .filter_tableBox .btn_box .export_box{position:inherit}.main-content .filter_tableBox .btn_box .export_box .telegram_btn{width:25px;height:auto}.main-content .filter_tableBox .btn_box .export_box .export_btn svg{width:25px;height:auto}.main-content .game_sport_market{grid-template-columns:repeat(2,minmax(0,1fr))}.market_detail .market-analysis-mani{width:100%}.market_detail .market-analysis-mani .match-details-tabs{margin:0;display:block}.market_detail .market-analysis-mani .match-details-tabs .custom-tabs-nav{border:none;padding:0}.market_detail .market-analysis-mani .match-details-tabs .nav-item{width:100%}.market_detail .market-analysis-mani .match-details-tabs .nav-link{width:100%;font-size:12px}.market_detail .market-analysis-mani .answer_mach .heading_events-title{touch-action:manipulation}.market_detail .matched-bet-card{position:initial;margin:5px 0 0;width:100%}.market_detail .matched-bet-card .matched_betList{margin:5px 0 0}.market_detail .matched-bet-card .matched_betList .table-responsive{max-height:70vh}.market_detail .matched-bet-card .matched_betList .report-card-box tbody tr td{padding:7px 8px;font-size:12px}.market_detail .mobile-ui{display:block}.market_detail .desktop-ui{display:none}body[data-sidebar-size=collapsed] .main-content{width:100%}}@media(max-width:768px){.main-content .ledger_debit_box .box_col{display:flex;flex-direction:column;align-items:flex-start}.main-content .ledger_debit_box .box_col .font-medium{font-size:12px}.main-content .ledger_debit_box .box_col .font_ws{font-size:13px}.main-content .ledger_debit_box .box_col .text-xs{font-size:11px}.main-content .twoFa-container .status-box .security_icon{width:40px;height:40px}.main-content .twoFa-container .status-box .status_box h3{font-size:13px;line-height:1.3}.main-content .twoFa-container .status-box .status_box .status{font-size:11px;line-height:1.2}.main-content .twoFa-container .step h4{font-size:13px;line-height:1.3;margin:0 0 1px}.main-content .twoFa-container .step p{font-size:12px;margin:2px 0 6px}.main-content .twoFa-container .step .app-buttons .app span{font-size:11px;line-height:1.3}.main-content .twoFa-container .step .app-buttons .app button{padding:2px 5px;font-size:13px}.main-content .twoFa-container .step .code-inputs{margin:0 0 10px}.main-content .twoFa-container .secret-box input{font-size:13px}.main-content .twoFa-container .secret-box.secret-box--codes{display:flex;flex-direction:column}.main-content .twoFa-container .secret-box.secret-box--codes .recovery-codes,.main-content .twoFa-container .secret-box.secret-box--codes .recovery-code{width:100%}.main-content .twoFa-container .secret-box.secret-box--codes .copy-btn{align-self:flex-end}.main-content .twoFa-container .twoFa-right h4{font-size:14px}.main-content .twoFa-container .twoFa-right p{font-size:12px;line-height:1.3}.main-content .live-casino-section .live-casino-heading .sport-events-title{font-size:12px}.main-content .live-casino-section .live-casino-heading .sport-events-title .sport-events-count{min-width:22px;height:18px;margin-left:5px;padding:0 5px}.main-content .live-casino-section .liveGame{grid-template-columns:repeat(auto-fill,minmax(125px,1fr))}.main-content .market_detail .matched-bet-card .matched_betList .heading-name .mach_name{font-size:12px}.main-content .market_detail .matched-bet-card .matched_betList .report-card-box thead tr th{font-size:11px;padding:5px 6px}.main-content .market_detail .matched-bet-card .matched_betList .report-card-box tbody tr td{font-size:11px;padding:6px}.main-content .market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main{position:relative}.main-content .market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .minmax_box_yes_no{right:6px;top:3px}.main-content .market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .minmax_box_yes_no .match-bet-box-min{top:-5px;right:18px;display:none;box-shadow:0 0 10px color-mix(in srgb,var(--font_default_color) 15%,transparent)}.main-content .market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .minmax_box_yes_no .match-bet-box-min.is-open{display:block}.main-content .market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .minmax_box_yes_no .match-bet-box-min p{flex-direction:row;align-items:center;line-height:1.9;padding:2px 3px}.main-content .market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .icon_box{flex:1}.main-content .market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price ul{width:100%}.main-content .value-checker-header{font-size:13px}.main-content .page-title h1{font-size:13px;line-height:1.3;margin:0 0 5px}.main-content .page-title p{font-size:12px;line-height:1.3;margin:0 0 5px}.main-content .page-title .quick-bot-btn{padding:5px 10px 4px;margin:5px 0 0;font-size:13px;font-weight:600}.table-responsive .report-card-box thead tr th{font-size:13px;padding:6px 10px}.table-responsive .report-card-box tbody tr td{font-size:12px;padding:7px 10px}.table-responsive .report-card-box .table_flex .font-medium{font-size:13px;font-weight:600}.filter_tableBox .input_control .form-label{font-size:11.5px}.filter_tableBox .input_control .form-control{font-size:12px}.filter_tableBox .btn_box .btn_submit,.filter_tableBox .p-1{padding:2.5px}.card_table.semi_scroll .table-responsive{max-height:calc(100vh - 360px)}.table-responsive{max-height:100%}.icon_btn svg{width:17px;height:17px}body.modal-open-custom .small_Option{padding:0!important}body.modal-open-custom .small_Option .delete_icon{gap:5px!important}body.modal-open-custom .small_Option .delete_icon svg{width:60px!important;height:60px!important;padding:15px!important}body.modal-open-custom .small_Option span{font-size:12px}.tab-menu-sport .march-heading{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.tab-menu-sport .march-heading .march_weekly,.tab-menu-sport .march-heading .march_weekly .date-input-box,.tab-menu-sport .march-heading .march_weekly .search_box{width:100%}.tab-menu-sport .box-sport .heading_events-title .sport-events-title{font-size:12px}.tab-menu-sport .box-sport .heading_events-title .sport-events-title .sport-events-count{min-width:22px;height:18px;margin-left:5px;padding:0 5px}.tab-menu-sport .box-sport .sport-events-main .mach-price-card{margin:3px}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;padding:5px 5px 7px}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box,.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price{width:100%}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box.mech_name_box,.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price.mech_name_box{margin:0 0 4px}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box ul,.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price ul{gap:1px}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box li p,.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .team-all-price li p{height:1.8rem;border-radius:3px;font-size:13px}.tab-menu-sport .box-sport .sport-events-main .sport-view-more .btn_view_more{font-size:11px}.market_detail{margin:0 3px}.market_detail .market-analysis-mani .market_card .match-heading-name{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:wrap;padding:8px 7px 0}.market_detail .market-analysis-mani .market_card .match-heading-name p{text-align:left;padding:0 0 2px}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main{height:4.1rem;flex-direction:column;padding:6px 5px 5px}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main.back_and_lay-box{display:none}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-name-box,.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price{width:100%}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-name-box{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-price li .match-price-first .match-price-box{border-radius:3px}}@media(max-width:576px){.main-content .heading-market{gap:5px}.main-content .heading-market .content-text{gap:3px}.main-content .heading-market .filterBtn{padding:4px 9px;border-radius:5px;font-size:13px}.main-content .heading-market .filterBtn .iconFile{width:15px;height:15px}.main-content .heading-market.caretList .filterBtn{padding:4px 3px;border-radius:5px;font-size:12px}.tab-menu-sport .march-heading{gap:6px}.tab-menu-sport .march-heading h2{font-size:14px}.tab-menu-sport .custom-tabs .custom-tab-btn{gap:3px;min-height:31px;font-size:12px;padding:4px 5px}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .tournament_match_text .mach_name{font-size:12px;margin:0 0 2px}.tab-menu-sport .box-sport .sport-events-main .mach-price-card .maine_match_card .mech_name_box .tournament_match_text .event_live .date_text{font-size:11px}.market_detail .market-analysis-mani .btn_box{gap:1px}.market_detail .market-analysis-mani .btn_box .btn-prev{padding:1px 3px;font-size:13px}.market_detail .market-analysis-mani .answer_mach .heading_events-title{gap:3px;min-height:2.2rem}.market_detail .market-analysis-mani .answer_mach .heading_events-title .events-title-text{font-size:12px;line-height:1.1;padding:0 2px}.market_detail .market-analysis-mani .answer_mach .match-team-name-price-main .match-team-name-box p{font-size:12px;line-height:1.1}.market_detail .market-analysis-mani .answer_mach .odi-market-binary{display:flex;flex-direction:column;height:auto}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option{border:none;border-bottom:1px solid var(--cardTowBorder_color)}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option:last-child{border:none}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .special-market-label{width:70%}.market_detail .market-analysis-mani .answer_mach .odi-market-binary .special-market-option .match-team-price{width:40%}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main{width:50%;gap:2px}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .min-bet-main .match-team-font{font-size:10px;line-height:1.2;max-height:2.4em;overflow:hidden}.market_detail .market-analysis-mani .mach-fancy-box .match-odds-main-card .match-team-name-price-card .match-team-price{width:50%}.filter_tableBox .filter_actions .btn_box{flex-direction:column}.filter_tableBox .filter_actions .btn_box .btn_submit,.filter_tableBox .filter_actions .btn_box .btn_clear{width:100%}}@media(max-width:308px){.main-content .heading-market{display:flex;flex-direction:column;align-items:flex-start}.main-content .heading-market .content-text{width:100%}.main-content .heading-market .btn_group{width:100%;flex-wrap:wrap}.main-content .ledger_debit_box{justify-content:flex-start}.main-content .ledger_debit_box .box_col{display:flex;flex-direction:row;line-height:1.1}.main-content .ledger_debit_box .box_col .font-medium{font-size:12px}.main-content .ledger_debit_box .box_col .font_ws{font-size:13px}.main-content .ledger_debit_box .box_col .text-xs{font-size:11px}}.css-b62m3t-container .css-15pgs6m-control,.css-b62m3t-container .css-13cymwt-control,.css-b62m3t-container .css-t3ipsp-control,.css-b62m3t-container .custom-select__control{background-color:var(--input_bg_color);border-color:var(--input_border_color);height:2.2rem;min-height:2.2rem;overflow:hidden;color:var(--font_default_color);box-shadow:none}.css-b62m3t-container .css-15pgs6m-control:focus,.css-b62m3t-container .css-15pgs6m-control:focus-within,.css-b62m3t-container .css-15pgs6m-control--is-focused,.css-b62m3t-container .css-13cymwt-control:focus,.css-b62m3t-container .css-13cymwt-control:focus-within,.css-b62m3t-container .css-13cymwt-control--is-focused,.css-b62m3t-container .css-t3ipsp-control:focus,.css-b62m3t-container .css-t3ipsp-control:focus-within,.css-b62m3t-container .css-t3ipsp-control--is-focused,.css-b62m3t-container .custom-select__control:focus,.css-b62m3t-container .custom-select__control:focus-within,.css-b62m3t-container .custom-select__control--is-focused{border:1px solid var(--main-color)!important;box-shadow:none}.css-b62m3t-container .css-15pgs6m-control .custom-select__placeholder,.css-b62m3t-container .css-13cymwt-control .custom-select__placeholder,.css-b62m3t-container .css-t3ipsp-control .custom-select__placeholder,.css-b62m3t-container .custom-select__control .custom-select__placeholder{white-space:pre;font-size:13px;color:var(--gary-color)}.css-b62m3t-container .css-15pgs6m-control:hover,.css-b62m3t-container .css-13cymwt-control:hover,.css-b62m3t-container .css-t3ipsp-control:hover,.css-b62m3t-container .custom-select__control:hover{border-color:var(--input_border_color)}.css-b62m3t-container .css-15pgs6m-control .css-1dyz3mf,.css-b62m3t-container .css-13cymwt-control .css-1dyz3mf,.css-b62m3t-container .css-t3ipsp-control .css-1dyz3mf,.css-b62m3t-container .custom-select__control .css-1dyz3mf{height:2.2rem;min-height:2.2rem;overflow:hidden;font-size:13px;white-space:pre;line-height:1.5;margin:3px 0 0}.css-b62m3t-container .custom-select-placeholder{white-space:pre;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:var(--font_default_color)}.css-b62m3t-container .css-zk4nb4-indicatorSeparator{background:var(--input_border_color)}.css-b62m3t-container .css-15pgs6m-control .css-1p3m7a8-multiValue,.css-b62m3t-container .css-13cymwt-control .css-1p3m7a8-multiValue,.css-b62m3t-container .css-t3ipsp-control .css-1p3m7a8-multiValue,.css-b62m3t-container .custom-select__control .css-1p3m7a8-multiValue{background:var(--main-color);margin:1px 0 4px}.css-b62m3t-container .css-15pgs6m-control .css-1p3m7a8-multiValue .css-9jq23d,.css-b62m3t-container .css-13cymwt-control .css-1p3m7a8-multiValue .css-9jq23d,.css-b62m3t-container .css-t3ipsp-control .css-1p3m7a8-multiValue .css-9jq23d,.css-b62m3t-container .custom-select__control .css-1p3m7a8-multiValue .css-9jq23d{color:var(--white-color)}.css-b62m3t-container .css-15pgs6m-control .css-19bb58m,.css-b62m3t-container .css-15pgs6m-control .css-1dimb5e-singleValue,.css-b62m3t-container .css-15pgs6m-control .custom-select__input,.css-b62m3t-container .css-15pgs6m-control .custom-select__input-container,.css-b62m3t-container .css-13cymwt-control .css-19bb58m,.css-b62m3t-container .css-13cymwt-control .css-1dimb5e-singleValue,.css-b62m3t-container .css-13cymwt-control .custom-select__input,.css-b62m3t-container .css-13cymwt-control .custom-select__input-container,.css-b62m3t-container .css-t3ipsp-control .css-19bb58m,.css-b62m3t-container .css-t3ipsp-control .css-1dimb5e-singleValue,.css-b62m3t-container .css-t3ipsp-control .custom-select__input,.css-b62m3t-container .css-t3ipsp-control .custom-select__input-container,.css-b62m3t-container .custom-select__control .css-19bb58m,.css-b62m3t-container .custom-select__control .css-1dimb5e-singleValue,.css-b62m3t-container .custom-select__control .custom-select__input,.css-b62m3t-container .custom-select__control .custom-select__input-container{color:var(--font_default_color);font-size:13px}.css-b62m3t-container .css-15pgs6m-control .css-1u9des2-indicatorSeparator,.css-b62m3t-container .css-13cymwt-control .css-1u9des2-indicatorSeparator,.css-b62m3t-container .css-t3ipsp-control .css-1u9des2-indicatorSeparator,.css-b62m3t-container .custom-select__control .css-1u9des2-indicatorSeparator{background-color:var(--input_border_color)}.css-b62m3t-container .css-15pgs6m-control .css-1eg0wd4-placeholder,.css-b62m3t-container .css-15pgs6m-control .css-aoxytf-singleValue,.css-b62m3t-container .css-13cymwt-control .css-1eg0wd4-placeholder,.css-b62m3t-container .css-13cymwt-control .css-aoxytf-singleValue,.css-b62m3t-container .css-t3ipsp-control .css-1eg0wd4-placeholder,.css-b62m3t-container .css-t3ipsp-control .css-aoxytf-singleValue,.css-b62m3t-container .custom-select__control .css-1eg0wd4-placeholder,.css-b62m3t-container .custom-select__control .css-aoxytf-singleValue{color:var(--font_default_color);font-size:14px;line-height:1.1}.css-b62m3t-container .css-15pgs6m-control .css-hlgwow,.css-b62m3t-container .css-13cymwt-control .css-hlgwow,.css-b62m3t-container .css-t3ipsp-control .css-hlgwow,.css-b62m3t-container .custom-select__control .css-hlgwow{padding:1px 8px 2px}.custom-select__option,.custom-select__single-value{color:var(--font_default_color)!important}.custom-select__option.custom-select__option--is-focused,.custom-select__single-value.custom-select__option--is-focused{background:color-mix(in srgb,var(--main-color) 30%,transparent)!important;color:var(--font_default_color)!important}.custom-select__option.custom-select__option--is-selected,.custom-select__single-value.custom-select__option--is-selected{color:var(--white-color)!important;background:var(--main-color)!important}.custom-select__indicator-separator{background-color:var(--input_border_color)!important}.custom-select___menu{z-index:11!important}.custom-select--is-disabled .css-16xfy0z-control{background-color:var(--input_bg_color);border-color:var(--input_border_color);height:2.2rem;min-height:2.2rem}.custom-select__control--is-disabled{background-color:var(--input_bg_color)!important;border-color:var(--input_border_color)!important}.custom-select__menu-portal .custom-select__menu{background-color:var(--input_bg_color);border:1px solid var(--input_border_color);padding:0;z-index:11}.custom-select__menu-portal .custom-select__menu .css-d7l1ni-option,.custom-select__menu-portal .custom-select__menu .css-16wmiqa-option{padding:8px 10px;font-size:13px;font-weight:600;color:var(--font_default_color);background:var(--table_tr_hover)}.custom-select__menu-portal .custom-select__menu .css-wl6f2w-option{background:var(--main-color);color:var(--white-color)}.custom-select__menu-portal .custom-select__menu .css-1locpxz-option,.custom-select__menu-portal .custom-select__menu .css-10wo9uf-option,.custom-select__menu-portal .custom-select__menu .css-3z0z7-option{background:transparent;padding:8px 10px;font-size:13px;font-weight:600;color:var(--font_default_color)}.custom-select__menu-portal .custom-select__menu .css-1so54tf-option,.custom-select__menu-portal .custom-select__menu .css-kh5f6z-option,.custom-select__menu-portal .custom-select__menu .css-tr4s17-option{background:var(--main-default-color)}.tree-select{position:relative;width:100%;z-index:20}.tree-select-control{display:flex;align-items:center;justify-content:space-between;min-height:2.2rem;width:100%;padding:.375rem .75rem;border:1px solid var(--input_border_color);border-radius:.25rem;background:var(--input_bg_color);color:var(--font_default_color);transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer}.tree-select-control--focused{border-color:var(--main-color);box-shadow:0 0 0 .12rem #0f53fd29}.tree-select-control--error{border-color:var(--danger-color)}.tree-select-value-container{flex:1;min-width:0}.tree-select-input{width:100%;padding:0;border:0;outline:0;background:transparent;color:var(--font_default_color);font-size:13px;line-height:1.4}.tree-select-input::placeholder{color:var(--gary-color)}.tree-select-indicators{display:flex;align-items:center;gap:.35rem;margin-left:.5rem}.tree-select-clear,.tree-select-arrow{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--gary-color);cursor:pointer}.tree-select-separator{width:1px;height:14px;background:var(--input_border_color)}.tree-select-arrow{transition:transform .2s ease}.tree-select-arrow--open{transform:rotate(180deg)}.tree-select-dropdown{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:1100;border:1px solid var(--input_border_color);border-radius:.5rem;background:var(--cardBg_color);box-shadow:0 14px 30px #0000001f;overflow:hidden}.tree-select-menu{max-height:260px;overflow-y:auto;padding:.35rem 0;scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .3s ease}.tree-select-menu::-webkit-scrollbar-thumb{background:transparent;border-radius:999px;transition:background .3s ease}.tree-select-menu:hover{scrollbar-color:var(--scrollbar-thumb, #c1c5cc) transparent}.tree-select-menu:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb, #c1c5cc)}.tree-select-menu::-webkit-scrollbar{width:6px}.tree-select-menu::-webkit-scrollbar-track{background:transparent}.tree-select-no-options{display:flex;align-items:center;justify-content:center;padding:1rem}.tree-select-no-options p{font-size:12px;color:var(--gary-color)}.tree-select .tree-node{position:relative}.tree-select .tree-node-children{position:relative;margin-left:1rem}.tree-select .tree-node-children:before{content:"";position:absolute;top:0;bottom:1rem;left:.65rem;width:2px;border-radius:999px;background:var(--tree_select_line_color, color-mix(in srgb, var(--font_default_color) 25%, transparent))}.tree-select .tree-node-child-wrapper{position:relative}.tree-select .tree-node-child-wrapper:before{content:"";position:absolute;top:1rem;left:.65rem;width:.9rem;height:2px;border-radius:999px;background:var(--tree_select_line_color, color-mix(in srgb, var(--font_default_color) 25%, transparent))}.tree-select .tree-node-child-wrapper--last:after{content:"";position:absolute;left:.65rem;top:calc(1rem + 2px);bottom:0;width:2px;background:var(--cardBg_color);z-index:1}.tree-select .tree-node-item{position:relative;display:flex;align-items:center;gap:.35rem;min-height:2rem;padding:.15rem 1.75rem 1px 1.65rem;transition:background-color .2s ease}.tree-select .tree-node-item:hover{background:color-mix(in srgb,var(--main-color) 30%,transparent)}.tree-select .tree-node-item--selected{background:var(--main-color)}.tree-select .tree-node-item--selected .tree-node-label{color:var(--white-color)}.tree-select .tree-node-item--disabled{opacity:.5;cursor:not-allowed}.tree-select .tree-node-toggle{position:absolute;right:0;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;flex-shrink:0;border:0;background:transparent;color:var(--gary-color);cursor:pointer}.tree-select .tree-node-toggle svg{fill:currentColor;transition:transform .2s ease;width:17px;height:17px}.tree-select .tree-node-toggle--expanded{transform:rotate(180deg)}.tree-select .tree-node-toggle--empty{opacity:0;pointer-events:none}.tree-select .tree-node-label{display:inline-flex;align-items:center;flex:1;min-width:0;border:0;background:transparent;color:var(--font_default_color);font-size:13px;line-height:1.35;text-align:left;cursor:pointer}.tree-select .tree-node-label--disabled{cursor:not-allowed;pointer-events:none;opacity:.5}.tree-select .tree-node-highlight{padding:0 .1rem;border-radius:.15rem;background:color-mix(in srgb,var(--warning-color) 35%,transparent);color:var(--font_default_color)}*,*:before,*:after{margin:0;padding:0;font-family:var(--primary-font);box-sizing:border-box}body,html{background:var(--app-bg);font-family:var(--primary-font);font-weight:600;padding:0;margin:0;width:100%;height:100%;position:relative;overflow:hidden auto}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}samp{font-family:var(--primary-font);font-size:1em;direction:ltr;unicode-bidi:bidi-override}figure{margin:0 0 1rem}img{max-width:100%;vertical-align:middle}svg{vertical-align:middle}label{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}output{display:inline-block}fieldset{min-width:0;padding:0;margin:0;border:0}h1,h2,h3,h4,h5,h6{font-family:var(--primary-font);font-weight:700;color:var(--font_default_color);margin:0}h1{font-size:38px}h2{font-size:28px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:13px}p{font-size:15px;font-weight:600;line-height:24px;font-family:var(--primary-font);color:var(--font_default_color);margin:0}ul,ol{margin:0;padding:0;list-style-type:none;font-family:var(--primary-font)}i,span,a{display:inline-block;text-decoration:none}a:focus,a:hover{text-decoration:none;outline:none}.cursorPointer{cursor:pointer}.cursorDisabled{cursor:not-allowed;opacity:.6}audio,canvas,iframe,img,svg,video{vertical-align:middle}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus,textarea:focus,select:focus{outline:none;box-shadow:none;color:var(--font_default_color);border:1px solid var(--input_border_color)}::-moz-focus-inner{padding:0;border-style:none}[type=button],[type=submit]{appearance:auto}[type=button]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}input{font-family:var(--primary-font)}input[type=search]{outline-offset:-2px;appearance:textfield}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--input_bg_color) inset!important;-webkit-text-fill-color:var(--font_default_color)!important;transition:background-color 5000s ease-in-out 0s;caret-color:var(--font_default_color)}input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--input_bg_color) inset!important;-webkit-text-fill-color:var(--font_default_color)!important;transition:background-color 5000s ease-in-out 0s;caret-color:var(--font_default_color)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=date]::-webkit-calendar-picker-indicator{filter:brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(1970%) hue-rotate(164deg) brightness(95%) contrast(91%);cursor:pointer}select option{background-color:var(--cardBg_color);color:var(--font_default_color);font-weight:600}select option:hover,select option:checked{background:var(--main-color);color:var(--white-color)}.form-switch{position:relative;display:block}.form-switch .form-check-input{appearance:none;cursor:pointer;outline:none;border:none;width:3rem;height:1.5rem;border-radius:1.5rem;background-color:var(--gary-color);position:relative;transition:background-color .3s ease;box-shadow:0 4px 14px color-mix(in srgb,var(--font_default_color) 10%,transparent)}.form-switch .form-check-input:before{content:"";position:absolute;top:3px;left:3px;width:calc(1.5rem - 6px);height:calc(1.5rem - 6px);border-radius:50%;background-color:var(--white-color);box-shadow:0 1px 3px #77777740;transition:transform .3s ease}.form-switch .form-check-input:checked{background-color:var(--main-color)}.form-switch .form-check-input:checked:before{transform:translate(calc(1.5rem + 0px))}.form-switch .form-check-input:focus{box-shadow:0 0 0 .2rem rgba(var(--main-color),.25)}.form-switch .form-check-input:disabled{opacity:.5;cursor:not-allowed}.form-switch.form-switch-sm .form-check-input{width:1.9rem;height:1.1rem}.form-switch.form-switch-sm .form-check-input:before{content:"";position:absolute;top:1px;left:2px;width:calc(1.4rem - 7px);height:calc(1.4rem - 7px)}.form-switch.form-switch-sm .form-check-input:checked{background-color:var(--main-color)}.form-switch.form-switch-sm .form-check-input:checked:before{transform:translate(calc(.9rem - 3px))}.form-check{display:flex;align-items:center;gap:.3rem}.form-check .form-check-input{appearance:none;-webkit-appearance:none;width:1.1rem;height:1.1rem;border:1.5px solid rgba(185,185,185,.6352941176);border-radius:5px;background-color:#ffffff1a;cursor:pointer;position:relative;transition:all .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.form-check .form-check-input:checked{border-color:var(--main-color);background-color:var(--main-color)}.form-check .form-check-input:checked:after{content:"";position:absolute;left:50%;top:51%;width:5px;height:10px;border:solid var(--white-color);border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg) scale(1);transition:transform .2s ease}.form-check .form-check-input:focus{outline:1px solid var(--main-color);border:2px solid transparent}.form-check .form-check-input:disabled{background-color:var(--input_bg_color);border:none;cursor:not-allowed;opacity:.8}.form-check .form-check-input:disabled:hover{transform:none}.form-check .form-check-label{font-weight:600;cursor:pointer;user-select:none;font-size:12px}.form-label{font-size:11px;font-weight:600;line-height:1.2}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:14px;font-weight:600;line-height:1.5;color:var(--font_default_color);background-color:var(--input_bg_color);background-clip:padding-box;border:1px solid var(--input_border_color);appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.form-control.icon-input-control{padding:.375rem 40px .375rem .75rem!important}.form-control:focus{border:1px solid var(--main-color)!important}.form-select{display:block;width:100%;padding:.375rem .75rem;font-size:14px;font-weight:600;line-height:1.5;color:var(--font_default_color);background-color:var(--input_bg_color);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid var(--input_border_color);border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:auto}.form-group{position:relative;margin:0 0 4px}.form-group .undefined{position:absolute;bottom:-14px;font-size:11px;right:0}button{border-radius:0;margin:0;font-family:var(--primary-font);font-size:inherit;line-height:inherit;text-transform:none;appearance:auto;background:transparent;border:transparent}button:not(:disabled){cursor:pointer}button.btn-focus:focus{outline:none;border:1px solid var(--font_default_color)!important;box-shadow:0 0 0 0 var(--font_default_color)!important}button:focus-visible{outline:2px solid var(--main-color)!important;outline-offset:2px!important}.btn{background:transparent;border:transparent;box-shadow:none}.btn:focus-visible{outline:2px solid var(--main-color)!important;outline-offset:2px!important}.btn.btn-check:focus+.btn,.btn:focus{box-shadow:0 0 0 .15rem #e4e4e407}.btn_main{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;padding:4px 9px;line-height:1.5;border-radius:6px;color:var(--white-color);background:var(--main-color);border:none;cursor:pointer;transition:all .25s ease}.btn_main.btn_muted{color:var(--font_default_color);background:color-mix(in srgb,var(--danger-color) 15%,transparent);border:1px solid color-mix(in srgb,var(--danger-color) 35%,transparent)}.btn_main.btn_muted:hover{color:var(--danger-color);border-color:var(--danger-color)}.btn_main:hover{opacity:.8;transform:translateY(-1px)}.btn_main:active{transform:scale(.98)}.btn_main:disabled{opacity:.6;cursor:not-allowed}.btn_default{border:none;color:var(--blue-color);background:none;padding:0;margin:0;line-height:1.3;text-decoration:underline;cursor:pointer}.text-success{color:var(--success-color)}.btn-success{background:var(--success-color);color:var(--white-color)}.icon_box{display:inline-block;width:25px;height:25px;color:var(--font_default_color);cursor:pointer}.font-weight-bold{font-weight:700}.font-danger{color:var(--danger-color);font-weight:700}.font-blue{color:var(--blue-color)}.font-red{color:var(--danger-color);-webkit-text-fill-color:var(--danger-color)}.font-green{color:var(--success-color);-webkit-text-fill-color:var(--success-color)}.w-100{width:100%}.w-50{width:50%}.vh-100{height:100vh}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.m-0{margin:0}.m-1{margin:5px}.m-2{margin:10px}.mt-1{margin-top:5px}.mt-3{margin-top:.5rem}.mb-1{margin-bottom:5px}.mx-1{margin-left:.25rem;margin-right:.25rem}.mb-3{margin-bottom:10px}.p-0{padding:0}.p-1{padding:5px}.p-2{padding:10px}.pt-1{padding-top:5px}.pb-1{padding-bottom:5px}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-3{padding-left:1rem;padding-right:1rem}.text-start{text-align:left;text-align:-webkit-left}.text-end{text-align:right;text-align:-webkit-right}.text-center{text-align:center;text-align:-webkit-center}.text-decoration-none{text-decoration:none}.text-decoration-underline{text-decoration:underline}.text-decoration-line-through{text-decoration:line-through}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.position-relative{position:relative}.custom-tabs-shell{display:flex;align-items:center;gap:5px;width:100%}.custom-tabs-shell .custom-tabs-nav-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:0 0 auto;width:35px;height:40px;border:1px solid var(--cardTowBorder_color);border-radius:8px;background:color-mix(in srgb,var(--cardBg_color) 88%,transparent);color:var(--font_default_color);transition:transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.custom-tabs-shell .custom-tabs-nav-btn .icon_box{margin:0;padding:0;width:22px;height:22px}.custom-tabs-shell .custom-tabs-nav-btn:hover{transform:translateY(-1px);border-color:var(--main-color);background:color-mix(in srgb,var(--main-color) 12%,var(--cardBg_color))}.custom-tabs-shell .custom-tabs-nav-btn:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.custom-tabs-shell .custom-tabs-nav-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.custom-tabs-shell .custom-tabs{width:100%;display:block}.custom-tabs-shell .custom-tabs .custom-tabs-nav{display:flex;flex-direction:row;align-items:center;overflow:auto hidden;gap:5px;padding:4px 6px;border:1px solid var(--cardTowBorder_color);border-radius:5px;background:color-mix(in srgb,var(--main-default-color) 5%,var(--cardBg_color));margin-bottom:0;scrollbar-width:none;width:100%;scroll-behavior:smooth}.custom-tabs-shell .custom-tabs .custom-tabs-nav::-webkit-scrollbar{display:none}.custom-tabs-shell .custom-tabs .custom-tab-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:34px;padding:5px 10px;border:1px solid transparent;border-radius:5px;background:color-mix(in srgb,var(--cardBg_color) 92%,transparent);cursor:pointer;font-size:13px;font-weight:600;color:var(--font_default_color);white-space:nowrap}.custom-tabs-shell .custom-tabs .custom-tab-btn .game_count{font-size:10px;font-weight:700;background:color-mix(in srgb,var(--gary-color) 10%,transparent);color:var(--main-default-color);padding:2px 6px;min-height:18px;border-radius:50px;display:inline-flex;justify-content:center;align-items:center}.custom-tabs-shell .custom-tabs .custom-tab-btn:hover{background:color-mix(in srgb,var(--main-color) 12%,var(--cardBg_color));border-color:color-mix(in srgb,var(--main-color) 20%,transparent);transform:translateY(-1px)}.custom-tabs-shell .custom-tabs .custom-tab-btn.active{color:var(--white-color);border-color:transparent;background:linear-gradient(135deg,var(--main-color),color-mix(in srgb,var(--main-color) 82%,var(--white-color)))}.custom-tabs-shell .custom-tabs .custom-tab-btn.active .game_count{background:color-mix(in srgb,var(--font_defaultBlack_color) 20%,transparent);color:var(--white-color)}.custom-tabs-shell .custom-tabs .custom-tab-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.custom-tabs-shell .custom-tabs .custom-tab-btn:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.custom-tabs-shell .custom-tabs .custom-tab-btn .icon_sport{width:18px;height:18px;flex-shrink:0}.custom-tabs-shell .custom-tabs .custom-tabs-content{display:none}.custom-tabs-shell .tab_bottle{border-bottom:none;display:flex;flex-direction:row;align-items:center;gap:5px;width:100%;overflow:auto hidden;padding:2px 0}.custom-tabs-shell .tab_bottle .nav-link{padding:6px 8px;font-size:14px;font-weight:700;border-radius:7px;background:var(--cardBg_color);color:var(--font_default_color);border:1px solid var(--cardTowBorder_color);transition:all .3s ease;white-space:nowrap;text-transform:capitalize}.custom-tabs-shell .tab_bottle .nav-link .icon_sport{width:18px;height:auto}.custom-tabs-shell .tab_bottle .nav-link:hover{background:var(--cardBg_color);color:var(--main-color)}.custom-tabs-shell .tab_bottle .nav-link.active{background:linear-gradient(135deg,var(--main-color),var(--main-color));color:var(--white-color);border-color:transparent}.table-responsive{position:relative;background:transparent;padding:1px 2px;margin:6px 0 0;border-radius:0;width:100%;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 270px)}.table-responsive .report-card-box{width:100%;border-collapse:collapse;margin-top:0}.table-responsive .report-card-box thead{position:sticky;top:-1.4px;z-index:1}.table-responsive .report-card-box thead tr th{font-weight:600;white-space:nowrap;font-size:13px;height:25px;padding:3px 6px;color:var(--white-color);background:var(--table-th_bg_color);border:1px solid var(--table-td_border-color)}.table-responsive .report-card-box tbody tr td{font-weight:600;white-space:nowrap;font-size:13px;padding:3px 6px;border:1px solid var(--table-td_border-color);color:var(--font_default_color);position:relative}.table-responsive .report-card-box tbody tr:nth-child(2n){background:var(--report_tr_odd_bg-color)}.table-responsive .report-card-box tbody tr:nth-of-type(odd){background:var(--report_tr_even_bg-color)}.table-responsive .report-card-box tbody tr.lay-color{background:var(--match-lay-light)}.table-responsive .report-card-box tbody tr.lay-color td{color:var(--black-color)}.table-responsive .report-card-box tbody tr.lay-color:hover{background:var(--match-lay-dark)}.table-responsive .report-card-box tbody tr.back-color{background:var(--match-back-light)}.table-responsive .report-card-box tbody tr.back-color td{color:var(--black-color)}.table-responsive .report-card-box tbody tr.back-color:hover{background:var(--match-back-dark)}.table-responsive .report-card-box tbody tr:hover{background:var(--table_tr_hover)}.table-responsive .report-card-box tbody tr.not_rows_tr,.table-responsive .report-card-box tbody tr.not_rows_tr:hover{background:transparent}.table-responsive .report-card-box tfoot{position:sticky;bottom:-2px;z-index:1}.table-responsive .report-card-box tfoot tr td{font-weight:600;white-space:nowrap;font-size:13px;padding:6px 8px;border:1px dashed var(--table-td_border-color);color:var(--font_default_color);text-transform:capitalize;position:relative;background:var(--table_tr_hover)}.table-responsive .link-text{color:var(--blue-color);text-decoration:underline}.table-responsive .icon_btn{margin:5px 10px}.not_rows{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:60vh;width:100%;position:relative;color:var(--font_default_color);font-size:14px;font-weight:700}.not_rows .not_icon{width:80px;height:80px;animation:floatIcon 2.5s ease-in-out infinite}.not_rows .no_text{margin:0;font-size:14px;font-weight:600;color:var(--font_default_color)}@keyframes floatIcon{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.table-searchbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin:5px 0 0;width:100%;gap:5px}.table-searchbar .dataTables_input{position:relative}.table-searchbar .dataTables_input .form-control,.table-searchbar .dataTables_input .form-select{padding:2px 2px 2px 4px;height:32px;font-weight:600;font-size:13px;width:auto}.table-searchbar .dataTables_input .close_icon{position:absolute;right:2px;top:50%;transform:translateY(-50%);border:none;cursor:pointer;font-size:14px;background-color:var(--input_bg_color);color:var(--font_default_color);padding:0 4px;line-height:1}.table-searchbar .dataTables_input .close_icon:hover{color:var(--main-color)}.page-table{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%;padding:6px 5px}.page-table-info{display:flex;align-items:center;font-size:13px;font-weight:600;opacity:.8;gap:10px;color:var(--font_default_color)}.page-table-info .dt-total{font-size:14px;font-weight:600;color:var(--gary-color)}.page-table-pagination{display:flex;align-items:center;border-radius:6px;border:1px solid var(--page_table_border_color);overflow:hidden;background:var(--page_table_bag_color)}.page-table-pagination .pagination{display:flex;margin:0;padding:0}.page-table-pagination .pagination .page-item{list-style:none}.page-table-pagination .pagination .page-item .page-link{position:relative;overflow:hidden;height:32px;min-width:32px;padding:0 10px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;background-color:var(--page_table_bag_color);border:1px solid var(--page_table_border_color);color:var(--font_default_color);cursor:pointer;transition:background-color .2s ease,transform .1s ease,box-shadow .15s ease}.page-table-pagination .pagination .page-item .page-link:hover{background-color:var(--page_table_bagHover_color);transform:translateY(-2px)}.page-table-pagination .pagination .page-item .page-link:active{transform:scale(.95);box-shadow:inset 0 3px 6px #0003}.page-table-pagination .pagination .page-item .page-link:after{content:"";position:absolute;inset:0;background:#ffffff40;opacity:0;transition:opacity .3s ease}.page-table-pagination .pagination .page-item .page-link:active:after{opacity:1}.page-table-pagination .pagination .page-item .page-link:focus-visible{outline:2px solid var(--main-color);outline-offset:2px}.page-table-pagination .pagination .page-item:last-child .page-link{border-right:none}.page-table-pagination .pagination .page-item.active .page-link{background-color:var(--main-color);color:var(--white-color);font-weight:700}.page-table-pagination .pagination .page-item.active .page-link:hover{transform:none}.page-table-pagination .pagination .page-item.disabled .page-link{opacity:.5;cursor:not-allowed;pointer-events:none;transform:none;box-shadow:none}.password-policy{display:flex;justify-content:flex-end;padding:3px 1px;gap:3px;margin-top:3px;z-index:1}.password-policy .password-policy-item{display:inline-flex;align-items:center;gap:2px;padding:1px 4px;border-radius:4px;font-size:11px;font-weight:700;line-height:1.2;user-select:none;white-space:nowrap;border:1px solid transparent;background-color:var(--cardBg_color);transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.password-policy .password-policy-item-valid{color:var(--success-color);border-color:color-mix(in srgb,var(--success-color) 15%,transparent)}.password-policy .password-policy-item-invalid{color:var(--danger-color);border-color:color-mix(in srgb,var(--danger-color) 15%,transparent)}.password-policy .password-policy-icon{display:inline-flex;align-items:center;justify-content:center}.password-policy .password-policy-icon .icon-svg{display:block;width:15px;height:auto}@media(max-width:308px){.password-policy .password-policy-item{font-size:9px}}.live-badge{position:relative;overflow:hidden;z-index:1}.live-badge:after{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;right:0;z-index:-1;background:var(--warning-color);animation:livePulse .8s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}.something_box{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;gap:10px}.preloader{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.preloader .preloader_img{width:150px;height:auto}.toast-success{background-color:var(--success-color);color:var(--white-color)}.toast-error{background-color:var(--danger-color);color:var(--white-color)}.slider-skeleton{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}@media(max-width:767px){.slider-skeleton{grid-template-columns:1fr}}.slider-skeleton .skeleton-card{height:220px;border-radius:12px;overflow:hidden;position:relative;background:var(--sidebar_border_color)}.slider-skeleton .skeleton-card:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,var(--cardBg_color),transparent);animation:skeleton-loading 1.2s infinite}@keyframes skeleton-loading{to{transform:translate(100%)}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:50px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:50px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.iframe_size{width:100vw;height:100vh;border:none}:root{--primary-font: Open Sans, Helvetica, "sans-serif";--white-color: #fff;--black-color: #141414;--warning-color: #f59e0b;--alertText-color: #f0870e;--primary-btn-color: #09a88e;--dodger-blue: #1c8be6;--live-text-color: #12cb6f;--market_bog_suspend: #16203475;--match-back-lightest: #b1defce3;--match-back-light: #76c0f5cc;--match-back-medium: #65bdfc;--match-back-dark: #23a2fc;--match-lay-dark: #f5639b;--match-lay-medium: #f791b8;--match-lay-light: #f79bbecc;--match-lay-lightest: #fac4d8c3}:root[data-bs-theme=light]{--app-bg: #f5f6fa;--main-color: #1591c2;--main-default-color: #127da7;--font_defaultBlack_color: #fff;--font_default_color: #202020;--gary-color: #5b5b5b;--header_bg_color: linear-gradient( 18deg, #0f536e 0%, #1096ca 50%, #0f536e 100% );--header_menu_color: #175560;--hadar_icon_box: #e1eafa;--sidebar_bg_color: #ffffff;--sidebar_icon_box: #d1d4db9f;--sidebar_border_color: #c9ceda81;--heading_border_color: #d9d9d9;--cardBg_color: #fff;--cardBorder_color: #f0efef;--cardTowBg_color: #f9faff;--cardTowBorder_color: #e0e8fd;--report_tr_even_bg-color: #f5f6fa;--report_tr_odd_bg-color: #ffffff;--table-th_bg_color: #0d9cd4;--table-td_border-color: #e3e0e0;--index-bg_box_color: #44475b;--table_tr_hover: #e5eaf1;--input_bg_color: #f5f8fa;--input_border_color: #e1ecf3;--modal_bg_color: #f9ffff;--modalHeader_bg_color: #ebeff0;--modelSlip_bg-color: #f1f6fd;--model-nub-price_bg_color: #efeeee;--model-nub-button_bg_color: #d2d8de;--model-nub-price_border_color: #f1f1f1;--modelSlip_border-color: #d4d1d1;--page_table_bag_color: #f5f8fa;--page_table_border_color: #d5dbe4;--page_table_bagHover_color: #a9d8f7;--skeleton_text_color: #ddd;--skeleton_bg_color: #f0f0f0;--skeleton_bg1_color: #e0e0e0;--blue-color: #2693db;--scrollbar-track: #f1f1f1;--scrollbar-thumb: #c9c9c9;--scrollbar-thumb-hover: #afafaf;--disabled_box: #e2e7ea;--success-color: #0b953d;--danger-color: #cd2126}:root[data-bs-theme=dark]{--app-bg: #11171e;--main-color: #0f92c5;--main-default-color: #40b8e7;--font_defaultBlack_color: #000;--font_default_color: #cfddf3;--gary-color: #8e9399;--header_bg_color: #08131b;--header_menu_color: #010c10;--hadar_icon_box: #0e0e0f;--sidebar_bg_color: #09131d;--sidebar_icon_box: #1c5060;--sidebar_border_color: #dce4f38c;--heading_border_color: #3a3939;--cardBg_color: #151f2d;--cardBorder_color: #20292f;--cardTowBg_color: #151c27;--cardTowBorder_color: #26363d;--report_tr_even_bg-color: #131a22;--report_tr_odd_bg-color: #182028;--table-th_bg_color: #3196d1;--table-td_border-color: #262e34;--index-bg_box_color: #656c79;--table_tr_hover: #36444d;--input_bg_color: #363d44;--input_border_color: #60666e;--modal_bg_color: #101112;--modalHeader_bg_color: #1e1c1b;--modelSlip_bg-color: #060606;--model-nub-price_bg_color: #232222;--model-nub-button_bg_color: #232222;--model-nub-price_border_color: #21201f;--modelSlip_border-color: #464646;--page_table_bag_color: #323739;--page_table_border_color: #44494b;--page_table_bagHover_color: #3e4953;--skeleton_text_color: #484a4b;--skeleton_bg_color: #535455f1;--skeleton_bg1_color: #303031f1;--blue-color: #3eb4f8;--scrollbar-track: #151616;--scrollbar-thumb: #6d6e70;--scrollbar-thumb-hover: #5a6268;--disabled_box: #474747;--success-color: #14b951;--danger-color: #ee3131}
