.background_fill {
  display: flex;
  width: 100vw;
  min-height: 100vh;
  background-attachment: fixed;
  overflow-y: hidden;
}
.background_fill_mobile {
  display: flex;
  width: 100vw;
  min-height: 100vh;
  overflow-y: hidden;
}
.lobby_elements_wrapper_1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.lobby_elements_wrapper_2 {
  display: flex;
  flex-direction: column;
  width: 43%;
  height: 100%;
}
.calendar_elements_wrapper_1 {
  /*background-color: salmon;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
}
.prizes_elements_wrapper_1 {
  /*background-color: salmon;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
}
.history_elements_wrapper_1 {
  /* background-color: salmon; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
}
.link-style {
  width: 100%;
  text-decoration: none;
}

.loading-background{
  background: linear-gradient(to top, rgb(0, 2, 113), rgb(0, 3, 182), rgb(0, 3, 182), rgb(111, 113, 240));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  user-select: none;
}
.first-loader {
  width: fit-content;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 30px;
  padding-bottom: 8px;
  color: white;
  background: linear-gradient(currentColor 0 0) 0 100%/0% 3px no-repeat;
  animation: l2 2s linear infinite;
}
@keyframes l2 {to{background-size: 100% 3px}}

.font_ubuntu_regular {
  font-family: "UbuntuRegular", Verdana, Geneva, Tahoma, sans-serif;
}
.font_ubuntu_bold {
  font-family: "UbuntuBold", Verdana, Geneva, Tahoma, sans-serif;
}
.font-lato-black {
  font-family: "LatoBlack", Verdana, Geneva, Tahoma, sans-serif;
}
.font-lato-bold {
  font-family: "LatoBold", Verdana, Geneva, Tahoma, sans-serif;
}
.font-lato-regular {
  font-family: "LatoRegular", Verdana, Geneva, Tahoma, sans-serif;
}

@media only screen and (max-width: 1160px) {
  .lobby_elements_wrapper_1 {
    /* background-color: green; */
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .lobby_elements_wrapper_2 {
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}._show_version_normal_oiuhe_1 {
    color: #3639c9;
    font-size: 0.7rem;
    margin-top: 1rem;
}
._show_version_hidden_oiuhe_11 {
    display: none;
}
._menu_body_box_oiuhe_17 {
    position: relative;
    /* background-color: yellowgreen; */
    display: flex;
    justify-content: start;
    align-items: center;
    width: 4em;
    min-width: 4em;
    height: 100vh;
    user-select: none;
    z-index: 10;
}
._menu_black_overlay_open_oiuhe_41 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    pointer-events:all;

    z-index: 9;
}
._menu_black_overlay_closed_oiuhe_61 {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: 9;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}
._menu_body_closed_oiuhe_79 {
    /*background: linear-gradient(to bottom, rgb(111, 113, 240), rgb(0, 3, 182),rgb(0, 3, 182),rgb(0, 2, 112));*/
    background: linear-gradient(to bottom, rgb(0, 3, 182), rgb(0, 3, 182), rgb(0, 3, 182), rgb(111, 113, 240));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    position: fixed;
    width: 4em;
    height: 100vh;
    border-top-right-radius: 1.5em;
    /*border-bottom-right-radius: 1.5em;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    /*outline: 2px solid yellow;*/
    transition: 0.2s;
}

._menu_body_open_oiuhe_113 {
    /*background: linear-gradient(to bottom, rgb(111, 113, 240), rgb(0, 3, 182),rgb(0, 3, 182),rgb(0, 2, 112));*/
    background: linear-gradient(to bottom, rgb(0, 3, 182), rgb(0, 3, 182), rgb(0, 3, 182), rgb(111, 113, 240));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    position: fixed;
    width: 20em;
    height: 100vh;
    border-top-right-radius: 1.5em;
    /*border-bottom-right-radius: 1.5em;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    /*outline: 2px solid yellow;*/
    transition: 0.2s;
}
._menu_header_composition_open_oiuhe_145 {
    background-color:rgb(0, 2, 148);
    border-top-right-radius: 1.5em;
    display: flex;
    flex-direction: row;
    width: 100%;
}
._menu_header_composition_closed_oiuhe_159 {
    /*background-color:rgb(51, 210, 30);*/
    display: flex;
    flex-direction: row;
    width: 100%;
}
._menu_header_label_open_oiuhe_171 {
    /*background-color: rgb(0, 129, 86);*/
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 2.3em;
    padding-left: 0.3em;
    transition: 0.2s;
}
._menu_header_label_closed_oiuhe_193 {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 0em;
    padding-left: 0.3em;
}
._menu_icon_expand_oiuhe_211 {
    position: relative;
    background-color: rgb(0, 2, 104);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    max-width: 3em;
    cursor: pointer;
    transition: 0.5s;
    margin-right: 0.6em;
    margin-top: 0.5em;
}
._menu_icon_expand_oiuhe_211:hover {
    transform: scale(1.2);
}
._menu_icon_expand_oiuhe_211 img {
    width: 95%;
    height: auto;
    object-fit: cover;
    transform: rotateY(0deg);
}
._menu_icon_expand_rotation_oiuhe_255 {
    transform: rotateY(180deg);
    margin-bottom: 1em;
}
._menu_icon_expand_rotation_oiuhe_255:hover {
    transform: scale(1.2) rotateY(180deg);
}

._menu_options_body_oiuhe_271 {
    /*background-color: red;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    /*margin-top: 1em;    <<<<<------- REMOVES SMALL STUTTER? VERIFY*/
}
._option_tooltip_oiuhe_289 {
    transition: opacity 2s ease;
    background-color: rgb(0, 2, 104);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid yellow;
    border-radius: 15px;
    position: absolute;
    transform: translateX(4em) translateY(-0.3em);
    color: white;
    animation: _tooltipFadeIn_oiuhe_1 0.2s ease-in;
    /* Speech balloon effect */
    &:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent yellow transparent transparent;
    }
}
._show_version_normal_oiuhe_1 {
    color: #3639c9;
    font-size: 0.7rem;
    margin-top: 1rem;
}
._show_version_hidden_oiuhe_11 {
    display: none;
}
@keyframes _tooltipFadeIn_oiuhe_1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
._option_tooltip_oiuhe_289 p {
    margin: 0;
    padding: 0;
    text-align: center;
}
._menu_option_composition_open_oiuhe_379 {
    /*background-color:brown;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.3em;
    width: 85%;
    cursor: pointer;
}
._menu_option_composition_open_oiuhe_379:hover {
    background-color:rgba(82, 200, 59);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
._menu_composition_open_clicked_oiuhe_407 {
    background-color:rgba(82, 200, 59);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

._menu_option_composition_closed_oiuhe_419 {
    /*background-color:brown;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1.5em;
    width: 85%;
}
._main_option_wrapper_oiuhe_435 {
    /* background-color:coral; */
    display: flex;
    flex-direction: row;
    
    width: 100%;
    height: auto;
}

/*Submenu Wrapper Open*/
._submenu_wrapper_open_oiuhe_455 {
    /*background-color: cornflowerblue;*/
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;

    overflow: hidden;
    animation: _subMenuSlideDown_oiuhe_1 0.3s ease-in;
}
@keyframes _subMenuSlideDown_oiuhe_1 {
    from {
        height: 0%;
      }
      to {
        height: 100%;
      }
}
._submenu_wrapper_open_oiuhe_455 ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    
    background-color: rgb(0, 2, 104);
    border-bottom-right-radius: 15px;

    list-style-type: none;
    
    padding: 0;

    margin: 0;
    
    color: white;
    font-size: 1.2em;
    width: 80%;
    line-height: 1.9em;
    /*position: relative;*/
}
/*
.submenu_wrapper_open ul::before { ---> todo: test if click works after defining functions [...]
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
}*/
._submenu_wrapper_open_oiuhe_455 ul li {
    /*background-color: red;*/
    width: 70%;
    padding-left: 2em;
    cursor: pointer;
}
._submenu_wrapper_open_oiuhe_455 ul li:hover {
    background-color:rgb(53, 124, 39);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*Submenu Wrapper Closed*/
._submenu_wrapper_closed_oiuhe_585 {
    /*background-color: cornflowerblue;*/
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 0%;

    overflow: hidden;
    /*animation: subMenuSlideUp 0.3s ease-out;*/
}
._submenu_wrapper_closed_oiuhe_585 ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    
    background-color: rgb(0, 2, 104);
    border-bottom-right-radius: 15px;

    list-style-type: none;
    
    padding: 0;

    margin: 0;
    
    color: white;
    font-size: 1.2em;
    width: 80%;
    line-height: 1.9em;
    position: relative;
}
._submenu_wrapper_closed_oiuhe_585 ul::before { /*clicking protection for submenu closing animation*/
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0);
}
._submenu_wrapper_closed_oiuhe_585 ul li {
    /*background-color: red;*/
    width: 70%;
    padding-left: 2em;
    cursor: pointer;
}
@keyframes _subMenuSlideUp_oiuhe_1 {
    from {
        height: 100%;
      }
      to {
        height: 0%;
      }
}

._menu_option_label_open_oiuhe_701 {
    display: flex;
    align-items: center;
    align-items: center;
    font-size: 1.8em;
    color: white;
    margin-left: 0.3em;

    transition: 0.2s;
}
._menu_option_label_closed_oiuhe_721 {
    display: flex;
    align-items: center;
    align-items: center;
    font-size: 0em;
    color: white;
    margin-left: 0.3em;
}
._menu_icon_option_closed_oiuhe_737 {
    position: relative;
    background-color: rgb(0, 2, 104);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    max-width: 3em;
    max-height: 3em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: 0.6em;
    cursor: pointer;

    transition: 0.5s;
}
._menu_icon_option_closed_oiuhe_737:hover {
    transform: scale(1.2);
}
._menu_icon_option_closed_oiuhe_737 img {
    width: 95%;
    height: auto;
    object-fit: cover;
}
._menu_icon_option_open_oiuhe_785 {
    position: relative;
    background-color: rgb(0, 2, 104);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    max-width: 2em;
    max-height: 2em;
    transition: 0.5s;
}
._menu_icon_option_open_oiuhe_785 img {
    width: 95%;
    height: auto;
    object-fit: cover;
}

/* MENU FOR MOBILE */
@media only screen and (max-width: 825px) {
    ._menu_body_box_oiuhe_17 {
        position: relative;
        background-color: yellowgreen;
        display: flex;
        justify-content: start;
        align-items: start;
        width: 0em;
        min-width: 0em;
        height: 100vh;
        user-select: none;
        z-index: 10;
    }
    ._menu_black_overlay_open_oiuhe_41 {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        transition: 0.3s;
        pointer-events:all;
    
        z-index: 4;
    }
    ._menu_black_overlay_closed_oiuhe_61 {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 0.3s;
        z-index: 4;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0);
    }
    ._menu_body_closed_oiuhe_79 {
        /*background: linear-gradient(to bottom, rgb(111, 113, 240), rgb(0, 3, 182),rgb(0, 3, 182),rgb(0, 2, 112));*/
        background: linear-gradient(to bottom, rgb(0, 3, 182), rgb(0, 3, 182), rgb(0, 4, 255));
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: end;
        position: fixed;
        width: 3em;
        height: 3em;
        border-top-right-radius: 1.5em;
        border-bottom-right-radius: 1.5em;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
        /*outline: 2px solid yellow;*/
        transition: 0.2s;
        pointer-events: none;
    }
    ._menu_body_open_oiuhe_113 {
        /*background: linear-gradient(to bottom, rgb(111, 113, 240), rgb(0, 3, 182),rgb(0, 3, 182),rgb(0, 2, 112));*/
        background: linear-gradient(to bottom, rgb(0, 3, 182), rgb(0, 3, 182), rgb(0, 3, 182), rgb(111, 113, 240));
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: end;
        position: fixed;
        width: 20em;
        height: 100vh;
        border-top-right-radius: 1.5em;
        /*border-bottom-right-radius: 1.5em;*/
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
        /*outline: 2px solid yellow;*/
        transition: 0.2s;
        pointer-events: all;
    }
    ._menu_header_composition_open_oiuhe_145 {
        background-color:rgb(0, 2, 148);
        border-top-right-radius: 1.5em;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    ._menu_header_composition_closed_oiuhe_159 {
        /*background-color:rgb(51, 210, 30);*/
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    ._menu_header_label_open_oiuhe_171 {
        /*background-color: rgb(0, 129, 86);*/
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        color: white;
        font-size: 2.3em;
        padding-left: 0.3em;
        transition: 0.2s;
    }
    ._menu_header_label_closed_oiuhe_193 {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        color: white;
        font-size: 0em;
        padding-left: 0.3em;
    }
    ._menu_icon_expand_oiuhe_211 {
        position: relative;
        background-color: rgb(0, 2, 104);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        width: auto;
        max-width: 3em;
        min-width: 2em;
        cursor: pointer;
        transition: 0.5s;
        margin-right: 0.6em;
        margin-top: 0.5em;
        pointer-events: all;
    }
    ._menu_icon_expand_oiuhe_211 img {
        width: 95%;
        height: auto;
        object-fit: cover;
        transform: rotateY(0deg);
    }
    ._menu_icon_expand_rotation_oiuhe_255 {
        transform: rotateY(180deg);
        margin-bottom: 1em;
    }
    ._menu_icon_expand_rotation_oiuhe_255:hover {
        transform: scale(1.2) rotateY(180deg);
    }
    
    ._menu_options_body_oiuhe_271 {
        /*background-color: red;*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
    }
    ._menu_option_composition_open_oiuhe_379 {
        /*background-color:brown;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1.3em;
        width: 85%;
        cursor: pointer;
    }
    ._menu_option_composition_open_oiuhe_379:hover {
        background-color:rgba(82, 200, 59);
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    ._menu_composition_open_clicked_oiuhe_407 {
        background-color:rgba(82, 200, 59);
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    
    ._menu_option_composition_closed_oiuhe_419 {
        /*background-color:brown;*/
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 1.5em;
        width: 0%;
    }
    ._main_option_wrapper_oiuhe_435 {
        /*background-color:coral;*/
        display: flex;
        flex-direction: row;
        
        width: 100%;
        height: auto;
    }
    
    /*Submenu Wrapper Open*/
    ._submenu_wrapper_open_oiuhe_455 {
        /*background-color: cornflowerblue;*/
        display: flex;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: 100%;
    
        overflow: hidden;
        animation: _subMenuSlideDown_oiuhe_1 0.3s ease-in;
    }
    @keyframes _subMenuSlideDown_oiuhe_1 {
        from {
            height: 0%;
          }
          to {
            height: 100%;
          }
    }
    ._submenu_wrapper_open_oiuhe_455 ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        
        background-color: rgb(0, 2, 104);
        border-bottom-right-radius: 15px;
    
        list-style-type: none;
        
        padding: 0;
    
        margin: 0;
        
        color: white;
        font-size: 1.2em;
        width: 80%;
        line-height: 1.9em;
        /*position: relative;*/
    }
    /*
    .submenu_wrapper_open ul::before { ---> todo: test if click works after defining functions [...]
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: auto;
        background: rgba(0, 0, 0, 0.5);
    }*/
    ._submenu_wrapper_open_oiuhe_455 ul li {
        /*background-color: red;*/
        width: 70%;
        padding-left: 2em;
        cursor: pointer;
    }
    ._submenu_wrapper_open_oiuhe_455 ul li:hover {
        background-color:rgb(53, 124, 39);
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    
    /*Submenu Wrapper Closed*/
    ._submenu_wrapper_closed_oiuhe_585 {
        /*background-color: cornflowerblue;*/
        display: flex;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: 0%;
    
        overflow: hidden;
        /*animation: subMenuSlideUp 0.3s ease-out;*/
    }
    ._submenu_wrapper_closed_oiuhe_585 ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        
        background-color: rgb(0, 2, 104);
        border-bottom-right-radius: 15px;
    
        list-style-type: none;
        
        padding: 0;
    
        margin: 0;
        
        color: white;
        font-size: 1.2em;
        width: 80%;
        line-height: 1.9em;
        position: relative;
    }
    ._submenu_wrapper_closed_oiuhe_585 ul::before { /*clicking protection for submenu closing animation*/
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: auto;
        background: rgba(0, 0, 0, 0);
    }
    ._submenu_wrapper_closed_oiuhe_585 ul li {
        /*background-color: red;*/
        width: 70%;
        padding-left: 2em;
        cursor: pointer;
    }
    @keyframes _subMenuSlideUp_oiuhe_1 {
        from {
            height: 100%;
          }
          to {
            height: 0%;
          }
    }
    
    ._menu_option_label_open_oiuhe_701 {
        display: flex;
        align-items: center;
        align-items: center;
        font-size: 1.8em;
        color: white;
        margin-left: 0.3em;
    
        transition: 0.2s;
    }
    ._menu_option_label_closed_oiuhe_721 {
        display: flex;
        align-items: center;
        align-items: center;
        font-size: 0em;
        color: white;
        margin-left: 0.3em;
    
    }
    ._menu_icon_option_closed_oiuhe_737 {
        position: relative;
        background-color: rgb(0, 2, 104);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        max-width: 3em;
        max-height: 3em;
        margin-top: 0.5em;
        margin-bottom: 1em;
        margin-left: 0.6em;
        cursor: pointer;
    
        transition: 0.5s;
    }
    ._menu_icon_option_closed_oiuhe_737:hover {
        transform: scale(1.2);
    }
    ._menu_icon_option_closed_oiuhe_737 img {
        width: 95%;
        height: auto;
        object-fit: cover;
    }
    ._menu_icon_option_open_oiuhe_785 {
        position: relative;
        background-color: rgb(0, 2, 104);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        max-width: 2em;
        max-height: 2em;
        transition: 0.5s;
    }
    ._menu_icon_option_open_oiuhe_785 img {
        width: 95%;
        height: auto;
        object-fit: cover;
    }
}._onlive_tooltip_body_b7j8o_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12em;
    height: auto;
}


._calendar_tooltip_body_b7j8o_10 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12em;
    height: auto;
}


._myprizes_tooltip_body_b7j8o_19 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12em;
    height: auto;
}
._myprizes_tooltip_body_b7j8o_19 p {
    text-align: start;
}


._narration_tooltip_body_b7j8o_31{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7em;
    height: auto;
}
._narration_tooltip_body_b7j8o_31 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
._narration_tooltip_body_b7j8o_31 ul li {
    padding-left: 0.3em;
    padding-right: 0.3em;
}
._narration_tooltip_body_b7j8o_31 ul li:hover {
    border-radius: 5px;
    background-color: rgb(53, 124, 39);
}/* src/components/browser/MainLoader/MainLoader.module.css */

._ball_1jbfb_5 {
  position: relative;
  border-radius: 50%;
  background:
    radial-gradient(140% 140% at 30% 28%, #ff8a98 0%, rgba(255,138,152,0.65) 12%, rgba(255,138,152,0) 30%),
    radial-gradient(120% 120% at 30% 30%, #ff2b40 0%, #e10d27 40%, #b30a1f 68%, #7a0613 100%);
  box-shadow:
    0 10px 18px rgba(0,0,0,0.25),
    inset 0 4px 8px rgba(255,255,255,0.15),
    inset 0 -6px 10px rgba(0,0,0,0.25);
}

._ball_1jbfb_5::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 8%;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0) 70%);
  filter: blur(1px);
  pointer-events: none;
}

._ball_1jbfb_5::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 18%;
  width: 22%;
  height: 50%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.05));
  filter: blur(0.5px);
  transform: rotate(-12deg);
  pointer-events: none;
}

._core_1jbfb_83 {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background:
    radial-gradient(120% 120% at 35% 35%, #ffffff 0%, #fafafa 60%, #f0f0f0 100%);
  box-shadow:
    inset 0 2px 4px rgba(0,0,0,0.06),
    0 1px 0 rgba(255,255,255,0.9);
  display: grid;
  place-items: center;
  border: 2px solid rgba(0,0,0,0.06);
}

._num_1jbfb_111 {
  color: #111;
  line-height: 1;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.8),
    0 -1px 0 rgba(0,0,0,0.05);
}

._visuallyHidden_1jbfb_127 {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

._ball_1jbfb_5 { animation: _float_1jbfb_1 2.8s ease-in-out infinite; }
@keyframes _float_1jbfb_1 {
  0%, 100% { transform: translateY(0px); }
  50%      { transform: translateY(-4px); }
}
._next_match_body_10y0e_1 {
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 57%;
    min-width: 40em;
    height: 100%;
    margin-top: 1em;
    /*margin-left: 0.5em;*/
    z-index: 3;
}

._next_match_info_1_10y0e_29 {
    /*background-color: rgb(255, 82, 111);*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 40em;
    height: 100%;
}
._info_block_1_10y0e_47 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 12em;
    height: 5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
._info_block_1_middle_10y0e_79 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 15em;
    height: 5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
._info_block_1_10y0e_47 p {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_1_middle_10y0e_79 p {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_1_data_10y0e_147 {
    /* background-color: cadetblue; */
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 2.5em;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 1.1em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}

._next_match_info_2_10y0e_179 {
    /*background-color: pink;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    min-width: 40em;
    height: 100%;
}
._info_block_2_10y0e_199 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 3.5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
._info_block_2_10y0e_199 p {
    /*background-color: darkcyan;*/
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 50%;
    height: 100%;
    text-align: start;
    font-size: 2.5em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
    padding-left: 1em;
    
}
._info_block_2_data_10y0e_263 {
    /* background-color: cadetblue; */
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 2.5em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 1em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
._info_block_2_accumulated_10y0e_293 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
._info_block_2_accumulated_10y0e_293 p {
    /*background-color: darkcyan;*/
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 50%;
    min-width: 6.7em;
    height: 100%;
    text-align: start;
    font-size: 3em;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
    padding-left: 0.5em;
    
}
._info_block_2_data_accumulated_10y0e_359 {
    /*background-color: cadetblue;*/
    /*background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));*/
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
    min-width: 6em;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 3em;
    overflow-x:scroll;
    overflow-y: hidden;
    padding-right: 0.5em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
    position: relative;
    overflow:unset;
}
._accumulated_red_box_10y0e_397 {
    background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));
    padding: 0.1em;
    margin-bottom: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid rgb(92, 92, 92);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
    width: auto;
}
._red_ball_container_10y0e_419 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(107, 0, 0);
    width: 1em;
    height: 1em;
    border-radius: 100%;
    transform: translateX(0.7em) translateY(0.7em) rotate(20deg);
    animation: _red_ball_pump_10y0e_1 1.5s ease-in-out infinite alternate;
    user-select: none;
}
._red_ball_container_10y0e_419 img {
    width: 90%;
    height: 90%;
}
._red_ball_container_10y0e_419 span {
    position: absolute;
    font-size: 0.6em;
    margin-bottom: 0.1em;
    text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 1), -1.5px -1.5px 0px rgba(0, 0, 0, 1), 1.5px -1.5px 0px rgba(0, 0, 0, 1), -1.5px 1.5px 0px rgba(0, 0, 0, 1);
}
@keyframes _red_ball_pump_10y0e_1 {
    0% {
        transform: translateX(0.7em) translateY(0.7em) rotate(20deg) scale(1);
    }
    100% {
        transform: translateX(0.7em) translateY(0.7em) rotate(20deg) scale(1.3);
    }
    
}

