.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.custom-container[data-v-344e7dd1]{max-width:1480px}.col-left[data-v-344e7dd1],.col-middle[data-v-344e7dd1],.sidebar[data-v-344e7dd1]{background:#fff;padding:8px 8px 16px;box-shadow:#00000029 0 3px 6px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.col-middle[data-v-344e7dd1]{padding:0}.sidebar[data-v-344e7dd1]{border-top-right-radius:0;border-top-left-radius:0}.sidebar-empty[data-v-344e7dd1]{display:flex;justify-content:center;align-items:center;min-height:200px;cursor:pointer;flex-direction:column}.sidebar-empty img[data-v-344e7dd1]{max-width:100px}.league-sidebar[data-v-344e7dd1]{display:flex;padding:4px;border-radius:4px;margin-right:8px;justify-content:space-between;align-items:center;cursor:pointer}.matches-wrapper .add-remove-hover[data-v-344e7dd1]{background:#f2f2f2!important}.league-sidebar-active[data-v-344e7dd1]{background:#161d35;color:#fff}.league-sidebar[data-v-344e7dd1]:hover{background-color:#dedee3}.match-row[data-v-344e7dd1]{background:#f2f2f2;border:1px solid #ccc}.main-content[data-v-344e7dd1]{padding-right:450px}.sidebar-title[data-v-344e7dd1]{background:#182625;color:#bae34a;font-weight:700;font-size:20px;padding:6px;border-top-right-radius:5px;border-top-left-radius:5px}.sidebar-banners[data-v-344e7dd1]{width:100%}.bookmaker-match-logo[data-v-344e7dd1]{width:50px}.match-single[data-v-344e7dd1]{display:flex;width:100%;border-bottom:1px solid #ccc}.match-single-teams[data-v-344e7dd1]{width:300px;padding-left:15px;border-right:1px solid rgb(233,233,233)}.match-single-time[data-v-344e7dd1]{width:90px;border-right:1px solid rgb(233,233,233)}.match-single-games[data-v-344e7dd1]{display:flex;align-items:center}.add-remove[data-v-344e7dd1]{width:70px;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;border-right:1px solid rgb(233,233,233)}.more-games[data-v-344e7dd1]{width:70px;display:flex;justify-content:center;align-items:center}.add-remove[data-v-344e7dd1]:hover{background:#bae34a;cursor:pointer;color:#000}.more-games-indicator[data-v-344e7dd1]{color:#bae34a;border-radius:50%;cursor:pointer;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border:2px solid #bae34a;margin-right:8px;font-weight:700}.css-home-team[data-v-344e7dd1]{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentcolor;flex-shrink:0;font-size:1.25rem;transition:fill .2s cubic-bezier(.4,0,.2,1);color:#bae34a}.css-away-team[data-v-344e7dd1]{color:#182625}.tickets-header[data-v-344e7dd1]{display:flex;justify-content:space-between;margin-bottom:4px}.icon-remove-all-matches[data-v-344e7dd1]{padding-right:10px;cursor:pointer}.ticket-match[data-v-344e7dd1]{display:flex;justify-content:space-between;background-color:#f4f5f7;border-radius:7px;padding:4px 4px 4px 8px;cursor:pointer;margin-bottom:12px;border:1px solid #182625}.ticket-remove-svg[data-v-344e7dd1]{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;fill:currentcolor;flex-shrink:0;font-size:1.5rem;color:#707070;height:16px;width:16px;cursor:pointer;transition:fill .2s cubic-bezier(.4,0,.2,1)}.ticket-match-time[data-v-344e7dd1]{margin:8px 0 0;font-size:12px;font-weight:300;color:#b8bdc7;line-height:10px;display:flex;flex-direction:column;gap:8px}.ticket-match-bet[data-v-344e7dd1]{display:flex;justify-content:space-between;gap:8px;background-color:#fff;border-radius:5px;padding:4px 4px 4px 8px}.sticky-header[data-v-344e7dd1]{background-color:#fff;z-index:100;width:auto}.sticky-header .match-single[data-v-344e7dd1]{background:#bae34a;border-bottom:none}.is-sticky[data-v-344e7dd1]{position:fixed;top:59px;box-shadow:0 2px 4px #0000001a;max-width:-webkit-fill-available;margin-right:10px!important}.is-sticky .match-single[data-v-344e7dd1]{background:#bae34a;margin-right:13px;border-bottom:1px solid #182625;border-left:1px solid #182625;border-right:1px solid #182625}.sticky-header .cell[data-v-344e7dd1]{border-right:1px solid}.is-sticky .more-games.cell[data-v-344e7dd1],.sticky-header .more-games.cell[data-v-344e7dd1]{border-right:none}.sticky-header .match-single-time[data-v-344e7dd1],.sticky-header .match-single-teams[data-v-344e7dd1]{align-items:center;display:flex}.match-single .input-group[data-v-344e7dd1]{margin-right:10px}.selected-match .match-single-time[data-v-344e7dd1],.selected-match .match-single-teams[data-v-344e7dd1]{font-weight:700}.selected-game[data-v-344e7dd1]{font-weight:700;background:#bae34a}.modal-overlay[data-v-344e7dd1]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-344e7dd1]{background-color:#fff;padding:20px;border-radius:8px;width:80%;max-width:600px}.modal-content h3[data-v-344e7dd1]{margin-top:0}.modal-content textarea[data-v-344e7dd1]{width:100%;height:100px;margin-bottom:15px;padding:8px;border:1px solid #ccc;border-radius:4px;min-height:150px}.modal-actions[data-v-344e7dd1]{display:flex;justify-content:flex-end;gap:10px}.odd-wrapper[data-v-344e7dd1]{padding:15px;font-size:18px;cursor:pointer;border:1px solid #ccc}.odd-wrapper[data-v-344e7dd1]:hover{background:#bae34a}.odd-single[data-v-344e7dd1]{font-size:20px;font-weight:500}.odd-bet[data-v-344e7dd1]{min-width:150px}@media (max-width: 768px){.odd-bet[data-v-344e7dd1]{min-width:auto;font-size:14px}.odd-single[data-v-344e7dd1]{font-size:16px}}.check-all-odds[data-v-344e7dd1]{font-size:14px;color:#182625;cursor:pointer}.check-all-odds[data-v-344e7dd1]:hover{text-decoration:underline}.btn-close-show-single-match-modal[data-v-344e7dd1]{font-size:24px}@media (max-width: 1450px){.hide-column-md[data-v-344e7dd1]{display:none}}@media (max-width: 991px){.hide-column[data-v-344e7dd1]{display:none}}.ticket-floating-wrapper[data-v-344e7dd1]{position:fixed;bottom:70px;left:0;right:0;background:#000;color:#fff;width:90%;margin:0 auto;padding:10px;border:2px solid #bae34a;border-radius:10px}.ticket-one-liner[data-v-344e7dd1]{height:50px;align-items:center}.ticket-counter[data-v-344e7dd1]{width:50px;height:50px;background:#bae34a;color:#000;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:20px;font-weight:700;margin-left:10px;margin-right:20px}.ticket-odds-wrapper[data-v-344e7dd1]{flex:1;flex-direction:column;justify-content:center}.ticket-floating-up-icon[data-v-344e7dd1]{width:50px;height:50px;background:#bae34a;color:#000;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:transform .3s ease-in-out}.ticket-floating-up-icon img[data-v-344e7dd1]{width:20px}.ticket-floating-up-icon:hover img[data-v-344e7dd1]{transform:translateY(-1px)}.ticket-floating-remove-all[data-v-344e7dd1]{cursor:pointer;margin-right:20px}.ticket-body[data-v-344e7dd1]{margin-top:10px}.ticket-body .ticket-match[data-v-344e7dd1]{border:1px solid #bae34a;color:#000}.ticket-body .ticket-remove-svg[data-v-344e7dd1]{height:28px;width:28px;position:absolute;right:19px}.ticket-match-time-mobile[data-v-344e7dd1]{margin:8px 0 0;font-size:16px;font-weight:300;color:silver;line-height:10px}.ticket-match-league[data-v-344e7dd1]{font-size:16px;margin-left:10px}.ticket-match-teams[data-v-344e7dd1]{font-size:18px}@media (max-width: 650px){.add-remove[data-v-344e7dd1]{width:55px}.match-single[data-v-344e7dd1]{font-size:14px}.more-games-indicator[data-v-344e7dd1]{width:35px;height:35px}}@media (max-width: 500px){.add-remove[data-v-344e7dd1]{width:45px}.match-single[data-v-344e7dd1]{font-size:12px}.match-single-teams[data-v-344e7dd1]{padding-left:0;justify-content:center;display:flex;flex-direction:column}.match-single-teams svg[data-v-344e7dd1]{width:15px;height:15px}}@media (max-width: 400px){.add-remove[data-v-344e7dd1]{width:40px}.match-single-teams svg[data-v-344e7dd1]{display:none}}.select-league-mobile[data-v-344e7dd1]{display:inline-block;width:auto;margin-left:10px;background:#c2c2c2;padding:2px 2px 2px 5px}.search-team-input[data-v-344e7dd1]{margin-left:10px;padding:1px 1px 1px 5px;font-size:14px}.iframe-banner[data-v-344e7dd1]{max-width:300px;max-height:250px;width:300px;height:250px}.right-sidebar[data-v-344e7dd1]{width:300px;padding:0}.ticket-floating-content[data-v-344e7dd1]{border:1px solid #ccc;padding:10px;border-radius:10px;margin-top:10px;background-color:#f9f9f9}.max-odds-table-row[data-v-344e7dd1]{font-weight:400!important}.max-odd[data-v-344e7dd1]{font-weight:700!important;border:2px solid #bae34a;animation:pulse-344e7dd1 1s infinite}@keyframes pulse-344e7dd1{0%{transform:scale(1)}50%{transform:scale(1.01)}to{transform:scale(1)}}.ticket-bookmakers-wrapper[data-v-344e7dd1]{padding-left:10px;padding-right:10px}.bold[data-v-344e7dd1]{font-weight:700}.body-matches .back-to-top-btn{display:none}.ticket[data-v-2c262c71]{border:1px solid #ccc;border-radius:4px;margin-bottom:50px;display:flex;min-height:250px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.ticket[data-v-2c262c71]:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 20px 40px #0000004d;background-color:#f7f7f7}.ticket:hover .right-circle[data-v-2c262c71]{transform:rotate(360deg) scale(1.2);transition:transform .6s ease}.ticket:hover .badge[data-v-2c262c71]{transform:rotate(-5deg);transition:transform .3s ease}.left[data-v-2c262c71]{width:25%;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #ccc}.left-wrapper[data-v-2c262c71]{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.middle[data-v-2c262c71]{flex-grow:1;font-size:18px;width:55%}.right[data-v-2c262c71]{border-left:1px solid #ccc;background:#f2f2f2;width:20%}.right-wrapper[data-v-2c262c71]{padding-top:20px;display:flex;flex-direction:column;align-items:center;height:100%}.right-circle[data-v-2c262c71]{width:90px;height:90px;border-radius:50%;background:#fff;border:1px solid #ccc;display:flex;flex-direction:column;justify-content:center;align-items:center}.right-circle-text[data-v-2c262c71]{display:flex}.right-circle-number[data-v-2c262c71]{font-size:20px;display:flex}.user-image[data-v-2c262c71]{width:120px;border-radius:50%}.image-wrapper[data-v-2c262c71]{justify-content:center;display:flex;margin-bottom:10px}.user-stats[data-v-2c262c71]{display:flex;justify-content:center;margin-bottom:10px;align-items:center}.username[data-v-2c262c71]{display:flex;justify-content:center;font-size:20px;cursor:pointer}.user-stats-single[data-v-2c262c71]{width:100px}.ticket-container[data-v-2c262c71]{display:flex;flex-direction:column;height:100%}.ticket-container-main[data-v-2c262c71]{height:100%;align-content:center}.ticket-match-details-wrapper[data-v-2c262c71]{padding-left:20px;padding-right:10px}.number-of-matches[data-v-2c262c71]{font-style:italic;font-size:16px}.add-border-bottom[data-v-2c262c71]{border-bottom:1px solid #f2f2f2}.ticket-match-details[data-v-2c262c71]{display:flex;height:50px}.ticket-match-2nd-line[data-v-2c262c71]{display:flex}.ticket-actions[data-v-2c262c71]{margin-top:auto;display:flex;border-top:1px dotted #ccc;padding:12px 20px;height:60px;min-height:60px;width:100%;justify-content:center;align-items:center}.space-between[data-v-2c262c71]{justify-content:space-between}.btn-custom[data-v-2c262c71]{border:1px solid silver}.md-sport[data-v-2c262c71]{width:25px}.md-team-name[data-v-2c262c71]{width:50%}.md-bet[data-v-2c262c71],.md-odds[data-v-2c262c71],.md-result[data-v-2c262c71]{width:12.5%}.md-status[data-v-2c262c71]{text-align:center;width:12.5%;justify-content:center}.md-result[data-v-2c262c71],.md-odds[data-v-2c262c71],.md-bet[data-v-2c262c71],.md-team-name[data-v-2c262c71],.md-status[data-v-2c262c71]{display:flex;align-items:center}.profit[data-v-2c262c71],.stake[data-v-2c262c71]{margin-top:6px}.ticket-match-2nd-line[data-v-2c262c71]{font-size:14px;padding-top:10px}.badge[data-v-2c262c71]{display:inline-block;padding:.25em .75em;font-size:.875rem;font-weight:600;text-align:center;border-radius:.25rem;color:#fff;width:80px;text-transform:uppercase}.badge-win[data-v-2c262c71]{background-color:#28a745}.badge-lose[data-v-2c262c71]{background-color:#dc3545}.badge-pending[data-v-2c262c71]{background-color:orange}.color-green[data-v-2c262c71]{color:green}.followers-number[data-v-2c262c71]{font-size:18px}.vertical-align[data-v-2c262c71]{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.ticket-match-details-wrapper[data-v-2c262c71]:hover{background:#f2f2f2}.ticket-match-details-wrapper:hover .md-bet-explain[data-v-2c262c71]{font-weight:700}.ticket-description[data-v-2c262c71]{padding-left:20px;padding-right:10px;border-top:1px solid #f2f2f2;padding-top:10px}.ticket-description-text[data-v-2c262c71]{font-size:15px}.read-more[data-v-2c262c71]{text-decoration:underline}.read-more[data-v-2c262c71],.read-less[data-v-2c262c71]{color:#182625;cursor:pointer}.read-more[data-v-2c262c71]:hover,.read-less[data-v-2c262c71]:hover{font-style:italic}@media (max-width: 1400px){.left[data-v-2c262c71]{width:25%}.middle[data-v-2c262c71]{width:55%}.right[data-v-2c262c71]{width:20%}}@media (max-width: 992px){.ticket[data-v-2c262c71]{flex-direction:column;min-height:auto}.left[data-v-2c262c71],.right[data-v-2c262c71],.middle[data-v-2c262c71]{max-width:100%;min-width:100%;border:none}.middle[data-v-2c262c71]{font-size:16px}.ticket-actions[data-v-2c262c71]{border-bottom:1px dotted #ccc}}.mobile-left[data-v-2c262c71]{border-bottom:1px solid #ccc;background:#182625;color:#fff}.mobile-left a[data-v-2c262c71]{color:#bae34a}.mobile-left .avatar-wrapper[data-v-2c262c71]{padding:10px;border-right:1px solid #ccc;width:35%;display:flex;justify-content:center;align-items:center;flex-direction:column}.mobile-left .info-wrapper[data-v-2c262c71]{padding:10px 30px;flex-grow:1;display:flex;flex-direction:column;justify-content:center;font-size:16px}.mobile-left .user-image[data-v-2c262c71]{width:90px}.info-value[data-v-2c262c71]{font-weight:700;font-size:18px}.ticket-match-details-wrapper-mobile[data-v-2c262c71]{display:none}@media (max-width: 575px){.ticket-match-details-wrapper-mobile[data-v-2c262c71]{display:flex;flex-direction:column;margin-top:10px;margin-bottom:10px}.ticket-match-details-wrapper-desktop[data-v-2c262c71],.md-bet-explain[data-v-2c262c71]{display:none}.md-team-name[data-v-2c262c71]{width:100%}.ticket[data-v-2c262c71]:hover{transform:none;box-shadow:none;background-color:#f7f7f7}}.cm-badge[data-v-2c262c71]{border:1px solid #ccc;padding:5px 10px;border-radius:5px}.bold[data-v-2c262c71]{font-weight:600}.explain-text[data-v-2c262c71]{font-size:12px;color:#ccc}.modal-overlay[data-v-800d7a5d]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-800d7a5d]{background-color:#fff;padding:20px;border-radius:8px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto}.modal-content h3[data-v-800d7a5d]{margin-top:0;margin-bottom:20px;font-size:1.5rem;font-weight:700}.comments-wrapper[data-v-800d7a5d]{max-height:50vh;overflow-y:auto;margin-bottom:20px}.comment-single[data-v-800d7a5d]{border-bottom:1px solid #e0e0e0;padding:15px 0}.comment-single[data-v-800d7a5d]:last-child{border-bottom:none}.comment-header[data-v-800d7a5d]{display:flex;align-items:center;margin-bottom:10px}.user-avatar[data-v-800d7a5d]{width:40px;height:40px;border-radius:50%;margin-right:10px}.user-info[data-v-800d7a5d]{display:flex;flex-direction:column}.user-name[data-v-800d7a5d]{font-weight:700;font-size:.9rem}.comment-date[data-v-800d7a5d]{font-size:.8rem;color:#777}.comment-text[data-v-800d7a5d]{margin:0;font-size:.95rem;line-height:1.4}.comment-form[data-v-800d7a5d]{margin-top:20px}.comment-input[data-v-800d7a5d]{width:100%;min-height:100px;padding:10px;border:1px solid #ccc;border-radius:4px;resize:vertical;margin-bottom:10px}.modal-actions[data-v-800d7a5d]{display:flex;justify-content:flex-end;gap:10px}.btn[data-v-800d7a5d]{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.btn-secondary[data-v-800d7a5d]{background-color:#f0f0f0;color:#333}.btn-primary[data-v-800d7a5d]{background-color:#007bff;color:#fff}.ticket[data-v-b9b006e9]{border:1px solid #ccc;border-radius:4px;margin-bottom:50px;display:flex;min-height:180px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;flex-wrap:wrap}.ticket[data-v-b9b006e9]:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 20px 40px #0000004d;background-color:#f7f7f7}.ticket:hover .right-circle[data-v-b9b006e9]{transform:rotate(360deg) scale(1.2);transition:transform .6s ease}.ticket:hover .badge[data-v-b9b006e9]{transform:rotate(-5deg);transition:transform .3s ease}.left[data-v-b9b006e9]{max-width:300px;min-width:300px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #ccc;padding:20px}.left-wrapper[data-v-b9b006e9]{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.middle[data-v-b9b006e9]{flex-grow:1;font-size:18px;padding:20px}.right[data-v-b9b006e9]{border-left:1px solid #ccc;max-width:150px;min-width:150px;background:#f2f2f2;padding:20px}.right-wrapper[data-v-b9b006e9]{display:flex;flex-direction:column;align-items:center;height:100%}.right-circle[data-v-b9b006e9]{width:90px;height:90px;border-radius:50%;background:#fff;border:1px solid #ccc;display:flex;flex-direction:column;justify-content:center;align-items:center}.right-circle-text[data-v-b9b006e9]{display:flex}.right-circle-number[data-v-b9b006e9]{font-size:20px;display:flex}.user-image[data-v-b9b006e9]{width:90px;border-radius:50%}.image-wrapper[data-v-b9b006e9]{justify-content:center;display:flex;margin-bottom:10px}.user-stats[data-v-b9b006e9]{display:flex;justify-content:center;margin-bottom:10px;align-items:center}.username[data-v-b9b006e9]{display:flex;justify-content:center;font-size:20px;cursor:pointer}.user-stats-single[data-v-b9b006e9]{width:100px}.ticket-container[data-v-b9b006e9]{display:flex;flex-direction:column;height:100%}.ticket-container-main[data-v-b9b006e9]{padding-left:20px;padding-right:10px;height:100%;align-content:center}.number-of-matches[data-v-b9b006e9]{font-style:italic;font-size:16px}.add-border-bottom[data-v-b9b006e9]{border-bottom:1px solid #f2f2f2}.ticket-match-details[data-v-b9b006e9]{display:flex;height:50px;line-height:50px}.ticket-match-2nd-line[data-v-b9b006e9]{display:flex;font-size:14px;padding-top:10px}.ticket-actions[data-v-b9b006e9]{margin-top:auto;display:flex;border-top:1px dotted #ccc;padding:12px 20px;height:60px;min-height:60px;width:100%;justify-content:center;align-items:center}.space-between[data-v-b9b006e9]{justify-content:space-between}.btn-custom[data-v-b9b006e9]{border:1px solid silver;padding:10px 20px;border-radius:4px;cursor:pointer}.md-sport[data-v-b9b006e9]{width:30px}.md-team-name[data-v-b9b006e9]{width:400px}.md-bet[data-v-b9b006e9],.md-odds[data-v-b9b006e9]{width:80px}.md-result[data-v-b9b006e9]{width:100px}.md-status[data-v-b9b006e9]{width:70px}.profit[data-v-b9b006e9],.stake[data-v-b9b006e9]{margin-top:6px}.md-league[data-v-b9b006e9]{width:430px}.md-bet-explain[data-v-b9b006e9]{flex-grow:1}.badge[data-v-b9b006e9]{display:inline-block;padding:.25em .75em;font-size:.875rem;font-weight:600;text-align:center;border-radius:.25rem;color:#fff;width:80px;text-transform:uppercase}.badge-win[data-v-b9b006e9]{background-color:#28a745}.badge-lose[data-v-b9b006e9]{background-color:#dc3545}.badge-pending[data-v-b9b006e9]{background-color:orange}.color-green[data-v-b9b006e9]{color:green}.followers-number[data-v-b9b006e9]{font-size:18px}.vertical-align[data-v-b9b006e9]{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.ticket-match-details-wrapper[data-v-b9b006e9]:hover{background:#f2f2f2}.ticket-match-details-wrapper:hover .md-bet-explain[data-v-b9b006e9]{font-weight:700}.user-info-wrapper[data-v-b9b006e9]{display:flex;justify-content:space-between;align-items:center;flex-grow:1}.user-info-single-wrapper[data-v-b9b006e9]{flex-grow:1;text-align:center;display:flex;flex-direction:column}.user-info-single-wrapper .user-info-number[data-v-b9b006e9]{font-weight:700;font-size:24px}@media (max-width: 1024px){.middle[data-v-b9b006e9]{font-size:16px;padding:15px}.username[data-v-b9b006e9]{font-size:18px}.user-info-single-wrapper .user-info-number[data-v-b9b006e9]{font-size:20px}.ticket[data-v-b9b006e9]{flex-direction:column;min-height:auto}.left[data-v-b9b006e9],.middle[data-v-b9b006e9],.right[data-v-b9b006e9]{max-width:100%;min-width:100%;border:none}.left[data-v-b9b006e9]{flex-direction:row;align-items:center;padding:15px}.image-wrapper[data-v-b9b006e9]{margin-bottom:0}.username[data-v-b9b006e9]{font-size:16px}.middle[data-v-b9b006e9]{font-size:14px;padding:15px}.right[data-v-b9b006e9]{background:#e9e9e9;padding:15px;margin-top:20px}.user-info-wrapper[data-v-b9b006e9]{flex-wrap:wrap}.user-info-single-wrapper[data-v-b9b006e9]{flex:1 1 50%;margin-bottom:15px}.followers-number[data-v-b9b006e9]{font-size:16px}.btn-custom[data-v-b9b006e9]{padding:8px 16px;font-size:14px}}@media (max-width: 480px){.btn-custom[data-v-b9b006e9]{width:100%;padding:10px 0}.user-image[data-v-b9b006e9]{width:60px}.badge[data-v-b9b006e9]{width:70px;font-size:.75rem}}.inline-odds[data-v-fc5a448d]{display:flex;align-items:center}.bookmaker-match-logo[data-v-fc5a448d]{width:50px}