@media only screen and (max-width: 1160px) {
    ._next_match_body_10y0e_1 {
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: 35em;
        height: 100%;
        margin-top: 3em;
        /*margin-left: 0.5em;*/
        z-index: 3;
    }


    
    ._info_block_2_accumulated_10y0e_293 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 5em;
        border-radius: 10px;
        box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
        margin-left: 2em;
        margin-right: 2em;
        margin-top: 0.3em;
        margin-bottom: 0.3em;
    }
    ._info_block_2_accumulated_10y0e_293 p {
        /*background-color: darkcyan;*/
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 50%;
        min-width: 6.7em;
        height: 100%;
        text-align: start;
        font-size: 3em;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
        padding-left: 0.5em;
        
    }
    ._info_block_2_data_accumulated_10y0e_359 {
        /* background-color: cadetblue; */
        /*background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));*/
        display: flex;
        justify-content: end;
        align-items: center;
        width: 50%;
        min-width: 4em;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 3em;
        overflow-x:scroll;
        overflow-y: hidden;
        padding-right: 0.5em;
        text-shadow: 3px 3px rgba(0, 0, 0, 1);
        position: relative;
        overflow:unset;
    }
    ._accumulated_red_box_10y0e_397 {
        background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));
        padding: 0.1em;
        margin-bottom: 0.01em;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid rgb(92, 92, 92);
        box-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
        width: auto;
    }
    ._accumulated_red_box_10y0e_397 p {
        margin: 0;
        padding: 0;
        font-size: 0.5em;
    }
}

@media only screen and (max-width: 825px) {

    ._next_match_body_10y0e_1 {
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: auto;
        height: 100%;
        margin-top: 0.5em;
        z-index: 3;
    }

    ._next_match_info_1_10y0e_29 {
        /* background-color: rgb(209, 255, 82); */
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        min-width: auto;
        height: 100%;
    }
    ._info_block_1_10y0e_47 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 6em;
        height: 4em;
        border-radius: 10px;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
        margin-left: 0em;
        margin-right: 0em;
        margin-top: 0.7em;
        margin-bottom: 0.5em;
    }
    ._info_block_1_middle_10y0e_79 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 10em;
        height: 4em;
        border-radius: 10px;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
        margin-left: 0.4em;
        margin-right: 0.4em;
        margin-top: 0.7em;
        margin-bottom: 0.4em;
    }
    ._info_block_1_10y0e_47 p {
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 100%;
        text-align: center;
        font-size: 1.3em;
        /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
    }
    ._info_block_1_middle_10y0e_79 p {
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 100%;
        text-align: center;
        font-size: 1.3em;
        /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
    }
    ._info_block_1_data_10y0e_147 {
        /*background-color: cadetblue;*/
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 1.5em;
        overflow-x:scroll;
        overflow-y: hidden;
        line-height: 1.1em;
        text-shadow: 3px 3px rgba(0, 0, 0, 1);
    }



    
    ._next_match_info_2_10y0e_179 {
        /* background-color: pink; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: auto;
        height: 100%;
    }
    ._info_block_2_10y0e_199 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: auto;
        min-width: 22em;
        height: 2em;
        border-radius: 10px;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
        margin-left: 2em;
        margin-right: 2em;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
    }
    ._info_block_2_10y0e_199 p {
        /*background-color: darkcyan;*/
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 50%;
        height: 100%;
        text-align: start;
        font-size: 1.4em;
        /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
        padding-left: 1em;
        padding-right: 1em;
    }
    ._info_block_2_data_10y0e_263 {
        /*background-color: cadetblue;*/
        display: flex;
        justify-content: end;
        align-items: center;
        width: 50%;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 1.4em;
        overflow-x:scroll;
        overflow-y: hidden;
        text-shadow: 3px 3px rgba(0, 0, 0, 1);
    }
    ._info_block_2_accumulated_10y0e_293 {
        /* background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152)); */
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: auto;
        min-width: 22em;
        height: 2.5em;
        border-radius: 10px;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
        margin-left: 2em;
        margin-right: 2em;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
    }
    ._info_block_2_accumulated_10y0e_293 p {
        /* background-color: darkcyan; */
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: start;
        align-items: center;
        color: rgb(255, 255, 0);
        width: auto;
        min-width: auto;
        height: auto;
        text-align: start;
        font-size: 1.5em;
        text-shadow: 1.4px 1.4px 0px rgb(92, 92, 0), -1.4px -1.4px 0px rgb(92, 92, 0), 1.4px -1.4px 0px rgb(92, 92, 0), -1.4px 1.4px 0px rgb(92, 92, 0);
        margin-left: 0.5em;
        
    }
    ._info_block_2_data_accumulated_10y0e_359 {
        /* background-color: cadetblue; */
        /*background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));*/
        display: flex;
        justify-content: end;
        align-items: center;
        width: auto;
        min-width: auto;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 1.5em;
        overflow-x:scroll;
        overflow-y: hidden;
        margin-right: 0.5em;
        text-shadow: 2px 2px rgba(0, 0, 0, 1);
        position: relative;
        overflow:unset;
    }
    ._accumulated_red_box_10y0e_397 {
        background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));
        padding: 0.1em;
        margin-bottom: 0.01em;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid rgb(92, 92, 92);
        box-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
        width: auto;
    }
    ._red_ball_container_10y0e_419 {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(107, 0, 0);
        width: 1em;
        height: 1em;
        border-radius: 100%;
        transform: translateX(0.7em) translateY(0.7em) rotate(20deg);
        animation: _red_ball_pump_10y0e_1 1.5s ease-in-out infinite alternate;
        user-select: none;
    }
    ._red_ball_container_10y0e_419 img {
        width: 90%;
        height: 90%;
    }
    ._red_ball_container_10y0e_419 span {
        position: absolute;
        font-size: 0.6em;
        margin-bottom: 0.1em;
        text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 1), -1.5px -1.5px 0px rgba(0, 0, 0, 1), 1.5px -1.5px 0px rgba(0, 0, 0, 1), -1.5px 1.5px 0px rgba(0, 0, 0, 1);
    }
    @keyframes _red_ball_pump_10y0e_1 {
        0% {
            transform: translateX(0.7em) translateY(0.7em) rotate(20deg) scale(1);
        }
        100% {
            transform: translateX(0.7em) translateY(0.7em) rotate(20deg) scale(1.3);
        }
        
    }

}._next_match_countdown_85uwf_1 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    /*width: auto;
    min-width: 30em;*/
    width: 30em;
    height: auto;
    margin-bottom: 0.15em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    user-select: none;
}
._next_match_countdown_85uwf_1 p {
    /*background-color: red;*/
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    /*color: rgb(255, 255, 255);*/
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._countdown_box_85uwf_55 {
    /*background-color: red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 1em;
}
._countdown_box_85uwf_55 p {
    /*background-color: blueviolet;*/
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    margin: 0;
    padding: 0;
    /*color: rgb(255, 255, 0);*/
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 7.7em;
    /*font-size: 7.5em;*/
    line-height: 0.9em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 1160px) {
    ._next_match_countdown_85uwf_1 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 30em;
        height: auto;
        border-radius: 10px;
        box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    }
    ._next_match_info_2_85uwf_129 {
        /* background-color: pink; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        min-width: 35em;
        height: 100%;
    }
}

@media only screen and (max-width: 825px) {
    ._next_match_countdown_85uwf_1 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: auto;
        min-width: 10em;
        height: auto;
        border-radius: 10px;
        /*box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);*/
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 1);
    }
    ._next_match_countdown_85uwf_1 p {
        /*background-color: red;*/
        margin: 0;
        padding: 0;
        color: rgb(255, 251, 0);
        /*color: rgb(255, 255, 255);*/
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
        text-shadow: 1.2px 1.2px 0px rgb(32, 32, 32), -1.2px -1.2px 0px rgb(32, 32, 32), 1.2px -1.2px 0px rgb(32, 32, 32), -1.2px 1.2px 0px rgb(32, 32, 32);
    }
    ._countdown_box_85uwf_55 {
        /*background-color: red;*/
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-bottom: 0.5em;
    }
    ._countdown_box_85uwf_55 p {
        /* background-color: blueviolet; */
        /*display: flex;
        justify-content: center;
        align-items: center;*/
        margin: 0;
        padding: 0;
        margin-left: 0.1em;
        margin-right: 0.1em;
        /*color: rgb(255, 255, 0);*/
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 3.3em;
        line-height: 0.8em;
        /*text-shadow: 3px 3px rgba(0, 0, 0, 1);*/
        text-shadow: 0px 0px 0px rgb(32, 32, 32), 0px 0px 0px rgb(32, 32, 32), 0px 0px 0px rgb(32, 32, 32), 0px 0px 0px rgb(32, 32, 32);
    }
    
}._match_info_container_1fz2o_1 {
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
._next_match_info_1_1fz2o_15 {
    /* background-color: rgb(255, 82, 111); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 40em;
    height: 100%;
}
._info_block_1_1fz2o_33 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 12em;
    height: 5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
._info_block_1_middle_1fz2o_65 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 15em;
    height: 5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
._info_block_1_1fz2o_33 p {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_1_middle_1fz2o_65 p {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_1_data_1fz2o_133 {
    /* background-color: cadetblue; */
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 2.5em;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 1.1em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}

._next_match_info_2_1fz2o_165 {
    /*background-color: pink;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    min-width: 40em;
    height: 100%;
}
._info_block_2_1fz2o_185 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 3.5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
._info_block_2_1fz2o_185 p {
    /*background-color: darkcyan;*/
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 50%;
    height: 100%;
    text-align: start;
    font-size: 2.5em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
    padding-left: 1em;
    
}
._info_block_2_data_1fz2o_249 {
    /* background-color: cadetblue; */
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 2.5em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 1em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}

._info_block_2_accumulated_1fz2o_281 {
    /* background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152)); */
    /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
._info_block_2_accumulated_1fz2o_281 p {
    /*background-color: darkcyan;*/
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 50%;
    min-width: 6.7em;
    height: 100%;
    text-align: start;
    font-size: 3em;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
    padding-left: 0.5em;
    
}
._info_block_2_data_accumulated_1fz2o_347 {
    /*background-color: cadetblue;*/
    /*background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));*/
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
    min-width: 6em;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 3em;
    overflow-x:scroll;
    overflow-y: hidden;
    padding-right: 0.5em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
    position: relative;
    overflow:unset;
}
._accumulated_red_box_1fz2o_385 {
    background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));
    padding: 0.1em;
    margin-bottom: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid rgb(92, 92, 92);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
    width: auto;
}
._red_ball_container_1fz2o_407 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(107, 0, 0);
    width: 1em;
    height: 1em;
    border-radius: 100%;
    transform: translateX(0.7em) translateY(0.7em) rotate(20deg);
    animation: _red_ball_pump_1fz2o_1 1.5s ease-in-out infinite alternate;
    user-select: none;
}
._red_ball_container_1fz2o_407 img {
    width: 90%;
    height: 90%;
}
._red_ball_container_1fz2o_407 span {
    position: absolute;
    font-size: 0.6em;
    margin-bottom: 0.1em;
    text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 1), -1.5px -1.5px 0px rgba(0, 0, 0, 1), 1.5px -1.5px 0px rgba(0, 0, 0, 1), -1.5px 1.5px 0px rgba(0, 0, 0, 1);
}
@keyframes _red_ball_pump_1fz2o_1 {
    0% {
        transform: translateX(0.7em) translateY(0.7em) rotate(20deg) scale(1);
    }
    100% {
        transform: translateX(0.7em) translateY(0.7em) rotate(20deg) scale(1.3);
    }
    
}

@media only screen and (max-width: 1160px) {
    ._next_match_body_1fz2o_475 {
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: 35em;
        height: 100%;
        margin-top: 3em;
        /*margin-left: 0.5em;*/
        z-index: 3;
    }


    
    ._info_block_2_accumulated_1fz2o_281 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 5em;
        border-radius: 10px;
        box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
        margin-left: 2em;
        margin-right: 2em;
        margin-top: 0.3em;
        margin-bottom: 0.3em;
    }
    ._info_block_2_accumulated_1fz2o_281 p {
        /*background-color: darkcyan;*/
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 50%;
        min-width: 6.7em;
        height: 100%;
        text-align: start;
        font-size: 3em;
        text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
        padding-left: 0.5em;
        
    }
    ._info_block_2_data_accumulated_1fz2o_347 {
        /* background-color: cadetblue; */
        /*background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));*/
        display: flex;
        justify-content: end;
        align-items: center;
        width: 50%;
        min-width: 4em;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 3em;
        overflow-x:scroll;
        overflow-y: hidden;
        padding-right: 0.5em;
        text-shadow: 3px 3px rgba(0, 0, 0, 1);
        position: relative;
        overflow:unset;
    }
    ._accumulated_red_box_1fz2o_385 {
        background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));
        padding: 0.1em;
        margin-bottom: 0.01em;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid rgb(92, 92, 92);
        box-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
        width: auto;
    }
    ._accumulated_red_box_1fz2o_385 p {
        margin: 0;
        padding: 0;
        font-size: 0.5em;
    }
}

@media only screen and (max-width: 825px) {
    ._match_info_container_1fz2o_1 {
        /* background-color: red; */
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    ._next_match_info_1_1fz2o_15 {
        /* background-color: rgba(187, 255, 0, 0.575); */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: 0em;
        height: 100%;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        gap: 0.7em;
    }
    ._info_block_1_1fz2o_33 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 6em;
        height: 3.5em;
        border-radius: 10px;
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 1);
        margin-left: 0em;
        margin-right: 0em;
        margin-top: 0em;
        margin-bottom: 0em;
    }
    ._info_block_1_middle_1fz2o_65 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 10em;
        height: 3.5em;
        border-radius: 10px;
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 1);
        margin-left: 0em;
        margin-right: 0em;
        margin-top: 0em;
        margin-bottom: 0em;
    }
    ._info_block_1_1fz2o_33 p {
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 100%;
        text-align: center;
        font-size: 1.3em;
        /* text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1); */
    }
    ._info_block_1_middle_1fz2o_65 p {
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 100%;
        text-align: center;
        font-size: 1.3em;
        /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
    }
    ._info_block_1_data_1fz2o_133 {
        /* background-color: cadetblue; */
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 1.5em;
        overflow-x:scroll;
        overflow-y: hidden;
        line-height: 1.1em;
        text-shadow: 0px 0px rgba(0, 0, 0);
    }

    ._next_match_info_2_1fz2o_165 {
        /* background-color: pink; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: 100%;
        height: 100%;
    }
    ._info_block_2_1fz2o_185 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 97%;
        /* max-width: 23em; */
        max-width: 24em;
        height: 1.7em;
        border-radius: 10px;
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 1);
        margin-left: 2em;
        margin-right: 2em;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
    }
    ._info_block_2_1fz2o_185 p {
        /* background-color: darkcyan; */
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 50%;
        height: 100%;
        text-align: start;
        font-size: 1.4em;
        /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
        padding-left: 1em;
        padding-right: 1em;
    }
    ._info_block_2_data_1fz2o_249 {
        /*background-color: cadetblue;*/
        display: flex;
        justify-content: end;
        align-items: center;
        width: 50%;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 1.4em;
        overflow-x:scroll;
        overflow-y: hidden;
        text-shadow: 0px 0px rgba(0, 0, 0);
    }

    ._info_block_2_accumulated_1fz2o_281 {
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));*/
        /*background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192));*/
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
        max-width: 35em;
        height: 3em;
        border-radius: 0px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0);
        /*box-shadow: 0px 3px 0px rgba(0, 0, 0, 1);*/
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        border: 1px solid black;
    
    }
    ._info_block_2_accumulated_1fz2o_281 p {
        /*background-color: darkcyan;*/
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 50%;
        min-width: 6.7em;
        height: 100%;
        text-align: start;
        font-size: 1.6em;
        text-shadow: 1.4px 1.4px 0px rgb(32, 32, 32), -1.4px -1.4px 0px rgb(32, 32, 32), 1.4px -1.4px 0px rgb(32, 32, 32), -1.4px 1.4px 0px rgb(32, 32, 32);
        padding-left: 0.8em;
    }
    ._info_block_2_data_accumulated_1fz2o_347 {
        /*background-color: cadetblue;*/
        /*background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));*/
        display: flex;
        justify-content: end;
        align-items: center;
        width: 50%;
        min-width: 6em;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 1.5em;
        overflow-x:scroll;
        overflow-y: hidden;
        /*text-shadow: 3px 3px rgba(0, 0, 0, 1);*/
        position: relative;
        overflow:unset;
        padding-right: 0.8em;
    }
    ._accumulated_red_box_1fz2o_385 {
        background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));
        padding: 0.1em;
        margin-bottom: 0.01em;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid rgb(92, 92, 92);
        box-shadow: 0px 0px 0px rgba(0, 0, 0);
        /*box-shadow: 0px 3px 0px rgba(0, 0, 0, 1);*/
        border-radius: 7px;
        width: auto;
        padding-right: 0.3em;
        padding-left: 0.3em;
    }
    ._accumulated_red_box_1fz2o_385 {
        color: white;
        text-shadow: 0px 0px black;
    }
    
    ._red_ball_container_1fz2o_407 {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(107, 0, 0);
        width: 1em;
        height: 1em;
        border-radius: 100%;
        transform: translateX(0.7em) translateY(0.7em) rotate(20deg);
        animation: _red_ball_pump_1fz2o_1 1.5s ease-in-out infinite alternate;
    }
    ._red_ball_container_1fz2o_407 img {
        width: 90%;
        height: 90%;
    }
    ._red_ball_container_1fz2o_407 span {
        position: absolute;
        font-size: 0.6em;
        margin-bottom: 0.1em;
        text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 1), -1.5px -1.5px 0px rgba(0, 0, 0, 1), 1.5px -1.5px 0px rgba(0, 0, 0, 1), -1.5px 1.5px 0px rgba(0, 0, 0, 1);
    }
    @keyframes _red_ball_pump_1fz2o_1 {
        0% {
            transform: translateX(0.7em) translateY(0.7em) rotate(20deg) scale(1);
        }
        100% {
            transform: translateX(0.7em) translateY(0.7em) rotate(20deg) scale(1.3);
        }
    }
}._get_cards_body_1xr0v_1 {
    /* background-color:khaki; */
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    /*min-width: 29em;*/
    height: 100%;
    margin-top: 1em;
}
._get_cards_table_body_1xr0v_21 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(216, 216, 216), rgb(179, 179, 179));
    border: 4px solid rgb(0, 3, 152);
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 97%;
    height: 5.5em;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
}
._box_division_1_1xr0v_43 {
    /* background-color:aqua; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*min-width: 21em;*/
    height: 100%;
    /* margin-right: 0.2em; */
}
._box_division_1_1_1xr0v_65 {
    /*background-color:red;*/
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 40%;
    user-select: none;
}
._box_division_1_2_1xr0v_83 {
    /* background-color:rgb(235, 252, 0); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
}
._box_division_2_1xr0v_99 {
    /*background-color:darksalmon;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    /*min-width: 6em;*/
    height: 100%;
    margin-left: 0.2em;
    user-select: none;
}
._button_add_fixed_value_1xr0v_121 {
    /*background-color: rgb(0, 3, 152);*/
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152));
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*min-width: 2.4em;*/
    height: 90%;
    min-height: 1.7em;
    margin-left: 0.2em;
    margin-right: 0.1em;
    cursor: pointer;
    box-shadow: 0 3px rgb(92, 143, 209);
    /*box-shadow: 0px 4px 0px rgb(0, 1, 82);*/
}
._button_add_fixed_value_1xr0v_121 p {
    /*background-color: red;*/
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.3em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
._button_add_fixed_value_1xr0v_121:active {
    background: linear-gradient(to bottom, rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    transform: translateY(2px);
    box-shadow: 0 0px rgb(155, 155, 155);
    transition: 0.05s ease-in;
}

._button_add_unit_1xr0v_185 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152));
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4em;
    /*min-width: 2.4em;*/
    height: 2.5em;
    min-height: 1.7em;
    margin-left: 0.1em;
    user-select: none;
    cursor: pointer;
    box-shadow: 0 3.5px rgb(92, 143, 209);
}
._button_add_unit_1xr0v_185 p {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.3em;
    padding-bottom: 0.2em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
._button_add_unit_1xr0v_185:active {
    background: linear-gradient(to bottom, rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    transform: translateY(1.5px);
    box-shadow: 0 0px rgb(155, 155, 155);
    transition: 0.05s ease-in;
}
._button_subtract_unit_1xr0v_245 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152));
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4em;
    /*min-width: 2.4em;*/
    height: 2.5em;
    min-height: 1.7em;
    margin-right: 0.1em;
    user-select: none;
    cursor: pointer;
    box-shadow: 0 3.5px rgb(92, 143, 209);
}
._button_subtract_unit_1xr0v_245 p {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.3em;
    padding-bottom: 0.2em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
._button_subtract_unit_1xr0v_245:active {
    background: linear-gradient(to bottom, rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    transform: translateY(1.5px);
    box-shadow: 0 0px rgb(155, 155, 155);
    transition: 0.05s ease-in;
}
._text_field_donation_number_1xr0v_305 {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    /* min-width: 5em; */
    max-width: 6em;
    height: 2.5em;
    box-sizing: border-box;
    border-top: 2px solid rgb(0, 3, 152);
    border-bottom: 2px solid rgb(0, 3, 152);
}
._text_field_donation_number_1xr0v_305 p {
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
    font-size: 1.3em;
    padding-bottom: 0.2em;
}
._text_field_donation_value_1xr0v_345 {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    max-width: 15em;
    /*min-width: 8em;*/
    height: 2.5em;
    box-sizing: border-box;
    border: 2px solid rgb(0, 3, 152);
    border-radius: 5px;
    margin-left: 0.1em;
    margin-right: 0.1em;
}
._text_field_donation_value_1xr0v_345 p {
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
    font-size: 1.3em;
    padding-bottom: 0.2em;
}

._button_donate_1xr0v_391 {
    /*background-color: rgb(30, 220, 30);*/
    background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    min-width: 10em;
    max-width: 10em;
    height: 70%;
    box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
    margin-left: 0.2em;
    margin-right: 0.3em;
    margin-bottom: 0.3em;
    cursor: pointer;
}
._button_donate_1xr0v_391 p {
    color: white;
    font-size: 2em;
    text-transform: uppercase;
    text-shadow: 1.4px 1.4px 0px rgb(17, 141, 17), -1.4px -1.4px 0px rgb(17, 141, 17), 1.4px -1.4px 0px rgb(17, 141, 17), -1.4px 1.4px 0px rgb(17, 141, 17);
    /*text-shadow: 3px 3px rgba(0, 0, 0, 1);*/
}
._button_donate_1xr0v_391:active {
    background: linear-gradient(to bottom, rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    box-shadow: 0px 0px 0px rgba(19, 141, 19, 1);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}

@media only screen and (max-width: 1160px) {
    ._get_cards_body_1xr0v_1 {
        /* background-color:khaki; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        /*min-width: 29em;*/
        height: 100%;
        margin-top: 0.5em;
    }
    ._get_cards_table_body_1xr0v_21 {
        background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(216, 216, 216), rgb(179, 179, 179));
        border: 4px solid rgb(0, 3, 152);
        border-radius: 10px;
        display: flex;
        justify-content: start;
        align-items: center;
        width: 90%;
        height: 5em;
        box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    }
}

@media only screen and (max-width: 825px) {

    ._get_cards_body_1xr0v_1 {
        /* background-color:khaki; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 35em;
        /*min-width: 29em;*/
        height: 100%;
        margin-top: 0.2em;
    }
    ._get_cards_table_body_1xr0v_21 {
        background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(216, 216, 216), rgb(179, 179, 179));
        border: 1px solid rgb(0, 0, 0);
        border-radius: 0px;
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 4em;
        box-shadow: 0px 0px 0px rgba(0, 0, 0);
    }
    ._box_division_1_1xr0v_43 {
        /* background-color:aqua; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        /*min-width: 21em;*/
        height: 100%;
        margin-right: 0em;
    }
    ._box_division_1_1_1xr0v_65 {
        /* background-color:rgba(255, 0, 0, 0.4); */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40%;
        user-select: none;
    }
    ._box_division_1_2_1xr0v_83 {
        /* background-color:rgba(126, 252, 0, 0.4); */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60%;
    }
    ._box_division_2_1xr0v_99 {
        /* background-color:darksalmon; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
        /*min-width: 6em;*/
        height: 100%;
        margin-left: 0em;
        user-select: none;
    }
    ._button_add_fixed_value_1xr0v_121 {
        /*background-color: rgb(0, 3, 152);*/
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152));
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: 1.8em;
        height: 80%;
        min-height: 1.5em;
        max-height: 1.5em;
        margin-left: 0.1em;
        margin-right: 0.1em;
        cursor: pointer;
        box-shadow: 0 0px rgb(92, 143, 209);
        /*box-shadow: 0px 4px 0px rgb(0, 1, 82);*/
    }
    ._button_add_fixed_value_1xr0v_121 p {
        /*background-color: red;*/
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1em;
        text-shadow: 0px 0px rgba(0, 0, 0, 1);
    }
    ._button_add_fixed_value_1xr0v_121:active {
        background: linear-gradient(to bottom, rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        transform: translateY(2px);
        box-shadow: 0 0px rgb(155, 155, 155);
        transition: 0.05s ease-in;
    }
    
    ._button_add_unit_1xr0v_185 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152));
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2em;
        /*min-width: 2.4em;*/
        height: 1.8em;
        min-height: 1.7em;
        margin-left: 0.1em;
        user-select: none;
        cursor: pointer;
        box-shadow: 0 0px rgb(92, 143, 209);
    }
    ._button_add_unit_1xr0v_185 p {
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1.3em;
        padding-bottom: 0.2em;
        text-shadow: 0px 0px rgba(0, 0, 0, 1);
    }
    ._button_add_unit_1xr0v_185:active {
        background: linear-gradient(to bottom, rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        transform: translateY(1.5px);
        box-shadow: 0 0px rgb(155, 155, 155);
        transition: 0.05s ease-in;
    }
    ._button_subtract_unit_1xr0v_245 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152));
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2em;
        /*min-width: 2.4em;*/
        height: 1.8em;
        min-height: 1.7em;
        margin-right: 0.1em;
        user-select: none;
        cursor: pointer;
        box-shadow: 0 0px rgb(92, 143, 209);
    }
    ._button_subtract_unit_1xr0v_245 p {
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1.3em;
        padding-bottom: 0.2em;
        text-shadow: 0px 0px rgba(0, 0, 0);
    }
    ._button_subtract_unit_1xr0v_245:active {
        background: linear-gradient(to bottom, rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        transform: translateY(1.5px);
        box-shadow: 0 0px rgb(155, 155, 155);
        transition: 0.05s ease-in;
    }
    ._text_field_donation_number_1xr0v_305 {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;
        max-width: 6em;
        
        /*min-width: 5em;*/
        height: 1.8em;
        box-sizing: border-box;
        border-top: 2px solid rgb(0, 3, 152);
        border-bottom: 2px solid rgb(0, 3, 152);
    }
    ._text_field_donation_number_1xr0v_305 p {
        margin: 0;
        padding: 0;
        color: rgb(0, 0, 0);
        font-size: 1.1em;
        padding-bottom: 0.2em;
    }
    ._text_field_donation_value_1xr0v_345 {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40%;
        max-width: 9em;
        /*min-width: 8em;*/
        height: 1.8em;
        box-sizing: border-box;
        border: 2px solid rgb(0, 3, 152);
        border-radius: 5px;
        margin-left: 0.1em;
        margin-right: 0.1em;
    }
    ._text_field_donation_value_1xr0v_345 p {
        margin: 0;
        padding: 0;
        color: rgb(0, 0, 0);
        font-size: 1.1em;
        padding-bottom: 0.2em;
    }
    
    ._button_donate_1xr0v_391 {
        /*background-color: rgb(30, 220, 30);*/
        background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        width: 90%;
        max-width: 7em;
        min-width: 6em;
        /*min-width: 6em;*/
        height: 80%;
        box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
        margin-left: 0.2em;
        margin-right: 0.3em;
        margin-bottom: 0.3em;
        cursor: pointer;
    }
    ._button_donate_1xr0v_391 p {
        color: white;
        font-size: 1.5em;
        text-transform: uppercase;
        text-shadow: 1.4px 1.4px 0px rgb(17, 141, 17), -1.4px -1.4px 0px rgb(17, 141, 17), 1.4px -1.4px 0px rgb(17, 141, 17), -1.4px 1.4px 0px rgb(17, 141, 17);
        /*text-shadow: 3px 3px rgba(0, 0, 0, 1);*/
    }
    ._button_donate_1xr0v_391:active {
        background: linear-gradient(to bottom, rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
        box-shadow: 0px 0px 0px rgba(19, 141, 19, 1);
        transform: translateY(2px);
        transition: 0.05s ease-in;
    }

}._modal_absolute_body_1rsv5_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 4;
    left: 0;
}
._confirm_donation_window_container_1rsv5_11 {
    /* background-color: rgba(0, 0, 0, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
._modal_black_overlay_open_1rsv5_19 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    pointer-events:all;

    z-index: 4;
}
._confirm_donation_window_body_1rsv5_29 {
    background-color: azure;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    width: 35em;
    height: 0;
    overflow: hidden;
    animation: _openFromTop_1rsv5_1 0.5s forwards;
    z-index: 5;
}
@keyframes _openFromTop_1rsv5_1 {
    0% {
        height: 0;
    }
    100% {
        height: 23em;
    }
}
._confirm_donation_window_head_1rsv5_50 {
    background-color: azure;
    border-bottom: 2px solid rgb(180, 180, 180);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 3.5em;
}
._confirm_donation_head_label_1rsv5_59 {
    /*background-color: red;*/
    color: black;
    font-size: 2em;
    margin-left: 0.5em;
    text-transform: uppercase;
    user-select: none;
}
._confirm_donation_head_close_1rsv5_67 {
    /*background-color: greenyellow;*/
    color: rgb(50, 50, 50);
    margin-right: 0.5em;
    font-size: 2em;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}
._confirm_donation_head_close_1rsv5_67:hover {
    color: rgb(0, 0, 0);
    transform: scale(1.3, 1.3) rotateZ(90deg);
    transition: 0.3s;
}
._confirm_donation_content_1rsv5_81 {
    /*background-color: rgb(255, 171, 171);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
._confirm_donation_content_1rsv5_81 span {
    /* background-color: yellowgreen; */
    font-size: 2.4em;
    text-align: center;
    padding: 0.2em;
}
._confirm_donation_foot_1rsv5_97 {
    background-color: azure;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 4em;
    background-color: azure;
    border-top: 2px solid rgb(180, 180, 180);
}
._confirm_button_1rsv5_107 {
    background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 8em;
    height: 3em;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.3em;
}
._confirm_button_1rsv5_107:active {
    background: linear-gradient(to bottom, rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    box-shadow: 0px 0px 0px rgba(19, 141, 19, 1);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._confirm_button_1rsv5_107 span {
    color: white;
    font-size: 1.3em;
    /*text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);*/
}
._refuse_button_1rsv5_131 {
    background: linear-gradient(to bottom, rgb(255, 181, 181), rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63));
    box-shadow: 0px 5px 0px rgb(121, 3, 3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 8em;
    height: 3em;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.3em;
}
._refuse_button_1rsv5_131:active {
    background: linear-gradient(to bottom, rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63));
    box-shadow: 0px 0px 0px rgb(121, 3, 3);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._refuse_button_1rsv5_131 span {
    color: white;
    font-size: 1.3em;
    /*text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);*/
}
._continue_button_1rsv5_155 {
    background: linear-gradient(to bottom, rgb(159, 209, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    box-shadow: 0px 5px 0px rgb(16, 80, 139);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 8em;
    height: 3em;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.3em;
}
._continue_button_1rsv5_155:active {
    background: linear-gradient(to bottom, rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    box-shadow: 0px 0px 0px rgb(16, 80, 139);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._continue_button_1rsv5_155 span {
    color: white;
    font-size: 1.3em;
    /*text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);*/
}

@media only screen and (max-width: 1160px) {
    ._modal_absolute_body_1rsv5_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100vh;
        position: absolute;
        z-index: 4;
        top: 0;
    }
}

@media only screen and (max-width: 760px) {
    ._modal_absolute_body_1rsv5_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100vh;
        position: absolute;
        z-index: 4;
        top: 0;
    }
    ._confirm_donation_window_body_1rsv5_29 {
        width: 22em;
        height: 0;
        margin-bottom: 10em;
    }
    @keyframes _openFromTop_1rsv5_1 {
        0% {
            height: 0;
        }
        100% {
            height: 18em;
        }
    }
    ._confirm_donation_window_head_1rsv5_50 {
        background-color: azure;
        border-bottom: 2px solid rgb(180, 180, 180);
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-height: 3em;
    }
    ._confirm_donation_head_label_1rsv5_59 {
        color: black;
        font-size: 1.7em;
        margin-left: 0.5em;
        text-transform: uppercase;
        user-select: none;
    }
    
    ._confirm_donation_content_1rsv5_81 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    ._confirm_donation_content_1rsv5_81 span {
        font-size: 1.8em;
        text-align: center;
        padding: 0.2em;
    }
    ._confirm_donation_foot_1rsv5_97 {
        background-color: azure;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        min-height: 3.5em;
        background-color: azure;
        border-top: 2px solid rgb(180, 180, 180);
    }
    ._confirm_button_1rsv5_107 {
        width: 7em;
        height: 2.8em;
    }
    ._confirm_button_1rsv5_107 span {
        color: white;
        font-size: 1.5em;
        /* text-shadow: 1.3px 1.3px 0px rgb(6, 85, 20), -1.3px -1.3px 0px rgb(6, 85, 20), 1.3px -1.3px 0px rgb(6, 85, 20), -1.3px 1.3px 0px rgb(6, 85, 20); */
    }
    ._refuse_button_1rsv5_131 {
        width: 7em;
        height: 2.8em;
    }
    ._refuse_button_1rsv5_131 span {
        color: white;
        font-size: 1.5em;
        /* text-shadow: 1.3px 1.3px 0px rgb(85, 0, 0), -1.3px -1.3px 0px rgb(85, 0, 0), 1.3px -1.3px 0px rgb(85, 0, 0), -1.3px 1.3px 0px rgb(85, 0, 0); */
    }
    ._continue_button_1rsv5_155 {
        width: 7em;
        height: 2.8em;
    }
    ._continue_button_1rsv5_155 span {
        color: white;
        font-size: 1.3em;
        text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126KC), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);
    }
}._cards_list_body_glp1f_1 {
    /* background-color: beige; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin-top: 1em;
    position: relative;
}
._cards_list_box_glp1f_21 {
    /* background-color: red; */
    /* background-color: beige; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    transform: translateX(100%);
    animation: _slideInFromRight_glp1f_1 1s forwards;
}
    @keyframes _slideInFromRight_glp1f_1 {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}
._cards_list_headbar_glp1f_59 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));

    display: flex;
    justify-content: start;
    align-items: center;
    width: 97%;
    height: 3.2em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    user-select: none;
}
._cards_list_headbar_quantity_glp1f_83 {
    /*background-color: red;*/
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-left: 0.5em;
}
._cards_list_headbar_quantity_glp1f_83 p {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 2em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
._cards_list_headbar_buttons_glp1f_115 {
    /*background-color: green;*/
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-right: 0.5em;
}
._button_zoom_in_glp1f_133 {
    background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.3em;
    height: 2.3em;
    border-radius: 10px;
    box-shadow: 0px 4px 0px rgb(129, 129, 0);
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    cursor: pointer;
}
._button_zoom_in_glp1f_133:active {
    background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
    box-shadow: 0px 0px 0px rgb(129, 129, 0);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._button_zoom_in_glp1f_133 p {
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
    padding-bottom: 0.1em;
}
._button_zoom_out_glp1f_183 {
    background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.3em;
    height: 2.3em;
    border-radius: 10px;
    box-shadow: 0px 4px 0px rgb(129, 129, 0);
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    cursor: pointer;
}
._button_zoom_out_glp1f_183:active {
    background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
    box-shadow: 0px 0px 0px rgb(129, 129, 0);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._button_zoom_out_glp1f_183 p {
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
    padding-bottom: 0.1em;
}

._cards_list_content_body_glp1f_235 {
    background-color: rgba(255, 255, 255, 0.521);
    display: flex;
    justify-content: center;
    align-items: start;
    width: 97%;
    height: 24.5em;
    scrollbar-width: thin;
    overflow-y: scroll;
}
._cards_list_content_col_1_glp1f_255 {
    /*background-color: red;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}
._cards_list_content_col_2_glp1f_273 {
    /*background-color: green;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}
._cards_list_content_col_3_glp1f_289 {
    /*background-color: blue;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}
._banner_area_glp1f_305 {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97%;
    height: 25em;
    position: absolute;
    margin-top: 3.5em;
}

@media only screen and (max-width: 1160px) {
    ._cards_list_body_glp1f_1 {
        /* background-color: beige; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 1em;
    }
    ._cards_list_box_glp1f_21 {
        /* background-color: red; */
        /* background-color: beige; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        animation: _slideInFromRight_glp1f_1 1s forwards;
    }
        @keyframes _slideInFromRight_glp1f_1 {
        from {
            transform: translateX(100%);
        }
        to {
            transform: translateX(0%);
        }
    }
    ._cards_list_headbar_glp1f_59 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    
        display: flex;
        justify-content: start;
        align-items: center;
        width: 90%;
        height: 3.2em;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    ._cards_list_content_body_glp1f_235 {
        background-color: rgba(255, 255, 255, 0.521);
        width: 90%;
        height: 24.5em;
    }
    ._banner_area_glp1f_305 {
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 24.5em;
        position: absolute;
        margin-top: 3em;
    }
}

@media only screen and (max-width: 825px) {
    ._cards_list_body_glp1f_1 {
        /*background-color: beige;*/
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        justify-content: start;
        align-items: center;
        width: 100%;
        margin-top: 0.5em;
        position: relative;
    }
    ._cards_list_headbar_glp1f_59 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    
        display: flex;
        justify-content: start;
        align-items: center;
        width: 97%;
        height: 3.2em;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        user-select: none;
    }
    ._cards_list_headbar_quantity_glp1f_83 {
        /*background-color: red;*/
        display: flex;
        justify-content: start;
        align-items: center;
        width: 50%;
        height: 100%;
        padding-left: 0.5em;
    }
    ._cards_list_headbar_quantity_glp1f_83 p {
        color: white;
        padding: 0;
        margin: 0;
        font-size: 1.4em;
        text-shadow: 0px 0px rgba(0, 0, 0);
    }
    ._cards_list_headbar_buttons_glp1f_115 {
        /*background-color: green;*/
        display: flex;
        justify-content: end;
        align-items: center;
        width: 50%;
        height: 100%;
        padding-right: 0.5em;
    }
    ._button_zoom_in_glp1f_133 {
        background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2em;
        height: 2em;
        border-radius: 10px;
        box-shadow: 0px 4px 0px rgb(129, 129, 0);
        margin-left: 0.5em;
        margin-bottom: 0.3em;
        cursor: pointer;
    }
    ._button_zoom_in_glp1f_133:active {
        background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
        box-shadow: 0px 0px 0px rgb(129, 129, 0);
        transform: translateY(2px);
    }
    ._button_zoom_in_glp1f_133 p {
        color: rgb(255, 255, 255);
        font-size: 1.5em;
        text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
        padding-bottom: 0.1em;
    }
    ._button_zoom_out_glp1f_183 {
        background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2em;
        height: 2em;
        border-radius: 10px;
        box-shadow: 0px 4px 0px rgb(129, 129, 0);
        margin-left: 0.5em;
        margin-bottom: 0.3em;
        cursor: pointer;
    }
    ._button_zoom_out_glp1f_183:active {
        background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
        box-shadow: 0px 0px 0px rgb(129, 129, 0);
        transform: translateY(2px);
    }
    ._button_zoom_out_glp1f_183 p {
        color: rgb(255, 255, 255);
        font-size: 1.5em;
        text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
        padding-bottom: 0.1em;
    }
    
    ._cards_list_content_body_glp1f_235 {
        background-color: rgba(255, 255, 255, 0.521);
        display: flex;
        justify-content: center;
        align-items: start;
        width: 97%;
        height: auto;
        /* min-height: 17em; */
    }
    ._cards_list_content_col_1_glp1f_255 {
        /* background-color: red; */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: start;
        width: 100%;
    }
    ._cards_list_content_col_2_glp1f_273 {
        /*background-color: green;*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        height: 100%;
    }
    ._cards_list_content_col_3_glp1f_289 {
        /*background-color: blue;*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        height: 100%;
    }
    ._banner_area_glp1f_305 {
        background-color: rgba(0, 0, 0, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 19em;
        position: absolute;
        margin-top: 3.5em;
    }

}._cards_list_content_col_1_1gfy0_1 {
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}
._cards_list_content_col_2_1gfy0_10 {
    /*background-color: green;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}
._cards_list_content_col_3_1gfy0_18 {
    /*background-color: blue;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}._card_body_1e0pe_1 {
    background-color: rgb(233, 218, 0);
    background: linear-gradient(to bottom, rgb(255, 250, 176), rgb(233, 218, 0), rgb(233, 218, 0), rgb(233, 218, 0), rgb(233, 218, 0));
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    width: 48%;
    border-radius: 10px;
    margin: 1%;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
}
._card_label_1e0pe_25 {
    /*background-color:aqua;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    overflow-wrap: normal;
}
._card_label_1e0pe_25 p {
    padding: 0;
    margin: 0;
    padding-bottom: 0.1em;
}
._card_numbers_body_1e0pe_53 {
    /*background-color: aliceblue;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 60%;
    user-select: none;
}
._row_1_1e0pe_73 {
    /*background-color:teal;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33%;

}
._row_2_1e0pe_91 {
    /*background-color:yellowgreen;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33%;

}
._row_3_1e0pe_109 {
    /*background-color:violet;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33%;
}
._card_number_cell_1e0pe_125 {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
._card_number_cell_1e0pe_125 p {
    color: black;
}
._card_id_1e0pe_149 {
    /*background-color: rgb(124, 201, 8);*/
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 20%;
}
._card_id_1e0pe_149 p {
    padding: 0;
    margin: 0;
    padding-left: 0.5em;
    padding-bottom: 0.05em;
}

._card_number_cell_highlight_1e0pe_179 {
    background: linear-gradient(to bottom, rgb(255, 196, 187), rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid black;

    animation: _pump_cell_1e0pe_1 0.5s infinite alternate;
    /* animation-name: pump_cell;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate; */

}
._card_number_cell_highlight_1e0pe_179 p {
    color: white;
}
@keyframes _pump_cell_1e0pe_1 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}
._card_number_cell_passed_1e0pe_233 {
    background: linear-gradient(to bottom, rgb(166, 175, 255), rgb(0, 4, 218), rgb(0, 4, 218), rgb(0, 4, 218));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
._card_number_cell_passed_1e0pe_233 p {
    color: white;
}

@media only screen and (max-width: 825px) {
    ._card_body_1e0pe_1 {
        box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.55);
    }
}._banners_body_1fl0d_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

._banners_container_1fl0d_25 {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: 3px solid rgb(0, 0, 0);
}

._item_1fl0d_45 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 3em;
    scroll-snap-align: start;
}

._item_1fl0d_45 img {
    width: 100%;
    height: 100%;
}

._banner_links_1fl0d_77 {
    background-color: rgba(41, 41, 41, 0.7);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    width: 100%;
}

._banner_links_1fl0d_77 a {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
    text-decoration: none;
}

._time_bar_1fl0d_115 {
    background: linear-gradient(to bottom, rgb(255, 106, 106), rgb(152, 0, 0));
    width: 100%;
    height: 2px;
    transform-origin: left center;
    animation: _diminish_1fl0d_1 60s linear forwards;
}
@keyframes _diminish_1fl0d_1 {
    0% { transform: scaleX(1); }
    100% { transform: scaleX(0); }
}
@media only screen and (max-width: 825px) {
    ._banners_body_1fl0d_1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* position: absolute; */
        z-index: 2;
        width: 100%;
        height: 20em;
        border-radius: 5px;
    }
    
    ._banners_container_1fl0d_25 {
        display: flex;
        transition: transform 0.5s ease;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 5px;
        border: 3px solid rgb(0, 0, 0);
    }
    
    ._item_1fl0d_45 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 100%;
        height: 100%;
        font-weight: 700;
        font-size: 3em;
        scroll-snap-align: start;
    }
    
    ._item_1fl0d_45 img {
        width: 100%;
        height: 100%;
    }
    
    ._banner_links_1fl0d_77 {
        background-color: rgba(41, 41, 41, 0.7);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        width: 100%;
    }
    
    ._banner_links_1fl0d_77 a {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        color: white;
        border-radius: 50%;
        padding: 5px 10px;
        text-decoration: none;
    }
    
    ._time_bar_1fl0d_115 {
        background: linear-gradient(to bottom, rgb(255, 106, 106), rgb(152, 0, 0));
        width: 100%;
        height: 2px;
        transform-origin: left center;
        animation: _diminish_1fl0d_1 60s linear forwards;
    }
    @keyframes _diminish_1fl0d_1 {
        0% { transform: scaleX(1); }
        100% { transform: scaleX(0); }
    }
}
._match_container_rb0it_1 {
    /* background-color: rgba(255, 0, 0, 0.5); */
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 100vw;
    height: 100vh;
}
._half_1_rb0it_19 {
    /* background-color: rgba(245, 245, 245, 0.596); */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 60%;
    height: 45em;
    /* margin-left: 0.5em; */
}
._half_2_rb0it_39 {
    /* background-color: rgba(226, 208, 43, 0.795); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}
._box_1_rb0it_53 {
    /* background-color: rgba(4, 0, 255, 0.301); */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    z-index: 3;
}
._box_2_rb0it_71 {
    /* background-color: rgba(166, 255, 0, 0.301); */
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative;
}
._match_info_holder_rb0it_93 {
    /* background-color: aqua; */
    display: flex;
    justify-content: start;
    align-items: center;
    width: 20%;
    position: absolute;
    z-index: 1;
}
._ball_and_mark_holder_rb0it_111 {
    /* background-color: cadetblue; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
}
._balls_holder_rb0it_129 {
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30em;
    position: relative;
}
._marked_balls_holder_rb0it_147 {
    /* background-color: darkorange; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
._box_3_rb0it_161 {
    /* background-color: rgba(94, 255, 0, 0); */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    /* height: 10em; */
}
._ranking_box_rb0it_179 {
    /* background-color: rgba(0, 0, 0, 0); */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 18em;
    margin-top: 0.25em;
    overflow-y: scroll;
    border-radius: 10px;
}

@media only screen and (max-width: 825px) {
    ._match_container_rb0it_1 {
        /* background-color: rgba(255, 0, 0, 0.637); */
        display: flex;
        flex-direction: column;
        justify-content: start;
        /* align-items: start; */
        align-items: center;
        width: 100vw;
        height: auto;
    }
    ._half_1_rb0it_19 {
        /* background-color: rgba(245, 245, 245, 0); */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: auto;
        /* margin-left: 0.5em; */
    }
    ._half_2_rb0it_39 {
        /* background-color: rgba(226, 208, 43, 0); */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    ._box_1_rb0it_53 {
        /* background-color: rgba(4, 0, 255, 0); */
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: start;
        width: 100%;
        z-index: 3;
    }
    ._box_2_rb0it_71 {
        /* background-color: rgba(166, 255, 0, 0); */
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: 100%;
        z-index: 3;
        position: relative;
    }
    ._match_info_holder_rb0it_93 {
        /* background-color: aqua; */
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    ._ball_and_mark_holder_rb0it_111 {
        /* background-color: cadetblue; */
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    ._balls_holder_rb0it_129 {
        /* background-color: blue; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 13em;
        position: relative;
    }
    ._marked_balls_holder_rb0it_147 {
        /* background-color: darkorange; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
    }
    ._box_3_rb0it_161 {
        /* background-color: rgba(94, 255, 0, 0.63); */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        /* height: 10em; */
    }
    ._ranking_box_rb0it_179 {
        /* background-color: rgba(255, 0, 0, 0.719); */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 18em;
        margin-top: 0.25em;
        overflow-y: scroll;
        border-radius: 0px;
    }
}._ranking_line_1m273_1 {
    /* background-color: rgba(0, 128, 0, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 2em;
    margin-top: 0.05em;
    margin-bottom: 0.05em;
}
._ranking_card_id_1m273_21 {
    background-color: aliceblue;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 17%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
}
._ranking_card_id_1m273_21 p {
    margin: 0;
    padding: 0;
    margin-left: 0.1em;
    font-size: 1.2em;
}
._ranking_username_1m273_57 {
    background-color: aliceblue;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 47%;
    height: 100%;
    margin-left: 0.2em;
    white-space: nowrap;
    overflow: hidden;
}
._ranking_username_1m273_57 p {
    margin: 0;
    padding: 0;
    margin-left: 0.1em;
    font-size: 1.2em;
}
._ranking_card_numbers_1m273_91 {
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 0.2em;
    overflow: hidden;
    font-weight: bold;
}
._number_slot_1m273_117 {
    background-color: rgb(51, 51, 51);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 2.2em;
    min-height: 1.8em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 10px;
}
._number_slot_1m273_117 p {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.2em;
}

@media only screen and (max-width: 825px) {
    ._ranking_line_1m273_1 {
        /* background-color: rgba(229, 255, 0, 0.5); */
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        min-height: 1em;
        margin-top: 0.05em;
        margin-bottom: 0.05em;
    }
    ._ranking_card_id_1m273_21 {
        background-color: aliceblue;
        display: flex;
        justify-content: start;
        align-items: center;
        width: 20%;
        height: 100%;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        white-space: nowrap;
        overflow-x: hidden;
    }
    ._ranking_card_id_1m273_21 p {
        margin: 0;
        padding: 0;
        margin-left: 0.1em;
        font-size: 0.9em;
    }
    ._ranking_username_1m273_57 {
        background-color: aliceblue;
        display: flex;
        justify-content: start;
        align-items: center;
        width: 50%;
        height: 100%;
        margin-left: 0.2em;
        white-space: nowrap;
        overflow-x: hidden;
    }
    ._ranking_username_1m273_57 p {
        margin: 0;
        padding: 0;
        margin-left: 0.1em;
        font-size: 0.9em;
    }
    ._ranking_card_numbers_1m273_91 {
        background-color: rgba(255, 0, 0, 0);
        display: flex;
        justify-content: start;
        align-items: center;
        width: 30%;
        height: 100%;
    
        margin-left: 0.2em;
        overflow: hidden;
        font-weight: bold;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    ._number_slot_1m273_117 {
        background-color: rgb(192, 242, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 1.2em;
        width: 1.2em;
        min-height: auto;
        /* height: 1em; */
        margin-left: 0.1em;
        margin-right: 0.1em;
        white-space: nowrap;
        overflow: hidden;
        border-radius: 5px;
    }
    ._number_slot_1m273_117 p {
        margin: 0;
        padding: 0;
        padding-left: 0.2em;
        padding-right: 0.2em;
        color: rgb(0, 0, 0);
        font-size: 0.9em;
    }
}._cards_list_body_1b92b_1 {
    /* background-color: beige; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0.4em;
}
._cards_list_headbar_1b92b_19 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));

    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 3.2em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    user-select: none;
}
._cards_list_headbar_quantity_1b92b_43 {
    /*background-color: red;*/
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-left: 0.5em;
}
._cards_list_headbar_quantity_1b92b_43 p {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 2em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
._cards_list_headbar_buttons_1b92b_75 {
    /*background-color: green;*/
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-right: 0.5em;
}
._button_cards_mode_1b92b_93 {
    background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11em;
    height: 2.3em;
    border-radius: 10px;
    /* box-shadow: 0px 4px 0px rgb(129, 129, 0); */
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    /* cursor: pointer; */
}
/* .button_cards_mode:active {
    background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
    box-shadow: 0px 0px 0px rgb(129, 129, 0);
    transform: translateY(2px);
    transition: 0.05s ease-in;
} */
._button_cards_mode_1b92b_93 p {
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
    padding-bottom: 0.1em;
}
._button_zoom_in_1b92b_143 {
    background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.3em;
    height: 2.3em;
    border-radius: 10px;
    box-shadow: 0px 4px 0px rgb(129, 129, 0);
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    cursor: pointer;
}
._button_zoom_in_1b92b_143:active {
    background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
    box-shadow: 0px 0px 0px rgb(129, 129, 0);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._button_zoom_in_1b92b_143 p {
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
    padding-bottom: 0.1em;
}
._button_zoom_out_1b92b_193 {
    background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.3em;
    height: 2.3em;
    border-radius: 10px;
    box-shadow: 0px 4px 0px rgb(129, 129, 0);
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    cursor: pointer;
}
._button_zoom_out_1b92b_193:active {
    background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
    box-shadow: 0px 0px 0px rgb(129, 129, 0);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._button_zoom_out_1b92b_193 p {
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
    padding-bottom: 0.1em;
}

._cards_list_content_body_1b92b_245 {
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 23em;
    overflow-y: scroll;
}
._cards_list_content_col_1_1b92b_263 {
    /*background-color: red;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}
._cards_list_content_col_2_1b92b_281 {
    /*background-color: green;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}
._cards_list_content_col_3_1b92b_297 {
    /*background-color: blue;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}

@media only screen and (max-width: 825px) {
    ._cards_list_body_1b92b_1 {
        /* background-color: beige; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 0.5em;
    }
    ._cards_list_headbar_1b92b_19 {
        background: linear-gradient(to bottom, rgb(255, 196, 187), rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10));
    
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 2.2em;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        user-select: none;
    }
    ._cards_list_headbar_quantity_1b92b_43 {
        /* background-color: red; */
        display: flex;
        justify-content: start;
        align-items: center;
        width: 40%;
        height: 100%;
        padding-left: 0.5em;
    }
    ._cards_list_headbar_quantity_1b92b_43 p {
        color: white;
        padding: 0;
        margin: 0;
        font-size: 1.3em;
        text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);
    }
    ._cards_list_headbar_buttons_1b92b_75 {
        /* background-color: green; */
        display: flex;
        justify-content: end;
        align-items: center;
        width: 60%;
        height: 100%;
        padding-right: 0.5em;
    }
    ._button_cards_mode_1b92b_93 {
        background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 11em;
        height: 1.7em;
        border-radius: 10px;
        box-shadow: 0px 4px 0px rgb(129, 129, 0);
        margin-left: 0.5em;
        margin-bottom: 0.1em;
        cursor: pointer;
    }
    ._button_cards_mode_1b92b_93:active {
        background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
        box-shadow: 0px 0px 0px rgb(129, 129, 0);
        transform: translateY(2px);
        transition: 0.05s ease-in;
    }
    ._button_cards_mode_1b92b_93 p {
        color: rgb(255, 255, 255);
        font-size: 1.1em;
        text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
        padding-bottom: 0.1em;
    }
    ._button_zoom_in_1b92b_143 {
        background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1.7em;
        height: 1.7em;
        border-radius: 10px;
        box-shadow: 0px 4px 0px rgb(129, 129, 0);
        margin-left: 0.5em;
        margin-bottom: 0.2em;
        cursor: pointer;
    }
    ._button_zoom_in_1b92b_143:active {
        background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
        box-shadow: 0px 0px 0px rgb(129, 129, 0);
        transform: translateY(2px);
        transition: 0.05s ease-in;
    }
    ._button_zoom_in_1b92b_143 p {
        color: rgb(255, 255, 255);
        font-size: 1.3em;
        text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
        padding-bottom: 0.1em;
    }
    ._button_zoom_out_1b92b_193 {
        background: linear-gradient(to bottom, rgb(255, 255, 190), rgb(220, 220, 0));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1.7em;
        height: 1.7em;
        border-radius: 10px;
        box-shadow: 0px 4px 0px rgb(129, 129, 0);
        margin-left: 0.5em;
        margin-bottom: 0.2em;
        cursor: pointer;
    }
    ._button_zoom_out_1b92b_193:active {
        background: linear-gradient(to bottom, rgb(220, 220, 0), rgb(220, 220, 0));
        box-shadow: 0px 0px 0px rgb(129, 129, 0);
        transform: translateY(2px);
        transition: 0.05s ease-in;
    }
    ._button_zoom_out_1b92b_193 p {
        color: rgb(255, 255, 255);
        font-size: 1.3em;
        text-shadow: 1.2px 1.2px 0px rgb(119, 119, 0), -1.2px -1.2px 0px rgb(119, 119, 0), 1.2px -1.2px 0px rgb(119, 119, 0), -1.2px 1.2px 0px rgb(119, 119, 0);
        padding-bottom: 0.1em;
    }
    
    ._cards_list_content_body_1b92b_245 {
        background-color: rgba(255, 255, 255, 0.521);
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        min-height: 17em;
        /* height: 17em;
        overflow-y: scroll; */
    }
    ._cards_list_content_col_1_1b92b_263 {
        /* background-color: red; */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: start;
        width: 100%;
    }
    ._cards_list_content_col_2_1b92b_281 {
        /*background-color: green;*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        height: 100%;
    }
    ._cards_list_content_col_3_1b92b_297 {
        /*background-color: blue;*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        height: 100%;
    }
}._cards_list_content_col_1_jwwwn_1 {
    /*background-color: red;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}
._cards_list_content_col_2_jwwwn_10 {
    /*background-color: green;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}
._cards_list_content_col_3_jwwwn_18 {
    /*background-color: blue;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}._card_body_155d3_1 {
    /* background-color: rgb(233, 218, 0); */
    background: linear-gradient(to bottom, rgb(255, 250, 176), rgb(255, 238, 0), rgb(233, 218, 0), rgb(233, 218, 0), rgb(233, 218, 0));
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    width: 48%;
    /* max-width: 20em; */
    border-radius: 10px;
    margin: 1%;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
}
._card_label_155d3_27 {
    /* background-color:aqua; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 18%; */
    overflow-wrap: normal;
}
._card_label_155d3_27 p {
    padding: 0;
    margin: 0;
    /* padding-bottom: 0.1em; */
}
._card_numbers_body_155d3_55 {
    /* background-color: aliceblue; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    width: 100%;
    /* height: 53%; */
}
._row_1_155d3_73 {
    /* background-color:teal; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33%;

}
._row_2_155d3_91 {
    /* background-color:yellowgreen; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33%;

}
._row_3_155d3_109 {
    /* background-color:violet; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33%;
}
._card_number_cell_155d3_125 {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
._card_number_cell_155d3_125 p {
    color: black;
}
._card_id_155d3_149 {
    /* background-color: rgb(124, 201, 8); */
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    /* height: 18%; */
}
._card_id_155d3_149 p {
    padding: 0;
    margin: 0;
    padding-left: 0.5em;
}

._card_number_cell_highlight_155d3_177 {
    background: linear-gradient(to bottom, rgb(255, 196, 187), rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid black;

    animation: _pump_cell_155d3_1 0.5s infinite alternate;
    /* animation-name: pump_cell;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate; */

}
._card_number_cell_highlight_155d3_177 p {
    color: white;
}
@keyframes _pump_cell_155d3_1 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}
._card_number_cell_passed_155d3_231 {
    background: linear-gradient(to bottom, rgb(166, 175, 255), rgb(0, 4, 218), rgb(0, 4, 218), rgb(0, 4, 218));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
._card_number_cell_passed_155d3_231 p {
    color: white;
}._marked_numbers_box_1igo9_1 {
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 8em;
    border-radius: 10px;
}
._numbers_box_1_1igo9_21 {
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
._numbers_row_1igo9_39 {
    /* background-color: green; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    /* margin-top: 0.4em; */
}
._numbers_cell_1igo9_55 {
    /* background-color: rgb(0, 0, 0); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 0.2em; */
    border-radius: 5px;
    min-width: 1.56em;
    height: 2em;
}
._numbers_cell_1igo9_55 p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: rgb(29, 29, 29);
}

._numbers_cell_highlight_1igo9_89 {
    /* background-color: rgb(231, 45, 45); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 0.2em; */
    border-radius: 5px;
    min-width: 1.56em;
    height: 2em;
}
._numbers_cell_highlight_1igo9_89 p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: rgb(255, 0, 0);
}

._numbers_cell_passed_1igo9_123 {
    /* background-color: rgb(25, 218, 51); */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 0.2em; */
    border-radius: 5px;
    min-width: 1.56em;
    height: 2em;
}
._numbers_cell_passed_1igo9_123 p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: rgb(0, 255, 0);
}

@media only screen and (max-width: 825px) {
    ._marked_numbers_box_1igo9_1 {
        background-color: rgb(0, 0, 0);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 12em;
        border-radius: 10px;
    }
    ._numbers_box_1_1igo9_21 {
        background-color: rgba(255, 0, 0, 0);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    ._numbers_row_1igo9_39 {
        background-color: rgba(0, 128, 0, 0);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        /* margin-top: 0.4em; */
    }
    ._numbers_cell_1igo9_55 {
        /* background-color: rgb(185, 17, 17); */
        display: flex;
        justify-content: center;
        align-items: center; 
        /* margin-left: 0.2em; */
        border-radius: 5px;
        min-width: 1em;
        height: 1.25em;
    }
    ._numbers_cell_1igo9_55 p {
        margin: 0;
        padding: 0;
        font-size: 0.85em;
        color: rgb(71, 71, 71);
    }
    
    ._numbers_cell_highlight_1igo9_89 {
        /* background-color: rgb(231, 45, 45); */
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-left: 0.2em; */
        border-radius: 5px;
        min-width: 1em;
        height: 1.25em;
    }
    ._numbers_cell_highlight_1igo9_89 p {
        margin: 0;
        padding: 0;
        font-size: 0.85em;
        color: rgb(255, 0, 0);
    }
    
    ._numbers_cell_passed_1igo9_123 {
        /* background-color: rgb(25, 218, 51); */
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-left: 0.2em; */
        border-radius: 5px;
        min-width: 1em;
        height: 1.25em;
    }
    ._numbers_cell_passed_1igo9_123 p {
        margin: 0;
        padding: 0;
        font-size: 0.85em;
        color: rgb(0, 255, 0);
    }
}._prizes_row_133x6_1 {
    /* background-color: rgba(172, 255, 47, 0.5); */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
._prizes_box_133x6_17 {
    /* background-color: darkorange; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    height: 100%;
}
._accumulated_box_133x6_33 {
    /* background-color: coral; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
}
._info_block_1_activated_133x6_49 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /* background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192)); */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-width: 10em;
    height: 5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    animation: _active_prize_block_133x6_1 1.5s ease-in-out infinite alternate;
}
@keyframes _active_prize_block_133x6_1 {
    0% {
        transform: scale(1);
        box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    }
    100% {
        transform: scale(1.1);
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
    }
}
._info_block_1_activated_133x6_49 h1 {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_1_activated_133x6_49 h2 {
    /*background-color: cadetblue;*/
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1.7em;
    line-height: 1.5em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
    animation: _active_prize_block_value_133x6_1 1.5s ease-in-out infinite alternate;
}
@keyframes _active_prize_block_value_133x6_1 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
._info_block_1_deactivated_133x6_161 {
    background: linear-gradient(to bottom, rgb(68, 69, 131), rgb(68, 69, 131), rgb(68, 69, 131), rgb(68, 69, 131), rgb(68, 69, 131));
    /* background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192)); */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-width: 10em;
    height: 5em;
    border-radius: 10px;
}
._info_block_1_deactivated_133x6_161 h1 {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_1_deactivated_133x6_161 h2 {
    /*background-color: cadetblue;*/
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1.7em;
    line-height: 1.5em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}


._info_block_2_activated_133x6_235 {
    background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 11em;
    height: 4em;
    position: relative;

    border: 3px solid rgb(92, 92, 92);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
}
._info_block_2_activated_133x6_235 h1 {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_2_activated_133x6_235 h2 {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1.7em;
    line-height: 1.5em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
    animation: _accumulated_value_pump_133x6_1 1.5s ease-in-out infinite alternate;
}
@keyframes _accumulated_value_pump_133x6_1 {
    0% {
        transform: translateY(0em) scale(1);
    }
    100% {
        transform: translateY(-0.15em) scale(1.1);
    }
}
._red_ball_container_activated_133x6_325 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(107, 0, 0);
    width: 2em;
    height: 2em;
    border-radius: 100%;
    transform: translateX(0.7em) translateY(0.7em) rotate(20deg);
    animation: _red_ball_pump_133x6_1 1.5s ease-in-out infinite alternate;
    user-select: none;
}
._red_ball_container_activated_133x6_325 img {
    width: 90%;
    height: 90%;
}
._red_ball_container_activated_133x6_325 p {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 1em;
    margin-bottom: 0.1em;
    color: white;
    text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 1), -1.5px -1.5px 0px rgba(0, 0, 0, 1), 1.5px -1.5px 0px rgba(0, 0, 0, 1), -1.5px 1.5px 0px rgba(0, 0, 0, 1);
}
@keyframes _red_ball_pump_133x6_1 {
    0% {
        transform: translateX(5em) translateY(-1.5em) rotate(20deg) scale(1);
    }
    100% {
        transform: translateX(5em) translateY(-1.5em) rotate(20deg) scale(1.3);
    }
}


._info_block_2_deactivated_133x6_397 {
    background: linear-gradient(to top, rgb(136, 63, 63), rgb(136, 63, 63), rgb(136, 63, 63), rgb(136, 63, 63));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 11em;
    height: 4em;

    position: relative;

    border: 3px solid rgb(92, 92, 92);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
}
._info_block_2_deactivated_133x6_397 h1 {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_2_deactivated_133x6_397 h2 {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1.7em;
    line-height: 1.5em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
._red_ball_container_deactivated_133x6_471 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(107, 0, 0);
    width: 2em;
    height: 2em;
    border-radius: 100%;
    transform: translateX(0.7em) translateY(0.7em) rotate(20deg);
    animation: _red_ball_pump_deactivated_133x6_1 1.5s ease-in-out infinite alternate;
    user-select: none;
}
._red_ball_container_deactivated_133x6_471 img {
    width: 90%;
    height: 90%;
}
._red_ball_container_deactivated_133x6_471 p {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 1em;
    margin-bottom: 0.1em;
    color: white;
    text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 1), -1.5px -1.5px 0px rgba(0, 0, 0, 1), 1.5px -1.5px 0px rgba(0, 0, 0, 1), -1.5px 1.5px 0px rgba(0, 0, 0, 1);
}
@keyframes _red_ball_pump_deactivated_133x6_1 {
    0% {
        transform: translateX(5em) translateY(-1.5em) scale(1);
    }
    100% {
        transform: translateX(5em) translateY(-1.5em) scale(1);
    }
}

@media only screen and (max-width: 825px) {
    ._prizes_row_133x6_1 {
        background-color: rgba(172, 255, 47, 0);
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: end;
        width: 100%;
    }
    ._prizes_box_133x6_17 {
        background-color: rgba(255, 140, 0, 0);
        display: flex;
        justify-content: space-evenly;
        align-items: start;
        width: 88%;
        height: 100%;
    }
    ._accumulated_box_133x6_33 {
        background-color:rgba(0, 255, 255, 0);
        display: flex;
        justify-content: end;
        align-items: center;
        width: 100%;
        height: 1.9em;
        margin-top: 0.2em;
    }

    ._info_block_1_activated_133x6_49 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /* background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192)); */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 30%;
        min-width: 5em;
        max-width: 8em;
        height: 2.5em;
        border-radius: 10px;
        box-shadow: 0px 1.2px 0px rgba(0, 0, 0, 0.55);
        animation: _active_prize_block_133x6_1 1.5s ease-in-out infinite alternate;
    }
    @keyframes _active_prize_block_133x6_1 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.1);
        }
    }
    ._info_block_1_activated_133x6_49 h1 {
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 100%;
        text-align: center;
        font-size: 1em;
        /* text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1); */
    }
    ._info_block_1_activated_133x6_49 h2 {
        /*background-color: cadetblue;*/
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 1.1em;
        line-height: 1em;
        text-shadow: 0px 0px rgba(0, 0, 0);
        animation: _active_prize_block_value_133x6_1 1.5s ease-in-out infinite alternate;
    }
    @keyframes _active_prize_block_value_133x6_1 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.1);
        }
    }
    ._info_block_1_deactivated_133x6_161 {
        background: linear-gradient(to bottom, rgb(68, 69, 131), rgb(68, 69, 131), rgb(68, 69, 131), rgb(68, 69, 131), rgb(68, 69, 131));
        /* background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192)); */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 30%;
        min-width: 5em;
        max-width: 8em;
        height: 2.5em;
        border-radius: 10px;
    }
    ._info_block_1_deactivated_133x6_161 h1 {
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        width: 100%;
        text-align: center;
        font-size: 1em;
        /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
    }
    ._info_block_1_deactivated_133x6_161 h2 {
        /*background-color: cadetblue;*/
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        height: 100%;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 1.1em;
        line-height: 1em;
        text-shadow: 0px 0px rgba(0, 0, 0);
    }

    ._info_block_2_activated_133x6_235 {
        background: linear-gradient(#8d8d8d, #e7e7e7, #8d8d8d);
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        /* min-width: 16em; */
        width: auto;
        height: 100%;
        position: relative;
    
        border-top: 1px solid rgb(54, 54, 54);
        border-left: 1px solid rgb(54, 54, 54);
        border-right: 1px solid rgb(54, 54, 54);
        border-bottom: 1px solid rgb(54, 54, 54);
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    
        box-shadow: 0px 0px 0px rgba(0, 0, 0);
    }
    ._info_block_2_activated_133x6_235 h1 {
        /* background-color: blue; */
        margin: 0;
        padding: 0;
        margin-left: 0.2em;
        color: rgb(255, 255, 0);
        width: auto;
        text-align: start;
        font-size: 1.1em;
        /* text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1); */
        text-shadow: 1.4px 1.4px 0px rgb(32, 32, 32), -1.4px -1.4px 0px rgb(32, 32, 32), 1.4px -1.4px 0px rgb(32, 32, 32), -1.4px 1.4px 0px rgb(32, 32, 32);
        text-transform: uppercase;
    }
    ._info_block_2_activated_133x6_235 h2 {
        background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 255);
        width: auto;
        height: 1em;

        
        margin-left: 0.5em;
        padding-right: 0.3em;
        padding-left: 0.3em;
        padding-top: 0.1em;
        padding-bottom: 0.1em;
    
        border: 3px solid rgb(92, 92, 92);
        border-radius: 7px;
        text-align: start;
        font-size: 1.1em;
        text-shadow: 0px 0px rgb(0, 0, 0);
        line-height: 1em;
    }
    ._red_ball_container_activated_133x6_325 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(107, 0, 0);
        width: 2em;
        height: 2em;
        border-radius: 100%;
        animation: _red_ball_pump_133x6_1 1.5s ease-in-out infinite alternate;
        user-select: none;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    ._red_ball_container_activated_133x6_325 img {
        width: 90%;
        height: 90%;
    }
    ._red_ball_container_activated_133x6_325 p {
        margin: 0;
        padding: 0;
        position: absolute;
        font-size: 1em;
        margin-bottom: 0.1em;
        color: white;
        text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 1), -1.5px -1.5px 0px rgba(0, 0, 0, 1), 1.5px -1.5px 0px rgba(0, 0, 0, 1), -1.5px 1.5px 0px rgba(0, 0, 0, 1);
    }
    @keyframes _red_ball_pump_133x6_1 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.3);
        }
    }

    ._info_block_2_deactivated_133x6_397 {
        background: linear-gradient(#8d8d8d, #e7e7e7, #8d8d8d);
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        /* min-width: 16em; */
        width: auto;
        height: 100%;
        position: relative;
    
        border-top: 1px solid rgb(54, 54, 54);
        border-left: 1px solid rgb(54, 54, 54);
        border-right: 1px solid rgb(54, 54, 54);
        border-bottom: 1px solid rgb(54, 54, 54);
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    
        box-shadow: 0px 0px 0px rgba(0, 0, 0);
    }
    ._info_block_2_deactivated_133x6_397 h1 {
        /* background-color: blue; */
        margin: 0;
        padding: 0;
        margin-left: 0.2em;
        color: rgb(190, 190, 84);
        width: auto;
        text-align: start;
        font-size: 1.1em;
        /* text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1); */
        text-shadow: 1.4px 1.4px 0px rgb(32, 32, 32), -1.4px -1.4px 0px rgb(32, 32, 32), 1.4px -1.4px 0px rgb(32, 32, 32), -1.4px 1.4px 0px rgb(32, 32, 32);
        text-transform: uppercase;
    }
    ._info_block_2_deactivated_133x6_397 h2 {
        background: linear-gradient(to top, rgb(153, 58, 58), rgb(153, 58, 58), rgb(153, 58, 58), rgb(153, 58, 58));
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 255);
        width: auto;
        height: 1em;

        
        margin-left: 0.5em;
        padding-right: 0.3em;
        padding-left: 0.3em;
        padding-top: 0.1em;
        padding-bottom: 0.1em;
    
        border: 3px solid rgb(92, 92, 92);
        border-radius: 7px;
        text-align: start;
        font-size: 1.1em;
        text-shadow: 0px 0px rgb(0, 0, 0);
        line-height: 1em;
    }
    ._red_ball_container_deactivated_133x6_471 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(107, 0, 0);
        width: 2em;
        height: 2em;
        border-radius: 100%;
        animation: none;
        transform: translateX(0) translateY(0) rotate(0);
        user-select: none;
        margin-left: 0.5em;
        margin-right: 0.5em;

    }
    ._red_ball_container_deactivated_133x6_471 img {
        width: 90%;
        height: 90%;
    }
    ._red_ball_container_deactivated_133x6_471 p {
        margin: 0;
        padding: 0;
        position: absolute;
        font-size: 1em;
        margin-bottom: 0.1em;
        color: white;
        text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 1), -1.5px -1.5px 0px rgba(0, 0, 0, 1), 1.5px -1.5px 0px rgba(0, 0, 0, 1), -1.5px 1.5px 0px rgba(0, 0, 0, 1);
    }
}._match_info_row_bpcjq_1 {
    /* background-color: peru; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    height: 29em;
}
._info_block_3_bpcjq_17 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /* background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192)); */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 10em;
    height: 5em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 0.5em;
    margin-right: 0.5em;
    /* margin-top: 1em;
    margin-bottom: 1em; */
}
._info_block_3_bpcjq_17 h1 {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_3_bpcjq_17 h2 {
    /*background-color: cadetblue;*/
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1.7em;
    line-height: 1.5em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}

._info_block_4_bpcjq_99 {
    background: linear-gradient(to top, rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10), rgb(255, 196, 187));
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 11em;
    height: 4em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    /* margin-top: 1.5em;
    margin-bottom: 1.5em; */
    position: relative;

    border: 3px solid rgb(92, 92, 92);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
}
._info_block_4_bpcjq_99 h1 {
    /* background-color: blue; */
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-left: 0.2em;
    /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
}
._info_block_4_bpcjq_99 h2 {
    background-color: yellow;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    color: rgb(0, 0, 0);
    font-size: 1.8em;
    /* text-shadow: 3px 3px rgba(0, 0, 0, 1); */
    margin-right: 0.2em;
    border: 3.5px solid rgb(92, 92, 92);
    box-shadow: 0px 3px 0px rgb(57, 57, 57);
}
@media only screen and (max-width: 825px) {
    ._match_info_row_bpcjq_1 {
        background: linear-gradient(to bottom, rgb(255, 196, 187), rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10));
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: auto;
    }
    ._info_block_3_bpcjq_17 {
        background: none;
        /* background-color: blue; */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: auto;
        height: auto;
        border-radius: 0px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0);
        margin-left: 0;
        margin-right: 0;
        margin: 0.1rem;
        margin-bottom: 0.2rem;
    }
    ._info_block_3_bpcjq_17 h1 {
        /* background-color:aqua; */
        margin: 0;
        padding: 0;
        /* margin-bottom: 0.2rem; */
        color: rgb(255, 255, 0);
        width: 100%;
        text-align: center;
        font-size: 1em;
        text-shadow: 1.4px 1.4px 0px rgb(32, 32, 32), -1.4px -1.4px 0px rgb(32, 32, 32), 1.4px -1.4px 0px rgb(32, 32, 32), -1.4px 1.4px 0px rgb(32, 32, 32);
    }
    ._info_block_3_bpcjq_17 h2 {
        /* background-color: cadetblue; */
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        height: auto;
        text-align: center;
        color: rgb(255, 255, 255);
        font-size: 1.15em;
        line-height: 1em;
        text-shadow: 3px 3px rgba(0, 0, 0, 1);
    }
    
    ._info_block_4_bpcjq_99 {
        background: none;
        /* background-color: blue; */
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: auto;
        height: auto;
        border-radius: 0px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0);
        border: 0px;
        margin: 0.2rem;
        /* margin-right: 0.5em; */
        /* margin-bottom: 0.2em; */
    }
    ._info_block_4_bpcjq_99 h1 {
        /* background-color:aqua; */
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 255);
        text-align: center;
        font-size: 1.25em;
        text-transform: uppercase;
        margin-right: 0.4rem;
        /*text-shadow: 1.5px 1.5px rgba(0, 0, 0, 1);*/
        text-shadow: 3px 3px rgba(0, 0, 0, 1);
    }
    ._info_block_4_bpcjq_99 h2 {
        background-color: yellow;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 1.2em;
        height: 1.2em;
        color: rgb(0, 0, 0);
        font-size: 1.5em;
        /* text-shadow: 3px 3px rgba(0, 0, 0, 1); */
        margin-right: 0;
        margin-bottom: 0.1em;
        border: 3.5px solid rgb(92, 92, 92);
        box-shadow: 0px 3px 0px rgb(57, 57, 57);
    }
}._ball_0_10rcu_1 {
    display: none;
}
._ball_1_10rcu_7 {
    /* background-color: chocolate; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 18em;
    min-width: 18em;
    height: 18em;
    position: absolute;
    transform: translateX(-7em) translateY(-3em);
    /* border-radius: 50%; */
}
._ball_1_10rcu_7 img {
    width: 100%;
    height: 100%;
}
._ball_1_10rcu_7 p {
    /* background-color: red; */
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 10em;
    margin-right: 0.27em;
    margin-bottom: 0.25em;
}
._ball_2_10rcu_57 {
    /* background-color: crimson; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 10em;
    min-width: 10em;
    height: 10em;
    position: absolute;
    transform: translateX(9em) translateY(-3em);
    /* border-radius: 50%; */
    transition: 1s ease-out;
}
._ball_2_10rcu_57 img {
    width: 100%;
    height: 100%;
}
._ball_2_10rcu_57 p {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 5em;
    margin-right: 0.27em;
    margin-bottom: 0.25em;
    transition: 1s ease-out;
}
._ball_3_10rcu_109 {
    /* background-color: darkorchid; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 7em;
    min-width: 7em;
    height: 7em;
    position: absolute;
    transform: translateX(8em) translateY(6em);
    /* border-radius: 50%; */
    transition: 1s ease-out;
}
._ball_3_10rcu_109 img {
    width: 100%;
    height: 100%;
}
._ball_3_10rcu_109 p {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 3.5em;
    margin-right: 0.27em;
    margin-bottom: 0.25em;
    transition: 1s ease-out;
}
._ball_4_10rcu_161 {
    /* background-color: goldenrod; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 6em;
    min-width: 6em;
    height: 6em;
    position: absolute;
    transform: translateX(0em) translateY(10em);
    /* border-radius: 50%; */
    transition: 1s ease-out;
}
._ball_4_10rcu_161 img {
    width: 100%;
    height: 100%;
}
._ball_4_10rcu_161 p {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 3em;
    margin-right: 0.27em;
    margin-bottom: 0.25em;
    transition: 1s ease-out;
}

@media only screen and (max-width: 825px) {
    ._ball_0_10rcu_1 {
        display: none;
    }
    ._ball_1_10rcu_7 {
        /* background-color: chocolate; */
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 6.2em;
        min-width: 6.2em;
        height: 6.2em;
        position: absolute;
        transform: translateX(-3em) translateY(-3em);
        /* border-radius: 50%; */
    }
    ._ball_1_10rcu_7 img {
        width: 100%;
        height: 100%;
    }
    ._ball_1_10rcu_7 p {
        /* background-color: red; */
        position: absolute;
        margin: 0;
        padding: 0;
        font-size: 3.3em;
        margin-right: 0.27em;
        margin-bottom: 0.25em;
    }
    ._ball_2_10rcu_57 {
        /* background-color: crimson; */
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 4.3em;
        min-width: 4.3em;
        height: 4.3em;
        position: absolute;
        transform: translateX(3em) translateY(-3em);
        /* border-radius: 50%; */
        transition: 1s ease-out;
    }
    ._ball_2_10rcu_57 img {
        width: 100%;
        height: 100%;
    }
    ._ball_2_10rcu_57 p {
        position: absolute;
        margin: 0;
        padding: 0;
        font-size: 2.4em;
        margin-right: 0.27em;
        margin-bottom: 0.25em;
        transition: 1s ease-out;
    }
    ._ball_3_10rcu_109 {
        /* background-color: darkorchid; */
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 3.8em;
        min-width: 3.8em;
        height: 3.8em;
        position: absolute;
        transform: translateX(1em) translateY(1.3em);
        /* border-radius: 50%; */
        transition: 1s ease-out;
    }
    ._ball_3_10rcu_109 img {
        width: 100%;
        height: 100%;
    }
    ._ball_3_10rcu_109 p {
        position: absolute;
        margin: 0;
        padding: 0;
        font-size: 2em;
        margin-right: 0.27em;
        margin-bottom: 0.25em;
        transition: 1s ease-out;
    }
    ._ball_4_10rcu_161 {
        /* background-color: goldenrod; */
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 3em;
        min-width: 3em;
        height: 3em;
        position: absolute;
        transform: translateX(-3em) translateY(2.5em);
        /* border-radius: 50%; */
        transition: 1s ease-out;
    }
    ._ball_4_10rcu_161 img {
        width: 100%;
        height: 100%;
    }
    ._ball_4_10rcu_161 p {
        position: absolute;
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        margin-right: 0.27em;
        margin-bottom: 0.25em;
        transition: 1s ease-out;
    }
}
._prize_box_1g0ec_1 {
    background: linear-gradient(to bottom right, rgba(54, 54, 54, 0.9), rgba(0, 0, 0, 0.9));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: absolute;
    width: 85%;
    height: 40em;
    margin-top: 3em;
    border-radius: 100px;
    border: 5px solid rgb(255, 187, 0);
    z-index: 4;
}
@keyframes _open_prize_1g0ec_1 {
    0% {
        width: 30em;
        height: 1em;
    }
}
._prize_title_1g0ec_41 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(206, 206, 206));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30em;
    height: 6em;
    border-radius: 10px;
    border: 1px solid rgb(255, 187, 0);
    box-shadow: 3px 3px 0px rgb(255, 187, 0);
    margin-top: -2.5em;
}
._prize_title_1g0ec_41 p {
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
    width: 100%;
    text-align: center;
    font-size: 4em;
}
._prize_cards_1g0ec_81 {
    /* background-color: rgba(255, 235, 205, 0.445); */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    width: 100%;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    overflow-y: scroll;
    padding-bottom: 1em;
    padding-top: 1em;
}

@media only screen and (max-width: 825px) {
    ._prize_box_1g0ec_1 {
        background: linear-gradient(to bottom right, rgba(54, 54, 54, 0.9), rgba(0, 0, 0, 0.9));
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        position: absolute;
        width: 90%;
        max-height: 90vh;
        min-height: 50vh;
        margin-top: 3em;
        border-radius: 20px;
        border: 5px solid rgb(255, 187, 0);
        z-index: 4;
    }
    @keyframes _open_prize_1g0ec_1 {
        0% {
            width: 30em;
            height: 1em;
        }
    }
    ._prize_title_1g0ec_41 {
        background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(206, 206, 206));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 5em;
        border-radius: 10px;
        border: 1px solid rgb(255, 187, 0);
        box-shadow: 3px 3px 0px rgb(255, 187, 0);
        margin-top: -2.5em;
    }
    ._prize_title_1g0ec_41 p {
        margin: 0;
        padding: 0;
        color: rgb(0, 0, 0);
        width: 100%;
        text-align: center;
        font-size: 2.9em;
    }
    ._prize_cards_1g0ec_81 {
        /* background-color: rgba(255, 235, 205, 0.445); */
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        width: 100%;
        overflow-y: scroll;
        padding-bottom: 1em;
        padding-top: 1em;
        border-radius: 0px;
        /* border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; */
    }
}._card_body_1k062_1 {
    background-color: rgb(233, 218, 0);
    background: linear-gradient(to bottom, rgb(255, 250, 176), rgb(233, 218, 0), rgb(233, 218, 0), rgb(233, 218, 0), rgb(233, 218, 0));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    max-width: 24em;
    height: 11em;
    border-radius: 10px;
    margin: 1%;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
}
._card_label_1k062_27 {
    /*background-color:aqua;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    overflow-wrap: normal;
}
._card_label_1k062_27 p {
    padding: 0;
    margin: 0;
    padding-bottom: 0.1em;
    font-size: 1.2em;
}
._card_numbers_body_1k062_57 {
    /*background-color: aliceblue;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 60%;
}
._row_1_1k062_75 {
    /*background-color:teal;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33%;

}
._row_2_1k062_93 {
    /*background-color:yellowgreen;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33%;

}
._row_3_1k062_111 {
    /*background-color:violet;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33%;
}
._card_number_cell_1k062_127 {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
._card_number_cell_1k062_127 p {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 1.6em;
}
._card_id_1k062_157 {
    /* background-color: rgb(124, 201, 8); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20%;
}
._card_id_1k062_157 p {
    padding: 0;
    margin: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.05em;
    font-size: 1.2em;
}

._card_number_cell_highlight_1k062_191 {
    background: linear-gradient(to bottom, rgb(255, 196, 187), rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid black;

    animation: _pump_cell_1k062_1 0.5s infinite alternate;
    /* animation-name: pump_cell;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate; */

}
._card_number_cell_highlight_1k062_191 p {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.6em;
}
@keyframes _pump_cell_1k062_1 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}
._card_number_cell_passed_1k062_251 {
    background: linear-gradient(to bottom, rgb(166, 175, 255), rgb(0, 4, 218), rgb(0, 4, 218), rgb(0, 4, 218));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
._card_number_cell_passed_1k062_251 p {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.6em;
}


@media only screen and (max-width: 825px) {

    ._card_body_1k062_1 {
        background-color: rgb(233, 218, 0);
        background: linear-gradient(to bottom, rgb(255, 250, 176), rgb(233, 218, 0), rgb(233, 218, 0), rgb(233, 218, 0), rgb(233, 218, 0));
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        max-width: 10em;
        height: 6em;
        border-radius: 10px;
        margin: 1%;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
    }
    ._card_label_1k062_27 {
        /*background-color:aqua;*/
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 20%;
        overflow-wrap: normal;
    }
    ._card_label_1k062_27 p {
        padding: 0;
        margin: 0;
        padding-bottom: 0.1em;
        font-size: 0.9em;
    }
    ._card_numbers_body_1k062_57 {
        /*background-color: aliceblue;*/
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        width: 100%;
        height: 60%;
    }
    ._row_1_1k062_75 {
        /*background-color:teal;*/
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 33%;
    
    }
    ._row_2_1k062_93 {
        /*background-color:yellowgreen;*/
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 33%;
    
    }
    ._row_3_1k062_111 {
        /*background-color:violet;*/
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 33%;
    }
    ._card_number_cell_1k062_127 {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border: 1px solid black;
    }
    ._card_number_cell_1k062_127 p {
        margin: 0;
        padding: 0;
        color: black;
        font-size: 1em;
    }
    ._card_id_1k062_157 {
        /* background-color: rgb(124, 201, 8); */
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 20%;
    }
    ._card_id_1k062_157 p {
        padding: 0;
        margin: 0;
        padding-left: 0.5em;
        padding-right: 0.5em;
        padding-bottom: 0.05em;
        font-size: 0.9em;
    }
    
    ._card_number_cell_highlight_1k062_191 {
        background: linear-gradient(to bottom, rgb(255, 196, 187), rgb(207, 11, 10), rgb(207, 11, 10), rgb(207, 11, 10));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border: 1px solid black;
    
        animation: _pump_cell_1k062_1 0.5s infinite alternate;
        /* animation-name: pump_cell;
        animation-duration: 0.5s;
        animation-iteration-count: infinite;
        animation-direction: alternate; */
    
    }
    ._card_number_cell_highlight_1k062_191 p {
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1em;
    }
    @keyframes _pump_cell_1k062_1 {
        from {
            transform: scale(1);
        }
        to {
            transform: scale(1.1);
        }
    }
    ._card_number_cell_passed_1k062_251 {
        background: linear-gradient(to bottom, rgb(166, 175, 255), rgb(0, 4, 218), rgb(0, 4, 218), rgb(0, 4, 218));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border: 1px solid black;
    }
    ._card_number_cell_passed_1k062_251 p {
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1em;
    }

}._winners_box_5ci88_1 {
    background: linear-gradient(to bottom right, rgba(54, 54, 54, 0.9), rgba(0, 0, 0, 0.9));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: absolute;
    width: 90%;
    height: 40em;
    margin-top: 3em;
    border-radius: 100px;
    border: 5px solid rgb(255, 187, 0);
    z-index: 4;
    animation: _winners_popup_5ci88_1 1s ease-in-out;
}
@keyframes _winners_popup_5ci88_1 {
    0% {
        transform: translateY(-50em);
    }
    100% {
        transform: translateY(0);
    }
}
._winners_title_5ci88_47 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(206, 206, 206));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45em;
    height: 6em;
    border-radius: 10px;
    border: 1px solid rgb(255, 187, 0);
    box-shadow: 3px 3px 0px rgb(255, 187, 0);
    margin-top: -2.5em;
}
._winners_title_5ci88_47 p {
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
    width: 100%;
    text-align: center;
    font-size: 4em;
    text-transform: uppercase;
    animation: _winners_title_pump_5ci88_1 2s ease-in-out infinite alternate;

}
@keyframes _winners_title_pump_5ci88_1 {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
._winners_container_holder_5ci88_109 {
    /* background-color: rgba(0, 0, 255, 0.658); */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    height: calc(40em - 3em);
    border-radius: 100px;
    overflow: hidden;
}
._winners_kuadra_holder_5ci88_131 {
    /* background-color: rgba(255, 0, 0, 0.644); */
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: auto;
    height: 80%;
    margin-left: 0.5em;
}
._winners_kuadra_container_5ci88_151 {
    background: linear-gradient(to bottom right, rgba(255, 220, 104, 0.9), rgba(255, 153, 0, 0.9));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 20em;
    height: 100%;
    /* margin-left: 5em; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow-y: auto;
    /* box-shadow: 5px 0px 0px rgba(1, 0, 0, 0.55); */
}
._winners_kina_holder_5ci88_179 {
    /* background-color: rgba(255, 0, 0, 0.644); */
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: auto;
    height: 87%;
}

._winners_kina_container_5ci88_199 {
    background: linear-gradient(to bottom right, rgba(255, 220, 104, 0.9), rgba(255, 153, 0, 0.9));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 20em;
    height: 100%;
    /* margin-left: 5em; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow-y: auto;
    /* box-shadow: 5px 0px 0px rgba(1, 0, 0, 0.55); */
}

._winners_keno_holder_5ci88_229 {
    /* background-color: rgba(255, 0, 0, 0.644); */
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: auto;
    height: 97%;
    margin-right: 0.5em;
    /* margin-right: 5em; */
}
._winners_keno_container_5ci88_251 {
    background: linear-gradient(to bottom right, rgba(255, 220, 104, 0.9), rgba(255, 153, 0, 0.9));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 20em;
    height: 100%;
    /* margin-left: 5em; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow-y: auto;
    /* box-shadow: 5px 0px 0px rgba(1, 0, 0, 0.55); */
}

._prize_title_5ci88_281 {
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* border: 3px solid rgb(204, 150, 0); */
}
._prize_title_5ci88_281 p {
    margin: 0;
    padding: 0;
    font-size: 3em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-shadow: 1.4px 1.4px 0px rgb(0, 0, 0), -1.4px -1.4px 0px rgb(0, 0, 0), 1.4px -1.4px 0px rgb(0, 0, 0), -1.4px 1.4px 0px rgb(0, 0, 0);
    /* background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}



@media only screen and (max-width: 825px) {
    ._winners_box_5ci88_1 {
        background: linear-gradient(to bottom right, rgba(54, 54, 54, 0.9), rgba(0, 0, 0, 0.9));
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        position: absolute;
        width: 97%;
        max-height: 90vh;
        min-height: 50vh;
        margin-top: 3em;
        border-radius: 20px;
        border: 5px solid rgb(255, 187, 0);
        z-index: 12;
        animation: _winners_popup_5ci88_1 1s ease-in-out;
    }
    @keyframes _winners_popup_5ci88_1 {
        0% {
            transform: translateY(-50em);
        }
        100% {
            transform: translateY(0);
        }
    }
    ._winners_title_5ci88_47 {
        background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(206, 206, 206));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 95%;
        height: 4em;
        border-radius: 10px;
        border: 1px solid rgb(255, 187, 0);
        box-shadow: 3px 3px 0px rgb(255, 187, 0);
        margin-top: -2.5em;
    }
    ._winners_title_5ci88_47 p {
        margin: 0;
        padding: 0;
        color: rgb(0, 0, 0);
        width: 100%;
        text-align: center;
        font-size: 2.3em;
        animation: _winners_title_pump_5ci88_1 2s ease-in-out infinite alternate;
    
    }
    @keyframes _winners_title_pump_5ci88_1 {
        0% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    ._winners_container_holder_5ci88_109 {
        /* background-color: rgba(0, 0, 255, 0.384); */
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 40em;
        border-radius: 0px;
    }
    ._winners_kuadra_holder_5ci88_131 {
        /* background-color: rgba(255, 0, 0, 0.644); */
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        width: 100%;
        height: auto;
        margin-left: 0em;
        margin-right: 0em;
    }
    ._winners_kina_holder_5ci88_179 {
        /* background-color: rgba(255, 0, 0, 0.644); */
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        width: 100%;
        height: auto;
        margin-left: 0em;
        margin-right: 0em;

    }
    ._winners_keno_holder_5ci88_229 {
        /* background-color: rgba(255, 0, 0, 0.644); */
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        width: 100%;
        height: auto;
        margin-left: 0em;
        margin-right: 0em;
    }
    
    ._prize_title_5ci88_281 {
        /* background-color: red; */
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        /* border: 3px solid rgb(204, 150, 0); */
        /* transform: translateY(15px) rotate(-2deg); */
    }
    ._prize_title_5ci88_281 p {
        margin: 0;
        padding: 0;
        font-size: 3em;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        text-shadow: 1.4px 1.4px 0px rgb(0, 0, 0), -1.4px -1.4px 0px rgb(0, 0, 0), 1.4px -1.4px 0px rgb(0, 0, 0), -1.4px 1.4px 0px rgb(0, 0, 0);
        /* background: -webkit-linear-gradient(#ffffff, #ffffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
    }
    
    ._winners_kuadra_container_5ci88_151 {
        background: linear-gradient(to bottom right, rgba(255, 220, 104, 0.9), rgba(255, 153, 0, 0.9));
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 7em;
        /* margin-left: 5em; */
        border-radius: 0px;
        overflow-x: auto;
        /* box-shadow: 5px 0px 0px rgba(1, 0, 0, 0.55); */
    }
    
    ._winners_kina_container_5ci88_199 {
        background: linear-gradient(to bottom right, rgba(255, 220, 104, 0.9), rgba(255, 153, 0, 0.9));
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 7em;
        /* margin-left: 5em; */
        /* border-radius: 10px; */
        border-radius: 0px;
        overflow-x: auto;
        /* box-shadow: 5px 0px 0px rgba(1, 0, 0, 0.55); */
    }
    
    ._winners_keno_container_5ci88_251 {
        background: linear-gradient(to bottom right, rgba(255, 220, 104, 0.9), rgba(255, 153, 0, 0.9));
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 7em;
        /* margin-left: 5em; */
        /* border-radius: 10px; */
        border-radius: 0px;
        overflow-x: auto;
        /* box-shadow: 5px 0px 0px rgba(1, 0, 0, 0.55); */
    }
}
._winner_card_1urfa_3 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    /* background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192)); */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    min-width: 15em;
    max-width: 15em;
    min-height: 6em;
    border-radius: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.55);
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
    animation: _active_prize_block_1urfa_1 1.5s ease-in-out infinite alternate;
}
._winner_card_1urfa_3 h1 {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 0);
    font-size: 1.7em;
    width: 100%;
    text-align: center;
}
._winner_card_1urfa_3 h2 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
}
._winner_card_1urfa_3 h3 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.8em;
    width: 100%;
    text-align: center;

}

@media only screen and (max-width: 825px) {
    ._winner_card_1urfa_3 {
        background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
        /* background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192), rgb(0, 3, 192)); */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        min-width: 11em;
        max-width: 11em;
        min-height: 4.5em;
        border-radius: 10px;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.55);
        margin-left: 0.4em;
        margin-right: 0.4em;
        margin-top: 1em;
        margin-bottom: 1em;
        overflow: hidden;
        animation: _active_prize_block_1urfa_1 1.5s ease-in-out infinite alternate;
        user-select: none;
    }
    ._winner_card_1urfa_3 h1 {
        margin: 0;
        padding: 0;
        color: rgb(255, 255, 0);
        font-size: 1.2em;
        width: 100%;
        text-align: center;
    }
    ._winner_card_1urfa_3 h2 {
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1.2em;
        width: 100%;
        text-align: center;
        white-space: nowrap;
    }
    ._winner_card_1urfa_3 h3 {
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1.5em;
        width: 100%;
        text-align: center;

    }
}/* Fullscreen overlay that briefly fades out once fromLobby === true */
._loading_container_out_1hfat_3 {
  position: fixed;
  inset: 0;
  z-index: 999; /* above match UI */
  user-select: none;

  /* keep your original gradient vibe */
  background: linear-gradient(
    to top,
    rgb(0, 2, 113),
    rgb(0, 3, 182),
    rgb(0, 3, 182),
    rgb(111, 113, 240)
  );

  animation: _fadeOut_1hfat_1 2s ease-out forwards;
}

@keyframes _fadeOut_1hfat_1 {
  0%   { opacity: 1; }
  50%  { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}

/* (Removed old .loading_container and .loader since MainLoader handles that now) */
._content_list_box_1lpn6_1 {
    /*background-color: rgb(242, 243, 248);*/
    background-color: rgb(243, 243, 243);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 80%;
    height: calc(100vh - 3em);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 3em;
    box-shadow: 3px 3px 0px rgb(63, 63, 63), -3px 3px 0px rgb(63, 63, 63);
    /*box-shadow: 3px 3px 0px rgb(0, 3, 152);*/

    animation: _openFromTop_1lpn6_1 0.5s forwards;
}
@keyframes _openFromTop_1lpn6_1 {
    0% {
        height: 0;
    }
    100% {
        height: calc(100vh - 3em);
    }
}
._content_list_head_1lpn6_51 {
    background-color: rgb(243, 243, 243);
    border-bottom: 3px solid rgb(180, 180, 180);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 5em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
._content_list_head_label_1lpn6_73 {
    color: rgb(50, 50, 50);
    margin-left: 0.5em;
    font-size: 2em;
    user-select: none;
}
._content_list_head_close_1lpn6_85 {
    color: rgb(50, 50, 50);
    margin-right: 0.5em;
    font-size: 2em;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}
._content_list_head_close_1lpn6_85:hover {
    color: rgb(0, 0, 0);
    transform: scale(1.3, 1.3) rotateZ(90deg);
    transition: 0.3s;
}

._content_list_body_1lpn6_113 {
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

@media only screen and (max-width: 825px) {
    ._content_list_box_1lpn6_1 {
        /* background-color: rgb(242, 243, 248); */
        background-color: rgb(243, 243, 243);
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 95%;
        height: calc(100vh - 3em);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-top: 3.3em;
        box-shadow: 3px 3px 0px rgb(63, 63, 63), -3px 3px 0px rgb(63, 63, 63);
        /*box-shadow: 3px 3px 0px rgb(0, 3, 152);*/
    
        animation: _openFromTop_1lpn6_1 0.5s forwards;
    }
    @keyframes _openFromTop_1lpn6_1 {
        0% {
            height: 0;
        }
        100% {
            height: calc(100vh - 3em);
        }
    }
    ._content_list_head_1lpn6_51 {
        background-color: rgb(243, 243, 243);
        border-bottom: 3px solid rgb(180, 180, 180);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 3em;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    ._content_list_head_label_1lpn6_73 {
        color: rgb(50, 50, 50);
        /* padding-left: 0.5em; */
        font-size: 1.5em;
        /* background-color: red; */
        user-select: none;
    }
    ._content_list_head_close_1lpn6_85 {
        color: rgb(50, 50, 50);
        margin-right: 0.5em;
        font-size: 2em;
        user-select: none;
        cursor: pointer;
        transition: 0.3s;
    }
    ._content_list_head_close_1lpn6_85:hover {
        color: rgb(0, 0, 0);
        transform: scale(1.3, 1.3) rotateZ(90deg);
        transition: 0.3s;
    }
    
    ._content_list_body_1lpn6_113 {
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}@keyframes _ascendFromSide_14z2p_1 {
    0% {
        transform: translateX(-5em);
    }
    100% {
        transform: translateX(0em);
    }
}
@keyframes _kenoResize_14z2p_1 {
    0%   {
        transform: translateZ(0) scale(1.1);
        /* filter: drop-shadow(0 0 0 rgba(255, 210, 0, 0)); */
    }
    50% {
        transform: translateZ(0) scale(1.1);
        /* filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8)); */
    }
    100% {
        transform: translateZ(0) scale(1.1);
        /* filter: drop-shadow(0 0 0 rgba(255, 210, 0, 0)); */
    }
}
@keyframes _emphasisPulse_14z2p_1 {
    0%   {
        transform: translateZ(0) scale(1);
    }
    50%  {
        transform: translateZ(0) scale(1.08);
    }
    100% {
        transform: translateZ(0) scale(1);
    }
}
._keno_increase_14z2p_67 {
  transform: translateZ(0) scale(1.15);
}
._emphasis_pulse_14z2p_73 {
  animation: _emphasisPulse_14z2p_1 2s ease-in-out infinite;
  will-change: transform, opacity;
}
._badge_14z2p_81 {
  position: absolute;
  top: -10px;
  right: 15px;
  z-index: 2;
  padding: 3px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1;
  user-select: none;
  pointer-events: none; /* purely decorative */
  box-shadow: 0 4px 10px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
  border: 1px solid transparent;
}
._badge_margin_14z2p_115 {
    margin-top: 0.9em;
}
._badgeLabel_14z2p_121 {
  display: inline-block;
  transform-origin: 50% 50%;
}
/* Highlight 1 (your .highlight1 uses #ff9800 theme) */
._badgeDay_14z2p_131 {
  background: linear-gradient(180deg, #0f22cf, #0415b1);
  border-color: #040e61;
  color: #ffffff;
  text-transform: uppercase;
}
/* Highlight 2 (your .highlight2 uses purple theme) */
._badgeWeek_14z2p_145 {
  background: linear-gradient(180deg, #ff0019, #ff364a); /* light → vivid red */
  border-color: #6e0e0e; /* red 900 for definition */
  color: #ffffff;
  text-transform: uppercase;
}
._card_container_wrapper_14z2p_157 {
    /* background-color: red; */
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;
}
._card_container_14z2p_157 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(233, 233, 233));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 80%;
    min-height: 12em;
    border-radius: 10px;
    border: 1px solid rgb(0, 3, 152);
    /*border: 2px solid rgb(180, 180, 180);*/
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    box-shadow: 0px 3px 0px rgb(0, 3, 152);
    animation: _ascendFromSide_14z2p_1 0.4s forwards;
    z-index: 2;
}
._card_container_14z2p_157._highlight1_14z2p_129 {
  background: linear-gradient(to bottom, #1528d6, #0415b1) !important;
  border: 1px solid #040e61 !important;
  box-shadow: 0px 3px 0px #040e61 !important;
}

._card_container_14z2p_157._highlight2_14z2p_143 {
  background: linear-gradient(to bottom, #ff0019, #be0013); /* soft red tint */
  border: 2px solid #6e0e0e; /* red 800 */
  box-shadow: 0px 3px 0 #6e0e0e;
}
._card_header_14z2p_231 {
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20%;
}
._card_header_left_14z2p_247 {
    /* background-color: greenyellow; */
    width: 50%;
    padding-left: 1em;
    text-align: start;
    font-size: 1.4em;
}
._card_header_right_14z2p_261 {
    /*background-color: goldenrod;*/
    width: 50%;
    padding-right: 1em;
    text-align: end;
    font-size: 1.4em;
    color: rgb(0, 168, 0);
}
._card_body_14z2p_277 {
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40%;
}
._card_body_left_14z2p_295 {
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 50%;
    height: 100%;
}
._card_body_left_matchlabel_14z2p_313 {
    /* background-color: greenyellow; */
    width: 100%;
}
._card_body_left_matchlabel_14z2p_313 p {
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 1.3em;
    color: rgb(0, 168, 0);
    font-weight: bold;
    padding-left: 1em;
}
._card_body_left_donationvalue_14z2p_339 {
    /*background-color: violet;*/
    width: 100%;
    text-align: start;
    margin-top: 0.2em;
}
._card_body_left_donationvalue_14z2p_339 p {
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 1em;
}

._card_body_right_14z2p_369 {
    /* background-color:burlywood; */
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-right: 1em;
    
}
._card_body_right_content_14z2p_391 {
    /* background-color: violet; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2em;
}
._buy_button_14z2p_405 {
    background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 3.7em;
    height: 3.7em;
    box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}
._buy_button_14z2p_405:active {
    background: linear-gradient(to bottom, rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    box-shadow: 0px 0px 0px rgba(19, 141, 19, 1);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._buy_button_14z2p_405 img {
    width: 80%;
}
._user_cards_button_14z2p_447 {
    background: linear-gradient(to bottom, rgb(159, 209, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 3.7em;
    width: 3.7em;
    height: 3.7em;
    box-shadow: 0px 5px 0px rgb(16, 80, 139);
    border-radius: 10px;
    margin-right: 0.5em;
    user-select: none;
    cursor: pointer;
}
._user_cards_button_14z2p_447:active {
    background: linear-gradient(to bottom, rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    box-shadow: 0px 0px 0px rgb(16, 80, 139);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._user_cards_button_14z2p_447 img {
    width: 80%;
}
._user_cards_button_14z2p_447 h1 {
    /* background-color: red; */
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.7em;
}
._user_cards_button_14z2p_447 h2 {
    /* background-color: red; */
    margin: 0;
    padding: 0;
    color: white;
    font-size: 0.9em;
}
._card_footer_14z2p_523 {
    /*background-color: red;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40%;
}
._card_footer_left_14z2p_539 {
    /* background-color: yellowgreen; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 1em;
    margin-right: 1em;
}
._card_footer_left_14z2p_539 h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
}
._card_footer_left_14z2p_539 p {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    margin-top: 0.1em;
}
._card_footer_middle_14z2p_581 {
    /* background-color: gold; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 1em;
    margin-right: 1em;
}
._card_footer_middle_14z2p_581 h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
}
._card_footer_middle_14z2p_581 p {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    margin-top: 0.1em;
}

._card_footer_right_14z2p_625 {
    /*background-color: yellowgreen;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 1em;
    margin-right: 1em;
}
._card_footer_right_14z2p_625 h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
}
._card_footer_right_14z2p_625 p {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    margin-top: 0.1em;
}

/* =========================================
   Highlighted card text colors (simple)
   ========================================= */

/* --- Highlight 1 (Day): white everywhere, YELLOW accents --- */
._card_container_14z2p_157._highlight1_14z2p_129 ._card_header_left_14z2p_247,
._card_container_14z2p_157._highlight1_14z2p_129 ._card_body_left_donationvalue_14z2p_339 p,
._card_container_14z2p_157._highlight1_14z2p_129 ._card_footer_left_14z2p_539 h1,
._card_container_14z2p_157._highlight1_14z2p_129 ._card_footer_left_14z2p_539 p,
._card_container_14z2p_157._highlight1_14z2p_129 ._card_footer_middle_14z2p_581 h1,
._card_container_14z2p_157._highlight1_14z2p_129 ._card_footer_middle_14z2p_581 p,
._card_container_14z2p_157._highlight1_14z2p_129 ._card_footer_right_14z2p_625 h1,
._card_container_14z2p_157._highlight1_14z2p_129 ._card_footer_right_14z2p_625 p {
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

/* Accents for Highlight 1 */
._card_container_14z2p_157._highlight1_14z2p_129 ._card_header_right_14z2p_261,
._card_container_14z2p_157._highlight1_14z2p_129 ._card_body_left_matchlabel_14z2p_313 p {
  color: #ffd900; /* yellow */
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

/* --- Highlight 2 (Week): white everywhere, PINK accents --- */
._card_container_14z2p_157._highlight2_14z2p_143 ._card_header_left_14z2p_247,
._card_container_14z2p_157._highlight2_14z2p_143 ._card_body_left_donationvalue_14z2p_339 p,
._card_container_14z2p_157._highlight2_14z2p_143 ._card_footer_left_14z2p_539 h1,
._card_container_14z2p_157._highlight2_14z2p_143 ._card_footer_left_14z2p_539 p,
._card_container_14z2p_157._highlight2_14z2p_143 ._card_footer_middle_14z2p_581 h1,
._card_container_14z2p_157._highlight2_14z2p_143 ._card_footer_middle_14z2p_581 p,
._card_container_14z2p_157._highlight2_14z2p_143 ._card_footer_right_14z2p_625 h1,
._card_container_14z2p_157._highlight2_14z2p_143 ._card_footer_right_14z2p_625 p {
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

/* Accents for Highlight 2 */
._card_container_14z2p_157._highlight2_14z2p_143 ._card_header_right_14z2p_261,
._card_container_14z2p_157._highlight2_14z2p_143 ._card_body_left_matchlabel_14z2p_313 p {
  color: #ffd900; /* pink */
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}


@media only screen and (max-width: 825px) {
    ._card_container_14z2p_157 {
        background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(233, 233, 233));
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 97%;
        min-height: 9em;
        border-radius: 10px;
        border: 1px solid rgb(0, 3, 152);
        /*border: 2px solid rgb(180, 180, 180);*/
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        box-shadow: 0px 3px 0px rgb(0, 3, 152);
        animation: _ascendFromSide_14z2p_1 0.4s forwards;
    }

    ._card_header_14z2p_231 {
        /* background-color:chocolate; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 15%;
    }
    ._card_header_left_14z2p_247 {
        /* background-color: greenyellow; */
        width: 40%;
        padding-left: 0.5em;
        text-align: start;
        font-size: 1em;
    }
    ._card_header_right_14z2p_261 {
        /* background-color: goldenrod; */
        width: 60%;
        padding-right: 0.5em;
        text-align: end;
        font-size: 1.1em;
        color: rgb(0, 168, 0);
        text-transform: uppercase;
    }
    ._card_body_14z2p_277 {
        /* background-color:aquamarine; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 45%;
    }
    ._card_body_left_14z2p_295 {
        /* background-color: green; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        width: 50%;
        height: 100%;
    }
    ._card_body_left_matchlabel_14z2p_313 {
        /* background-color: greenyellow; */
        width: 100%;
    }
    ._card_body_left_matchlabel_14z2p_313 p {
        margin: 0;
        padding: 0;
        text-align: start;
        font-size: 1em;
        color: rgb(0, 168, 0);
        padding-left: 0.5em;
        text-transform: uppercase;
    }
    ._card_body_left_donationvalue_14z2p_339 {
        /* background-color: violet; */
        width: 100%;
        text-align: start;
        margin-top: 0.2em;
    }
    ._card_body_left_donationvalue_14z2p_339 p {
        margin: 0;
        padding: 0;
        text-align: start;
        font-size: 1em;
        padding-left: 0.5em;
        text-transform: uppercase;
    }
    
    ._card_body_right_14z2p_369 {
        /* background-color:burlywood; */
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
        width: 50%;
        height: 100%;
    }
    ._card_body_right_content_14z2p_391 {
        /* background-color: violet; */
        display: flex;
        justify-content: end;
        align-items: center;
        width: 100%;
    }
    ._buy_button_14z2p_405 {
        background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.8em;
        height: 2.8em;
        box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
        border-radius: 10px;
        cursor: pointer;
        margin-right: 0.5em;
    }
    ._buy_button_14z2p_405:active {
        background: linear-gradient(to bottom, rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
        box-shadow: 0px 0px 0px rgba(19, 141, 19, 1);
        transform: translateY(2px);
        transition: 0.05s ease-in;
    }
    ._buy_button_14z2p_405 img {
        width: 80%;
    }
    ._user_cards_button_14z2p_447 {
        background: linear-gradient(to bottom, rgb(159, 209, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 2.8em;
        height: 2.8em;
        box-shadow: 0px 5px 0px rgb(16, 80, 139);
        border-radius: 10px;
        user-select: none;
        cursor: pointer;
        margin-right: 1em;
    }
    ._user_cards_button_14z2p_447:active {
        background: linear-gradient(to bottom, rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
        box-shadow: 0px 0px 0px rgb(16, 80, 139);
        transform: translateY(2px);
        transition: 0.05s ease-in;
    }
    ._user_cards_button_14z2p_447 img {
        width: 80%;
    }
    ._user_cards_button_14z2p_447 h1 {
        /* background-color: red; */
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1.7em;
    }
    ._user_cards_button_14z2p_447 h2 {
        /* background-color: red; */
        margin: 0;
        padding: 0;
        color: white;
        font-size: 0.6em;
    }
    ._card_footer_14z2p_523 {
        /* background-color: red; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 35%;
    }
    ._card_footer_left_14z2p_539 {
        /* background-color: yellowgreen; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    ._card_footer_left_14z2p_539 h1 {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }
    ._card_footer_left_14z2p_539 p {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
    }
    ._card_footer_middle_14z2p_581 {
        /* background-color: gold; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    ._card_footer_middle_14z2p_581 h1 {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }
    ._card_footer_middle_14z2p_581 p {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
    }
    
    ._card_footer_right_14z2p_625 {
        /* background-color: yellowgreen; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    ._card_footer_right_14z2p_625 h1 {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }
    ._card_footer_right_14z2p_625 p {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
    }
}._modal_absolute_body_6fvup_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 4;
    left: 0;
}
._donation_window_container_6fvup_21 {
    /* background-color: rgba(0, 0, 0, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
._modal_black_overlay_open_6fvup_37 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    pointer-events:all;

    z-index: 4;
}
._donation_window_body_6fvup_57 {
    background-color: azure;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    width: 35em;
    height: 0;
    overflow: hidden;
    animation: _openFromTop_6fvup_1 0.5s forwards;
    z-index: 5;
}
@keyframes _openFromTop_6fvup_1 {
    0% {
        height: 0;
    }
    100% {
        height: 27em;
    }
}
._donation_window_head_6fvup_99 {
    background-color: azure;
    border-bottom: 2px solid rgb(180, 180, 180);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 3.5em;
}
._donation_head_label_6fvup_117 {
    /* background-color: red; */
    color: black;
    font-size: 2em;
    margin-left: 0.5em;
    text-transform: uppercase;
    user-select: none;
}
._donation_head_close_6fvup_133 {
    /*background-color: greenyellow;*/
    color: rgb(50, 50, 50);
    margin-right: 0.5em;
    font-size: 2em;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}
._donation_head_close_6fvup_133:hover {
    color: rgb(0, 0, 0);
    transform: scale(1.3, 1.3) rotateZ(90deg);
    transition: 0.3s;
}
._donation_content_6fvup_161 {
    /* background-color: rgb(255, 171, 171); */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    white-space: pre-line;
}
._donation_content_1_6fvup_183 {
    /* background-color: rgb(176, 255, 248); */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 95%;
    margin-top: 0.5em;
    user-select: none;
    /* border-radius: 10px; */
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.37); */
}
._donation_content_1_1_6fvup_207 {
    /* background-color: slateblue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
}
._donation_content_1_1_6fvup_207 p {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    padding-left: 0.5em;
    padding-top: 0.2em;
}
._donation_content_1_2_6fvup_237 {
    background-color: rgb(235, 235, 235);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 4em;
    margin-top: 0.5em;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.37);
    user-select: none;
}
._donation_content_1_2_1_6fvup_261 {
    /* background-color: salmon; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
._donation_content_1_2_1_6fvup_261 p {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
}

._donation_content_2_6fvup_289 {
    /* background-color: aquamarine; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 95%;
    height: 7em;
    user-select: none;
}
._donation_content_2_1_6fvup_309 {
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1em;
}
._donation_content_2_1_6fvup_309 p {
    margin: 0;
    padding: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1.3em;
    color: rgb(255, 153, 0);
}

._donation_content_2_2_6fvup_343 {
    /* background-color:thistle; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 4em; */
    margin-top: 1em;
}
._button_subtract_6fvup_361 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152));
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4em;
    /*min-width: 2.4em;*/
    height: 2.5em;
    min-height: 1.7em;
    user-select: none;
    cursor: pointer;
    box-shadow: 0 3.5px rgb(92, 143, 209);
}
._button_subtract_6fvup_361 p {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.3em;
    padding-bottom: 0.2em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
._button_subtract_6fvup_361:active {
    background: linear-gradient(to bottom, rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    transform: translateY(1.5px);
    box-shadow: 0 0px rgb(155, 155, 155);
    transition: 0.05s ease-in;
}
._button_add_6fvup_419 {
    background: linear-gradient(to bottom, rgb(106, 121, 255), rgb(0, 3, 152), rgb(0, 3, 152));
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4em;
    /*min-width: 2.4em;*/
    height: 2.5em;
    min-height: 1.7em;
    user-select: none;
    cursor: pointer;
    box-shadow: 0 3.5px rgb(92, 143, 209);
}
._button_add_6fvup_419 p {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.3em;
    padding-bottom: 0.2em;
    text-shadow: 3px 3px rgba(0, 0, 0, 1);
}
._button_add_6fvup_419:active {
    background: linear-gradient(to bottom, rgb(0, 3, 152), rgb(0, 3, 152), rgb(0, 3, 152));
    transform: translateY(1.5px);
    box-shadow: 0 0px rgb(155, 155, 155);
    transition: 0.05s ease-in;
}
._text_field_donation_number_6fvup_477 {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    /*min-width: 5em;*/
    height: 2.6em;
    box-sizing: border-box;
    border-top: 2px solid rgb(0, 3, 152);
    border-bottom: 2px solid rgb(0, 3, 152);
    margin-top: 0.1em;
}
._text_field_donation_number_6fvup_477 p {
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
    font-size: 1.3em;
}
._donation_content_2_3_6fvup_515 {
    /* background-color:red; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 4em; */
    margin-top: 1em;
}
._button_add_preset_6fvup_533 {
    /*background-color: rgb(0, 3, 152);*/
    background: linear-gradient(to bottom, rgb(255, 231, 150), rgb(255, 208, 53), rgb(255, 208, 53));
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 2.4em;
    height: 2.3em;
    min-height: 1.7em;
    margin-left: 0.2em;
    margin-right: 0.1em;
    cursor: pointer;
    box-shadow: 0 3px rgb(104, 93, 1);
    user-select: none;
    /*box-shadow: 0px 4px 0px rgb(0, 1, 82);*/
}
._button_add_preset_6fvup_533 p {
    /*background-color: red;*/
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
    font-size: 1.3em;
}
._button_add_preset_6fvup_533:active {
    background: linear-gradient(to bottom, rgb(255, 208, 53), rgb(255, 208, 53), rgb(255, 208, 53));
    transform: translateY(2px);
    box-shadow: 0 0px rgb(104, 93, 1);
    transition: 0.05s ease-in;
}


._donation_content_6fvup_161 span {
    /* background-color: yellowgreen; */
    font-size: 2.4em;
    text-align: center;
    padding: 0.2em;
}
._donation_foot_6fvup_611 {
    background-color: azure;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    min-height: 4em;
    background-color: azure;
    border-top: 2px solid rgb(180, 180, 180);
}
._confirm_button_6fvup_631 {
    background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 10em;
    height: 3.3em;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.3em;
}
._confirm_button_6fvup_631:active {
    background: linear-gradient(to bottom, rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    box-shadow: 0px 0px 0px rgba(19, 141, 19, 1);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._confirm_button_6fvup_631 span {
    color: white;
    font-size: 2em;
    /*text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);*/
}
._refuse_button_6fvup_679 {
    background: linear-gradient(to bottom, rgb(255, 181, 181), rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63));
    box-shadow: 0px 5px 0px rgb(121, 3, 3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 8em;
    height: 3em;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.3em;
}
._refuse_button_6fvup_679:active {
    background: linear-gradient(to bottom, rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63), rgb(221, 63, 63));
    box-shadow: 0px 0px 0px rgb(121, 3, 3);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._refuse_button_6fvup_679 span {
    color: white;
    font-size: 1.3em;
    /*text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);*/
}
._continue_button_6fvup_727 {
    background: linear-gradient(to bottom, rgb(159, 209, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    box-shadow: 0px 5px 0px rgb(16, 80, 139);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 8em;
    height: 3em;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.3em;
}
._continue_button_6fvup_727:active {
    background: linear-gradient(to bottom, rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    box-shadow: 0px 0px 0px rgb(16, 80, 139);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._continue_button_6fvup_727 span {
    color: white;
    font-size: 1.3em;
    /*text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);*/
}


@media only screen and (max-width: 760px) {
    ._donation_window_body_6fvup_57 {
        background-color: azure;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        width: 22em;
        height: 0;
        overflow: hidden;
        animation: _openFromTop_6fvup_1 0.5s forwards;
        z-index: 5;
        margin-bottom: 10em;
    }
    @keyframes _openFromTop_6fvup_1 {
        0% {
            height: 0;
        }
        100% {
            height: 24em;
        }
    }
    ._donation_window_head_6fvup_99 {
        background-color: azure;
        border-bottom: 2px solid rgb(180, 180, 180);
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-height: 3em;
    }
    ._donation_head_label_6fvup_117 {
        /*background-color: red;*/
        color: black;
        font-size: 1.4em;
        margin-left: 0.5em;
        text-transform: uppercase;
        user-select: none;
    }
    ._donation_content_1_6fvup_183 {
        /* background-color: rgb(176, 255, 248); */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;
        margin-top: 0.5em;
        /* border-radius: 10px; */
        /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.37); */
    }
    ._donation_content_1_1_6fvup_207 p {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
        padding-left: 0.5em;
        padding-top: 0.2em;
    }
    ._donation_content_1_2_6fvup_237 {
        background-color: rgb(235, 235, 235);
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 95%;
        height: 4em;
        margin-top: 0.5em;
        border-radius: 10px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.37);
    }
    ._donation_content_1_2_1_6fvup_261 p {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }
    ._donation_content_2_6fvup_289 {
        /* background-color: aquamarine; */
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 95%;
        height: 6em;
    }
    ._donation_content_2_1_6fvup_309 {
        /* background-color: red; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 0.5em;
    }
    ._donation_content_2_1_6fvup_309 p {
        margin: 0;
        padding: 0;
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 1.2em;
        color: rgb(255, 153, 0);
    }
    ._donation_content_2_2_6fvup_343 {
        /* background-color:thistle; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        /* height: 4em; */
        margin-top: 0.5em;
    }
    ._text_field_donation_number_6fvup_477 p {
        margin: 0;
        padding: 0;
        color: rgb(0, 0, 0);
        font-size: 1.2em;
    }
    ._donation_content_2_3_6fvup_515 {
        /* background-color:red; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        /* height: 4em; */
        margin-top: 0.7em;
    }
    ._donation_foot_6fvup_611 {
        background-color: azure;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        min-height: 3.5em;
        background-color: azure;
        border-top: 2px solid rgb(180, 180, 180);
    }
    ._confirm_button_6fvup_631 {
        background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
        box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        width: 8em;
        height: 2.8em;
        user-select: none;
        cursor: pointer;
        margin-bottom: 0.3em;
    }
    ._confirm_button_6fvup_631 span {
        color: white;
        font-size: 1.6em;
        /*text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);*/
    }
}._modal_absolute_body_1o78m_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 4;
}
._results_window_container_1o78m_19 {
    background-color: rgba(0, 0, 0, 0.466);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
._results_window_body_1o78m_35 {
    background-color: azure;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    width: 30em;
    height: 0;
    overflow: hidden;
    animation: _openFromTop_1o78m_1 0.5s forwards;
}
@keyframes _openFromTop_1o78m_1 {
    0% {
        height: 0;
    }
    100% {
        height: 40em;
    }
}
._results_window_head_1o78m_75 {
    background-color: azure;
    border-bottom: 2px solid rgb(180, 180, 180);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 3.5em;
}
._results_window_head_label_1o78m_93 {
    /*background-color: red;*/
    color: black;
    font-size: 2em;
    margin-left: 0.5em;
    text-transform: uppercase;
    user-select: none;
}
._results_window_head_close_1o78m_109 {
    /*background-color: greenyellow;*/
    color: rgb(50, 50, 50);
    margin-right: 0.5em;
    font-size: 2em;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}
._results_window_head_close_1o78m_109:hover {
    color: rgb(0, 0, 0);
    transform: scale(1.3, 1.3) rotateZ(90deg);
    transition: 0.3s;
}
._results_window_content_1o78m_137 {
    /*background-color: rgb(255, 171, 171);*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
._content_module_1_1o78m_157 {
    /*background-color: rgb(129, 129, 255);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.3em;
}
._cm1_text_match_id_1o78m_173 {
    font-size: 1.5em;
}
._cm1_text_match_date_1o78m_179 {
    font-size: 1.5em;
    margin-top: 0.3em;
}
._content_module_2_1o78m_187 {
    background-color: rgb(243, 243, 243);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0.5em;
    justify-content: start;
    align-items: center;
    max-width: 80%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    border-radius: 10px;
    border: 2px solid rgb(179, 179, 179);
    /*box-shadow: 3px 3px 5px rgb(151, 151, 151);*/
    /*overflow-y: auto;*/
}
._content_module_3_1o78m_223 {
    /*background-color: red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}
._content_module_divisory_1o78m_239 {
    background: linear-gradient(to right, rgba(180, 180, 180, 0), rgba(180, 180, 180, 1), rgba(180, 180, 180, 0));
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    margin-top: 1em;
    margin-bottom: 1em;
}
._results_window_foot_1o78m_255 {
    background-color: azure;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 4em;
    background-color: azure;
    border-top: 2px solid rgb(180, 180, 180);
}
._replay_button_1o78m_275 {
    background: linear-gradient(to bottom, rgb(151, 193, 255), rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220));
    box-shadow: 0px 5px 0px rgb(19, 62, 126);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 9em;
    height: 3em;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.3em;
}
._replay_button_1o78m_275:active {
    background: linear-gradient(to bottom, rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220));
    box-shadow: 0px 0px 0px rgb(19, 62, 126);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._replay_button_1o78m_275 span {
    color: white;
    font-size: 1.3em;
    /*text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);*/
}._content_list_box_1eso5_1 {
    /*background-color: rgb(242, 243, 248);*/
    background-color: rgb(243, 243, 243);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 80%;
    height: calc(100vh - 3em);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 3em;
    box-shadow: 3px 3px 0px rgb(63, 63, 63), -3px 3px 0px rgb(63, 63, 63);
    /*box-shadow: 3px 3px 0px rgb(0, 3, 152);*/

    animation: _openFromTop_1eso5_1 0.5s forwards;
}
@keyframes _openFromTop_1eso5_1 {
    0% {
        height: 0;
    }
    100% {
        height: calc(100vh - 3em);
    }
}
._content_list_head_1eso5_51 {
    background-color: rgb(243, 243, 243);
    border-bottom: 3px solid rgb(180, 180, 180);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 5em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
._content_list_head_label_1eso5_73 {
    color: rgb(50, 50, 50);
    margin-left: 0.5em;
    font-size: 2em;
    user-select: none;
}
._content_list_head_close_1eso5_85 {
    color: rgb(50, 50, 50);
    margin-right: 0.5em;
    font-size: 2em;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}
._content_list_head_close_1eso5_85:hover {
    color: rgb(0, 0, 0);
    transform: scale(1.3, 1.3) rotateZ(90deg);
    transition: 0.3s;
}

._content_list_body_1eso5_113 {
    /*background-color: red;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

@media only screen and (max-width: 825px) {
    ._content_list_box_1eso5_1 {
        /*background-color: rgb(242, 243, 248);*/
        background-color: rgb(243, 243, 243);
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 95%;
        height: calc(100vh - 3em);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-top: 3.3em;
        box-shadow: 3px 3px 0px rgb(63, 63, 63), -3px 3px 0px rgb(63, 63, 63);
        /*box-shadow: 3px 3px 0px rgb(0, 3, 152);*/
    
        animation: _openFromTop_1eso5_1 0.5s forwards;
    }
    @keyframes _openFromTop_1eso5_1 {
        0% {
            height: 0;
        }
        100% {
            height: calc(100vh - 3em);
        }
    }
    ._content_list_head_1eso5_51 {
        background-color: rgb(243, 243, 243);
        border-bottom: 3px solid rgb(180, 180, 180);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 3em;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    ._content_list_head_label_1eso5_73 {
        color: rgb(50, 50, 50);
        /* padding-left: 0.5em; */
        font-size: 1.5em;
        /* background-color: red; */
        user-select: none;
    }
    ._content_list_head_close_1eso5_85 {
        color: rgb(50, 50, 50);
        margin-right: 0.5em;
        font-size: 2em;
        user-select: none;
        cursor: pointer;
        transition: 0.3s;
    }
    ._content_list_head_close_1eso5_85:hover {
        color: rgb(0, 0, 0);
        transform: scale(1.3, 1.3) rotateZ(90deg);
        transition: 0.3s;
    }
    
    ._content_list_body_1eso5_113 {
        /*background-color: red;*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}._content_card_body_rd582_1 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(233, 233, 233));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 80%;
    min-height: 9em;
    border-radius: 10px;
    border: 1px solid rgb(0, 152, 58);
    /*border: 2px solid rgb(180, 180, 180);*/
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    box-shadow: 3px 3px 0px rgb(0, 152, 58);
    animation: _ascendFromSide_rd582_1 0.4s forwards;
}
@keyframes _ascendFromSide_rd582_1 {
    0% {
        transform: translateX(-5em);
    }
    100% {
        transform: translateX(0em);
    }
}
._section_1_rd582_49 {
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20%;
}
._section_1_1_rd582_65 {
    /*background-color: greenyellow;*/
    width: 50%;
    padding-left: 0.7em;
    text-align: start;
    font-size: 1.8em;
}
._section_1_2_rd582_79 {
    /*background-color: goldenrod;*/
    width: 50%;
    padding-right: 1em;
    text-align: end;
    font-size: 1.4em;
    color: rgb(20, 142, 255);
}
._section_2_rd582_95 {
    /* background-color: yellowgreen; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60%;
}
._section_2_1_rd582_113 {
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}
._section_2_1_1_rd582_131 {
    /* background-color: greenyellow; */
    width: 100%;
}
._section_2_1_1_rd582_131 p {
    /*background-color: antiquewhite;*/
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 1.3em;
    color: rgb(0, 168, 0);
    font-weight: bold;
    padding-left: 1em;
}
._section_2_1_2_rd582_159 {
    /* background-color: violet; */
    width: 100%;
    text-align: center;
    margin-top: 0.2em;
}
._section_2_1_2_rd582_159 p {
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 1em;
}

._section_2_2_rd582_189 {
    /* background-color:burlywood; */
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-right: 1em;
}
._section_2_2_1_rd582_209 {
    /* background-color: violet; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2em;
    height: auto;
    user-select: none;
}
._content_card_button_green_rd582_227 {
    background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 3.7em;
    height: 3.7em;
    box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
    border-radius: 10px;
    cursor: pointer;
}
._content_card_button_green_rd582_227:active {
    background: linear-gradient(to bottom, rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    box-shadow: 0px 0px 0px rgba(19, 141, 19, 1);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._content_card_button_green_rd582_227 img {
    width: 80%;
}
._content_card_button_blue_rd582_267 {
    background: linear-gradient(to bottom, rgb(159, 209, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 3.7em;
    height: 3.7em;
    box-shadow: 0px 5px 0px rgb(16, 80, 139);
    border-radius: 10px;
    cursor: pointer;
}
._content_card_button_blue_rd582_267:active {
    background: linear-gradient(to bottom, rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    box-shadow: 0px 0px 0px rgb(16, 80, 139);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._content_card_button_blue_rd582_267 img {
    width: 80%;
}

._section_3_rd582_309 {
    /* background-color:blueviolet; */
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 20%;
}
._section_3_1_rd582_327 {
    /* background-color: blue; */
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 1em;
    width: 50%;
}
._section_3_1_rd582_327 span {
    /* background-color: green; */
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 1.1em;
    font-weight: bold;
}

._section_3_2_rd582_361 {
    /* background-color: yellow; */
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
    margin-right: 1em;
}
._section_3_2_rd582_361 span {
    /* background-color: green; */
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 1.1em;
    font-weight: bold;
}

@media only screen and (max-width: 825px) {
    ._content_card_body_rd582_1 {
        background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(233, 233, 233));
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 97%;
        min-height: 7em;
        border-radius: 10px;
        border: 1px solid rgb(0, 152, 58);
        /*border: 2px solid rgb(180, 180, 180);*/
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        box-shadow: 3px 3px 0px rgb(0, 152, 58);
        animation: _ascendFromSide_rd582_1 0.4s forwards;
    }
    @keyframes _ascendFromSide_rd582_1 {
        0% {
            transform: translateX(-5em);
        }
        100% {
            transform: translateX(0em);
        }
    }
    ._section_1_rd582_49 {
        /* background-color:chocolate; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 20%;
    }
    ._section_1_1_rd582_65 {
        /* background-color: greenyellow; */
        width: 50%;
        padding-left: 0.5em;
        text-align: start;
        font-size: 1.1em;
    }
    ._section_1_2_rd582_79 {
        /* background-color: goldenrod; */
        width: 50%;
        padding-right: 0.5em;
        text-align: end;
        font-size: 1.1em;
        color: rgb(20, 142, 255);
        text-transform: uppercase;
    }
    ._section_2_rd582_95 {
        /* background-color:aquamarine; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60%;
    }
    ._section_2_1_rd582_113 {
        /* background-color: aqua; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
        height: 100%;
    }
    ._section_2_1_1_rd582_131 {
        /* background-color: greenyellow; */
        width: 100%;
    }
    ._section_2_1_1_rd582_131 p {
        /* background-color: antiquewhite; */
        margin: 0;
        padding: 0;
        text-align: start;
        font-size: 1em;
        color: rgb(0, 168, 0);
        padding-left: 0.5em;
        text-transform: uppercase;
    }
    ._section_2_1_2_rd582_159 {
        /* background-color: violet; */
        width: 100%;
        text-align: center;
        margin-top: 0.2em;
    }
    ._section_2_1_2_rd582_159 p {
        margin: 0;
        padding: 0;
        text-align: start;
        font-size: 1em;
        padding-left: 0.5em;
        text-transform: uppercase;
    }
    
    ._section_2_2_rd582_189 {
        /* background-color:burlywood; */
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
        width: 30%;
        height: 100%;
    }
    ._section_2_2_1_rd582_209 {
        /* background-color: violet; */
        display: flex;
        justify-content: end;
        align-items: center;
        width: 100%;
        margin-bottom: 0.3em;
    }
    ._content_card_button_blue_rd582_267 {
        background: linear-gradient(to bottom, rgb(159, 209, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 2.8em;
        height: 2.8em;
        box-shadow: 0px 5px 0px rgb(16, 80, 139);
        border-radius: 10px;
        user-select: none;
        cursor: pointer;
        margin-right: 0.5em;
    }
    ._content_card_button_blue_rd582_267:active {
        background: linear-gradient(to bottom, rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
        box-shadow: 0px 0px 0px rgb(16, 80, 139);
        transform: translateY(2px);
        transition: 0.05s ease-in;
    }
    ._content_card_button_blue_rd582_267 img {
        width: 80%;
    }
    ._section_3_rd582_309 {
        /* background-color:red; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 20%;
    }
    ._section_3_1_rd582_327 {
        /* background-color: blue; */
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        margin-left: 0.5em;
    }
    ._section_3_1_rd582_327 span {
        /* background-color: greenyellow; */
        margin: 0;
        padding: 0;
        text-align: start;
        font-size: 1em;
        font-weight: normal;
    }
    ._section_3_2_rd582_361 {
        /* background-color: yellow; */
        display: flex;
        justify-content: end;
        align-items: center;
        width: auto;
        margin-right: 0.5em;
    }
    ._section_3_2_rd582_361 span {
        /* background-color: green; */
        margin: 0;
        padding: 0;
        text-align: start;
        font-size: 1em;
        font-weight: normal;
    }
}._modal_absolute_body_lrjfx_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 4;
}
._results_window_container_lrjfx_10 {
    /* background-color: rgba(0, 0, 0, 0.466); */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
._modal_black_overlay_open_lrjfx_18 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    pointer-events:all;

    z-index: 4;
}
._results_window_body_lrjfx_28 {
    background-color: azure;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    width: 30em;
    height: 0;
    overflow: hidden;
    animation: _openFromTop_lrjfx_1 0.5s forwards;
    z-index: 5;
}
@keyframes _openFromTop_lrjfx_1 {
    0% {
        height: 0;
    }
    100% {
        height: 40em;
    }
}
._results_window_head_lrjfx_49 {
    background-color: azure;
    border-bottom: 2px solid rgb(180, 180, 180);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 3.5em;
}
._results_window_head_label_lrjfx_58 {
    /*background-color: red;*/
    color: black;
    font-size: 2em;
    margin-left: 0.5em;
    text-transform: uppercase;
    user-select: none;
}
._results_window_head_close_lrjfx_66 {
    /*background-color: greenyellow;*/
    color: rgb(50, 50, 50);
    margin-right: 0.5em;
    font-size: 2em;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}
._results_window_head_close_lrjfx_66:hover {
    color: rgb(0, 0, 0);
    transform: scale(1.3, 1.3) rotateZ(90deg);
    transition: 0.3s;
}
._results_window_content_lrjfx_80 {
    /*background-color: rgb(255, 171, 171);*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
._content_module_1_lrjfx_90 {
    /*background-color: rgb(129, 129, 255);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.3em;
}
._cm1_text_match_id_lrjfx_98 {
    font-size: 1.5em;
}
._cm1_text_match_date_lrjfx_101 {
    font-size: 1.5em;
    margin-top: 0.3em;
}
._content_module_2_lrjfx_105 {
    background-color: rgb(243, 243, 243);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0.5em;
    justify-content: start;
    align-items: center;
    max-width: 80%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    border-radius: 10px;
    border: 2px solid rgb(179, 179, 179);
    /*box-shadow: 3px 3px 5px rgb(151, 151, 151);*/
    /*overflow-y: auto;*/
    user-select: none;
}
._content_module_3_lrjfx_124 {
    /*background-color: red;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    user-select: none;
}
._content_module_divisory_lrjfx_133 {
    background: linear-gradient(to right, rgba(180, 180, 180, 0), rgba(180, 180, 180, 1), rgba(180, 180, 180, 0));
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    margin-top: 1em;
    margin-bottom: 1em;
}
._results_window_foot_lrjfx_141 {
    background-color: azure;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 4em;
    background-color: azure;
    border-top: 2px solid rgb(180, 180, 180);
}
._replay_button_lrjfx_151 {
    background: linear-gradient(to bottom, rgb(151, 193, 255), rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220));
    box-shadow: 0px 5px 0px rgb(19, 62, 126);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 12em;
    height: 3em;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.3em;
}
._replay_button_lrjfx_151:active {
    background: linear-gradient(to bottom, rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220), rgb(30, 106, 220));
    box-shadow: 0px 0px 0px rgb(19, 62, 126);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._replay_button_lrjfx_151 span {
    color: white;
    font-size: 1.3em;
    /*text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126);*/
}

@media only screen and (max-width: 760px) {
    ._modal_absolute_body_lrjfx_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100vh;
        position: absolute;
        z-index: 4;
    }
    ._results_window_container_lrjfx_10 {
        /* background-color: rgba(0, 0, 0, 0.466); */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
    }
    ._modal_black_overlay_open_lrjfx_18 {
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        transition: 0.3s;
        pointer-events:all;
    
        z-index: 4;
    }
    ._results_window_body_lrjfx_28 {
        width: 22em;
        height: 0;
    }
    @keyframes _openFromTop_lrjfx_1 {
        0% {
            height: 0;
        }
        100% {
            height: 35em;
        }
    }
    ._results_window_head_lrjfx_49 {
        background-color: azure;
        border-bottom: 2px solid rgb(180, 180, 180);
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-height: 3em;
    }
    ._results_window_head_label_lrjfx_58 {
        /*background-color: red;*/
        color: black;
        font-size: 1.7em;
        margin-left: 0.5em;
        text-transform: uppercase;
        user-select: none;
    }

    ._cm1_text_match_id_lrjfx_98 {
        font-size: 1.5em;
    }
    ._cm1_text_match_date_lrjfx_101 {
        font-size: 1.5em;
        margin-top: 0.3em;
    }
    ._content_module_2_lrjfx_105 {
        justify-content: center;
    }
    ._results_window_foot_lrjfx_141 {
        min-height: 3.5em;
    }
    ._replay_button_lrjfx_151 {
        width: 12em;
        height: 2.8em;
        margin-bottom: 0.3em;
    }
    ._replay_button_lrjfx_151 span {
        font-size: 1.25em;
        /* text-shadow: 1.3px 1.3px 0px rgb(19, 62, 126), -1.3px -1.3px 0px rgb(19, 62, 126), 1.3px -1.3px 0px rgb(19, 62, 126), -1.3px 1.3px 0px rgb(19, 62, 126); */
    }
}._ball_body_1tpm5_1 {
    /*background-color: red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 4em;
    min-width: 4em;
    height: auto;
    position: relative;
}
._ball_body_1tpm5_1 img {
    width: 100%;
}
._ball_body_1tpm5_1 span {
    /*background-color: red;*/
    position: absolute;
    font-size: 2em;
    margin-right: 0.35em;
    margin-bottom: 0.2em;
}._prize_row_body_l0yqi_1 {
    background-color: rgb(243, 243, 243);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    padding: 0.5em;
    /*box-shadow: 3px 3px 5px rgb(151, 151, 151);*/
    border: 2px solid rgb(179, 179, 179);
    margin-bottom: 1em;
}
._prize_row_label_l0yqi_14 {
    /*background-color: greenyellow;*/
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 16em;
    height: auto;
    margin-bottom: 1em;
}
._prize_row_label_l0yqi_14 img {
    width: 100%;
    height: auto;
}
._prize_row_data_l0yqi_27 {
    /*background-color: aqua;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}
._user_info_l0yqi_34 {
    font-size: 1em;
}
._user_prize_l0yqi_37 {
    color: rgb(0, 204, 0);
    font-size: 1.5em;
    /*text-shadow: 2px 2px 2px rgb(0, 148, 0);*/
}._content_list_box_rrgy0_1 {
    /*background-color: rgb(242, 243, 248);*/
    background-color: rgb(243, 243, 243);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 80%;
    height: calc(100vh - 3em);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 3em;
    box-shadow: 3px 3px 0px rgb(63, 63, 63), -3px 3px 0px rgb(63, 63, 63);
    /*box-shadow: 3px 3px 0px rgb(0, 3, 152);*/

    animation: _openFromTop_rrgy0_1 0.5s forwards;
}
@keyframes _openFromTop_rrgy0_1 {
    0% {
        height: 0;
    }
    100% {
        height: calc(100vh - 3em);
    }
}
._content_list_head_rrgy0_51 {
    background-color: rgb(243, 243, 243);
    border-bottom: 3px solid rgb(180, 180, 180);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 5em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
._content_list_head_label_rrgy0_73 {
    color: rgb(50, 50, 50);
    margin-left: 0.5em;
    font-size: 2em;
    user-select: none;
}
._content_list_head_close_rrgy0_85 {
    color: rgb(50, 50, 50);
    margin-right: 0.5em;
    font-size: 2em;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}
._content_list_head_close_rrgy0_85:hover {
    color: rgb(0, 0, 0);
    transform: scale(1.3, 1.3) rotateZ(90deg);
    transition: 0.3s;
}

._content_list_body_rrgy0_113 {
    /*background-color: red;*/
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

@media only screen and (max-width: 825px) {
    ._content_list_box_rrgy0_1 {
        /*background-color: rgb(242, 243, 248);*/
        background-color: rgb(243, 243, 243);
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 95%;
        height: calc(100vh - 3em);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-top: 3.3em;
        box-shadow: 3px 3px 0px rgb(63, 63, 63), -3px 3px 0px rgb(63, 63, 63);
        /*box-shadow: 3px 3px 0px rgb(0, 3, 152);*/
    
        animation: _openFromTop_rrgy0_1 0.5s forwards;
    }
    @keyframes _openFromTop_rrgy0_1 {
        0% {
            height: 0;
        }
        100% {
            height: calc(100vh - 3em);
        }
    }
    ._content_list_head_rrgy0_51 {
        background-color: rgb(243, 243, 243);
        border-bottom: 3px solid rgb(180, 180, 180);
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-height: 5em;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    ._content_list_head_label_rrgy0_73 {
        color: rgb(50, 50, 50);
        margin-left: 0.5em;
        font-size: 2em;
        user-select: none;
    }
    ._content_list_head_close_rrgy0_85 {
        color: rgb(50, 50, 50);
        margin-right: 0.5em;
        font-size: 2em;
        user-select: none;
        cursor: pointer;
        transition: 0.3s;
    }
    ._content_list_head_close_rrgy0_85:hover {
        color: rgb(0, 0, 0);
        transform: scale(1.3, 1.3) rotateZ(90deg);
        transition: 0.3s;
    }
    
    ._content_list_body_rrgy0_113 {
        /*background-color: red;*/
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}._content_card_body_n2g1n_1 {
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(233, 233, 233));
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 80%;
    min-height: 12em;
    border-radius: 10px;
    border: 1px solid rgb(187, 69, 0);
    /*border: 2px solid rgb(180, 180, 180);*/
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    box-shadow: 3px 3px 0px rgb(187, 69, 0);
    animation: _ascendFromSide_n2g1n_1 0.4s forwards;
}
@keyframes _ascendFromSide_n2g1n_1 {
    0% {
        transform: translateX(-5em);
    }
    100% {
        transform: translateX(0em);
    }
}
._section_1_n2g1n_49 {
    /*background-color: red;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20%;
}
._section_1_1_n2g1n_65 {
    /*background-color: greenyellow;*/
    width: 50%;
    padding-left: 1em;
    text-align: start;
    font-size: 1.4em;
}
._section_1_2_n2g1n_79 {
    /*background-color: goldenrod;*/
    width: 50%;
    padding-right: 1em;
    text-align: end;
    font-size: 1.4em;
    color: rgb(20, 142, 255);
}
._section_2_n2g1n_95 {
    /*background-color: red;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40%;
}
._section_2_1_n2g1n_113 {
    /*background-color: aqua;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 50%;
    height: 100%;
}
._section_2_1_1_n2g1n_131 {
    /*background-color: greenyellow;*/
    width: 100%;

}
._section_2_1_1_n2g1n_131 p {
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 1.3em;
    color: rgb(255, 94, 0);
    font-weight: bold;
    padding-left: 1em;
}
._section_2_1_2_n2g1n_159 {
    /*background-color: violet;*/
    width: 100%;
    text-align: start;
    margin-top: 0.2em;
}
._section_2_1_2_n2g1n_159 p {
    margin: 0;
    padding: 0;
    text-align: start;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 1em;
}

._section_2_2_n2g1n_189 {
    /*background-color:burlywood;*/
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-right: 1em;
    
}
._section_2_2_1_n2g1n_211 {
    /*background-color: violet;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2em;
    user-select: none;
}
._content_card_button_green_n2g1n_227 {
    background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 3.7em;
    height: 3.7em;
    box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
    border-radius: 10px;
    cursor: pointer;
}
._content_card_button_green_n2g1n_227:active {
    background: linear-gradient(to bottom, rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
    box-shadow: 0px 0px 0px rgba(19, 141, 19, 1);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._content_card_button_green_n2g1n_227 img {
    width: 80%;
}
._content_card_button_blue_n2g1n_267 {
    background: linear-gradient(to bottom, rgb(159, 209, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 3.7em;
    height: 3.7em;
    box-shadow: 0px 5px 0px rgb(16, 80, 139);
    border-radius: 10px;
    margin-right: 0.5em;
    cursor: pointer;
}
._content_card_button_blue_n2g1n_267:active {
    background: linear-gradient(to bottom, rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
    box-shadow: 0px 0px 0px rgb(16, 80, 139);
    transform: translateY(2px);
    transition: 0.05s ease-in;
}
._content_card_button_blue_n2g1n_267 img {
    width: 80%;
}
._content_card_exibit_blue_n2g1n_309 {
    background: linear-gradient(to bottom, rgb(255, 200, 99), rgb(255, 123, 0), rgb(255, 123, 0), rgb(255, 123, 0), rgb(255, 123, 0));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 4em;
    width: 4em;
    height: 4em;
    border-radius: 10px;
    margin-right: 0.5em;
    user-select: none;
}
._content_card_exibit_blue_n2g1n_309 h1 {
    /* background-color: red; */
    margin: 0;
    padding: 0;
    color: white;
    font-size: 1.7em;
}
._content_card_exibit_blue_n2g1n_309 h2 {
    /* background-color: red; */
    margin: 0;
    padding: 0;
    color: white;
    font-size: 0.9em;
}

._section_3_n2g1n_365 {
    /*background-color: red;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40%;
}
._section_3_1_n2g1n_381 {
    /*background-color: yellowgreen;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 1em;
    margin-right: 1em;
}
._section_3_1_n2g1n_381 h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
}
._section_3_1_n2g1n_381 p {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    margin-top: 0.1em;
}
._section_3_2_n2g1n_423 {
    /*background-color: gold;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 1em;
    margin-right: 1em;
}
._section_3_2_n2g1n_423 h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
}
._section_3_2_n2g1n_423 p {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    margin-top: 0.1em;
}

._section_3_3_n2g1n_467 {
    /*background-color: yellowgreen;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 1em;
    margin-right: 1em;
}
._section_3_3_n2g1n_467 h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
}
._section_3_3_n2g1n_467 p {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    margin-top: 0.1em;
}

@media only screen and (max-width: 825px) {
    ._content_card_body_n2g1n_1 {
        background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgb(233, 233, 233));
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 97%;
        min-height: 9em;
        border-radius: 10px;
        border: 1px solid rgb(187, 69, 0);
        /*border: 2px solid rgb(180, 180, 180);*/
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        box-shadow: 3px 3px 0px rgb(187, 69, 0);
        animation: _ascendFromSide_n2g1n_1 0.4s forwards;
    }
    @keyframes _ascendFromSide_n2g1n_1 {
        0% {
            transform: translateX(-5em);
        }
        100% {
            transform: translateX(0em);
        }
    }
    ._section_1_n2g1n_49 {
        /* background-color:chocolate; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 15%;
    }
    ._section_1_1_n2g1n_65 {
        /* background-color: greenyellow; */
        width: 55%;
        padding-left: 0.5em;
        text-align: start;
        font-size: 1em;
    }
    ._section_1_2_n2g1n_79 {
        /* background-color: goldenrod; */
        width: 45%;
        padding-right: 0.5em;
        text-align: end;
        font-size: 1.1em;
        color: rgb(20, 142, 255);
        text-transform: uppercase;
    }
    ._section_2_n2g1n_95 {
        /* background-color:aquamarine; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 45%;
    }
    ._section_2_1_n2g1n_113 {
        /* background-color: aqua; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        width: 50%;
        height: 100%;
    }
    ._section_2_1_1_n2g1n_131 {
        /* background-color: greenyellow; */
        width: 100%;
    }
    ._section_2_1_1_n2g1n_131 p {
        margin: 0;
        padding: 0;
        text-align: start;
        font-size: 1em;
        color: rgb(255, 94, 0);
        padding-left: 0.5em;
        text-transform: uppercase;
    }
    ._section_2_1_2_n2g1n_159 {
        /* background-color: violet; */
        width: 100%;
        text-align: start;
        margin-top: 0.2em;
    }
    ._section_2_1_2_n2g1n_159 p {
        margin: 0;
        padding: 0;
        text-align: start;
        font-size: 1em;
        padding-left: 0.5em;
        text-transform: uppercase;
    }
    
    ._section_2_2_n2g1n_189 {
        /* background-color:burlywood; */
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
        width: 50%;
        height: 100%;
    }
    ._section_2_2_1_n2g1n_211 {
        /* background-color: violet; */
        display: flex;
        justify-content: end;
        align-items: center;
        width: 100%;
    }
    ._content_card_button_green_n2g1n_227 {
        background: linear-gradient(to bottom, rgb(166, 255, 166), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.8em;
        height: 2.8em;
        box-shadow: 0px 5px 0px rgba(19, 141, 19, 1);
        border-radius: 10px;
        cursor: pointer;
        margin-right: 0.5em;
    }
    ._content_card_button_green_n2g1n_227:active {
        background: linear-gradient(to bottom, rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30), rgb(30, 220, 30));
        box-shadow: 0px 0px 0px rgba(19, 141, 19, 1);
        transform: translateY(2px);
        transition: 0.05s ease-in;
    }
    ._content_card_button_green_n2g1n_227 img {
        width: 80%;
    }
    ._content_card_button_blue_n2g1n_267 {
        background: linear-gradient(to bottom, rgb(159, 209, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 2.8em;
        height: 2.8em;
        box-shadow: 0px 5px 0px rgb(16, 80, 139);
        border-radius: 10px;
        user-select: none;
        cursor: pointer;
        margin-right: 1em;
    }
    ._content_card_button_blue_n2g1n_267:active {
        background: linear-gradient(to bottom, rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255), rgb(20, 142, 255));
        box-shadow: 0px 0px 0px rgb(16, 80, 139);
        transform: translateY(2px);
        transition: 0.05s ease-in;
    }
    ._content_card_button_blue_n2g1n_267 img {
        width: 80%;
    }
    ._content_card_button_blue_n2g1n_267 h1 {
        /* background-color: red; */
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1.7em;
    }
    ._content_card_button_blue_n2g1n_267 h2 {
        /* background-color: red; */
        margin: 0;
        padding: 0;
        color: white;
        font-size: 0.6em;
    }
    ._content_card_exibit_blue_n2g1n_309 {
        background: linear-gradient(to bottom, rgb(255, 200, 99), rgb(255, 123, 0), rgb(255, 123, 0), rgb(255, 123, 0), rgb(255, 123, 0));
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 3.3em;
        width: 3.3em;
        height: 3.3em;
        border-radius: 10px;
        margin-right: 0.5em;
        user-select: none;
    }
    ._content_card_exibit_blue_n2g1n_309 h1 {
        /* background-color: red; */
        margin: 0;
        padding: 0;
        color: white;
        font-size: 1.7em;
    }
    ._content_card_exibit_blue_n2g1n_309 h2 {
        /* background-color: red; */
        margin: 0;
        padding: 0;
        color: white;
        font-size: 0.8em;
    }
    ._section_3_n2g1n_365 {
        /* background-color: red; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 35%;
    }
    ._section_3_1_n2g1n_381 {
        /* background-color: yellowgreen; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    ._section_3_1_n2g1n_381 h1 {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }
    ._section_3_1_n2g1n_381 p {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
    }
    ._section_3_2_n2g1n_423 {
        /* background-color: gold; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    ._section_3_2_n2g1n_423 h1 {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }
    ._section_3_2_n2g1n_423 p {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
    }
    
    ._section_3_3_n2g1n_467 {
        /* background-color: yellowgreen; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    ._section_3_3_n2g1n_467 h1 {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }
    ._section_3_3_n2g1n_467 p {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
    }
}._wrapper_11mdg_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #0a1363;
  color: #fff;
  font-family: Ubuntu, sans-serif;
  padding: 16px;
  box-sizing: border-box;
}

._card_11mdg_27 {
  max-width: 640px;
  width: 100%;
  background: #185cbb;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

._title_11mdg_47 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.15;
}

._subtitle_11mdg_59 {
  margin: 0 0 20px;
  font-size: 16px;
  opacity: 0.85;
}

._details_11mdg_71 {
  margin-top: 12px;
  font-size: 12px;
  cursor: pointer;
}

._pre_11mdg_83 {
  white-space: pre-wrap;
  max-height: 200px;
  overflow: auto;
  background: #0d1117;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #30363d;
}

._actions_11mdg_103 {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

._buttonPrimary_11mdg_117 {
  background: #238636;
  color: #fff;
  border: 1px solid #2ea043;
  font-weight: 600;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
}

._buttonSecondary_11mdg_139 {
  background: #30363d;
  color: #fff;
  border: 1px solid #484f58;
  font-weight: 600;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
}
body {
  background-color: #242424;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "UbuntuRegular";
  src: local("UbuntuRegular"),
  url("./ubuntu-regular-D14tH6yt.ttf") format("truetype");
}
@font-face {
  font-family: "UbuntuBold";
  src: local("UbuntuBold"),
  url("./ubuntu-bold-BGoo8i9Y.ttf") format("truetype");
}
@font-face {
  font-family: "LatoBlack";
  src: local("LatoBlack"),
  url("./lato-black-BGKY3P7n.ttf") format("truetype");
}
@font-face {
  font-family: "LatoBold";
  src: local("LatoBold"),
  url("./lato-bold-B5iD31kO.ttf") format("truetype");
}
@font-face {
  font-family: "LatoRegular";
  src: local("LatoRegular"),
  url("./lato-regular-BwLIet1C.ttf") format("truetype");
}