@charset "UTF-8";
/* Include Variables for Project */
/* General Variables */
/* Color Variables */
/* main text size for ios 11-12-13 */
/* Rivenditori */
/* Other Color */
/* Variables main container */
/* Media Query main */
/* Padding Variables */
/* Logos Variables */
/* Message Component Variables */
/* Modal Variables */
/* Tooltip Variables */
/* Popup Variables */
/* Header Variables */
/* Menu Variables */
/* Pages - Modal Variables */
/* Page - Generic Variables	*/
/* 10elotto */
/* Ball Style */
/* Flag Styles */
/* Variable for Loading Container */
/* Special COntest Styles */
/* Include Animation Effects */
@-webkit-keyframes animation-menu-hide {
  0% {
    top: 0px; }
  100% {
    top: -50px; } }

@keyframes animation-menu-hide {
  0% {
    top: 0px; }
  100% {
    top: -50px; } }

@-webkit-keyframes animation-menu-show {
  0% {
    top: -50px;
    z-index: 2060; }
  99% {
    z-index: 2060; }
  100% {
    top: 0px;
    z-index: 2071; } }

@keyframes animation-menu-show {
  0% {
    top: -50px;
    z-index: 2060; }
  99% {
    z-index: 2060; }
  100% {
    top: 0px;
    z-index: 2071; } }

@-webkit-keyframes animation-modal-hide {
  0% {
    z-index: 2100;
    opacity: 1; }
  99% {
    z-index: 2100;
    opacity: 0; }
  100% {
    z-index: -2100;
    opacity: 0; } }

@keyframes animation-modal-hide {
  0% {
    z-index: 2100;
    opacity: 1; }
  99% {
    z-index: 2100;
    opacity: 0; }
  100% {
    z-index: -2100;
    opacity: 0; } }

@-webkit-keyframes animation-modal-show {
  0% {
    z-index: -2100;
    opacity: 0; }
  1% {
    z-index: 2100;
    opacity: 0; }
  100% {
    z-index: 2100;
    opacity: 1; } }

@keyframes animation-modal-show {
  0% {
    z-index: -2100;
    opacity: 0; }
  1% {
    z-index: 2100;
    opacity: 0; }
  100% {
    z-index: 2100;
    opacity: 1; } }

@-webkit-keyframes animation-tooltip-show {
  0% {
    z-index: -2000;
    opacity: 0; }
  1% {
    z-index: 2000;
    opacity: 0; }
  100% {
    z-index: 2000;
    opacity: 1; } }

@keyframes animation-tooltip-show {
  0% {
    z-index: -2000;
    opacity: 0; }
  1% {
    z-index: 2000;
    opacity: 0; }
  100% {
    z-index: 2000;
    opacity: 1; } }

@-webkit-keyframes animation-page-show {
  0% {
    z-index: -2050;
    opacity: 0; }
  1% {
    z-index: 2050;
    opacity: 0; }
  100% {
    z-index: 2050;
    opacity: 1; } }

@keyframes animation-page-show {
  0% {
    z-index: -2050;
    opacity: 0; }
  1% {
    z-index: 2050;
    opacity: 0; }
  100% {
    z-index: 2050;
    opacity: 1; } }

@-webkit-keyframes animation-viewarea--weekextraction-hide {
  0% {
    top: 0%; }
  100% {
    top: -100%; } }

@keyframes animation-viewarea--weekextraction-hide {
  0% {
    top: 0%; }
  100% {
    top: -100%; } }

@-webkit-keyframes animation-viewarea--weekextraction-show {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }

@keyframes animation-viewarea--weekextraction-show {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }

@-webkit-keyframes animation-viewarea--extractionlive-hide {
  0% {
    left: 0%; }
  100% {
    left: 100%; } }

@keyframes animation-viewarea--extractionlive-hide {
  0% {
    left: 0%; }
  100% {
    left: 100%; } }

@-webkit-keyframes animation-viewarea--extractionlive-show {
  0% {
    left: 100%; }
  100% {
    left: 0%; } }

@keyframes animation-viewarea--extractionlive-show {
  0% {
    left: 100%; }
  100% {
    left: 0%; } }

@-webkit-keyframes animation-viewarea--promo-hide {
  0% {
    top: 0%; }
  100% {
    top: -100%; } }

@keyframes animation-viewarea--promo-hide {
  0% {
    top: 0%; }
  100% {
    top: -100%; } }

@-webkit-keyframes animation-viewarea--promo-show {
  0% {
    top: -100%; }
  100% {
    top: 0%; } }

@keyframes animation-viewarea--promo-show {
  0% {
    top: -100%; }
  100% {
    top: 0%; } }

@-webkit-keyframes animation-viewarea--extractionlive-show-countdown {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes animation-viewarea--extractionlive-show-countdown {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes animation-viewarea--extractionlive_single-number-extracted {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes animation-viewarea--extractionlive_single-number-extracted {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes animation-viewarea--extractionlive-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes animation-viewarea--extractionlive-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes animation-viewarea--extractionlive-clock-blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animation-viewarea--extractionlive-clock-blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animation-viewarea--extractionlive-hide-ball-extracted {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes animation-viewarea--extractionlive-hide-ball-extracted {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes animation_viewarea--progress-bar {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@keyframes animation_viewarea--progress-bar {
  from {
    width: 0%; }
  to {
    width: 100%; } }

/* Include Mixin cross page */
/* Include SCSS Cross page */
html,
body {
  font-family: "Ubuntu-Medium", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none; }

#app.app-diecielotto {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 816px;
  overflow-x: hidden;
  overflow-y: auto; }

#app.app-lotto {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 816px;
  overflow-x: hidden;
  overflow-y: auto; }

* {
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important; }

#view-container, #viewcontainer {
  background: white;
  width: 100%;
  float: left;
  min-height: 500px; }

@media screen and (max-width: 767px) {
  #view-container, #viewcontainer {
    width: 768px; } }

#view-container.transparentBkg, #viewcontainer.transparentBkg {
  background: transparent !important; }

.disabled_element {
  opacity: 0.2;
  cursor: none;
  pointer-events: none; }

.disabled_actions {
  cursor: none !important;
  pointer-events: none; }

.hide_space, .hide__space {
  visibility: hidden; }

.hide_element, .hide__element {
  display: none; }

.disabled_touch {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important; }

.pointer {
  cursor: pointer; }

.underline {
  text-decoration: underline; }

.noGong {
  background: #F2DBDB;
  padding: 0px 8px 0px 8px;
  border-radius: 4px;
  font-family: "Bliss2-Bold", sans-serif;
  font-size: 10px;
  height: 14px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

button:focus,
input:focus {
  outline: none !important; }

/* Include Font Project */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0?v=2026-06-03);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0?v=2026-06-03) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0?v=2026-06-03) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0?v=2026-06-03) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0?v=2026-06-03) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular?v=2026-06-03) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

/* Lotto ICON */
@font-face {
  font-family: 'Lotto-icons';
  src: url(../fonts/Lotto-icons.eot?4wbizc?v=2026-06-03);
  src: url(../fonts/Lotto-icons.eot?4wbizc#iefix?v=2026-06-03) format("embedded-opentype"), url(../fonts/Lotto-icons.ttf?4wbizc?v=2026-06-03) format("truetype"), url(../fonts/Lotto-icons.woff?4wbizc?v=2026-06-03) format("woff"), url(../fonts/Lotto-icons.svg?4wbizc#Lotto-icons?v=2026-06-03) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Lotto-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cancel:before {
  content: "\e91d"; }

.icon-icona_notifica:before {
  content: "\e919"; }

.icon-icona_profilo:before {
  content: "\e91a"; }

.icon-icona_store_locator:before {
  content: "\e91b"; }

.icon-icona_suono:before {
  content: "\e91c"; }

.icon-icona_estrazioni:before {
  content: "\e90c"; }

.icon-checked:before {
  content: "\e900"; }

.icon-check:before {
  content: "\e901"; }

.icon-Info:before {
  content: "\e902"; }

.icon-icona_modifica_schedina:before {
  content: "\e903"; }

.icon-aggiorna:before {
  content: "\e904"; }

.icon-burger-menu:before {
  content: "\e905"; }

.icon-icon_chevron_right:before {
  content: "\e908"; }

.icon-icon_chevron_left:before {
  content: "\e909"; }

.icon-icon_chevron_top:before {
  content: "\e90d"; }

.icon-icon_chevron_bottom:before {
  content: "\e906"; }

.icon-icona_bar_code:before {
  content: "\e907"; }

.icon-icona_close:before {
  content: "\e90a"; }

.icon-icona_contatti:before {
  content: "\e90b"; }

.icon-icona_homepage:before {
  content: "\e90e"; }

.icon-icona_impronta:before {
  content: "\e90f"; }

.icon-icona_non_salvata:before {
  content: "\e910"; }

.icon-icona_salvata:before {
  content: "\e913"; }

.icon-icona_preferenze:before {
  content: "\e911"; }

.icon-icona_qr_code:before {
  content: "\e912"; }

.icon-icona_schedine:before {
  content: "\e914"; }

.icon-icona_shake:before {
  content: "\e915"; }

.icon-Pin_lotto:before {
  content: "\e916"; }

.icon-Pin:before {
  content: "\e917"; }

.icon-regolamenti:before {
  content: "\e918"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'fredoka_oneregular';
  src: url(../fonts/FredokaOne-Regular.ttf?v=2026-06-03) format("truetype");
  src: url(../fonts/fredokaone-regular-webfont.woff2?v=2026-06-03) format("woff2"), url(fredokaone-regular-webfont.woff?v=2026-06-03) format("woff");
  font-size: 18px;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Ubuntu-Bold';
  src: url(../fonts/Ubuntu-Bold.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'Celebration-Fill';
  src: url(../fonts/Celebration-Fill.otf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'Ubuntu-Medium';
  src: url(../fonts/Ubuntu-Medium.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'Ubuntu-Regular';
  src: url(../fonts/Ubuntu-Regular.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'VAGRoundedStd-Thin';
  src: url(../fonts/VAGRoundedStd-Thin.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'VAGRoundedStd-Light';
  src: url(../fonts/VAGRoundedStd-Light.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'VAGRoundedStd-Bold';
  src: url(../fonts/VAGRoundedBold.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'MyRockwellStd-Bold';
  src: url(../fonts/RockwellStd-Bold.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'Baloo';
  src: url(../fonts/Baloo-Regular.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'Bliss2-Bold';
  src: url(../fonts/Bliss2-Bold.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'Bliss-Regular';
  src: url(../fonts/bliss_regular.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

@font-face {
  font-family: 'Baloo';
  src: url(../fonts/Baloo-Regular.ttf?v=2026-06-03) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }

/* Media Screen */
@media screen {
  /* Include Normalize for tag HTML5 */
  /* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
  /**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
  /* Base
   ========================================================================== */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
  html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  /**
 * Remove default margin.
 */
  body {
    margin: 0; }
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block; }
  /**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  /**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
  audio:not([controls]) {
    display: none;
    height: 0; }
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
  [hidden],
  template {
    display: none; }
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
  a {
    background-color: transparent; }
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
  a:active, a:hover {
    outline: 0; }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
  abbr[title] {
    border-bottom: 1px dotted; }
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
  b,
  strong {
    font-weight: bold; }
  /**
 * Address styling not present in Safari and Chrome.
 */
  dfn {
    font-style: italic; }
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  /**
 * Addresses styling not present in IE 8/9.
 */
  mark {
    background: #ff0;
    color: #000; }
  /**
 * Address inconsistent and variable font size in all browsers.
 */
  small {
    font-size: 83%; }
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  sup {
    top: -0.5em; }
  sub {
    bottom: -0.25em; }
  /* Embedded content
   ========================================================================== */
  /**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
  img {
    border: 0; }
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */
  svg:not(:root) {
    overflow: hidden; }
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */
  figure {
    margin: 1em 40px; }
  /**
 * Address differences between Firefox and other browsers.
 */
  hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  /**
 * Contain overflow in all browsers.
 */
  pre {
    overflow: auto; }
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
  button {
    overflow: visible; }
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
  button,
  select {
    text-transform: none; }
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  /**
 * Re-set default cursor for disabled elements.
 */
  button[disabled],
  html input[disabled] {
    cursor: default; }
  /**
 * Remove inner padding and border in Firefox 4+.
 */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
  input {
    line-height: normal; }
  /**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */ }
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  /**
 * Define consistent border, margin, and padding.
 */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
  textarea {
    overflow: auto; }
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
  optgroup {
    font-weight: bold; }
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  td,
  th {
    padding: 0; }
  /* Include Accordion */
  .accordionOpen_class .accordion-title i.fa-chevron-up:before {
    content: "\f077"; }
  .accordion-title i.fa-chevron-up:before {
    content: "\f077"; }
  .accordion-title i.fa-chevron-up:before {
    content: "\f078"; }
  .accordion-element {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    width: 100%;
    background: white;
    padding: 0 10px; }
  .accordion-element .accordion-title {
    width: 100%;
    padding: 25px 0;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    font-family: "Baloo", sans-serif;
    color: #cccccc;
    text-transform: uppercase; }
  .accordion-element .accordion-title i {
    position: absolute;
    right: 0;
    color: black;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cccccc;
    font-size: 16px; }
  .accordion-element .accordion-wrap {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    font-family: "Ubuntu-Medium", sans-serif;
    height: auto;
    max-height: 0px;
    overflow: hidden; }
  .accordion-element.accordionOpen_class .accordion-wrap {
    max-height: 10000px !important; }
  .diecielotto-wrap .accordion-element .accordion-title {
    font-family: "Bliss2-Bold", sans-serif;
    color: #004c93; }
  .diecielotto-wrap .accordion-element .accordion-title i {
    color: #004c93; }
  /* Include Carousel */
  .carousel-element {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .carousel-element .carousel-group-elements {
    min-width: 100%;
    width: auto;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    left: 0; }
  .carousel-element .carousel-group-elements .carousel-single-element {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .carousel-element .carousel-group-elements .carousel-single-element i {
    cursor: pointer; }
  .diecielotto-wrap .carousel-element .carousel-group-elements .carousel-single-element {
    min-width: 743px; }
  .lotto-wrap .carousel-element .carousel-group-elements .carousel-single-element {
    min-width: 743px; }
  /* Include SCSS for Tooltip layer */
  .tooltip {
    position: absolute;
    left: 0;
    top: 0px;
    width: 400px;
    height: 200px;
    background: white;
    border-radius: 5px;
    border: 2px solid #cccccc;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px rgba(64, 64, 64, 0.32);
    box-shadow: 0 0 20px rgba(64, 64, 64, 0.32);
    z-index: -2000;
    opacity: 0; }
  .tooltip.tooltip-error {
    background: #ff0937 !important;
    border: 1px solid #ff0937 !important;
    padding: 0 !important;
    border-radius: 0px !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px !important; }
  .tooltip.tooltip-error p {
    position: relative;
    z-index: 1000; }
  .tooltip .wrap_icon_arrow {
    border: 2px solid #cccccc;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: white;
    z-index: 1;
    cursor: pointer; }
  .tooltip .wrap_icon_close {
    position: absolute;
    right: 10px;
    font-size: 29px;
    cursor: pointer;
    top: 10px; }
  .tooltip.show-in {
    -webkit-animation: animation-tooltip-show 1s forwards;
    animation: animation-tooltip-show 1s forwards; }
  .tooltip.show-out {
    -webkit-animation: animation-tooltip-hide 1s forwards;
    animation: animation-tooltip-hide 1s forwards; }
  /* Include Style for Header & Footer */
  header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2070;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 19px;
    float: left;
    height: 60px;
    position: relative; }
  header.diecielotto-wrap {
    background: #004c93;
    font-family: "Bliss-Regular", sans-serif; }
  header.diecielotto-wrap .logo {
    background: url(../img/logos/10elotto.png?v=2026-06-03) no-repeat;
    background-size: 6rem;
    background-position: center; } }

@media screen and (max-width: 931px) {
  header.diecielotto-wrap .logo {
    width: 150px; } }

@media screen {
  header.diecielotto-wrap ul li a.selected {
    border-bottom: 3px solid #f58220;
    font-family: "Bliss-Regular", sans-serif; } }

@media screen and (max-width: 931px) {
  header.diecielotto-wrap ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media screen {
  header.diecielotto-wrap ul li:last-child a {
    content: "";
    background: url(../img/icons/menu_altro-10elotto.png?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 20px;
    padding: 0;
    margin: 0; }
  header .logo {
    width: 215px;
    height: 100%;
    position: relative;
    float: left;
    cursor: pointer; }
  header ul {
    width: auto;
    float: right;
    position: relative;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  header ul li {
    float: left;
    width: auto;
    height: 100%;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header ul li a {
    padding: 0 12.5px 5px 12.5px;
    margin: 0 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    color: white;
    text-decoration: none; }
  header ul li a.selected {
    border-bottom: 3px solid #fcdb18;
    font-family: "Ubuntu-Bold", sans-serif; } }

@media screen and (max-width: 932px) {
  header ul li a {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important; } }

@media screen {
  header ul li:last-child a {
    content: "";
    background: url(../img/icons/menu_altro.png?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 20px;
    padding: 0;
    margin: 0; }
  menu {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    height: 35px;
    z-index: 2060;
    font-family: "Ubuntu-Bold", sans-serif;
    font-size: 16px;
    position: relative;
    top: -50px; }
  menu ul {
    width: 100%;
    float: right;
    position: relative;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  menu ul li {
    width: auto;
    height: auto;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  menu ul li a {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12.5px 12.5px;
    position: relative;
    height: 100%;
    text-align: center;
    color: white;
    text-decoration: none; } }

@media screen and (max-width: 932px) {
  menu ul li a {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important; } }

@media screen {
  menu .wrap_icon_arrow {
    background: white !important;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: white;
    cursor: pointer;
    top: -10px;
    right: 40px; }
  menu.diecielotto-wrap {
    background: #dfe9f1;
    top: -50px;
    font-family: "Bliss-Regular", sans-serif; }
  menu.diecielotto-wrap ul li a {
    color: #004c93; }
  menu.diecielotto-wrap ul li a.selected {
    color: #f58220;
    font-family: "Bliss-Regular", sans-serif !important; }
  menu.diecielotto-wrap.show-in {
    -webkit-animation: animation-menu-show 1s forwards;
    animation: animation-menu-show 1s forwards; }
  menu.diecielotto-wrap.show-out {
    -webkit-animation: animation-menu-hide 1s forwards;
    animation: animation-menu-hide 1s forwards; }
  menu.diecielotto-wrap .wrap_icon_arrow {
    background-color: #dfe9f1 !important; }
  menu.diecielotto-wrap.diecielotto-wrap_menu-extraction-archive .wrap_icon_arrow {
    right: 295px; }
  /* Include SCSS for loader page */
  .loader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -2150;
    background: rgba(255, 255, 255, 0.7);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0; }
  .loader-wrap.loader-wrap.loader-wrap_diecielotto .loader-group .load-child:before {
    background: #004c93; }
  .loader-wrap.show-in {
    z-index: 2150;
    opacity: 1; }
  .loader-wrap .loader-group {
    width: 40px;
    height: 40px;
    position: relative; }
  .loader-wrap .loader-group .load-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .loader-wrap .loader-group .load-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #cccccc;
    border-radius: 100%;
    -webkit-animation: loaderBounceDelay 1.2s infinite ease-in-out both;
    animation: loaderBounceDelay 1.2s infinite ease-in-out both; }
  .loader-wrap .loader-group .loadball2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  .loader-wrap .loader-group .loadball3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .loader-wrap .loader-group .loadball4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .loader-wrap .loader-group .loadball5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
  .loader-wrap .loader-group .loadball6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
  .loader-wrap .loader-group .loadball7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .loader-wrap .loader-group .loadball8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
  .loader-wrap .loader-group .loadball9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
  .loader-wrap .loader-group .loadball10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .loader-wrap .loader-group .loadball11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
  .loader-wrap .loader-group .loadball12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
  .loader-wrap .loader-group .loadball2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loader-wrap .loader-group .loadball3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .loader-wrap .loader-group .loadball4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loader-wrap .loader-group .loadball5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
  .loader-wrap .loader-group .loadball6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
  .loader-wrap .loader-group .loadball7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
  .loader-wrap .loader-group .loadball8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
  .loader-wrap .loader-group .loadball9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
  .loader-wrap .loader-group .loadball10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
  .loader-wrap .loader-group .loadball11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
  .loader-wrap .loader-group .loadball12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }
  .loader-wrap.loader-component {
    position: absolute; }
  .loader-wrap.loader-component.show-in {
    z-index: 2040 !important;
    opacity: 1; }
  .loader-wrap.loader-generic {
    z-index: 5000 !important; }
  @-webkit-keyframes loaderBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
      transform: scale(0); }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @keyframes loaderBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
      transform: scale(0); }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
  /* Include SCSS for Modal layer */
  .modal_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .modal_wrap .modal_container {
    width: 610px;
    height: 450px;
    background: white; }
  .modal_wrap .modal_container .modal_header {
    width: calc(100% - 25px);
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 12.5px;
    position: relative;
    margin-bottom: 5px; }
  .modal_wrap .modal_container .modal_header h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 22px;
    color: #cccccc;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Baloo", sans-serif; }
  .modal_wrap .modal_container .modal_header .close-icon {
    position: absolute;
    top: 12px;
    cursor: pointer;
    right: 12px;
    font-size: 32px;
    color: #004c93; }
  .modal_wrap .modal_container .modal_body {
    width: 610px;
    height: 450px; }
  .modal_wrap .modal_container .modal_footer {
    width: 100%;
    height: 100px; }
  .modal_wrap.modal_wrap-normal .modal_container .modal_body {
    height: calc(100% - 60px - 100px - 50px);
    width: calc(610px - (610px - 460px));
    padding: 30px calc((610px - 460px) / 2);
    line-height: 1.8rem;
    overflow-y: auto;
    color: #004c93;
    font-size: 16px; }
  .modal_wrap.modal_wrap-normal .modal_container .modal_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3); }
  .modal_wrap.modal_wrap-small {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2100; }
  .modal_wrap.modal_wrap-small .modal_container {
    height: auto;
    width: 508.33333px;
    position: inherit;
    position: initial; }
  .modal_wrap.modal_wrap-small .modal_container .modal_header {
    position: relative; }
  .modal_wrap.modal_wrap-small .modal_container .modal_header .close-icon {
    right: 20px; }
  .modal_wrap.modal_wrap-small .modal_container .modal_body {
    padding: 30px;
    width: auto;
    height: auto !important;
    font-size: 18px;
    text-align: center;
    font-weight: bold; }
  .modal_wrap.modal_wrap-small .modal_container .modal_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .modal_wrap.modal_wrap-small .modal_container .modal_footer .btn:nth-child(2) {
    margin-left: 10px; }
  .modal_wrap.modal_wrap-large .modal_container .modal_header .logo {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 200px;
    background-size: 150px; }
  .modal_wrap.modal_wrap-large .modal_container .modal_body {
    height: calc(100% - 60px - 25px);
    width: calc((610px - (25px) - (25px)) - 3px * 2);
    margin: 0 12.5px 0 12.5px;
    line-height: 1.8rem;
    overflow-y: scroll;
    font-size: 16px;
    border-top: 3px solid #cccccc;
    border-left: 3px solid #cccccc;
    border-right: 3px solid #cccccc;
    border-bottom: 3px solid #cccccc;
    padding: calc(25px / 2); }
  .modal_wrap.modal_wrap-large .modal_container .modal_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .modal_wrap.modal_wrap-extra_large .modal_container {
    width: 744px !important; }
  .modal_wrap.modal_wrap-extra_large .modal_container .modal_header .logo {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 200px;
    background: url(../img/logos/10elotto.png?v=2026-06-03) no-repeat;
    background-size: 130px;
    background-position: 0 center; }
  .modal_wrap.modal_wrap-extra_large .modal_container .modal_body {
    height: calc(100% - 60px - 25px);
    width: calc((744px - (25px) - (25px)) - 3px * 2);
    margin: 0 12.5px 12.5px 12.5px;
    line-height: 1.8rem;
    overflow-y: scroll;
    font-size: 16px;
    border-top: 3px solid #cccccc;
    border-left: 3px solid #cccccc;
    border-right: 3px solid #cccccc;
    border-bottom: 3px solid #cccccc;
    padding: calc(25px / 2); }
  .modal_wrap.modal_wrap-extra_large .modal_container .modal_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .modal_wrap.show-in {
    z-index: 2100 !important;
    opacity: 1 !important; }
  .diecielotto-wrap .modal_wrap .modal_container .modal_header h2 {
    font-size: 22px;
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .modal_wrap .modal_container .modal_header i {
    color: #004c93; }
  .diecielotto-wrap .modal_wrap .modal_container .modal_body {
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .modal_wrap .modal_container .modal_footer .btn {
    padding: 10px 25px;
    margin: 0px 5px; }
  .diecielotto-wrap .modal_wrap .modal_container .modal_footer .btn:nth-child(2) {
    background: white;
    color: #004c93;
    border: 2px solid #004c93; }
  .diecielotto-wrap .modal_wrap.modal_wrap-small {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: white;
    padding-top: calc(60px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page_wrap .page_container {
    width: 100%;
    height: calc(100%);
    overflow-y: auto; }
  .page_wrap.show-in {
    -webkit-animation: animation-page-show 1s forwards;
    animation: animation-page-show 1s forwards; }
  /* Include SCSS for Message Component layer */
  .message_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -2000; }
  .message_wrap .message_container {
    width: 350px;
    height: auto;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 6px 0px #a7a7a7;
    box-shadow: 0px 0px 6px 0px #a7a7a7;
    background: white;
    margin: 100px 0; }
  .message_wrap .message_container .message_body {
    width: 350px;
    height: auto;
    font-size: 17px;
    line-height: 20px;
    text-align: center; }
  .message_wrap .message_container .message_body h4 {
    font-size: 18px;
    font-weight: bold; }
  .message_wrap.show-in {
    -webkit-animation: animation-message-component-show 1s forwards;
    animation: animation-message-component-show 1s forwards; }
  .message_wrap.show-out {
    -webkit-animation: animation-message-component-hide 1s forwards;
    animation: animation-message-component-hide 1s forwards; }
  /* Include SCSS for Pagination */
  .pagination-container {
    width: 100%;
    margin: 25px 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 30px; }
  .pagination-container ul {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 5px #cccccc;
    box-shadow: 0px 0px 5px #cccccc;
    border-radius: 5px; }
  .pagination-container ul li {
    height: auto;
    min-width: 35px;
    text-align: center;
    position: relative;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(0, 157, 224, 0.15); }
  .pagination-container ul li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: black;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .pagination-container ul li a:focus {
    outline: none !important; }
  .pagination-container ul li a i {
    font-size: 12px; }
  .pagination-container ul li:first-child {
    border: none;
    border-radius: 5px 0 0 5px; }
  .pagination-container ul li:last-child {
    border-radius: 0 5px 5px 0; }
  .pagination-container ul li.active {
    background: #cccccc;
    cursor: default;
    pointer-events: none; }
  .pagination-container ul li.active a {
    color: white; }
  .pagination-container ul li:hover {
    background: #cccccc; }
  .pagination-container ul li:hover a {
    color: white; }
  .pagination-container ul li.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none; }
  .pagination-container ul li.disabled a {
    cursor: default;
    pointer-events: none; }
  .diecielotto-wrap .pagination-container ul {
    -webkit-box-shadow: 0px 0px 5px #004c93;
    box-shadow: 0px 0px 5px #004c93; }
  .diecielotto-wrap .pagination-container ul li.active {
    background: #004c93; }
  .diecielotto-wrap .pagination-container ul li:hover {
    background: #004c93; }
  .diecielotto-wrap .pagination-container ul li:hover a {
    color: white; }
  /* Include SCSS for Popup layer */
  .popup_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000; }
  .popup_wrap .popup_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(0px);
    left: calc(0px);
    background: white; }
  .popup_wrap .popup_container .popup_header {
    width: calc(100% - 25px);
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 12.5px;
    position: relative; }
  .popup_wrap .popup_container .popup_header .logo {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 200px; }
  .popup_wrap .popup_container .popup_header h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 22px;
    color: #f58220;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Baloo", sans-serif; }
  .popup_wrap .popup_container .popup_header .close-icon {
    position: absolute;
    top: 12px;
    cursor: pointer;
    right: 12px;
    font-size: 32px; }
  .popup_wrap .popup_container .popup_body {
    width: 100%;
    height: 100%; }
  .popup_wrap .popup_container .popup_footer {
    width: 100%;
    height: 100px; }
  .popup_wrap.popup_wrap-normal .popup_container .popup_body {
    height: calc(100% - 75px - 100px - 50px);
    width: 710px;
    padding: 30px calc((100% - 710px) - ((100% - 710px) / 2));
    line-height: 1.8rem;
    overflow-y: scroll;
    font-size: 16px; }
  .popup_wrap.popup_wrap-normal .popup_container .popup_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative; }
  .popup_wrap.popup_wrap-large .popup_container .popup_body {
    height: calc(100% - 75px - 100px - 50px);
    width: 760px;
    padding: 30px calc((100% - 760px) - ((100% - 760px) / 2));
    line-height: 1.8rem;
    overflow-y: scroll;
    font-size: 16px; }
  .popup_wrap.popup_wrap-large .popup_container .popup_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative; }
  /* Include Button for this project */
  .btn.btn_default {
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Baloo", sans-serif;
    font-size: 15px;
    background: white;
    border: 2px solid #cccccc;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .btn.btn_default.btn_10elotto {
    border: 2px solid #004c93;
    background: #004c93;
    color: white;
    font-family: "Bliss-Regular", sans-serif; }
  .btn.btn_default.btn_10elotto.btn_white {
    background: white;
    color: #004c93; }
  .btn.btn_default.btn_10elotto.btn_light {
    color: #004c93; }
  .btn.btn_default.btn_neutral {
    border: 2px solid #cccccc;
    background: white; }
  .btn.btn_default.btn_large {
    padding: 15px 60px; }
  .btn.btn_default.btn_light {
    border: none;
    padding: 5px;
    background: transparent; }
  .btn.btn_default.btn_icon {
    padding-left: 60px; }
  /* Include Table for this project */
  .table-container {
    border: 2px solid #cccccc;
    width: calc(100% - 25px);
    height: auto;
    padding: calc(12.5px - 4px); }
  .table-container table {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: "Ubuntu-Medium", sans-serif; }
  .table-container table tr {
    margin: 0 12.5px; }
  .table-container table tr td {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    line-height: 25px; }
  .diecielotto-wrap .table-container {
    border-color: #004c93; }
  .diecielotto-wrap .table-container table {
    font-family: "Bliss-Regular", sans-serif; }
  /* Include CSS for Form */
  /* Include CSS for Calendar Picker */
  .pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }
  .pika-single {
    *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }
  .pika-lendar {
    float: left;
    width: 240px;
    margin: 8px; }
  .pika-title {
    position: relative;
    text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }
  .pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    background-color: #fff; }
  .pika-prev,
  .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }
  .pika-prev,
  .is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0; }
  .pika-next,
  .is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0; }
  .pika-select {
    display: inline-block;
    *display: inline; }
  .pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }
  .pika-button {
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }
  .pika-week {
    font-size: 11px;
    color: #999; }
  .is-inrange .pika-button {
    background: #D5E9F7; }
  .is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px; }
  .is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px; }
  /* Include Menu di Demo */
  body.body-demo {
    background-color: #404040;
    font-family: "VAGRoundedStd-Light", sans-serif;
    color: white;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  body.body-demo.body-iframe {
    position: inherit;
    position: initial;
    height: auto; }
  body.body-demo.body-demo_diecielotto {
    background-color: #003f79; }
  body.body-demo .logos-container {
    width: 200px;
    height: auto;
    margin-right: 50px; }
  body.body-demo .logos-container img {
    width: 100%; }
  body.body-demo .logos-container a {
    float: left;
    text-align: center;
    width: 100%;
    color: white;
    text-decoration: none; }
  body.body-demo .logos-container a:first-child {
    height: 150px; }
  body.body-demo menu.menu-demo {
    width: 300px;
    background-color: white;
    -webkit-box-shadow: 0 0 20px 2px #000;
    box-shadow: 0 0 20px 2px #000;
    border-radius: 10px;
    height: auto !important; }
  body.body-demo menu.menu-demo ul.dailygame,
  body.body-demo menu.menu-demo ul.diecielotto,
  body.body-demo menu.menu-demo ul.generic {
    padding: 0;
    margin: 0;
    list-style: none;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  body.body-demo menu.menu-demo ul.dailygame li,
  body.body-demo menu.menu-demo ul.diecielotto li,
  body.body-demo menu.menu-demo ul.generic li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%; }
  body.body-demo menu.menu-demo ul.dailygame li a,
  body.body-demo menu.menu-demo ul.diecielotto li a,
  body.body-demo menu.menu-demo ul.generic li a {
    padding: 10px 10px;
    margin: 0;
    list-style: none;
    text-align: left;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: lighter;
    color: black;
    font-family: "Ubuntu-Medium", sans-serif;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 13px; }
  body.body-demo menu.menu-demo ul.dailygame li a i,
  body.body-demo menu.menu-demo ul.diecielotto li a i,
  body.body-demo menu.menu-demo ul.generic li a i {
    margin-right: 15px;
    font-size: 16px;
    width: 20px; }
  body.body-demo menu.menu-demo ul.dailygame li a:hover,
  body.body-demo menu.menu-demo ul.diecielotto li a:hover,
  body.body-demo menu.menu-demo ul.generic li a:hover {
    background-color: #00488a;
    color: white; }
  body.body-demo menu.menu-demo ul.dailygame li:last-child a:hover,
  body.body-demo menu.menu-demo ul.diecielotto li:last-child a:hover,
  body.body-demo menu.menu-demo ul.generic li:last-child a:hover {
    border-radius: 0 0 10px 10px; }
  body.body-demo menu.menu-demo ul.dailygame li:first-child a:hover,
  body.body-demo menu.menu-demo ul.diecielotto li:first-child a:hover,
  body.body-demo menu.menu-demo ul.generic li:first-child a:hover {
    border-radius: 10px 10px 0 0; }
  body.body-demo .iframeContainer {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left; }
  body.body-demo .iframeContainer .buttonContainer {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px; }
  body.body-demo .iframeContainer .buttonContainer button {
    background: #6CB31D;
    color: white;
    border: 1px solid #7c914a;
    margin: 0 15px;
    width: 100px; }
  /* Include page structure for 10elotto */
  .numbers-gong-extracted {
    width: 100%;
    padding: 0 14vw;
    margin: 20px 0px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .numbers-gong-extracted i.logo_gong {
    display: block;
    width: 13vw;
    height: 6vw;
    margin-right: 5vw;
    background-size: contain;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; }
  .numbers-gong-extracted .number span {
    width: 32px;
    height: 32px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    padding-top: 2px;
    margin: 1px;
    font-size: 16px;
    font-family: "Baloo", sans-serif; }
  .numbers-gong-extracted .number span .panel_choose-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .numbers-gong-extracted .number span .panel_choose-numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .numbers-gong-extracted .number span .panel_choose-numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.selected ~ .number {
    color: white; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.selected ~ .number small {
    color: white; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.extracted ~ .number {
    color: #004c93; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.number {
    background: none;
    border: none; }
  .numbers-gong-extracted .number span .panel_choose-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .numbers-gong-extracted label {
    display: none; }
  .numeri__gong {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .numeri__gong .logo_gong {
    width: 50px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background: url(../img/loghi/logo_gong.svg?v=2026-06-03) no-repeat; }
  .numeri__gong p {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: calc(0.8889rem + 0.2vw);
    color: #004c93;
    padding: 0 10px 0 0; }
  .numeri__gong span {
    width: 32px;
    height: 32px;
    max-height: 46px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: "Baloo", sans-serif;
    font-size: 16px;
    color: white !important;
    background: transparent url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat center;
    background-size: contain;
    padding-top: 1px !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .numeri__gong span {
    background-size: 99% !important;
    padding-top: 2px !important; } }

@media screen {
  .numeri__gong span.vinto {
    background: transparent url(../img/ball-style/gong/ball_gong_win.png?v=2026-06-03) no-repeat center;
    background-size: 98%;
    color: white !important; }
  .numeri__gong span.empty {
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    opacity: 1;
    background: white; }
  .btn3 {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    background: white;
    border: 1px solid #ff887a;
    color: #ff887a;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 2px 2px 6px rgba(134, 139, 198, 0.2);
    box-shadow: 2px 2px 6px rgba(134, 139, 198, 0.2);
    font-family: Roboto;
    font-weight: 400;
    font-size: 31px;
    padding: 0; }
  span.color_gong {
    color: #FF5440;
    text-transform: uppercase; }
  .checkbox_gong {
    border-radius: 2px;
    background: url(../img/icons/box.png?v=2026-06-03) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 32px;
    height: 22px;
    min-width: 32px;
    max-width: 32px;
    max-height: 32px;
    min-height: 32px;
    border-radius: 4px; }
  .checkbox_gong.selected, .checkbox_gong.checked {
    background: url(../img/icons/box_selected.png?v=2026-06-03) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 33px;
    height: 27px; }
  .tooltip-addon {
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0)), color-stop(36%, rgba(0, 76, 147, 0.7)), to(rgba(12, 70, 148, 0.7)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35%, rgba(0, 76, 147, 0.7) 36%, rgba(12, 70, 148, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0c4694", GradientType=1);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 440px;
    width: 100%;
    border: 0;
    z-index: 101;
    border-radius: 4px;
    padding: 0; }
  .tooltip-addon .box_tooltip_addon {
    position: relative;
    margin-top: -165px; }
  .tooltip-addon .arrow {
    width: 35px;
    height: 16px;
    background: transparent url(../img/background/arrow_down.png?v=2026-06-03) no-repeat center;
    background-size: cover;
    position: absolute;
    z-index: 2; }
  .tooltip-addon .container_tooltip_addon {
    border-radius: 10px;
    overflow: hidden;
    background: white;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 10vh;
    width: 400px;
    margin: 0;
    padding: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    border: 2px solid #004c93; }
  .tooltip-addon .container_tooltip_addon .header_tooltip_addon {
    height: 50px;
    min-height: 50px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .tooltip-addon .container_tooltip_addon .header_tooltip_addon h3 {
    color: #004c93;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: calc(1rem + 0.2vw);
    position: absolute;
    text-transform: uppercase; }
  .tooltip-addon .container_tooltip_addon .header_tooltip_addon h3 i {
    margin-right: 10px;
    width: 30px;
    height: 25px; }
  .tooltip-addon .container_tooltip_addon .header_tooltip_addon .close-icon {
    position: relative;
    color: #004c93;
    font-size: 30px;
    margin: 0;
    padding: 10px;
    width: 30px;
    height: 30px;
    z-index: 10; }
  .tooltip-addon .container_tooltip_addon .body_tooltip_addon {
    height: auto;
    width: 100%; }
  .tooltip-addon .container_tooltip_addon .body_tooltip_addon p {
    text-align: center;
    font-family: "Bliss-Regular", sans-serif;
    font-size: calc(0.6667rem + 0.2vw);
    color: #004c93;
    margin: 0;
    padding: 15px 0; }
  .tooltip-addon .container_tooltip_addon .body_tooltip_addon h3 {
    text-align: left;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: calc(0.7778rem + 0.2vw);
    color: #004c93;
    padding: 15px 0; }
  .tooltip-addon .container_tooltip_addon .footer_tooltip_addon {
    min-height: 90px;
    background: white;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .tooltip-addon .container_tooltip_addon .footer_tooltip_addon button {
    width: 120px;
    height: 40px;
    background: #004c93;
    color: white;
    border: 0;
    border-radius: 5px;
    text-align: center;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: calc(1rem + 0.2vw); }
  .tooltip-addon.arrow-right .arrow {
    right: -23px;
    top: 66%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .tooltip-addon.arrow-down .arrow {
    left: 134px;
    bottom: -14px; }
  .tooltip-addon.schedina {
    background: transparent;
    max-width: unset;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .tooltip-addon.schedina .arrow {
    left: 45px; }
  .tooltip-addon.schedina .box_tooltip_addon {
    margin-top: -21%;
    right: 26px; }
  .tooltip-addon.schedina .container_tooltip_addon {
    width: 530px; }
  .tooltip-addon.schedina .panel_choose-numbers-gong div {
    width: 6.5% !important;
    height: 35px !important; }
  .tooltip-addon.schedina .panel_choose-numbers-gong div span {
    width: 27px;
    height: 27px; }
  .panel_options_plus {
    width: 100%;
    margin: 0;
    padding: 0; }
  .panel_options_plus h3 {
    color: white;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 16px;
    padding: 0 10px;
    font-family: "Bliss2-Bold", sans-serif;
    margin: 10px 0 0px 0;
    width: calc(100% - 15px);
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .panel_options_plus .but_option {
    position: relative;
    width: 46%;
    height: 74px;
    border-radius: 8px;
    padding: 10px 5px;
    overflow: hidden;
    margin: 7px auto;
    -webkit-box-shadow: 2px 2px 6px rgba(134, 139, 198, 0.2);
    box-shadow: 2px 2px 6px rgba(134, 139, 198, 0.2);
    font-size: calc(0.7778rem + 0.2vw);
    font-family: "Bliss-Regular", sans-serif r;
    color: #004c93;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .panel_options_plus .but_option .top {
    width: 100%;
    margin-bottom: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 28px;
    padding-left: 2%; }
  .panel_options_plus .but_option .top > div {
    width: 50%;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .panel_options_plus .but_option .desc {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    text-align: center; }
  .panel_options_plus .but_option .checkbox_gong {
    margin: 0px 5% 0 2%;
    max-width: 32px; }
  .panel_options_plus .but_option .desc {
    margin: 0 30px 0 10px; }
  .panel_options_plus .but_option .input-container {
    border-radius: 8px;
    width: 70px;
    height: 36px;
    background: white;
    max-width: 75px;
    max-height: 36px;
    overflow: hidden; }
  .panel_options_plus .but_option .input-container .input-extra {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    width: 70px;
    height: 36px;
    background: white;
    position: relative;
    padding-right: 20px;
    max-width: 75px; }
  .panel_options_plus .but_option .input-container .input-extra span.euro {
    padding-right: 7px; }
  .panel_options_plus .but_option .input-container .input-extra span.euro:after {
    content: '€';
    display: inline-block;
    font-size: 14px;
    color: #004c93; }
  .panel_options_plus .but_option .opacity {
    opacity: 0.5; }
  .panel_options_plus .but_option .selected ~ .input-container .opacity, .panel_options_plus .but_option .selected ~ .input-container .input-extra:after {
    opacity: 1; }
  .panel_options_plus .but_option .input-extra:after {
    content: '';
    width: 30px;
    height: 30px;
    background-size: 50%;
    background-position: right center;
    background: url(../img/icons/pen.svg?v=2026-06-03) no-repeat;
    background-size: 60% !important;
    position: absolute;
    right: -7px;
    top: 8px;
    opacity: 0.4; }
  .panel_options_plus .but_option.oro {
    background: #FFF25A;
    margin-right: 2%;
    padding-top: 12px;
    height: 73px; }
  .panel_options_plus .but_option.extra {
    background: #FFB64E; }
  .panel_options_plus .but_option.extra .checkbox_gong {
    min-width: 32px; }
  .panel_options_plus .but_option.extra .logo_extra, .panel_options_plus .but_option.extra .logo_extra_1 {
    background-size: 87% !important;
    width: 10vw;
    min-width: 40px;
    max-width: 54px;
    margin-left: -5px;
    background-position: center; }
  .panel_options_plus .but_option.gong {
    width: 100%;
    max-width: calc(100% - 10px);
    background: #ff887a;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 66px; }
  .panel_options_plus .but_option.gong .checkbox_gong {
    width: 32px; }
  .panel_options_plus .but_option.gong .novita {
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 8px;
    width: 45px;
    height: 12px;
    background: red;
    color: white;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px; }
  .panel_options_plus .but_option.gong .btn3 {
    margin: 0 10px; }
  .panel_options_plus .but_option.gong .btn3.selected {
    border: 2px solid #FF5440;
    color: #404040;
    font-size: calc(1.222rem + 0.2vw);
    font-family: Baloo; }
  .panel_options_plus .but_option.gong .desc {
    width: 46%;
    text-align: left; }
  .panel_options_plus .logo_oro {
    width: 12vw;
    height: 28px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    min-width: 30px;
    max-width: 40px;
    margin-left: 2%; }
  .panel_options_plus .logo_doppio_oro {
    width: 12vw;
    height: 34px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    min-width: 35px;
    max-width: 40px; }
  .panel_options_plus .logo_extra {
    width: 12vw;
    height: 25px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    margin-right: 5%;
    margin-top: 3px; }
  .panel_options_plus .logo_extra_1 {
    width: 12vw;
    height: 35px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logoExtra_positivo.svg?v=2026-06-03) no-repeat; }
  .panel_options_plus .logo_gong {
    width: 14vw;
    height: 20px;
    max-width: 60px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; }
  .panel_options_plus #inputValueExtraX {
    width: 30px;
    text-align: right;
    border: none;
    color: #004c93;
    font-size: 14px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_pages-generic .container_body {
    padding: 10px;
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_pages-generic .container_body h2 {
    text-align: center;
    font-size: 26px;
    margin: 10px 0 12.5px 0;
    padding: 10px 0 12.5px 0;
    height: auto;
    text-transform: uppercase;
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_pages-generic .container_body p {
    font-size: 16px;
    line-height: 25px;
    font-family: "Bliss-Regular", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_pages-generic.diecielotto-wrap_pages-generic_strict {
    position: relative;
    padding-top: 60px;
    width: 743px;
    margin: 0 calc((100% - 743px) / 2);
    padding-bottom: 100px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_pages-generic.diecielotto-wrap_pages-generic_wide {
    position: relative;
    padding-top: 60px;
    width: calc(100% - 25px);
    margin: 0 12.5px;
    padding-bottom: 100px; }
  .gdl-wrap.diecielotto-wrap .component-wrap_claim-rules-game .component-wrap .component-content {
    background: none !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 932px;
    margin: 0 calc((100% - 932px) / 2);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home.diecielotto-wrap_home_numbers-selected .component-wrap_promo {
    margin-left: 0px !important;
    margin-right: 12.5px;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home.diecielotto-wrap_home_numbers-selected .component-wrap_immediate {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home.diecielotto-wrap_home_numbers-selected > .column-wrap_center {
    max-height: 1350px !important;
    height: 1270px !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap {
    width: calc(50% - 12.5px - 25px / 2);
    padding: 12.5px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap.column-wrap_center {
    width: 100%;
    max-height: 1040px;
    height: 1040px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap.column-wrap_center {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: none !important;
    height: auto !important; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .group-component-wrap.group-component-wrap_lottery {
    margin-right: 12.5px;
    width: calc(50% - 12.5px - 6px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .group-component-wrap.group-component-wrap_lottery {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(440px);
    margin-top: 12.5px;
    margin-right: 0 !important;
    margin-left: 0 !important; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap {
    width: calc(50% - 12.5px - 6px); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_padding {
    padding: 25px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_choose-numbers {
    margin-right: 12.5px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_immediate {
    margin-left: 12.5px;
    margin-top: 12.5px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_immediate {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_viewer-area {
    margin-left: 12.5px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_viewer-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_potential-winnings {
    margin-left: 12.5px;
    margin-top: 12.5px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_frequent-delayed-numbers {
    margin-left: 12.5px;
    margin-top: 12.5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_frequent-delayed-numbers .column-wrap:nth-child(5) .empty-content,
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_frequent-delayed-numbers .column-wrap:nth-child(6) .empty-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 36px;
    padding-top: 3px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_frequent-delayed-numbers .column-wrap:nth-child(5) .empty-content .icon,
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_frequent-delayed-numbers .column-wrap:nth-child(6) .empty-content .icon {
    width: auto;
    margin-left: 5px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_frequent-delayed-numbers .column-wrap:nth-child(5) .empty-content p,
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_frequent-delayed-numbers .column-wrap:nth-child(6) .empty-content p {
    font-size: 12px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_promo {
    margin-left: 12.5px;
    margin-top: 12.5px;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_promo {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap.component-wrap_claim-rules-game {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home > .column-wrap .component-wrap {
    width: calc(440px);
    margin-right: 0 !important;
    margin-left: 0 !important; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home .component-wrap {
    border: 3px solid #004c93; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_home {
    width: 768px;
    margin: 0 calc((100% - 768px) / 2); } }

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .component-wrap_viewer-area .component-content .content {
    margin: -1px; }
  #homeBannerRightTop img {
    width: 436px;
    height: 127px;
    margin: -1px; }
  .diecielotto-wrap .table_gong {
    zoom: 0.97;
    border-left: 6px solid #ff5440; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_faq .container_body h2 {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    width: 100%;
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body h2 {
    text-shadow: -0.1px -0.1px 0 #FFF, 0.1px -0.1px 0 #FFF, -0.1px 0.1px 0 #FFF, 0.1px 0.1px 0 #FFF;
    background: transparent url(../img/icons/icon_frequent-delayed-numbers_title-10elotto.png?v=2026-06-03) no-repeat;
    background-position: calc(50% - 280px) 0;
    background-size: 75px;
    width: 100%;
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap {
    width: calc((100% / 3) - 3px);
    border-top: 2px solid #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap > .column-wrap {
    width: 100%;
    border: none !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap > .column-wrap h4 {
    margin: 0px 0px 0px 0px !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap h4 {
    margin: 0;
    width: calc(100%);
    color: #004c93;
    font-size: 16px;
    font-family: "Bliss2-Bold", sans-serif;
    text-align: center;
    padding: 5px 0px 0px 0px;
    text-transform: uppercase;
    margin-top: 12.5px;
    font-weight: normal; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap .claim_frequent {
    border-bottom: 2px solid #f58220;
    width: 100%;
    display: block;
    text-align: center;
    color: #004c93;
    font-family: "Bliss-Regular", sans-serif;
    font-size: 15px;
    padding: 0px 0px 5px 0px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap ul {
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap ul li {
    padding: 5px 5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90% !important;
    height: auto;
    border-right: 1px solid #e0e0e0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap ul li small {
    font-size: 18px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap ul li > span {
    width: 80%;
    font-family: "Bliss-Regular", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap ul li > div {
    width: 20% !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap .empty-content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
    color: #cccccc; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap .empty-content .icon {
    width: 100%;
    height: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap .empty-content .icon i {
    font-size: 64px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap .empty-content p {
    font-family: "Bliss2-Bold", sans-serif !important;
    font-weight: bold;
    line-height: normal;
    text-align: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed {
    background: white;
    border-left: 2px solid #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url("") no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url("") no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url("") no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url("") no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed ul li div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed:nth-child(2) ul li {
    height: 42.01px; } }

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed:nth-child(2) ul li {
    height: 41.9px; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_delayed:nth-child(3) {
    border-left: none !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent {
    background: white;
    border-right: 2px solid #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url("") no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url("") no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url("") no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url("") no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_frequent ul li {
    border: none !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden {
    background: white;
    border-right: 2px solid #004c93;
    margin-bottom: 2px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.not-selected {
    border-color: #fcdb18;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.golden-not-selected {
    border-color: #fcdb18;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_golden ul li {
    border-right: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime {
    background: white;
    border-right: 2px solid #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.not-selected {
    border-color: black;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.golden-not-selected {
    border-color: black;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li {
    border-right: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li span.overtime-not-selected {
    border-color: #f58220 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_overtime ul li span.number small {
    color: #004c93 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong {
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul:nth-child(2) {
    min-height: 256px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.not-selected {
    border-color: #404040;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.golden-not-selected {
    border-color: #404040;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li {
    border-right: 1px solid #e0e0e0 !important;
    border-right: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_gong ul li span.not-selected {
    border-color: #ff887a !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul {
    min-height: 152px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.not-selected {
    border-color: #404040;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.golden-not-selected {
    border-color: #404040;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li {
    border-right: 0px solid #e0e0e0 !important;
    border-right: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_right.column-wrap_gong ul li span.not-selected {
    border-color: #ff887a !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .column-wrap.column-wrap_left.column-wrap_gong .empty-content {
    border-right: 1px solid #e0e0e0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-full .claim {
    width: calc(100% - 9px);
    text-align: center;
    font-family: "Bliss-Regular", sans-serif;
    background: #dfe9f1;
    height: 30px;
    border: 2px solid #004c93;
    border-top: none !important;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-empty {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 25px 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-empty * {
    color: #cccccc; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-empty .icon {
    padding: 6.25px 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-empty .icon i {
    font-size: 74px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-empty h4 {
    font-weight: bold;
    font-size: 24px;
    padding: 6.25px 0;
    font-family: "Bliss2-Bold", sans-serif !important;
    margin: 0;
    text-align: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-empty p {
    padding: 6.25px 0;
    font-size: 18px;
    font-family: "Bliss2-Bold", sans-serif !important;
    margin: 0;
    text-align: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_frequent-delayed-numbers .container_body.container_body-empty button {
    font-size: 18px;
    margin-top: 25px;
    width: 200px;
    padding: 10px;
    color: white;
    font-weight: bold; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive {
    padding-bottom: 0 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body h2 {
    text-shadow: -0.1px -0.1px 0 #FFF, 0.1px -0.1px 0 #FFF, -0.1px 0.1px 0 #FFF, 0.1px 0.1px 0 #FFF;
    background: transparent url(../img/icons/icon_extraction-archive_title-10elotto.png?v=2026-06-03) no-repeat;
    background-position: calc(50% - 290px) 0;
    background-size: 60px;
    width: 100%;
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element {
    width: 932px;
    margin: 0 calc((100% - 932px) / 2);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 1000px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 900px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap {
    width: 50%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar {
    width: 285px;
    margin-right: 12.5px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    margin-bottom: 25px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker {
    width: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single {
    font-family: "Bliss2-Bold", sans-serif;
    border: 2px solid #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-lendar {
    width: calc(100%);
    margin: 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-table th {
    color: white;
    font-size: 15px;
    height: 40px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-table th abbr {
    border: none !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-table thead {
    background: #003f79; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-table thead div {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-table td {
    color: #dfe9f1; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-title {
    padding: 12.5px 25px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-title .pika-label {
    font-size: 19px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .is-selected .pika-button {
    border-radius: 0;
    background: #f58220 !important;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-button {
    text-align: center;
    background: transparent;
    font-size: 16px;
    height: 30px;
    margin: 2px 2px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker .pika-single .pika-button:hover {
    background: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker > input {
    display: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker > span {
    display: none; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker input {
    display: block;
    width: 150px;
    padding: 10px 10px 10px 40px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    font-family: "Bliss2-Bold", sans-serif;
    margin-bottom: 12.5px;
    margin-right: 12.5px;
    background: url(../img/background/10elotto_extraction-archive_bg-calendar.png?v=2026-06-03) no-repeat;
    background-size: 1.5rem;
    background-position: 10px center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker input::-moz-placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker input:-ms-input-placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker input::-ms-input-placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker input::placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker > span {
    margin-bottom: 12.5px;
    font-size: 12px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker > div {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 52px;
    left: 0;
    display: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker > div > .pika-single {
    position: absolute !important;
    width: 100%;
    height: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker > div .pika-table {
    height: 240px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar .calendar-picker > div.show-in {
    display: block; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_calendar {
    width: calc(100%);
    margin: 0; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_link-extraction {
    width: 285px;
    margin-right: 12.5px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_link-extraction p {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Bliss2-Bold", sans-serif;
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app {
    width: 285px;
    margin-right: 12.5px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-height: 250px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .link_download {
    width: calc(285px - 154px);
    height: 205px;
    background-repeat: no-repeat;
    background-image: url(../img/background/10elotto_feedback_download-app.png?v=2026-06-03);
    background-size: cover;
    padding-left: 150px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .link_download span {
    color: #004c93;
    font-size: 16px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .link_download span small {
    margin-top: 5px;
    font-size: 14px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .link_download .btn {
    width: 80px;
    height: 30px;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .link_download .btn.btn-appstore-download {
    background: url(../img/background/10elotto_feedback_download-app_apple.png?v=2026-06-03) no-repeat;
    background-size: contain;
    margin-top: 10px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .link_download .btn.btn-android-download {
    background: url(../img/background/10elotto_feedback_download-app_android.png?v=2026-06-03) no-repeat;
    background-size: contain;
    margin-top: 5px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .or_wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    width: 285px;
    margin: 30px 0;
    height: 2px;
    font-weight: bold; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .or_wrap span {
    font-size: 14px;
    text-align: center;
    background: white;
    padding: 0 25px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .qrcode_download {
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .qrcode_download span {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .qrcode_download .qrcode_wrap {
    background: url(../img/qrcode/download_app.jpg?v=2026-06-03) no-repeat;
    background-size: cover;
    width: 200px;
    height: 200px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app .download_app .qrcode_download .btn-qrcode-download {
    border: none;
    color: #004c93;
    text-decoration: underline;
    font-family: "Bliss-Regular", sans-serif;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_download-app {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(100%);
    margin: 0; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive {
    background: white;
    width: calc(932px - 285px - 12.5px - 12.5px - 12.5px - 12.5px);
    margin-left: 12.5px;
    border: 2px solid #004c93;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive {
    background: #dfe9f1;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive > span {
    color: #404040;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 15px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 6px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form > input {
    padding: 10px 5px;
    border-radius: 4px;
    border: none;
    width: 290px;
    font-family: "Bliss2-Bold", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: textfield; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form > input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form > input::-moz-placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form > input:-ms-input-placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form > input::-ms-input-placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form > input::placeholder {
    color: #cccccc;
    font-size: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form > input[type=number]::-webkit-inner-spin-button,
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form > input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form .btn {
    padding: 8px 22px;
    margin: 0px 3px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form .btn.btn-cerca-estrazione {
    margin-left: 6px;
    width: 90px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .form-extraction-archive .form .btn.btn-cancella-ricerca {
    margin-right: 0px;
    padding: 8px 10px;
    width: 175px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .messageSticky {
    color: #404040;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 15px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day {
    padding: 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 700px;
    overflow-y: scroll; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive {
    width: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td .titolo {
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td .titolo span {
    margin-left: 3px;
    font-family: "Bliss2-Bold", sans-serif;
    color: black; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td .titolo span.last-extraction {
    font-size: 18px;
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td .titolo span.number-extraction {
    font-size: 18px;
    color: #404040;
    text-transform: uppercase; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td .titolo span.day-extraction {
    font-size: 12px;
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap {
    width: 100%;
    border-bottom: #e0e0e0;
    margin-bottom: 5px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left {
    width: 70%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-wrap.column-wrap_left div {
    margin: 4px 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 104px;
    margin: 10px 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro {
    width: 160px;
    padding-right: 10px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro span div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro > div {
    width: 48%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro > div > div {
    width: 100%;
    display: inherit; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro > div .number {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro > div .number small {
    color: #004c93 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-oro p {
    margin: -10px auto 12px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime {
    width: 298px;
    height: auto;
    margin-bottom: 0px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .label {
    width: 100%;
    color: #004c93;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Bliss2-Bold", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div {
    width: 6.66667%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers {
    width: 90%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers div {
    width: 10.66667%;
    margin: 2px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .info-overtime .numbers span.number small {
    color: #004c93 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .numeri__gong {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85px;
    height: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .numeri__gong span {
    padding-top: 1px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .logo_oro {
    width: 44px;
    height: 33px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .logo_doppio_oro {
    width: 41px;
    height: 35px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .logo_extra {
    margin-top: 8px;
    width: 50px;
    height: 24px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive .list-extraction-day table.extraction-archive tbody tr td > .column-full .logo_gong {
    width: 50px;
    height: 24px;
    margin: 9px auto 14px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element > .element-wrap.element-wrap_extraction-archive {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 25px 0; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive .container_body > .container-element {
    width: calc(625px - 25px);
    margin: 0 calc((100% - 625px) / 2);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body h2 {
    background-position: calc(50% - 280px) 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto {
    height: auto;
    width: calc(932px - 285px - 12.5px - 12.5px - 12.5px - 12.5px);
    margin-left: 12.5px;
    border: 2px solid #004c93;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .single-extraction-day {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .single-extraction-day h3 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px;
    font-size: 20px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .single-extraction-day h3 span {
    font-size: 16px;
    margin-top: 5px;
    font-family: "Bliss-Regular", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto {
    background: white;
    width: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers {
    margin: 0 35px;
    width: calc(100% - 35px - 35px); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto .numbers > div {
    margin-bottom: 5px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 104px;
    margin: 10px 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro {
    width: 160px;
    padding-right: 10px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e0e0e0;
    height: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro span div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro > div {
    width: 48%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro > div > div {
    width: 100%;
    display: inherit; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro > div .number {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro > div .number small {
    color: #004c93 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-oro p {
    margin: 5px auto 10px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime {
    width: 298px;
    height: auto;
    margin-bottom: 0px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime.Xcenter {
    margin-left: 50px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .label {
    width: 100%;
    color: #004c93;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Bliss2-Bold", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div {
    width: 6.66667%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers {
    width: 90%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers div {
    width: 10.66667%;
    margin: 2px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .info-overtime .numbers span.number small {
    color: #004c93 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .numeri__gong {
    border-left: 1px solid #e0e0e0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85px;
    height: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .numeri__gong span {
    padding-top: 0px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .logo_oro {
    width: 44px;
    height: 33px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .logo_doppio_oro {
    width: 41px;
    height: 35px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .logo_extra {
    margin-top: 8px;
    width: 50px;
    height: 24px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto .extraction-numbers_lotto > .column-full .logo_gong {
    width: 50px;
    height: 24px;
    margin: 9px auto 14px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; } }

@media screen and (max-width: 931px) {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_extraction-archive.diecielotto-wrap_extraction-archive_lotto .container_body > .container-element > .element-wrap.element-wrap_extraction-archive_lotto {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 25px 0; } }

@media screen {
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body h2 {
    background: transparent url(../img/icons/icon_favorite-game_title-10elotto.png?v=2026-06-03) no-repeat;
    background-position: calc(50% - 200px) 0;
    background-size: 60px;
    width: 100%;
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif;
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game {
    background: white;
    border: 2px solid #004c93;
    margin: 25px calc((100% - (768px - 25px)) / 2);
    width: calc(743px); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_header {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_header .logo {
    height: 45px;
    width: 150px;
    background: url(../img/logos/10elotto.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: 12.5px center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_header .id-game {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 25px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body {
    margin: 0px 12.5px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played {
    position: relative;
    font-family: "Bliss-Regular", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0 12.5px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left {
    width: 70%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left .label {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    color: #004c93;
    margin: 0;
    padding: 0;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number small {
    color: white; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number {
    background: none;
    border: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_left .numbers {
    margin: 0;
    padding: 0;
    width: 78%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_right {
    width: 30%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_right .options-logo {
    width: 33%;
    height: 40px;
    margin: 0 5px 10px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_right .options-logo.golden-logo {
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: 30px;
    background-position: center bottom; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_right .options-logo.double-golden-logo {
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: 30px;
    background-position: center bottom; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_right .options-logo.option-x-logo {
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-size: 40px;
    background-position: center bottom; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body > .numbers-played .column-wrap.column-wrap_right .options-logo.gong-logo {
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    background-size: 40px;
    background-position: center bottom; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body .numeri__gong {
    text-align: left;
    margin-top: -24px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body table.summary-played {
    width: 100%;
    border-bottom: 1px solid #e0e0e0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body table.summary-played thead {
    font-size: 16px;
    color: #f58220;
    text-transform: uppercase; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body table.summary-played td.type-game {
    text-align: left; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body table.summary-played tr {
    font-weight: lighter;
    font-size: 13px;
    text-align: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body table.summary-played tr th {
    font-family: "Bliss2-Bold", sans-serif;
    padding: 0 !important;
    border: none;
    color: #004c93;
    border-bottom: 3px solid #f58220 !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body table.summary-played tr th.count {
    text-transform: capitalize !important; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_body table.summary-played tr td {
    height: 55px;
    line-height: 15px;
    font-family: "Bliss-Regular", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12.5px 0px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .count_total {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    padding: 0 0 0 20px;
    border-right: 1px solid #e0e0e0;
    font-family: "Bliss2-Bold", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .count_total span:last-child {
    margin: 0px;
    font-size: 26px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .count_total span:last-child:after {
    content: "€";
    margin-left: 6px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .count_total span:first-child {
    font-size: 16px;
    letter-spacing: 1px;
    color: #004c93;
    text-transform: uppercase; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .potential_winnings {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 15px;
    width: 265px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .potential_winnings span {
    font-size: 14px;
    text-align: left;
    font-family: "Bliss-Regular", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .potential_winnings span strong {
    font-family: "Bliss2-Bold", sans-serif; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .potential_winnings span span, .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .potential_winnings span .color_extra {
    color: #f58220;
    text-transform: uppercase; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .buy_played {
    min-width: 248px;
    text-align: right;
    padding-right: 25px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .buy_played .btn-gioca-numeri {
    width: 110px;
    height: 40px;
    font-weight: normal; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game .single-favorite-game_footer .buy_played .btn-rimuovi-schedina {
    width: 110px;
    height: 40px;
    font-weight: normal; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played {
    position: relative; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played i {
    color: #f58220;
    font-size: 26px;
    position: relative;
    top: 6px;
    margin: 0px 5px 0px 0px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played .tooltip_favorite-invalid {
    width: 220px;
    height: 54px;
    right: 62px;
    left: auto;
    text-align: left;
    bottom: 50px;
    top: unset;
    padding: 10px 5px;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played .tooltip_favorite-invalid .body p {
    font-size: 12px;
    font-family: "Bliss-Regular", sans-serif;
    line-height: 1.2rem;
    color: #004c93;
    margin: 0;
    padding: 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played .tooltip_favorite-invalid .wrap_icon_arrow {
    border-top: none;
    border-left: none;
    bottom: -12px;
    right: 81px;
    border-color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played .tooltip_favorite-invalid .wrap_icon_close {
    color: #004c93;
    top: 2px;
    width: 12px;
    height: 12px;
    right: 5px;
    padding: 2px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played .tooltip_favorite-invalid .wrap_icon_close i {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    top: 0;
    position: inherit;
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played .tooltip_favorite-invalid.show-in {
    opacity: 1; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played .btn-rimuovi-schedina {
    background: #f58220;
    color: white;
    border-color: #f58220; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .single-favorite-game.invalid .single-favorite-game_footer .buy_played .btn-gioca-numeri {
    display: none; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-full .pagination-container {
    background: white;
    margin: 25px calc((100% - (768px - 25px)) / 2);
    width: calc(768px - 25px); }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-empty {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-empty * {
    color: #cccccc; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-empty .icon {
    padding: 6.25px 0; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-empty .icon i {
    font-size: 74px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-empty h4 {
    font-weight: bold;
    color: #e0e0e0;
    font-size: 24px;
    padding: 6.25px 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_favorite-game .container_body.container_body-empty p {
    padding: 6.25px 0;
    font-size: 18px;
    margin: 0;
    text-align: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_info-game .carousel-learn-diecielotto {
    height: 450px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_info-game .carousel-learn-diecielotto .group-images .single-image img {
    border: 6px solid #004c93;
    padding: 1px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_info-game .carousel-learn-diecielotto .group-images .single-image i {
    font-size: 30px;
    color: #004c93; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_info-game .carousel-learn-diecielotto .group-images .single-image i.fa-chevron-left {
    margin-right: 25px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_info-game .carousel-learn-diecielotto .group-images .single-image i.fa-chevron-right {
    margin-left: 25px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_info-game .table_how-much-win {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: 0 10%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_info-game .table_how-much-win table tr td {
    width: 50%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_probability-rules .container_body {
    background: white;
    padding: 10px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_probability-rules .container_body h2 {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    width: 100%;
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_probability-rules .container_body .table_probability-rules {
    margin: 0 10%;
    width: 80%; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_payment-win .container_body {
    background: white;
    padding: 10px; }
  .gdl-wrap.diecielotto-wrap.diecielotto-wrap_payment-win .container_body h2 {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    width: 100%;
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* Include components structure for 10elotto */
  .component-wrap {
    position: relative; }
  .component-wrap .component-content {
    background: white; }
  .component-wrap .component-content > h2 {
    margin-top: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers {
    background: url(../img/background/10elotto_choose_numbers_new2.png?v=2026-06-03) repeat-x;
    background-position: bottom;
    border-radius: 10px;
    width: 100% !important;
    /* Cross for all panel */ }
  .diecielotto-wrap .component-wrap_choose-numbers .component-content {
    padding: 25px 12.5px 3.5px 12.5px !important;
    background: transparent !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option h3 {
    margin: 0 0 15px 0;
    padding: 0;
    color: white;
    font-size: 18px;
    font-family: "Bliss-Regular", sans-serif;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option {
    border-radius: 8px;
    background: #dfe9f1;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -10px;
    height: 35px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > button {
    background: transparent;
    border: none;
    width: 30px;
    height: calc(100% - 10px);
    margin: 5px;
    padding: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > button:focus {
    outline: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > button:nth-child(1) {
    background: url(../img/icons/btn_scelta-casuale-10elotto.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > button:nth-child(2) {
    background: url(../img/icons/icon_favorite-game_title-10elotto.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > button:last-of-type {
    background: url(../img/icons/btn_cancella-numeri-selezionati-10elotto.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > span {
    width: 2px;
    background: #f58220;
    height: calc(100% - 2px);
    margin: 1px 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip {
    z-index: -2000;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip h4 {
    margin: 5px 0 10px 0;
    font-weight: normal !important;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-family: "Bliss2-Bold", sans-serif;
    color: #f58220; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip .container_numbers {
    width: 100%;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip .container_numbers span {
    font-size: 17px;
    width: calc(10% - 2px);
    height: 45px;
    color: #004c93;
    font-weight: bold;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #004c93;
    border-right: 1px solid #004c93;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip .container_numbers span:first-child {
    border-top: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip .container_numbers span:nth-child(11) {
    border-left: 1px solid #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip .container_numbers span:nth-child(n+11) {
    border-bottom: 1px solid #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game {
    width: 412px;
    height: 360px;
    padding: 12.5px !important;
    left: -299px;
    top: 48px;
    z-index: -2000;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "Baloo", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game h4 {
    padding: 0;
    margin: 0;
    color: #004c93;
    margin-top: 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 345px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .numeri__gong {
    margin-top: -10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group {
    min-width: 100%;
    width: auto;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    left: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 412px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer i {
    font-size: 24px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer i:first-child {
    margin-right: 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer i:last-child {
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played {
    width: calc(100% - 5px);
    height: 300px;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    border-radius: 8px;
    background: white;
    border: 2px solid #004c93;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table {
    width: 100%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table thead th {
    text-align: center;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #004c93;
    padding: 2px 0 0 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span {
    border: 2px solid black;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (33px / 2));
    left: calc(50% - (33px / 2)); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played table tbody td.numbers_played {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .golden-numbers {
    width: 280px;
    height: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .golden-numbers .column-wrap {
    width: 70px;
    height: 50px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .golden-numbers .column-wrap.column-wrap_left {
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 50px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .golden-numbers .column-wrap.column-wrap_center {
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 50px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .golden-numbers .column-wrap.column-wrap_right {
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 50px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .golden-numbers .column-wrap.column-wrap_overright {
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 50px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .subscription-multiple {
    width: 100%;
    text-align: left;
    margin: 0 0 12.5px 0;
    padding-bottom: 9.5px;
    border-bottom: 1px solid #e0e0e0;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .subscription-multiple > ul {
    width: 70%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .subscription-multiple > ul > li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .subscription-multiple > ul > li .column-wrap {
    width: 46%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .subscription-multiple > ul > li .column-wrap.column-wrap_left {
    font-weight: bold;
    text-align: right;
    margin-right: 2%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .subscription-multiple > ul > li .column-wrap.column-wrap_left:after {
    content: ":"; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .subscription-multiple > ul > li .column-wrap.column-wrap_right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .subscription-multiple > .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .subscription-multiple > .golden-numbers .column-wrap {
    width: 50%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .btn_replay-game {
    font-size: 15px;
    padding: 5px 15px !important;
    margin-bottom: 10px;
    margin-top: 0 !important;
    width: auto !important;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .claim_invalid {
    display: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played .noGong {
    margin: 0 25% 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played.invalid .btn_replay-game {
    background: #f58220;
    border-color: #f58220; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played.invalid .btn_replay-game i {
    color: white;
    font-size: 14px;
    margin: 0px 5px 0px 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame .played_group .single_layer .single_played.invalid .claim_invalid {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Bliss-Regular", sans-serif;
    margin: 0px 10px;
    font-size: 12px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame.empty {
    height: 250px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame.empty .icon_favorite-game {
    width: 100%;
    background: url(../../assets/img/icons/icon_favorite-game.png?v=2026-06-03) no-repeat;
    background-position: center;
    height: 100px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame.empty h5 {
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    margin: 12.5px 0;
    color: #cccccc;
    padding: 0;
    font-weight: normal;
    text-align: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .body_favoritegame.empty p {
    font-size: 18px;
    color: #cccccc;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .wrap_icon_arrow {
    left: 200px;
    top: -12px;
    left: 341px;
    border-bottom: none;
    border-right: none;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_favorite-game .wrap_icon_close {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_lucky-numbers {
    width: 220px;
    height: 78px;
    right: -10px;
    left: auto;
    top: 50px;
    padding: 20px 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_lucky-numbers h4 {
    text-align: left;
    font-family: "Bliss2-Bold", sans-serif;
    margin: 0;
    padding: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_lucky-numbers .body_lucky-numbers p {
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif;
    line-height: 1.5rem;
    margin: 0;
    padding: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_lucky-numbers .wrap_icon_arrow {
    border-bottom: none;
    border-right: none;
    top: -12px;
    right: 100px;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_lucky-numbers.show-in {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1;
    z-index: 2010 !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_lucky-numbers.show-out {
    -webkit-animation: none !important;
    animation: none !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_delete-numbers {
    width: 220px;
    height: 20px;
    right: -20px;
    left: auto;
    top: 50px;
    padding: 20px 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_delete-numbers h4 {
    text-align: left;
    font-family: "Bliss2-Bold", sans-serif;
    margin: 0;
    padding: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_delete-numbers .wrap_icon_arrow {
    border-bottom: none;
    border-right: none;
    top: -12px;
    right: 25px;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_delete-numbers.show-in {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1;
    z-index: 2010 !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers_option .choose-numbers_option > .tooltip.tooltip_delete-numbers.show-out {
    -webkit-animation: none !important;
    animation: none !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .box-options .checkbox_gong {
    min-width: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    min-height: 28px !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .box-options .btn3 {
    min-height: 35px !important;
    min-width: 35px !important;
    max-height: 35px !important;
    max-width: 35px !important;
    font-size: 24px !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .box-options .logo_extra_1 {
    width: 59px !important;
    height: 30px !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .box-options .logo_gong {
    margin-right: 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers {
    background: #dfe9f1;
    border-radius: 12px;
    padding: 12.5px;
    width: calc(100% - 25px); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong {
    padding: 0 12.5px;
    width: calc(100% - 25px); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.not-selected {
    color: #404040;
    border-color: #ff5440;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.selected {
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected {
    background: #dfe9f1;
    border-radius: 12px;
    padding: 5px 12.5px;
    width: calc(100% - 25px);
    margin-top: 12.5px;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-display: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected h3 {
    text-transform: uppercase;
    color: #004c93;
    font-weight: lighter;
    font-size: 16px;
    padding: 0;
    font-family: "Bliss2-Bold", sans-serif;
    margin: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected i {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #004c93;
    font-size: 18px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div {
    width: 50px;
    height: 36px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input {
    width: 80px;
    border-radius: 6px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input.not-selected {
    border: 2px solid #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input.not-selected > input, .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input.not-selected .euro {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input.selected {
    border: 2px solid #004c93;
    background: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input.selected > input, .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input.selected .euro {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input > input {
    background: transparent;
    text-align: center;
    border: none;
    width: 80%;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: textfield; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input > input:focus {
    outline: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.other-input > .euro {
    width: 20%;
    height: 36px;
    color: white;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div .other-text > span {
    margin-left: 30px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.not_selected {
    background: white;
    border-radius: 6px;
    border: 2px solid #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.not_selected > span {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.selected {
    background: #004c93;
    border-radius: 6px;
    border: 2px solid #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_amount-selected > div.selected span {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers {
    background: #f6ee35;
    border-radius: 12px;
    padding: 12.5px;
    width: calc(100% - 25px);
    margin-top: 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-display: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    height: 70px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers i {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #004c93;
    font-size: 18px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap {
    width: calc(100% / 3); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_left .logo_golden-number {
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    width: 65px;
    height: 55px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_left .not_selected {
    border-radius: 5px;
    border: 1px solid #004c93;
    background: white;
    width: 20px;
    height: 20px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_left .selected {
    border-radius: 3px;
    border: 1px solid #004c93;
    background: #004c93;
    width: 20px;
    height: 20px;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_left .selected span {
    background: url(../img/background/10elotto_choose_numbers_flag-selected-option.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: -2px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_center {
    width: 140px !important;
    height: 80px !important;
    background: transparent url(../../sections/info/assets/img/gif-animate/10elotto-gif-animata-numero-oro.gif?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_right .logo_double-golden-number {
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    width: 65px;
    height: 55px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_right .not_selected {
    border-radius: 5px;
    border: 1px solid #004c93;
    background: white;
    width: 20px;
    height: 20px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_right .selected {
    border-radius: 3px;
    border: 1px solid #004c93;
    background: #004c93;
    width: 20px;
    height: 20px;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_golden-numbers .column-wrap.column-wrap_right .selected span {
    background: url(../img/background/10elotto_choose_numbers_flag-selected-option.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: -2px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x {
    background: white;
    border: 2px solid #f58220;
    border-radius: 12px;
    padding: 12.5px;
    width: calc(100% - 29px);
    margin-top: 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-display: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    height: 70px;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .ribbon {
    background: transparent url(../img/background/10elotto_schedina-opzione-x-ribbon.png?v=2026-06-03) no-repeat;
    background-size: contain;
    width: 60px;
    height: 40px;
    top: 0px;
    left: 0px;
    position: absolute; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x i {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #004c93;
    font-size: 18px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap {
    width: calc(100% / 3); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 130px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_left .logo_option-x {
    width: 90px;
    height: 55px;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_left .not_selected {
    border-radius: 5px;
    border: 1px solid #004c93;
    background: white;
    width: 20px;
    height: 20px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_left .selected {
    border-radius: 3px;
    border: 1px solid #004c93;
    background: #004c93;
    width: 20px;
    height: 20px;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_left .selected span {
    background: url(../img/background/10elotto_choose_numbers_flag-selected-option.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: -2px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_center {
    width: 130px !important;
    height: 80px !important;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_center .img-cms {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../../sections/info/assets/img/gif-animate/10elotto-gif-animata-extra.gif?v=2026-06-03) no-repeat !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div {
    width: 50px;
    height: 36px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input {
    width: 55px;
    border-radius: 6px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input.not-selected {
    border: 2px solid #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input.not-selected > input, .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input.not-selected .euro {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input.selected {
    border: 2px solid #004c93;
    background: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input.selected > input, .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input.selected .euro {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input > input {
    background: transparent;
    text-align: center;
    border: none;
    width: 80%;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: textfield; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input > input:focus {
    outline: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-input > .euro {
    width: 20%;
    height: 36px;
    color: white;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-text > span {
    color: #1d1d1d; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.other-text.disabled_element {
    opacity: 0.5; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.not_selected {
    background: white;
    border-radius: 6px;
    border: 2px solid #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.not_selected > span {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.selected {
    background: #004c93;
    border-radius: 6px;
    border: 2px solid #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_option-x .column-wrap.column-wrap_right > div.selected span {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options {
    background: #dfe9f1;
    border-radius: 12px;
    padding: 5px 12.5px;
    width: calc(100% - 25px);
    margin-top: 6.5px;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-display: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 54px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options i {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #004c93;
    font-size: 18px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .titoli {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 100%;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 17px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .titoli > div {
    width: calc(100% / 3);
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .titoli > div .text {
    margin-left: 5px;
    color: #004c93;
    text-transform: uppercase;
    padding-right: 5px;
    margin-right: 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .titoli > div:nth-child(1) {
    width: 60%;
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 90%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .titoli > div:nth-child(2) {
    width: 20%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .titoli > div:nth-child(2) .text {
    text-transform: none;
    font-size: 75%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .titoli > div:last-child {
    width: 20%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .titoli > div:last-child .text {
    text-transform: none;
    font-size: 75%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 100%;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 17px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div {
    width: calc(100% / 3);
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(1) {
    width: 60%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(1) .not_selected {
    border-radius: 5px;
    border: 1px solid #004c93;
    background: white;
    width: 20px;
    height: 20px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(1) .selected {
    border-radius: 3px;
    border: 1px solid #004c93;
    background: #004c93;
    width: 20px;
    height: 20px;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(1) .selected span {
    background: url(../img/background/10elotto_choose_numbers_flag-selected-option.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: -2px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(1) .text {
    margin-left: 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(1) .text span {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(1) .text span:first-child {
    text-transform: uppercase;
    border-right: 1px solid #004c93;
    padding-right: 5px;
    margin-right: 3px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(1) .text span:last-child {
    color: #404040;
    font-size: 71%; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) {
    width: 20%;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .add {
    background: url(../img/icons/icon_plus-circle-10elotto.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .number {
    width: 30px;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #004c93;
    background: white;
    border-radius: 5px;
    border: 2px solid #004c93;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip {
    top: auto;
    bottom: 50px;
    width: 400px;
    height: auto;
    padding: 20px;
    left: -260px;
    z-index: -2000;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip h4 {
    width: 100%;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Bliss2-Bold", sans-serif;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip .container_numbers {
    width: 100%;
    position: relative;
    font-family: "Bliss2-Bold", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip .container_numbers span {
    font-size: 17px;
    width: calc(100% / 10);
    height: 45px;
    color: #004c93;
    font-weight: bold;
    border: 1px solid #004c93;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: -1px !important;
    margin-left: -1px !important;
    box-sizing: border-box; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip .container_numbers span.selected {
    background: #004c93;
    color: white !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip .container_numbers span:first-child {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #ffffff !important;
    cursor: default; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip .btn-nessun-abbonamento {
    width: 170px;
    margin-right: calc(100% - 170px);
    background: transparent;
    color: black;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 14px;
    border: none;
    padding: 0;
    margin-top: 10px;
    font-weight: bold;
    text-transform: none;
    color: #004c93;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip .btn-nessun-multipla {
    width: 170px;
    margin-right: calc(100% - 170px);
    background: transparent;
    color: black;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 14px;
    border: none;
    padding: 0;
    margin-top: 10px;
    font-weight: bold;
    text-transform: none;
    color: #004c93;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip .wrap_icon_arrow {
    border-top: none;
    border-left: none;
    bottom: -12px;
    right: 132px;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(2) .tooltip .wrap_icon_close i {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) {
    width: 20%;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .add {
    background: url(../img/icons/icon_plus-circle-10elotto.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .number {
    width: 30px;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #004c93;
    background: white;
    border-radius: 5px;
    border: 2px solid #004c93;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip {
    top: auto;
    bottom: 50px;
    width: 400px;
    height: auto;
    padding: 20px;
    left: -260px;
    z-index: -2000;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip h4 {
    width: 100%;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Bliss2-Bold", sans-serif;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip .container_numbers {
    width: 100%;
    position: relative;
    font-family: "Bliss2-Bold", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip .container_numbers span {
    font-size: 17px;
    width: calc(100% / 10);
    height: 45px;
    color: #004c93;
    font-weight: bold;
    border: 1px solid #004c93;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: -1px !important;
    margin-left: -1px !important;
    box-sizing: border-box; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip .container_numbers span.selected {
    background: #004c93;
    color: white !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip .container_numbers span:first-child {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #ffffff !important;
    cursor: default; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip .btn-nessun-abbonamento {
    width: 170px;
    margin-right: calc(100% - 170px);
    background: transparent;
    color: black;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 14px;
    border: none;
    padding: 0;
    margin-top: 10px;
    font-weight: bold;
    text-transform: none;
    color: #004c93;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip .btn-nessun-multipla {
    width: 170px;
    margin-right: calc(100% - 170px);
    background: transparent;
    color: black;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 14px;
    border: none;
    padding: 0;
    margin-top: 10px;
    font-weight: bold;
    text-transform: none;
    color: #004c93;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip .wrap_icon_arrow {
    border-top: none;
    border-left: none;
    bottom: -12px;
    right: 132px;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_options .single_option > div:nth-child(3) .tooltip .wrap_icon_close i {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    padding: 12.5px 12.5px 0 12.5px;
    width: calc(100% - 25px);
    margin-top: 12.5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary .total_amout {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% - 160px); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary .total_amout .label {
    color: #004c93 !important;
    font-size: 16px;
    margin: 0;
    font-family: "Bliss2-Bold", sans-serif;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary .total_amout .label i {
    margin-left: 12.5px;
    cursor: pointer;
    position: relative;
    top: 4px;
    font-size: 18px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary .total_amout .values {
    color: black;
    font-size: 24px;
    margin: -5px 0 0 0;
    font-family: "Bliss-Regular", sans-serif;
    letter-spacing: 1px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary .container_btn {
    margin-bottom: 15px;
    width: 160px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary .container_btn .btn_riepilogo {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary > .tooltip {
    top: 70px;
    width: 440px;
    height: 30px;
    padding: 20px;
    margin-bottom: 30px;
    right: 0;
    z-index: -2000; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary > .tooltip.tooltip-error {
    background: #ff0937;
    border: 1px solid #ff0937;
    padding: 0;
    width: calc(100% + 60px);
    border-radius: 0px;
    left: -30px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary > .tooltip.tooltip-error p {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin: 0 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary > .tooltip.tooltip-error p i {
    margin-right: 1rem; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary > .tooltip.tooltip-error .wrap_icon_arrow {
    background: #ff0937;
    border: 1px solid #ff0937; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary > .tooltip .wrap_icon_arrow {
    border-right: none;
    border-bottom: none;
    top: -11px;
    right: 110px; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_check-summary > .tooltip .btn-gioca-numeri {
    min-width: 136px;
    font-weight: normal; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played {
    z-index: -2100;
    opacity: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container {
    position: relative;
    height: auto;
    width: 648px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_header {
    border-bottom: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_header h2 {
    font-family: "Bliss2-Bold", sans-serif;
    color: #004c93;
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_header .close-icon {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_header .logo {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 200px;
    background: url(../img/logos/10elotto.png?v=2026-06-03) no-repeat;
    background-size: 80px;
    background-position-y: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body {
    overflow: hidden;
    font-family: "Baloo", sans-serif;
    border: none !important;
    width: 597.5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header .btn {
    background: white;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "Bliss2-Bold", sans-serif;
    font-weight: bold;
    position: relative;
    margin-left: 10px;
    letter-spacing: 1px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header .btn i {
    font-size: 22px;
    position: relative;
    top: 3px;
    left: 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header .btn.btn-salva-preferita {
    margin-left: 10px;
    text-transform: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header .btn.btn-salva-preferita:focus {
    outline: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header > .tooltip {
    top: 70px;
    width: 440px;
    height: 30px;
    margin-bottom: 30px;
    right: 0;
    z-index: -2000; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header > .tooltip.tooltip-error {
    width: calc(100% + 12.5px);
    left: -15px;
    top: 40px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header > .tooltip.tooltip-error p {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin: 0 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header > .tooltip.tooltip-error p i {
    margin-right: 1rem; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header > .tooltip.tooltip-error .wrap_icon_arrow {
    background: #ff0937;
    border: 1px solid #ff0937;
    left: 100px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_header > .tooltip .wrap_icon_arrow {
    border-right: none;
    border-bottom: none;
    top: -11px;
    right: 110px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played {
    font-family: "Bliss-Regular", sans-serif;
    margin-bottom: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left {
    width: 60%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left .label {
    width: 100%;
    text-transform: uppercase;
    color: #004c93;
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_left .numbers {
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_right {
    width: calc(40% - 8%);
    margin-left: 6%;
    margin-right: 2%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_right .logos {
    max-width: 44px;
    width: calc(100% / 3 - 10px);
    height: 100%;
    margin: 0 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_right .logos.golden-logo {
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: 30px;
    background-position: center 80%; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_right .logos.double-golden-logo {
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: 30px;
    background-position: center 80%; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_right .logos.option-x {
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-size: 38px;
    background-position: center 80%; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body > .numbers-played .column-wrap.column-wrap_right .logos.gong-logo {
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    background-size: 38px;
    background-position: center 80%; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .numeri__gong {
    text-align: left;
    margin-top: -20px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body table.summary-played {
    width: 100%;
    padding: 0px 0px 10px 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body table.summary-played thead {
    font-size: 16px;
    color: #f58220;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body table.summary-played td.type-game {
    text-align: left; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body table.summary-played tr {
    font-weight: lighter;
    font-size: 13px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body table.summary-played tr th {
    font-family: "Bliss2-Bold", sans-serif;
    padding: 0 !important;
    border: none;
    color: #004c93;
    border-bottom: 3px solid #f58220 !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body table.summary-played tr th.count {
    text-transform: capitalize !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body table.summary-played tr td {
    height: 55px;
    line-height: 15px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options {
    margin: 0 auto;
    position: relative;
    min-height: 180px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options h3 {
    width: 100%;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options h3 span {
    width: 100%;
    color: #004c93;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: calc(1rem + 0.2vw); }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options h3 i {
    margin: 0;
    width: 20px;
    height: 20px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_container {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 617.25px;
    margin-left: -10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 118px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option {
    width: 46%;
    height: 48px;
    background-size: contain;
    background-position: right center;
    border-radius: 8px;
    overflow: hidden;
    margin: 5px 10px;
    -webkit-box-shadow: 2px 2px 6px rgba(134, 139, 198, 0.2);
    box-shadow: 2px 2px 6px rgba(134, 139, 198, 0.2);
    font-size: calc(0.7778rem + 0.2vw);
    font-family: "Bliss-Regular", sans-serif;
    color: #004c93;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option > div + .desc {
    margin-left: 10.5% !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option > div + .logo_extra_1 + .desc {
    margin-left: 7.5% !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option > div + div + .desc {
    margin-left: unset !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option .logo_oro {
    width: 50px;
    height: 24px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option .logo_doppio_oro {
    width: 45px;
    height: 28px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option .logo_extra_1 {
    width: 50px;
    height: 35px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logoExtra_positivo.svg?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option .logo_gong {
    width: 50px;
    height: 20px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option > div {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option .checkbox_gong {
    margin: 0px 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option .desc {
    margin: 0 30px 0 10px;
    line-height: 12px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option.oro {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #FFF25A; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option.oro .desc {
    margin: 0 10px 0 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option.extra {
    background: #FFB64E;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .but_option.gong {
    width: 100%;
    background: #ff887a; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .tooltip_options {
    bottom: -3px;
    width: 280px;
    height: auto;
    padding: 10px 20px 10px 10px;
    top: auto;
    right: 35px !important;
    left: auto;
    z-index: -2000;
    border-color: #e0e0e0;
    background: white !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .tooltip_options h2 {
    width: 100%;
    text-transform: uppercase;
    color: #004c93;
    margin: 10px 0px 5px 0px;
    text-align: center;
    padding: 0;
    height: 20px;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .tooltip_options p {
    font-size: 12px;
    font-family: "Bliss2-Bold", sans-serif;
    margin: 0px 0px 10px 0;
    padding: 0px;
    text-align: center;
    color: #404040;
    text-transform: none !important;
    line-height: 15px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .tooltip_options p span {
    color: #004c93;
    text-transform: lowercase;
    display: inline-block; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .tooltip_options p span:first-letter {
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .tooltip_options .wrap_icon_arrow {
    border-top: none;
    border-left: none;
    bottom: 140px;
    right: -11px;
    left: auto;
    z-index: -1;
    border-color: #e0e0e0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .tooltip_options .wrap_icon_close {
    display: none;
    top: 3px;
    right: 6px;
    font-size: 24px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_body .box-options .btn-gioca-numeri {
    min-width: 150px;
    font-weight: normal !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 1px solid #e0e0e0;
    padding-top: 12.5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer .count_total {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
    border-right: 1px solid #e0e0e0;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer .count_total span:last-child {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: -5px;
    letter-spacing: 2px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer .count_total span:first-child {
    font-size: 16px;
    text-transform: uppercase;
    color: #004c93;
    margin-bottom: 4px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer .potential_winnings {
    line-height: 15px;
    margin: 4px 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer .potential_winnings span {
    font-size: 12px;
    text-align: center;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer .potential_winnings span span {
    text-transform: uppercase;
    color: #f58220; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer .potential_winnings span strong {
    font-family: "Bliss2-Bold", sans-serif, sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer .buy_played {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-summary-played .modal_container .modal_body > .panel_footer .buy_played .btn-gioca-numeri {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 18px;
    font-weight: normal; }
  .diecielotto-wrap .component-wrap_choose-numbers .modal_wrap-subscriptions {
    z-index: -2100;
    opacity: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback {
    z-index: -2050;
    opacity: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container {
    width: calc(932px); } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container {
    width: calc(768px); } }

@media screen {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback {
    width: 600px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media screen {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_promo {
    width: calc(932px - 600px - 75px);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_promo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media screen {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_button {
    width: calc(932px - 600px - 75px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0 !important; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_button {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    width: 600px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_button .redirect10elotto-wrap {
    width: calc(100% - 50px) !important; } }

@media screen {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 900px;
    height: 1000px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback {
    padding: 25px 12.5px 25px 12.5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header {
    padding: 12.5px;
    background: #175fa0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    height: 160px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/background/10elotto_feedback_header.png?v=2026-06-03) no-repeat;
    background-size: auto;
    background-position: 100% 100%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header h3 {
    width: 100%;
    font-size: 31px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: white;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/background/10elotto_feedback_header_h3.png?v=2026-06-03) no-repeat;
    background-position: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header h3 span:first-child {
    width: calc(100% - (50px * 2));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/background/10elotto_feedback_header_h3.png?v=2026-06-03) repeat-x;
    background-size: auto;
    background-position: center;
    margin: 0 50px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header h3 span:last-child {
    height: 50px;
    display: block;
    width: 335px;
    background: #175fa0;
    position: relative;
    letter-spacing: -1.5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header .text-container {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif;
    line-height: 22px;
    margin: 10px 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header .text-container span {
    color: white;
    margin-bottom: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header .text-container span:first-child {
    font-size: 20px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header .text-container span:last-child {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header .cta-container {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header .cta-container .btn {
    width: 280px;
    border: 1px solid white;
    border-radius: 4px;
    padding: 5px 5px;
    margin: 5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header .cta-container .btn i {
    font-size: 24px;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_header .cta-container .btn.btn-guarda-estrazione-5minuti {
    width: 285px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .tooltip {
    top: 70px;
    width: 440px;
    height: 30px;
    margin-bottom: 30px;
    right: 0;
    z-index: -2000; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .tooltip.tooltip-error {
    width: calc(100%);
    left: 0px;
    top: 50px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .tooltip.tooltip-error p {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin: 0 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .tooltip.tooltip-error p i {
    margin-right: 1rem; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .tooltip.tooltip-error .wrap_icon_arrow {
    background: #ff0937;
    border: 1px solid #ff0937;
    left: 15px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .tooltip .wrap_icon_arrow {
    border-right: none;
    border-bottom: none;
    top: -11px;
    right: 110px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    font-size: 24px !important;
    font-family: "Bliss2-Bold", sans-serif;
    color: #004c93;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .title button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    border-right: 1px solid #e0e0e0;
    width: 60px;
    text-align: center;
    font-size: 16px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .title button i {
    font-size: 22px;
    margin-right: 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .title button:focus {
    outline: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .title span {
    text-align: center;
    width: calc(100% - 50px);
    margin: 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .count_played {
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12.5px 0;
    font-size: 16px;
    font-family: "Bliss-Regular", sans-serif;
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .count_played small {
    font-size: 16px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played {
    font-family: "Bliss-Regular", sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left {
    width: 60%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left .label {
    width: 100%;
    text-transform: uppercase;
    color: #004c93;
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left .numbers {
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left .numeri__gong {
    text-align: left; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right {
    width: 35%;
    margin-left: 5%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos {
    max-width: 44px;
    width: calc(100% / 3);
    height: 100%;
    margin: 0 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos.golden-logo {
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 34%;
    width: 60px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos.double-golden-logo {
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 29%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos.option-x {
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 34%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos.gong-logo {
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    background-size: 44px;
    background-position: center 34%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12.5px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played > .column-wrap {
    width: calc(50%);
    padding: 25px 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played > .column-wrap .row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played > .column-wrap .row span {
    font-family: "Bliss-Regular", sans-serif;
    text-align: left;
    margin: 5px;
    font-weight: normal; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played {
    width: 100%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played thead {
    font-size: 16px;
    color: #f58220;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played td.type-game {
    text-align: left; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr {
    font-weight: lighter;
    font-size: 13px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr th {
    font-family: "Bliss2-Bold", sans-serif;
    padding-bottom: 5px;
    border: none;
    color: #004c93;
    border-bottom: 3px solid #f58220 !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr th.count {
    text-transform: capitalize !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr td {
    height: 55px;
    line-height: 15px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr td.icon_collapse {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_down.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr td.icon_collapse.open {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_up.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played {
    padding: 0;
    margin: 0;
    border-top: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played > td {
    padding: 0;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played > td > .container_single-played {
    width: 100%;
    max-height: 200px;
    overflow-y: auto; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    border: none;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 12px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played thead th {
    padding: 0;
    margin: 0;
    border: none !important;
    height: 20px;
    text-transform: none;
    color: #404040;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody {
    background: #f0f3f6; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr {
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td {
    text-align: center;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
    height: 25px;
    font-size: 90%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip {
    width: 150px;
    text-decoration: underline;
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif !important;
    font-size: 13px;
    cursor: pointer;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip {
    top: 35px;
    width: 210px;
    height: 70px;
    left: -85px;
    padding: 5px;
    border-color: #e0e0e0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .wrap_icon_close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip h4 {
    width: 100%;
    font-family: "Bliss-Regular", sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .tooltip_body {
    color: #004c93;
    font-size: 12px;
    width: 100%;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .tooltip_body span:after {
    content: " - "; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .tooltip_body span:last-child:after {
    content: "  "; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .tooltip_footer {
    color: #004c93;
    font-size: 12px;
    width: 100%;
    height: 15px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .wrap_icon_arrow {
    border-bottom: none;
    border-right: none;
    width: 20px;
    height: 20px;
    position: absolute;
    background: white !important;
    top: -12px;
    right: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f0f3f6;
    border-color: #e0e0e0;
    z-index: 19; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played td.type-game {
    text-align: left; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played_print {
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16.66667px 0;
    font-size: 14px;
    font-weight: bold;
    font-family: "Ubuntu-Medium", sans-serif;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #004c93;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played_print span {
    margin-left: 1rem;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played_print i {
    font-size: 28px;
    cursor: pointer; } }

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .info_played_print {
    display: none; } }

@media screen {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .repeat_played {
    height: 50px;
    margin-top: 25px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-display: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .repeat_played span {
    text-align: left;
    font-size: 14px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .repeat_played span small {
    color: #004c93;
    font-size: 100% !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_feedback .detail_wrap .repeat_played .btn-altra-giocata {
    font-size: 16px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: normal; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_button {
    margin: 25px 12.5px 25px 12.5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_button .redirect10elotto-wrap {
    background: #004c93;
    width: calc(calc(932px - 600px - 75px) - 50px);
    height: calc(160px - 50px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    color: white;
    font-family: "Bliss2-Bold", sans-serif;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_button .redirect10elotto-wrap span {
    font-size: 18px;
    width: 85%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_button .redirect10elotto-wrap i {
    width: 15%;
    font-size: 24px;
    text-align: right; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo {
    margin: 25px 12.5px 25px 12.5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app {
    background: white;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .link_download {
    width: calc(calc(932px - 600px - 75px) - 119px);
    height: 155px;
    background-repeat: no-repeat;
    background-image: url(../img/background/10elotto_feedback_download-app.png?v=2026-06-03);
    background-size: contain;
    padding-left: 115px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .link_download span {
    color: #004c93;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .link_download span small {
    margin-top: 5px;
    font-size: 12px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .link_download .btn {
    width: 80px;
    height: 20px;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .link_download .btn.btn-appstore-download {
    background: url(../img/background/10elotto_feedback_download-app_apple.png?v=2026-06-03) no-repeat;
    background-size: contain;
    margin-top: 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .link_download .btn.btn-android-download {
    background: url(../img/background/10elotto_feedback_download-app_android.png?v=2026-06-03) no-repeat;
    background-size: contain;
    margin-top: 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .or_wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    width: calc(932px - 600px - 75px);
    margin: 30px 0;
    height: 2px;
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .or_wrap span {
    font-size: 14px;
    text-align: center;
    background: white;
    padding: 0 25px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .qrcode_download {
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .qrcode_download span {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .qrcode_download .qrcode_wrap {
    background: url(../img/qrcode/download_app.jpg?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 25px;
    width: calc(932px - 600px - 75px);
    height: 150px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body > .element-wrap.element-wrap_promo .download_app .qrcode_download .btn-qrcode-download {
    border: none;
    color: #004c93;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    text-align: center; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container > .panel_body {
    max-height: 2000px;
    height: 1800px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen {
  .diecielotto-wrap .component-wrap_choose-numbers.component-wrap_choose-numbers_loading {
    height: 540px;
    background: whitesmoke;
    border: none !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .icon-Info {
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_banner-lottery {
    width: calc(100% - 25px) !important;
    border: 3px solid transparent !important;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 12.5px; }
  .diecielotto-wrap .component-wrap_banner-lottery > .container-wrap {
    border-radius: 10px;
    width: 100%;
    background: #004c93;
    min-height: 405px;
    max-height: 100%;
    position: relative;
    z-index: 2050; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_banner-lottery > .container-wrap {
    margin: 12.5px;
    width: calc(100% - 25px) !important; } }

@media screen {
  .diecielotto-wrap .component-wrap_banner-lottery > .wrap_icon_close {
    position: absolute;
    right: 10px;
    font-size: 29px;
    cursor: pointer;
    top: 10px;
    color: white;
    z-index: 205050; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_banner-lottery > .wrap_icon_close {
    right: 20px;
    top: 20px; } }

@media screen {
  .diecielotto-wrap .component-wrap_banner-lottery > .overlay-banner {
    position: fixed;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.71);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_banner-lottery {
    margin: 0 !important;
    width: calc(100%) !important; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area {
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-area .content {
    height: 305px;
    overflow: hidden;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area {
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo {
    background: #004c93;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: calc(100%);
    top: -100%;
    left: 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    color: white;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo h3 .open-accordion {
    background: url(../img/background/10elotto_viewer-area_accordion.png?v=2026-06-03) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 15px;
    display: none; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo h3 .open-accordion {
    display: block; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo .wrap-promo {
    width: calc(100% - 25px);
    height: calc(100% - 30px - 30px);
    border-radius: 5px 5px 0 0;
    margin: 0 12.5px 0 12.5px;
    background: #dfe9f1;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo .countdown-ball {
    font-size: 12px;
    font-family: "Bliss2-Bold", sans-serif;
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: -15px;
    right: -15px;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03);
    background-size: contain;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo .countdown-ball .text {
    color: #004c93;
    font-size: 10px;
    text-align: center;
    line-height: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo .countdown-ball .separator {
    color: white;
    text-transform: uppercase;
    margin-top: 4px;
    text-align: center;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo .countdown-ball .separator span.line {
    background: white;
    width: 20%;
    height: 2px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo .countdown-ball .countdown {
    color: #004c93;
    font-size: 24px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo .btn-espandi-visore-espanso {
    border: none;
    width: 80%;
    height: 30px;
    border-radius: 0 !important;
    text-transform: inherit;
    font-weight: lighter;
    text-decoration: underline;
    font-size: 14px;
    background: #004c93;
    font-family: "Bliss-Regular", sans-serif;
    color: white;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo .btn-espandi-visore-espanso span {
    position: absolute;
    background: url(../img/background/10elotto_homepage_viewer_area_open_modal.png?v=2026-06-03) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 2px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo.show-in {
    -webkit-animation: animation-viewarea--promo-show 1s forwards;
    animation: animation-viewarea--promo-show 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_promo.show-out {
    -webkit-animation: animation-viewarea--promo-hide 1s forwards;
    animation: animation-viewarea--promo-hide 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions {
    background: #004c93;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: calc(100%);
    left: -100%;
    top: 0;
    overflow: hidden; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    color: white;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions h3 .open-accordion {
    background: url(../img/background/10elotto_viewer-area_accordion.png?v=2026-06-03) no-repeat;
    background-size: contain;
    width: calc(30px - 10px);
    height: calc(30px - 10px);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 15px;
    opacity: 0; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions h3 .open-accordion {
    opacity: 1; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: calc(100% - 30px - 30px); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions {
    min-width: calc(100% - 10px);
    width: auto;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    left: 0;
    background: #004c93;
    list-style: none;
    padding: 0;
    background: #004c93;
    margin: 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 435px;
    border-radius: 5px 5px 0 0;
    background: #dfe9f1;
    height: 100%; } }

@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction {
    min-width: 437px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .pagination {
    width: 100%;
    height: 20px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 2px 12.5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .pagination i {
    margin: 0 25px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12.5px;
    width: calc(100% - 25px); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers span small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .golden-numbers span.label {
    width: 50px !important;
    height: 35px !important;
    margin-right: 10px;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction.happyHour .golden-numbers span.label {
    background: url(../img/logos/golden-number-white.png?v=2026-06-03) no-repeat;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0px 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers span small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers span.label {
    width: 50px !important;
    height: 35px !important;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .double-golden-numbers .number {
    margin-right: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction.happyHour .double-golden-numbers span.label {
    background: url(../img/logos/double-golden-number-white.png?v=2026-06-03) no-repeat;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 85px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers .label {
    width: 100%;
    height: 25px;
    font-family: "Bliss2-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 3rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers .numbers {
    width: 95%;
    height: auto;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers .numbers > div:nth-child(9) {
    margin-left: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers .numbers > div:nth-child(15) {
    margin-right: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .option-x-numbers .numbers > div > span > small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong .logo_gong {
    width: 50px;
    height: 20px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 32px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions li.single-extraction .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions .other-container {
    height: 125px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions .other-container .left-container {
    width: 265px;
    padding-right: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions .other-container .left-container .golden-box {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions .other-container .right-container {
    width: 138px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #004C93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions .other-container.full-container {
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .wrap-extraction ul.all-extractions .other-container.full-container .left-container {
    border-right: 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .countdown-ball {
    font-size: 12px;
    font-family: "Bliss2-Bold", sans-serif;
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: -15px;
    right: -15px;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03);
    background-size: contain;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .countdown-ball .text {
    color: #004c93;
    font-size: 10px;
    text-align: center;
    line-height: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .countdown-ball .separator {
    color: white;
    text-transform: uppercase;
    margin-top: 4px;
    text-align: center;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .countdown-ball .separator span.line {
    background: white;
    width: 20%;
    height: 2px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .countdown-ball .countdown {
    color: #004c93;
    font-size: 24px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions.show-in {
    -webkit-animation: animation-viewarea--weekextraction-show 1s forwards;
    animation: animation-viewarea--weekextraction-show 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions.show-out {
    -webkit-animation: animation-viewarea--weekextraction-hide 1s forwards;
    animation: animation-viewarea--weekextraction-hide 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .btn-espandi-visore-espanso {
    border: none;
    width: 80%;
    height: 30px;
    border-radius: 0 !important;
    text-transform: inherit;
    font-weight: lighter;
    text-decoration: underline;
    font-size: 14px;
    background: #004c93;
    font-family: "Bliss-Regular", sans-serif;
    color: white;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_week-extractions .btn-espandi-visore-espanso span {
    position: absolute;
    background: url(../img/background/10elotto_homepage_viewer_area_open_modal.png?v=2026-06-03) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 2px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live {
    background: #004c93;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    height: calc(100%);
    top: 0;
    left: 100%;
    width: calc(100%); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    color: white;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live h3 .open-accordion {
    background: url(../img/background/10elotto_viewer-area_accordion.png?v=2026-06-03) no-repeat;
    background-size: contain;
    width: calc(30px - 10px);
    height: calc(30px - 10px);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 15px;
    opacity: 0; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live h3 .open-accordion {
    opacity: 1; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction {
    width: calc(100% - 25px);
    height: calc(100% - 30px - 30px);
    border-radius: 5px 5px 0 0;
    margin: 0 12.5px;
    background: #dfe9f1;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span {
    border: 2px solid black;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (120px / 2));
    left: calc(50% - (120px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers {
    width: 100%;
    height: 100%;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers > div small {
    font-size: 54px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers > div.single-number-1 {
    z-index: 1000; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers > div.single-number-2 {
    z-index: 1100; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers > div.single-number-3 {
    z-index: 1200; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers.show-countdown .single-number-1 {
    -webkit-animation: animation-viewarea--extractionlive-show-countdown 1s 2s forwards;
    animation: animation-viewarea--extractionlive-show-countdown 1s 2s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers.show-countdown .single-number-2 {
    -webkit-animation: animation-viewarea--extractionlive-show-countdown 1s 1s forwards;
    animation: animation-viewarea--extractionlive-show-countdown 1s 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-countdown .countdown-numbers.show-countdown .single-number-3 {
    -webkit-animation: animation-viewarea--extractionlive-show-countdown 1s forwards;
    animation: animation-viewarea--extractionlive-show-countdown 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-clock {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-clock p {
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    color: #004c93;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-clock.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span {
    border: 2px solid black;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (100px / 2));
    left: calc(50% - (100px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .single-number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .all-numbers-extracted.change-color div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_extraction div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span {
    border: 2px solid black;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (60px / 2));
    left: calc(50% - (60px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .number div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 500; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_first .single-number-extracted {
    margin: 12.5px 0;
    height: 100px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_first .single-number-extracted > div small {
    font-size: 49px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_first .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_first .text_single-number-extracted {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    color: #004c93;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_first .all-numbers-extracted {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_first .all-numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted {
    width: 100%;
    height: auto;
    margin: 25px 0 12.5px 0;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span {
    border: 2px solid black;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (100px / 2));
    left: calc(50% - (100px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1500; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted > div small {
    font-size: 49px;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.change-color > div > .number > small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(2) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1579ms 1660ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1579ms 1660ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(3) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1545ms 1880ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1545ms 1880ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(4) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1869ms 773ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1869ms 773ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(5) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1396ms 568ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1396ms 568ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(6) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1719ms 421ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1719ms 421ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(7) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1089ms 986ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1089ms 986ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(8) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1719ms 1631ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1719ms 1631ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(9) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1544ms 459ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1544ms 459ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(10) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1803ms 765ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1803ms 765ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(11) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1084ms 813ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1084ms 813ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(12) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1446ms 1286ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1446ms 1286ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(13) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1006ms 159ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1006ms 159ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(14) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1637ms 707ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1637ms 707ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(15) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1190ms 1576ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1190ms 1576ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(16) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1113ms 1375ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1113ms 1375ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(17) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1265ms 838ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1265ms 838ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(18) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1242ms 1671ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1242ms 1671ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(19) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1283ms 391ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1283ms 391ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(20) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1272ms 971ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1272ms 971ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 12.5px 0 25px 0;
    height: 50px;
    margin: 10px 20px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap > div small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap .label {
    height: 100%;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div {
    width: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_left {
    width: 40% !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_left .label {
    width: 60px;
    background: transparent url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: 4rem;
    background-position: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_right {
    width: 41% !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_right > div {
    width: 40px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_right .label {
    width: 70px;
    background: transparent url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted {
    width: 100%;
    height: auto;
    margin: 2px 0 2px 0;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span {
    border: 2px solid black;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (100px / 2));
    left: calc(50% - (100px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1500; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted > div small {
    font-size: 49px;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.change-color > div > .number > small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(2) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1689ms 578ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1689ms 578ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(3) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1614ms 2456ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1614ms 2456ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(4) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1711ms 2064ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1711ms 2064ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(5) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1711ms 213ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1711ms 213ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(6) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2031ms 2494ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2031ms 2494ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(7) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1012ms 214ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1012ms 214ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(8) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1600ms 1489ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1600ms 1489ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(9) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1926ms 1137ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1926ms 1137ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(10) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1470ms 2917ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1470ms 2917ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(11) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1216ms 2217ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1216ms 2217ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(12) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1904ms 831ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1904ms 831ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(13) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2947ms 2883ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2947ms 2883ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(14) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1186ms 1793ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1186ms 1793ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(15) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1007ms 1854ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1007ms 1854ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(16) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1966ms 244ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1966ms 244ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(17) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1479ms 2495ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1479ms 2495ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(18) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1661ms 1223ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1661ms 1223ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(19) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2802ms 8ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2802ms 8ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .all-numbers-extracted.pulse-animation > div:nth-child(20) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1016ms 1244ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1016ms 1244ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0px 0px 5px 0px;
    height: 40px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap > div small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap .label {
    height: 100%;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div {
    width: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap_left {
    width: 40% !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap_left .label {
    width: 60px;
    background: transparent url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: 4rem;
    background-position: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap_right {
    width: 41% !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap_right > div {
    width: 40px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .golden-numbers-extracted .column-wrap.column-wrap_right .label {
    width: 70px;
    background: transparent url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap {
    position: initial;
    height: 100px;
    width: calc(100% - 20px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 10px 0px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_waiting {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_waiting p {
    display: initial !important;
    margin: 0px;
    color: #004c93;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-weight: bold;
    text-align: center;
    height: 40px;
    font-size: 16px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_waiting p span {
    color: #f58220;
    text-transform: none !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_waiting p.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .list-numbers {
    width: 70%;
    height: calc(100% - 20px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 2%;
    margin: 10px 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .list-numbers .label {
    width: 100%;
    height: 15px;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    border: none;
    position: initial !important;
    letter-spacing: -1px;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: contain; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .list-numbers .numbers {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .list-numbers .numbers > div:nth-child(9) {
    margin-left: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .list-numbers .numbers > div:nth-child(15) {
    margin-right: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .list-numbers .numbers > div > span > small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .number-extraction {
    width: 22%;
    height: calc(100% - 20px);
    border-left: 1px solid white;
    padding: 0px 2%;
    margin: 10px 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .number-extraction .label {
    width: 100%;
    height: 15px;
    margin: 0px;
    padding: 0px;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    border: none;
    position: initial !important;
    letter-spacing: -1px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .number-extraction .number {
    width: 100%;
    height: 60px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .number-extraction .number > div .number {
    width: 60px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .number-extraction .number > div .number > small {
    font-size: 30px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_third .step-wrap.step-wrap_extraction .number-extraction .number > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong {
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 413px;
    border-radius: 5px 5px 0 0;
    background: #dfe9f1;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12.5px;
    width: calc(100% - 25px);
    height: 75px;
    padding-top: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers span small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .golden-numbers span.label {
    width: 50px !important;
    height: 35px !important;
    margin-right: 10px;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0px 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers span small {
    color: #004c93 !important;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers span.label {
    width: 50px !important;
    height: 35px !important;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .double-golden-numbers .number {
    margin-right: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 85px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers .label {
    width: 100%;
    height: 25px;
    font-family: "Bliss2-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 3rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers .numbers {
    width: 95%;
    height: auto;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers .numbers > div:nth-child(9) {
    margin-left: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers .numbers > div:nth-child(15) {
    margin-right: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .option-x-numbers .numbers > div > span > small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong .logo_gong {
    width: 53px;
    height: 23px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    margin: 6px auto 32px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .all-extractions-gong .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .other-container {
    width: 100%;
    height: 125px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .other-container .left-container {
    width: 265px;
    padding-right: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .other-container .left-container .golden-box {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .other-container .right-container {
    width: 138px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #004C93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap {
    position: initial;
    height: 100px;
    width: calc(100% - 20px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 10px 0px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_waiting {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_waiting p {
    display: initial !important;
    margin: 0px;
    color: #004c93;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-weight: bold;
    text-align: center;
    height: 40px;
    font-size: 16px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_waiting p span {
    color: #f58220;
    text-transform: none !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_waiting p.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .list-numbers {
    width: 70%;
    height: calc(100% - 20px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 2%;
    margin: 10px 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .list-numbers .label {
    width: 100%;
    height: 15px;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    border: none;
    position: initial !important;
    letter-spacing: -1px;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: contain; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .list-numbers .numbers {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .list-numbers .numbers > div:nth-child(9) {
    margin-left: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .list-numbers .numbers > div:nth-child(15) {
    margin-right: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .list-numbers .numbers > div > span > small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .number-extraction {
    width: 22%;
    height: calc(100% - 20px);
    border-left: 1px solid white;
    padding: 0px 2%;
    margin: 10px 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .number-extraction .label {
    width: 100%;
    height: 15px;
    margin: 0px;
    padding: 0px;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    border: none;
    position: initial !important;
    letter-spacing: -1px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .number-extraction .number {
    width: 100%;
    height: 60px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .number-extraction .number > div .number {
    width: 60px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .number-extraction .number > div .number > small {
    font-size: 30px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap.step-wrap_fourth .step-wrap.step-wrap_extraction .number-extraction .number > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final.show-extraction-numbers .step-wrap.step-wrap_first {
    opacity: 1; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final.show-extraction-numbers .step-wrap.step-wrap_second {
    opacity: 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final.show-extraction-golden-numbers .step-wrap.step-wrap_first {
    opacity: 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final.show-extraction-golden-numbers .step-wrap.step-wrap_second {
    opacity: 1; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .btn-espandi-visore-espanso {
    border: none;
    width: 100%;
    height: 30px;
    border-radius: 0 !important;
    text-transform: inherit;
    font-weight: lighter;
    text-decoration: underline;
    font-size: 14px;
    background: #004c93;
    font-family: "Bliss-Regular", sans-serif;
    color: white;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .btn-espandi-visore-espanso span {
    position: absolute;
    background: url(../img/background/10elotto_homepage_viewer_area_open_modal.png?v=2026-06-03) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 2px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live.show-in {
    -webkit-animation: animation-viewarea--extractionlive-show 1s forwards;
    animation: animation-viewarea--extractionlive-show 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live.show-out {
    -webkit-animation: animation-viewarea--extractionlive-hide 1s forwards;
    animation: animation-viewarea--extractionlive-hide 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live {
    z-index: -2100;
    opacity: 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container {
    width: calc(932px - 25px);
    height: auto;
    overflow: hidden;
    background: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_header {
    border-bottom: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_header h2 {
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    color: white;
    text-transform: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_header .close-icon {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body {
    overflow: hidden;
    width: calc(100% - 25px);
    margin: 0 12.5px 0 12.5px;
    padding: 0;
    height: 480px;
    border: none;
    background: #dfe9f1;
    overflow: visible;
    border-radius: 0px 5px 0 0;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span {
    border: 2px solid black;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (140px / 2));
    left: calc(50% - (140px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span {
    border: 2px solid black;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (60px / 2));
    left: calc(50% - (60px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span {
    border: 2px solid black;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (60px / 2));
    left: calc(50% - (60px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap {
    width: calc(100% - 50px);
    position: absolute;
    height: calc(100% - 80px - 25px);
    z-index: 500;
    margin: 0 25px;
    /* Adeguamenti claim text se presente questo elemento */ }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_banner > .countdown_next-extraction {
    width: 100%;
    height: calc(100% - 200px - 25px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif !important;
    color: #004c93;
    font-size: 30px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_banner > .banner {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background: #004c93;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_cms > .countdown_next-extraction {
    width: 100%;
    height: calc(100% - 200px - 25px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif !important;
    color: #004c93;
    font-size: 30px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_cms > .banner {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background: #004c93;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_clock {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_clock p {
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    color: #004c93;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_clock.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .single-number-extracted {
    margin: 12.5px 0;
    height: 100px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .single-number-extracted > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .single-number-extracted > div small {
    font-size: 59px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .text_single-number-extracted {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    color: #004c93;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .all-numbers-extracted {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .all-numbers-extracted > div {
    margin-bottom: 5px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .all-numbers-extracted > div > span > small {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap {
    width: 50%;
    height: calc(100% - 50px);
    margin: 25px 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span {
    border: 2px solid black;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (33px / 2));
    left: calc(50% - (33px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span {
    border: 2px solid black;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (160px / 2));
    left: calc(50% - (160px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left {
    border-right: 1px solid white;
    width: calc(60% - 130px - 1px);
    margin: 0;
    padding: 25px 65px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div {
    width: 33px;
    margin: 2px 2px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span > small {
    color: white !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span.extracted ~ .number {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span.extracted ~ .number small {
    color: #004c93 !important; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left {
    width: calc(60% - 40px - 1px);
    padding: 25px 20px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right {
    width: 41%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .text-extraction {
    color: #004c93;
    font-size: 24px;
    text-transform: uppercase;
    height: auto;
    font-family: "Bliss2-Bold", sans-serif;
    margin-bottom: 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction {
    height: 175px;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction > div > span > small {
    font-size: 88px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .wait-extraction {
    width: 100%;
    height: 100%;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .wait-extraction p {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #004c93;
    font-size: 20px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .wait-extraction p span {
    color: #f58220; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .wait-extraction.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .wait-extraction.show-blink span {
    text-transform: none !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .single-number-extracted {
    margin: 12.5px 0;
    height: 100px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .single-number-extracted > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .single-number-extracted > div small {
    font-size: 59px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .text_single-number-extracted {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    color: #004c93;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .all-numbers-extracted {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .all-numbers-extracted > div {
    margin-bottom: 5px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .all-numbers-extracted > div > span > small {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap {
    width: 50%;
    height: calc(100% - 50px);
    margin: 25px 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span {
    border: 2px solid black;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (33px / 2));
    left: calc(50% - (33px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span {
    border: 2px solid black;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (160px / 2));
    left: calc(50% - (160px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left {
    border-right: 1px solid white;
    width: calc(60% - 130px - 1px);
    margin: 0;
    padding: 25px 65px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div {
    width: 33px;
    margin: 2px 2px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div > span > small {
    color: white !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div > span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div > span.extracted ~ .number {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div > span.extracted ~ .number small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(2) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1170ms 768ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1170ms 768ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(3) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1260ms 519ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1260ms 519ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(4) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1632ms 1867ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1632ms 1867ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(5) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1903ms 1527ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1903ms 1527ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(6) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1930ms 206ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1930ms 206ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(7) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1942ms 252ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1942ms 252ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(8) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1871ms 318ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1871ms 318ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(9) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1477ms 1260ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1477ms 1260ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(10) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1687ms 59ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1687ms 59ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(11) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1061ms 1824ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1061ms 1824ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(12) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1646ms 1876ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1646ms 1876ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(13) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1065ms 1083ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1065ms 1083ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(14) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1746ms 1883ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1746ms 1883ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(15) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1739ms 1777ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1739ms 1777ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(16) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1531ms 726ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1531ms 726ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(17) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1320ms 574ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1320ms 574ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(18) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1966ms 1173ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1966ms 1173ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(19) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1404ms 1266ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1404ms 1266ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(20) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1637ms 116ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1637ms 116ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(21) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1543ms 1952ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1543ms 1952ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(22) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1803ms 301ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1803ms 301ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(23) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1553ms 181ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1553ms 181ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(24) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1846ms 77ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1846ms 77ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(25) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1431ms 1223ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1431ms 1223ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(26) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1370ms 363ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1370ms 363ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(27) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1906ms 1131ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1906ms 1131ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(28) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1009ms 1038ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1009ms 1038ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(29) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1945ms 552ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1945ms 552ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(30) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1153ms 22ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1153ms 22ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(31) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1897ms 1992ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1897ms 1992ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(32) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1151ms 112ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1151ms 112ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(33) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1074ms 1692ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1074ms 1692ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(34) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1685ms 1954ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1685ms 1954ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(35) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1080ms 1348ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1080ms 1348ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(36) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1141ms 491ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1141ms 491ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(37) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1417ms 85ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1417ms 85ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(38) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1185ms 1195ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1185ms 1195ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(39) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1779ms 106ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1779ms 106ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(40) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1615ms 562ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1615ms 562ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(41) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1821ms 1894ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1821ms 1894ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(42) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1630ms 916ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1630ms 916ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(43) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1732ms 572ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1732ms 572ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(44) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1062ms 579ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1062ms 579ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(45) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1079ms 1759ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1079ms 1759ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(46) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1723ms 924ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1723ms 924ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(47) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1615ms 688ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1615ms 688ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(48) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1162ms 56ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1162ms 56ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(49) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1405ms 130ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1405ms 130ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(50) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1078ms 11ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1078ms 11ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(51) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1117ms 1120ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1117ms 1120ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(52) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1882ms 1671ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1882ms 1671ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(53) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1403ms 87ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1403ms 87ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(54) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1579ms 1153ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1579ms 1153ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(55) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1810ms 832ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1810ms 832ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(56) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1353ms 520ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1353ms 520ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(57) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1097ms 1951ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1097ms 1951ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(58) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1877ms 1109ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1877ms 1109ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(59) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1790ms 1020ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1790ms 1020ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(60) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1014ms 713ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1014ms 713ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(61) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1475ms 238ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1475ms 238ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(62) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1708ms 862ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1708ms 862ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(63) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1661ms 141ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1661ms 141ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(64) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1940ms 1318ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1940ms 1318ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(65) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1461ms 1089ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1461ms 1089ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(66) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1691ms 1750ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1691ms 1750ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(67) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1262ms 1834ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1262ms 1834ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(68) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1994ms 350ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1994ms 350ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(69) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1334ms 412ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1334ms 412ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(70) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1271ms 1919ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1271ms 1919ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(71) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1050ms 1873ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1050ms 1873ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(72) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1962ms 264ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1962ms 264ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(73) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1895ms 221ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1895ms 221ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(74) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1820ms 1450ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1820ms 1450ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(75) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1614ms 858ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1614ms 858ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(76) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1587ms 450ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1587ms 450ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(77) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1562ms 1788ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1562ms 1788ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(78) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1080ms 1479ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1080ms 1479ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(79) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1187ms 669ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1187ms 669ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(80) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1678ms 1390ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1678ms 1390ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(81) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1839ms 725ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1839ms 725ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(82) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1272ms 1879ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1272ms 1879ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(83) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1895ms 379ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1895ms 379ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(84) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1454ms 1542ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1454ms 1542ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(85) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1287ms 1150ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1287ms 1150ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(86) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1623ms 1013ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1623ms 1013ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(87) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1388ms 567ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1388ms 567ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(88) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1934ms 572ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1934ms 572ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(89) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1621ms 433ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1621ms 433ms; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(90) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1390ms 1088ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1390ms 1088ms; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left {
    width: calc(60% - 40px - 1px);
    padding: 25px 20px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right {
    width: 41%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .text-extraction {
    color: #004c93;
    font-size: 24px;
    text-transform: uppercase;
    height: auto;
    font-family: "Bliss2-Bold", sans-serif;
    margin-bottom: 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction {
    height: 175px;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction > div > span > small {
    font-size: 88px;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .wait-extraction {
    width: 100%;
    height: 100%;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .wait-extraction p {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #004c93;
    font-size: 20px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .wait-extraction p span {
    color: #f58220; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .wait-extraction.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    text-transform: none !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .single-number-extracted {
    margin: 12.5px 0;
    height: 100px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .single-number-extracted > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .single-number-extracted > div small {
    font-size: 59px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .text_single-number-extracted {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    color: #004c93;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .all-numbers-extracted {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .all-numbers-extracted > div {
    margin-bottom: 5px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .all-numbers-extracted > div > span > small {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap {
    width: 50%;
    height: calc(100% - 50px);
    margin: 25px 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span {
    border: 2px solid black;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (33px / 2));
    left: calc(50% - (33px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span {
    border: 2px solid black;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (160px / 2));
    left: calc(50% - (160px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left {
    border-right: 1px solid white;
    width: calc(60% - 130px - 1px);
    margin: 0;
    padding: 25px 65px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div {
    width: 33px;
    margin: 2px 2px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span > small {
    color: white !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.extracted ~ .number {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.extracted ~ .number small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.overtime {
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    background-size: contain;
    border: none !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.overtime ~ .number {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.overtime ~ .number small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div.show-out {
    -webkit-animation: animation-viewarea--extractionlive-hide-ball-extracted 1s forwards;
    animation: animation-viewarea--extractionlive-hide-ball-extracted 1s forwards; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left {
    width: calc(60% - 40px - 1px);
    padding: 25px 20px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right {
    width: 41%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .text-extraction {
    color: #004c93;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    height: auto;
    font-family: "Bliss2-Bold", sans-serif;
    margin-bottom: 12.5px;
    display: inline; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .text-extraction span {
    color: #f58220; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction {
    height: 175px;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction > div > span > small {
    font-size: 88px;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction {
    width: 100%;
    height: 100%;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction p {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #004c93;
    font-size: 20px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction p span {
    color: #f58220; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction.show-blink span {
    text-transform: none !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction {
    width: calc(100% - 20px);
    height: 80px;
    margin: 10px 10px 0px 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div {
    height: 40px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div:nth-child(9) {
    margin-left: 20px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div:nth-child(15) {
    margin-right: 20px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div span small {
    font-size: 16px; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div {
    height: 35px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div:nth-child(9) {
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div:nth-child(15) {
    margin-right: 10px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth {
    width: 100%;
    margin: 0; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: #dfe9f1;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .left-container {
    width: 519px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .right-container {
    width: 360px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted {
    margin: 10px auto 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 310px;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted > div {
    width: 17%;
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted .number small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-box {
    height: 40px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 90px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers span small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers span.label {
    width: 50px !important;
    height: 50px !important;
    margin-right: 10px;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-position: left center;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 182px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0px 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers span {
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers span small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers span.label {
    width: 50px !important;
    height: 50px !important;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-position: right center;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers .number {
    margin-right: 30px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .column-wrap {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 90%;
    margin: 0 auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers {
    width: 214px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers .label {
    width: 100%;
    height: 50px;
    font-family: "Bliss2-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 3.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers .numbers {
    width: 84%;
    height: auto;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers .numbers > div {
    width: 17.5%;
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers .numbers > div > span > small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong {
    width: 70px;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong span {
    width: 32px;
    height: 32px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong .logo_gong {
    width: 50px;
    height: 34px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong {
    background: #b6cbdd url(../img/animazione-gong/bkg.jpg?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong .gong_intro {
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong .gong_intro p {
    font-size: 38px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong .gong_intro .logo_gong {
    width: 72%;
    height: 60px;
    margin: 10px auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong .gong_animation {
    width: 280px;
    height: 316px;
    margin-top: 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first ~ .claim-text,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second ~ .claim-text,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third ~ .claim-text,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth ~ .claim-text {
    display: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first ~ .claim-extraction,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second ~ .claim-extraction,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third ~ .claim-extraction,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth ~ .claim-text {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_banner ~ .claim-text,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_cms ~ .claim-text,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_clock ~ .claim-text,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary ~ .claim-text {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_banner ~ .claim-extraction,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_cms ~ .claim-extraction,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_clock ~ .claim-extraction,
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary ~ .claim-extraction {
    display: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: #dfe9f1;
    height: 100%; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin-left: -25px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .other-container {
    width: auto;
    margin: 0 auto;
    height: 125px;
    margin-top: 20px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto 30px;
    width: 506px;
    height: 75px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-box {
    width: 220px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers span small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers span.label {
    width: 50px !important;
    height: 50px !important;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: 3.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0px 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers span {
    min-width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers span small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers span.label {
    width: 50px !important;
    height: 50px !important;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-position: center top;
    background-size: 3.5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers .number {
    margin-right: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers {
    width: 406px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 85px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .label {
    width: 100%;
    height: 50px;
    font-family: "Bliss2-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 5rem; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .numbers {
    width: 95%;
    height: auto;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .numbers > div:nth-child(9) {
    margin-left: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .numbers > div:nth-child(15) {
    margin-right: 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .numbers > div > span > small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong {
    width: 160px;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong span {
    width: 44px;
    height: 44px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong .logo_gong {
    width: 69px;
    height: 34px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap {
    margin: 0 12.5px;
    width: calc(100% - 25px); } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-text {
    width: 100%;
    display: none;
    height: 80px;
    text-align: center;
    padding: 12.5px 0px;
    position: absolute;
    bottom: 0px;
    background: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-text .text {
    text-align: center;
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 30px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction {
    width: 100%;
    height: 80px;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12.5px 0px;
    position: absolute;
    bottom: 0px;
    background: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction {
    width: 100%;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction .label {
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction .numbers {
    height: 40px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction {
    width: calc(80% - 0px);
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction .label {
    text-align: left; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div {
    width: 5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span {
    border: 2px solid black;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (34px / 2));
    left: calc(50% - (34px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction {
    width: calc(78% - 0px); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div {
    width: 5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction .numbers > div small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction {
    width: calc(8% - 6px);
    margin: 0 3px;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span {
    border: 2px solid black;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (34px / 2));
    left: calc(50% - (34px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-right: 2px solid white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction .numbers > div small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction {
    width: calc(12% - 3px);
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div {
    width: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span {
    border: 2px solid black;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (34px / 2));
    left: calc(50% - (34px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction {
    width: calc(14% - 3px); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div {
    width: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers > div {
    width: calc(50% - 4px); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers > div:first-child {
    margin-left: 2px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers > div:last-child {
    margin-right: 2px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers > div small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_body .claim-banner {
    width: 100%;
    height: 80px;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12.5px 0px;
    position: absolute;
    bottom: 0px;
    background: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer {
    height: auto;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1000;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .title_played {
    background: #dfe9f1;
    width: 100%;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #004c93;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    position: relative;
    stop: 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .title_played i {
    font-size: 24px;
    margin: 0 30px;
    color: #004c93;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    overflow: auto;
    overflow-scrolling: auto;
    overflow-x: hidden; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll {
    width: 100%;
    height: auto;
    max-height: 300px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played {
    width: calc(100% - 10px);
    margin: 0px 5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played .text_id-game {
    padding-left: 30px;
    min-width: 100%;
    height: 20px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #004c93;
    font-size: 18px;
    font-family: "Bliss2-Bold", sans-serif;
    text-align: center;
    line-height: 6px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played .text_id-game small {
    font-family: "Bliss-Regular", sans-serif;
    line-height: 2px;
    margin-left: 2px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap {
    width: 100%;
    height: 102px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: 0px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left {
    width: calc(100% - 246px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap {
    width: 50%;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 1%;
    width: 60%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played {
    padding-top: 10px;
    margin-left: -10px;
    width: 100%;
    height: 30%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number {
    width: 38px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty {
    width: 35px;
    height: 35px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted {
    width: 35px;
    height: 35px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .numeri__gong {
    text-align: left; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime {
    width: 35px;
    height: 35px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime > div {
    cursor: auto !important; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number {
    width: 32px;
    margin: 0px 1px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty {
    width: 32px !important;
    height: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty span {
    width: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted {
    width: 32px !important;
    height: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted span {
    width: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime {
    width: 32px !important;
    height: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime span {
    width: 32px !important; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numeri__gong {
    text-align: left; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .wininfo-specialContest {
    position: absolute;
    left: 10px;
    bottom: 0px;
    color: #004c93;
    font-family: Bliss2-Bold;
    font-size: calc(0.8889rem + 0.2vw); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .text_id-game {
    padding-bottom: 5px;
    width: 100%;
    height: 40%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #004c93;
    font-size: 18px;
    font-family: "Bliss2-Bold", sans-serif;
    text-align: center;
    line-height: 18px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .text_id-game small {
    font-family: "Bliss-Regular", sans-serif; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left {
    width: 66%;
    margin-left: 2%; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 33%;
    margin-right: 2%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div {
    height: 100%;
    width: 50%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div:only-of-type {
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div.logo_NO {
    background: transparent url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: 35px;
    background-position-x: center;
    background-position-y: 16px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div.logo_DNO {
    background: transparent url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: 40px;
    background-position-x: center;
    background-position-y: 8px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div.logo_EXTRA {
    background: transparent url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-size: 40px;
    background-position-x: center;
    background-position-y: 18px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div.logo_GONG {
    background: transparent url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    background-size: 40px;
    background-position-x: center;
    background-position-y: 18px; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right {
    width: 30%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right .logo_NO {
    background-size: 35px !important;
    background-position-x: center;
    background-position-y: 9px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right .logo_DNO {
    background-size: 40px !important;
    background-position-x: center;
    background-position-y: 0px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right .logo_EXTRA {
    background-size: 35px !important;
    background-position-x: center;
    background-position-y: 12px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right .logo_GONG {
    background-size: 35px !important;
    background-position-x: center;
    background-position-y: 12px !important; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left {
    width: calc(100% - 130px); } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right {
    width: 240px;
    border-left: 1px solid #004c93; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome {
    width: 90% !important;
    margin: 0px 5%; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome > div {
    text-transform: uppercase;
    color: white;
    background: #004c93;
    padding: 10px;
    position: relative;
    width: calc(100% - 50px);
    margin: 0 15px;
    border-radius: 3px;
    height: 55px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome > div > span {
    width: 100%;
    line-height: 17px;
    display: block;
    font-size: 16px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome.outcome-winner > div > span {
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome.outcome-winner > div .wrap_icon_arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #004c93;
    -webkit-transform: rotate(45grad);
    -ms-transform: rotate(45grad);
    transform: rotate(45grad);
    left: -5px;
    top: calc(50% - 7px); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome.outcome-loser > div {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 50px);
    margin: 0 15px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome.outcome-loser > div > span {
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome.outcome-loser > div .wrap_icon_arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #004c93;
    -webkit-transform: rotate(45grad);
    -ms-transform: rotate(45grad);
    transform: rotate(45grad);
    left: -5px;
    top: calc(50% - 7px); }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome.outcome-waiting > div > span {
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome.outcome-waiting > div .wrap_icon_arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #004c93;
    -webkit-transform: rotate(45grad);
    -ms-transform: rotate(45grad);
    transform: rotate(45grad);
    left: -5px;
    top: calc(50% - 7px); } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right {
    width: 130px; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container {
    width: calc(768px - 25px); } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area .progress_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #f58220; }
  .diecielotto-wrap .component-wrap_viewer-area.component-wrap_viewer-area_loading {
    height: 300px;
    background: whitesmoke;
    border: none !important; }
  .diecielotto-wrap .component-wrap_viewer-area.show-collapse {
    overflow: hidden;
    height: 25px; }
  .diecielotto-wrap .step-wrap.step-wrap_summary .all-number-extractions-gong .number small,
  .diecielotto-wrap .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong span {
    font-size: 20px !important; }
  /* QUICK FIXES TABLET */ }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left {
    width: 578px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left {
    width: 585px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_right .outcome.outcome-waiting > div > span {
    text-align: center;
    font-size: 12px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate {
    width: 0px !important;
    height: 0px !important;
    border: 0px !important;
    border: none !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live {
    z-index: -2100;
    opacity: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live .body_played {
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live .body_played .played_group {
    min-width: 100%;
    width: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    height: calc(100%);
    left: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live .body_played .played_group .single_played {
    min-width: calc(932px - 25px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live .body_played .played_group .single_played {
    min-width: calc(768px - 25px); } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container {
    width: calc(932px - 25px);
    height: 701px;
    overflow: hidden;
    background: #004c93;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .close-icon {
    color: white;
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    font-size: 32px;
    cursor: pointer;
    z-index: 1000; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.no_played {
    height: calc(701px - 70px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.no_played .modal_body {
    height: calc(100% - 220px + 70px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.no_played .modal_footer {
    height: 30px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.no_played .modal_footer .body_played .single_played {
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_header {
    border-bottom: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_header h2 {
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    color: white;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_header h2 i {
    margin: 25px;
    color: #f58220;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body {
    width: calc(100% - 25px);
    margin: 0 12.5px 25px 12.5px;
    padding: 0;
    height: calc(100% - 85px);
    border: none;
    background: #dfe9f1;
    overflow: visible;
    border-radius: 0px 5px 0 0;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span {
    border: 2px solid black;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (140px / 2));
    left: calc(50% - (140px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .single-number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span {
    border: 2px solid black;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (60px / 2));
    left: calc(50% - (60px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span {
    border: 2px solid black;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (60px / 2));
    left: calc(50% - (60px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .all-numbers-extracted.change-color div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap {
    width: calc(100% - 50px);
    position: absolute;
    height: calc(100% - 80px - 25px);
    z-index: 500;
    margin: 0 25px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_clock {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_clock p {
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    color: #004c93;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_clock.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .single-number-extracted {
    margin: 12.5px 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .single-number-extracted > div small {
    font-size: 59px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .text_single-number-extracted {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    color: #004c93;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .all-numbers-extracted {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .all-numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .all-numbers-extracted > div > span > small {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap {
    width: 50%;
    height: calc(100% - 50px);
    margin-top: 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span {
    border: 2px solid black;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (160px / 2));
    left: calc(50% - (160px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left {
    border-right: 1px solid white;
    width: calc(60% - 100px - 1px);
    margin: 0;
    padding: 25px 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span > small {
    color: white !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span.extracted ~ .number {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span.extracted ~ .number small {
    color: #004c93 !important; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left {
    width: calc(60% - 80px - 1px);
    padding: 25px 40px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right {
    width: 40%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 70px;
    margin-bottom: 80px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .text-extraction {
    color: #004c93;
    font-size: 24px;
    text-transform: uppercase;
    height: auto;
    font-family: "Bliss2-Bold", sans-serif;
    margin-bottom: 12.5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction {
    height: 175px;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction > div > span > small {
    font-size: 84px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .single-number-extracted {
    margin: 12.5px 0;
    height: 100px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .single-number-extracted > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .single-number-extracted > div small {
    font-size: 59px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .text_single-number-extracted {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    color: #004c93;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .all-numbers-extracted {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .all-numbers-extracted > div {
    margin-bottom: 5px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .all-numbers-extracted > div > span > small {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap {
    width: 50%;
    height: calc(100% - 50px);
    margin: 25px 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span {
    border: 2px solid black;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (33px / 2));
    left: calc(50% - (33px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span {
    border: 2px solid black;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (160px / 2));
    left: calc(50% - (160px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left {
    border-right: 1px solid white;
    width: calc(60% - 130px - 1px);
    margin: 0;
    padding: 25px 65px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div {
    width: 33px;
    margin: 2px 2px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div > span > small {
    color: white !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div > span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div > span.extracted ~ .number {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left > div > span.extracted ~ .number small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(2) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1879ms 125ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1879ms 125ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(3) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1151ms 1292ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1151ms 1292ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(4) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1780ms 1622ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1780ms 1622ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(5) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1244ms 1898ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1244ms 1898ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(6) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1245ms 279ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1245ms 279ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(7) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1753ms 52ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1753ms 52ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(8) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1503ms 974ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1503ms 974ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(9) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1916ms 197ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1916ms 197ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(10) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1538ms 1033ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1538ms 1033ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(11) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1837ms 1316ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1837ms 1316ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(12) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1999ms 1369ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1999ms 1369ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(13) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1641ms 699ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1641ms 699ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(14) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1522ms 1539ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1522ms 1539ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(15) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1805ms 1484ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1805ms 1484ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(16) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1863ms 318ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1863ms 318ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(17) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1384ms 717ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1384ms 717ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(18) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1939ms 1891ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1939ms 1891ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(19) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1338ms 1974ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1338ms 1974ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(20) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1015ms 557ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1015ms 557ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(21) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1977ms 583ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1977ms 583ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(22) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1052ms 1503ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1052ms 1503ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(23) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1748ms 855ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1748ms 855ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(24) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1522ms 309ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1522ms 309ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(25) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1680ms 1069ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1680ms 1069ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(26) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1590ms 1765ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1590ms 1765ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(27) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1552ms 25ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1552ms 25ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(28) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1189ms 1530ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1189ms 1530ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(29) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1051ms 916ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1051ms 916ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(30) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1619ms 1277ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1619ms 1277ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(31) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1656ms 223ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1656ms 223ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(32) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1464ms 142ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1464ms 142ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(33) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1694ms 1800ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1694ms 1800ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(34) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1028ms 1540ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1028ms 1540ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(35) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1614ms 801ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1614ms 801ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(36) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1196ms 1193ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1196ms 1193ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(37) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1118ms 644ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1118ms 644ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(38) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1337ms 813ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1337ms 813ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(39) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1059ms 976ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1059ms 976ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(40) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1009ms 1363ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1009ms 1363ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(41) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1408ms 1099ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1408ms 1099ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(42) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1929ms 1543ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1929ms 1543ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(43) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1242ms 507ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1242ms 507ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(44) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1916ms 325ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1916ms 325ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(45) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1395ms 901ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1395ms 901ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(46) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1773ms 1569ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1773ms 1569ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(47) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1584ms 452ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1584ms 452ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(48) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1079ms 223ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1079ms 223ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(49) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1528ms 1487ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1528ms 1487ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(50) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1515ms 1109ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1515ms 1109ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(51) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1433ms 1837ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1433ms 1837ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(52) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1936ms 383ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1936ms 383ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(53) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1405ms 510ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1405ms 510ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(54) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1104ms 769ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1104ms 769ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(55) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1396ms 1257ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1396ms 1257ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(56) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1653ms 1970ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1653ms 1970ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(57) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1767ms 746ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1767ms 746ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(58) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1955ms 1711ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1955ms 1711ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(59) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1566ms 1530ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1566ms 1530ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(60) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1916ms 804ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1916ms 804ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(61) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1577ms 1557ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1577ms 1557ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(62) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1950ms 647ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1950ms 647ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(63) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1395ms 516ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1395ms 516ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(64) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1158ms 438ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1158ms 438ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(65) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1385ms 1855ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1385ms 1855ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(66) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1700ms 792ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1700ms 792ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(67) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1580ms 973ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1580ms 973ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(68) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1481ms 744ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1481ms 744ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(69) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1309ms 728ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1309ms 728ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(70) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1615ms 1710ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1615ms 1710ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(71) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1435ms 1526ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1435ms 1526ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(72) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1215ms 1403ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1215ms 1403ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(73) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1992ms 1675ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1992ms 1675ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(74) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1901ms 1395ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1901ms 1395ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(75) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1021ms 1582ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1021ms 1582ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(76) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1336ms 1122ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1336ms 1122ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(77) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1712ms 159ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1712ms 159ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(78) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1306ms 1553ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1306ms 1553ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(79) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1349ms 1386ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1349ms 1386ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(80) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1884ms 155ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1884ms 155ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(81) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1419ms 331ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1419ms 331ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(82) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1163ms 94ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1163ms 94ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(83) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1797ms 1619ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1797ms 1619ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(84) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1558ms 1178ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1558ms 1178ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(85) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1019ms 435ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1019ms 435ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(86) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1784ms 951ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1784ms 951ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(87) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1164ms 885ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1164ms 885ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(88) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1650ms 1355ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1650ms 1355ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(89) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1862ms 38ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1862ms 38ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left.pulse-animation > div:nth-child(90) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1138ms 1925ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1138ms 1925ms; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_left {
    width: calc(60% - 40px - 1px);
    padding: 25px 20px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right {
    width: 40%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .text-extraction {
    color: #004c93;
    font-size: 24px;
    text-transform: uppercase;
    height: auto;
    font-family: "Bliss2-Bold", sans-serif;
    margin-bottom: 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction {
    height: 175px;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction > div > span > small {
    font-size: 88px;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .number-extraction > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .wait-extraction {
    width: 100%;
    height: 100%;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .wait-extraction p {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #004c93;
    font-size: 20px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .wait-extraction p span {
    color: #f58220; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_second .column-wrap.column-wrap_right .wait-extraction.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    text-transform: none !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .single-number-extracted {
    margin: 12.5px 0;
    height: 100px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .single-number-extracted > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .single-number-extracted > div small {
    font-size: 59px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .text_single-number-extracted {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    color: #004c93;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .all-numbers-extracted {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .all-numbers-extracted > div {
    margin-bottom: 5px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .all-numbers-extracted > div > span > small {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap {
    width: 50%;
    height: calc(100% - 50px);
    margin: 25px 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span {
    border: 2px solid black;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (33px / 2));
    left: calc(50% - (33px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span {
    border: 2px solid black;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (160px / 2));
    left: calc(50% - (160px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left {
    border-right: 1px solid white;
    width: calc(60% - 130px - 1px);
    margin: 0;
    padding: 25px 65px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div {
    width: 33px;
    margin: 2px 2px;
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span > small {
    color: white !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.extracted ~ .number {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.extracted ~ .number small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.overtime {
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    background-size: contain;
    border: none !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.overtime ~ .number {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div > span.overtime ~ .number small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left > div.show-out {
    -webkit-animation: animation-viewarea--extractionlive-hide-ball-extracted 1s forwards;
    animation: animation-viewarea--extractionlive-hide-ball-extracted 1s forwards; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_left {
    width: calc(60% - 40px - 1px);
    padding: 25px 20px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right {
    width: 40%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .text-extraction {
    color: #004c93;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    height: auto;
    font-family: "Bliss2-Bold", sans-serif;
    margin-bottom: 12.5px;
    display: inline; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .text-extraction span {
    color: #f58220; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction {
    height: 175px;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction > div > span > small {
    font-size: 88px;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .number-extraction > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction {
    width: 100%;
    height: 100%;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction p {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #004c93;
    font-size: 20px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction p span {
    color: #f58220; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .wait-extraction.show-blink span {
    text-transform: none !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction {
    width: calc(100% - 20px);
    height: 80px;
    margin: 10px 10px 0px 10px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div {
    height: 40px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div:nth-child(9) {
    margin-left: 20px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div:nth-child(15) {
    margin-right: 20px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div span small {
    font-size: 16px; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div {
    height: 35px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div:nth-child(9) {
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_third .column-wrap.column-wrap_right .numbers-extraction > div:nth-child(15) {
    margin-right: 10px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth {
    width: 100%;
    margin: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: #dfe9f1;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .left-container {
    width: 519px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .right-container {
    width: 360px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted {
    margin: 10px auto 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 310px;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted > div {
    width: 17%;
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numbers-extracted .number small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-box {
    height: 40px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 90px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers span small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .golden-numbers span.label {
    width: 50px !important;
    height: 50px !important;
    margin-right: 10px;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-position: left center;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 182px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0px 0px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers span {
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers span small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers span.label {
    width: 50px !important;
    height: 50px !important;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-position: right center;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .double-golden-numbers .number {
    margin-right: 30px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .column-wrap {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 90%;
    margin: 0 auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers {
    width: 214px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers .label {
    width: 100%;
    height: 50px;
    font-family: "Bliss2-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 3.5rem; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers .numbers {
    width: 84%;
    height: auto;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers .numbers > div {
    width: 17.5%;
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .option-x-numbers .numbers > div > span > small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong {
    width: 70px;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong span {
    width: 32px;
    height: 32px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong .logo_gong {
    width: 50px;
    height: 34px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .extractions-gong .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong {
    background: #b6cbdd url(../img/animazione-gong/bkg.jpg?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong .gong_intro {
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong .gong_intro p {
    font-size: 38px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong .gong_intro .logo_gong {
    width: 72%;
    height: 60px;
    margin: 10px auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_fourth .animazioneGong .gong_animation {
    width: 280px;
    height: 316px;
    margin-top: 0px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: #dfe9f1;
    height: 100%; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    margin-left: -25px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div {
    width: 12.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span {
    border: 2px solid black;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (44px / 2));
    left: calc(50% - (44px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .other-container {
    width: auto;
    margin: 0 auto;
    height: 125px;
    margin-top: 20px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px auto 30px;
    width: 506px;
    height: 75px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-box {
    width: 220px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers span {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers span small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .golden-numbers span.label {
    width: 50px !important;
    height: 50px !important;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: 3.5rem; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0px 0px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers span {
    min-width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers span small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers span.label {
    width: 50px !important;
    height: 50px !important;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-position: center top;
    background-size: 3.5rem; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .double-golden-numbers .number {
    margin-right: 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers {
    width: 406px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 85px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .label {
    width: 100%;
    height: 50px;
    font-family: "Bliss2-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center center;
    background-size: 5rem; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .numbers {
    width: 95%;
    height: auto;
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .numbers > div:nth-child(9) {
    margin-left: 15px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .numbers > div:nth-child(15) {
    margin-right: 15px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .option-x-numbers .numbers > div > span > small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong {
    width: 160px;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong span {
    width: 44px;
    height: 44px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong .logo_gong {
    width: 69px;
    height: 34px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    margin-bottom: 24px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap.step-wrap_summary .all-number-extractions-gong .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .step-wrap {
    margin: 0 12.5px;
    width: calc(100% - 25px); } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-text {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    text-align: center;
    padding: 12.5px 0px;
    position: absolute;
    bottom: 0px;
    background: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-text .text {
    text-align: center;
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 30px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction {
    width: 100%;
    height: 80px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12.5px 0px;
    position: absolute;
    bottom: 0px;
    background: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction {
    width: 100%;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction .label {
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction .numbers {
    height: 40px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction {
    width: calc(80% - 0px);
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction .label {
    text-align: left; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div {
    width: 5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span {
    border: 2px solid black;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (34px / 2));
    left: calc(50% - (34px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction {
    width: calc(78% - 0px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div {
    width: 5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.first-extraction .numbers > div small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction {
    width: calc(8% - 6px);
    margin: 0 3px;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction.noborder .numbers {
    border: none !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span {
    border: 2px solid black;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (34px / 2));
    left: calc(50% - (34px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-right: 2px solid white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.second-extraction .numbers > div small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction {
    width: calc(12% - 3px);
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div {
    width: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span {
    border: 2px solid black;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (34px / 2));
    left: calc(50% - (34px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction {
    width: calc(14% - 3px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div {
    width: 50%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers > div {
    width: calc(50% - 4px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers > div:first-child {
    margin-left: 2px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers > div:last-child {
    margin-right: 2px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .claim-extraction .extraction.third-extraction .numbers > div small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction {
    width: 100%;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction {
    width: 100%;
    margin: 12.5px 0;
    height: calc(100% - 25px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody {
    display: block; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr {
    border-bottom: 1px solid white;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td {
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.progress-number {
    width: 24px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.progress-number > span {
    color: #004c93;
    font-size: 24px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    /* margin: 5px 0; */
    padding: 0px 5px;
    border-right: 1px solid white;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 87px;
    max-height: 87px;
    margin: 5px 0px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted {
    width: 290px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 6px;
    border-right: 1px solid white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span {
    border: 2px solid black;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (26px / 2));
    left: calc(50% - (26px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers {
    width: 100%;
    padding: 0 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers > div {
    width: 9%;
    margin: 1px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers > div > span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers > div > span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers > div > span.extracted ~ .number small {
    font-size: 16px;
    color: #004c93; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted {
    width: 63% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers {
    width: calc(100% - 20px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers > div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers > div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers > div span.extracted ~ .number small {
    font-size: 16px;
    color: #004c93; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden {
    width: auto;
    height: 85px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span {
    border: 2px solid black;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (26px / 2));
    left: calc(50% - (26px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers {
    min-width: 54px;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers .label {
    width: 47px !important;
    height: 35px !important;
    margin: 0 auto;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-position: center 4px;
    background-size: 2.5rem;
    margin-bottom: 8px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers .label-doppio {
    margin-bottom: 8px !important;
    width: 47px !important;
    height: 35px !important;
    margin: 0 auto;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-position: center top;
    background-size: 2.5rem; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers small {
    margin-top: -1px;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden .container-numbers div {
    margin-left: 3px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden:first-child .container-numbers {
    border-right: 1px solid white; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden {
    width: 12% !important; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra {
    width: 230px;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div {
    width: 6.66667%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span {
    border: 2px solid black;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (26px / 2));
    left: calc(50% - (26px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers {
    height: calc(100%);
    margin: 0px;
    padding: 0 0 0 10px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers .label {
    width: 100%;
    height: 25px;
    font-family: "Bliss2-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #004c93;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-position: center;
    background-size: 3rem; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers > div {
    margin: 1px;
    width: 11.3%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers > div:nth-child(10) {
    margin-left: 7px;
    margin-right: -2px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers > div:last-child {
    margin-right: 7px;
    margin-left: -2px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers > div span.extracted {
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat !important;
    background-size: contain !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers > div span.number small {
    font-size: 16px;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numeri__gong {
    width: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: unset;
    padding: 0 0px 0 14px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numeri__gong span {
    margin-top: -1px;
    font-size: 12px;
    padding-top: 0px;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    line-height: 50%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numeri__gong .logo_gong {
    padding: 0;
    margin: 5px 0px 9px 0;
    width: 50px;
    height: 20px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers small {
    font-size: 64% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome {
    width: 23% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome > div {
    text-transform: uppercase;
    color: white;
    background: #004c93;
    padding: 10px;
    position: relative;
    min-width: 124px;
    margin: 10px 8px;
    border-radius: 3px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome > div > span {
    font-size: 12px;
    width: 100%;
    line-height: 14px;
    display: block; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome > div > span small {
    font-size: 10px;
    margin-top: 15px;
    min-width: 100%;
    display: block; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome.outcome-winner > div {
    background: #f1c53f;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome.outcome-winner > div > span {
    font-size: 14px;
    text-align: center;
    font-family: "Bliss2-Bold", sans-serif; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome.outcome-winner > div > span {
    line-height: 12px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome.outcome-winner > div .wrap_icon_arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f1c53f;
    -webkit-transform: rotate(45grad);
    -ms-transform: rotate(45grad);
    transform: rotate(45grad);
    left: -7px;
    top: calc(50% - 7px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome.outcome-loser > div {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
    width: calc(100% - 80px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome.outcome-loser > div > span {
    font-size: 14px;
    text-align: center;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome.outcome-loser > div .wrap_icon_arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #004c93;
    -webkit-transform: rotate(45grad);
    -ms-transform: rotate(45grad);
    transform: rotate(45grad);
    left: -7px;
    top: calc(50% - 7px); } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.progress-number {
    width: 4% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers {
    width: 70% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted {
    width: 66% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden {
    width: 17% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.outcome {
    width: 25% !important; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body.show-extraction-numbers .step-wrap.step-wrap_first {
    opacity: 1; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body.show-extraction-numbers .step-wrap.step-wrap_second {
    opacity: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body.show-extraction-golden-numbers .step-wrap.step-wrap_first {
    opacity: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body.show-extraction-golden-numbers .step-wrap.step-wrap_second {
    opacity: 1; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer {
    height: 135px;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .title_played {
    background: #dfe9f1;
    width: 100%;
    height: 25px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #004c93;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    position: relative;
    top: 0px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .title_played i {
    font-size: 24px;
    margin: 0 30px;
    color: #004c93;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played {
    width: 200px;
    height: 150px;
    top: -200px;
    left: calc(50% - 100px - 25px);
    background: #003f79;
    border-color: #dfe9f1;
    border-width: 1px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played .wrap_icon_arrow {
    bottom: -11px;
    border: none;
    background: #003f79;
    border-right: 1px solid #dfe9f1 !important;
    border-bottom: 1px solid #dfe9f1 !important;
    right: calc(50% - 10px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played .wrap_icon_close {
    color: white;
    font-size: 24px;
    right: 15px;
    top: 15px;
    position: absolute; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played .container {
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played .container p {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: space-evenly;
    align-content: space-evenly;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played .container span {
    min-width: 100%;
    font-size: 90%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played .container span.result {
    font-size: 18px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played.tooltip_result-played_loser .container {
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played.tooltip_result-played_waiting .container p {
    display: block;
    width: 100%;
    font-size: 18px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played.tooltip_result-played_winning .container {
    background: url(../img/background/10elotto_homepage_viewer_modal_extraction_live_tooltip_result_played_winning.png?v=2026-06-03) no-repeat;
    background-size: 100%;
    background-position: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played.tooltip_result-played_winning .container p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 20px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played.tooltip_result-played_winning .container span.result {
    font-size: 16px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played.tooltip_result-played_winning .container span.count {
    font-size: 22px;
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .tooltip_result-played.tooltip_result-played_winning .wrap_icon_arrow {
    right: calc(50% - 10px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap {
    width: 100%;
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: 0px;
    border: none;
    padding: 0 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .text_id-game {
    padding-left: 30px;
    min-width: 100%;
    height: 20px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #004c93;
    font-size: 18px;
    font-family: "Bliss2-Bold", sans-serif;
    text-align: center;
    line-height: 6px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .text_id-game small {
    font-family: "Bliss-Regular", sans-serif;
    line-height: 2px;
    margin-left: 2px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap.column-wrap_center {
    background: white;
    width: calc(60% - 10px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap.column-wrap_left {
    background: white;
    width: calc(20% - 10px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap.column-wrap_left > div {
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap.column-wrap_left > div > span {
    color: #004c93;
    font-size: 12px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap.column-wrap_left > div > span:first-child {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap.column-wrap_left > div > span:last-child {
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap.column-wrap_right {
    background: white;
    width: calc(20% - 10px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap.column-wrap_right .btn-rigioca-schedina {
    padding: 10px;
    font-size: 110%;
    min-width: 180px; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap.column-wrap_right .btn-rigioca-schedina {
    min-width: 150px;
    padding: 10px 3px;
    font-size: 100%; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played {
    width: 100%;
    height: 75%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number {
    width: 40px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-empty {
    width: 50px;
    height: 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted {
    width: 50px;
    height: 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .number-extracted-overtime {
    width: 50px;
    height: 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .numbers_played .wrapper-single-number > .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .column-wrap .text_golden-played {
    width: 100%;
    height: 25%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #004c93;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay {
    width: 100%;
    background: white;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #004c93;
    min-height: 80px;
    padding: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay .text_id-game {
    padding-left: 15px;
    min-width: 100%;
    height: 20px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #004c93;
    font-size: 18px;
    font-family: "Bliss2-Bold", sans-serif;
    text-align: center;
    line-height: 6px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay .text_id-game small {
    font-family: "Bliss-Regular", sans-serif;
    line-height: 2px;
    margin-left: 2px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap {
    width: 100%;
    height: 80px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: 0px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left {
    width: calc(100% - 264px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap {
    width: 50%;
    height: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 1%;
    width: 60%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played {
    padding-top: 10px;
    margin-left: -10px;
    width: 100%;
    height: 30%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number {
    width: 38px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty {
    width: 35px;
    height: 35px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted {
    width: 35px;
    height: 35px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted > div {
    cursor: auto !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .numeri__gong {
    text-align: left; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime {
    width: 35px;
    height: 35px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime > div {
    cursor: auto !important; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number {
    width: 32px;
    margin: 0px 1px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty {
    width: 32px !important;
    height: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-empty span {
    width: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted {
    width: 32px !important;
    height: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted span {
    width: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime {
    width: 32px !important;
    height: 32px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numbers_played .wrapper-single-number > .number-extracted-overtime span {
    width: 32px !important; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numeri__gong {
    text-align: left; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numeri__gong > span {
    font-family: "Baloo", sans-serif;
    font-size: 16px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .numeri__gong > span.vinto {
    color: white !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .text_id-game {
    padding-bottom: 5px;
    width: 100%;
    height: 40%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #004c93;
    font-size: 18px;
    font-family: "Bliss2-Bold", sans-serif;
    text-align: center;
    line-height: 18px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left .text_id-game small {
    font-family: "Bliss-Regular", sans-serif; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_left {
    width: 66%;
    margin-left: 2%; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 33%;
    margin-right: 2%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div {
    height: 100%;
    width: 50%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div:only-of-type {
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div.logo_NO {
    background: transparent url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: 35px;
    background-position-x: center;
    background-position-y: 16px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div.logo_DNO {
    background: transparent url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: 40px;
    background-position-x: center;
    background-position-y: 8px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div.logo_EXTRA {
    background: transparent url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-size: 40px;
    background-position-x: center;
    background-position-y: 18px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right > div.logo_GONG {
    background: transparent url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    background-size: 40px;
    background-position-x: center;
    background-position-y: 18px; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right {
    width: 30%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right .logo_NO {
    background-size: 45px !important;
    background-position-x: center;
    background-position-y: 8px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right .logo_DNO {
    background-size: 50px !important;
    background-position-x: center;
    background-position-y: 0px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right .logo_EXTRA {
    background-size: 50px !important;
    background-position-x: center;
    background-position-y: 12px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left > .column-wrap.column-wrap_right .logo_GONG {
    background-size: 50px !important;
    background-position-x: center;
    background-position-y: 12px !important; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left {
    width: calc(100% - 130px); } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right {
    width: 240px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome {
    width: 90% !important;
    margin: 0px 5%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome > div {
    text-transform: uppercase;
    color: white;
    background: #004c93;
    padding: 10px;
    position: relative;
    width: calc(100% - 50px);
    margin: 0 15px;
    border-radius: 3px;
    height: 55px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome > div > span {
    width: 100%;
    line-height: 17px;
    display: block;
    font-size: 16px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome.outcome-winner > div > span {
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome.outcome-winner > div .wrap_icon_arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #004c93;
    -webkit-transform: rotate(45grad);
    -ms-transform: rotate(45grad);
    transform: rotate(45grad);
    left: -5px;
    top: calc(50% - 7px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome.outcome-loser > div {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 50px);
    margin: 0 15px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome.outcome-loser > div > span {
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome.outcome-loser > div .wrap_icon_arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #004c93;
    -webkit-transform: rotate(45grad);
    -ms-transform: rotate(45grad);
    transform: rotate(45grad);
    left: -5px;
    top: calc(50% - 7px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome.outcome-waiting > div > span {
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right .outcome.outcome-waiting > div .wrap_icon_arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #004c93;
    -webkit-transform: rotate(45grad);
    -ms-transform: rotate(45grad);
    transform: rotate(45grad);
    left: -5px;
    top: calc(50% - 7px); } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_right {
    width: 130px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container > .modal_footer {
    display: none; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container {
    width: calc(768px - 25px); } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction {
    width: calc(932px - 25px);
    height: 701px;
    overflow: hidden;
    background: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_header {
    border-bottom: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_header h2 {
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_header .close-icon {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body {
    width: calc(100% - 25px);
    margin: 0 12.5px 25px 12.5px;
    padding: 0;
    height: calc(100% - 220px);
    border: none;
    background: #dfe9f1;
    overflow: visible;
    border-radius: 0px 5px 0 0;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span {
    border: 2px solid black;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (140px / 2));
    left: calc(50% - (140px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .single-number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span {
    border: 2px solid black;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (60px / 2));
    left: calc(50% - (60px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span {
    border: 2px solid black;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (60px / 2));
    left: calc(50% - (60px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .all-numbers-extracted.change-color div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap {
    width: calc(100% - 50px);
    position: absolute;
    height: 100%;
    z-index: 500;
    margin: 0 25px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_clock {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_clock p {
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    color: #004c93;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_clock.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .single-number-extracted {
    margin: 12.5px 0;
    height: 100px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .single-number-extracted > div small {
    font-size: 59px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .text_single-number-extracted {
    width: 100%;
    height: 30px;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 14px;
    color: #004c93;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .all-numbers-extracted {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .all-numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .all-numbers-extracted > div > span > small {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap {
    width: 50%;
    height: calc(100% - 50px);
    margin: 25px 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span {
    border: 2px solid black;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (160px / 2));
    left: calc(50% - (160px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left {
    border-right: 1px solid white;
    width: calc(60% - 100px - 1px);
    margin: 0;
    padding: 25px 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span > small {
    color: white !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span.extracted ~ .number {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left > div > span.extracted ~ .number small {
    color: #004c93 !important; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_left {
    width: calc(60% - 80px - 1px);
    padding: 25px 40px; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right {
    width: 40%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .text-extraction {
    color: #004c93;
    font-size: 24px;
    text-transform: uppercase;
    height: auto;
    font-family: "Bliss2-Bold", sans-serif;
    margin-bottom: 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction {
    height: 175px;
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction > div > span > small {
    font-size: 84px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_first .column-wrap.column-wrap_right .number-extraction > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted {
    width: 100%;
    height: auto;
    margin: 25px 0 12.5px 0;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted > div {
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted > div > span > small {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted > div > span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted > div > span.golden ~ .number small {
    text-shadow: -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px 0.5px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span {
    border: 2px solid black;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (140px / 2));
    left: calc(50% - (140px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1500; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted > div small {
    font-size: 59px;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted .single-number-extracted > div.show-in {
    -webkit-animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards;
    animation: animation-viewarea--extractionlive_single-number-extracted 1s forwards; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.change-color > div > .number > small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(2) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2836ms 2709ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2836ms 2709ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(3) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1679ms 909ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1679ms 909ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(4) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1246ms 1271ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1246ms 1271ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(5) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2137ms 980ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2137ms 980ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(6) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2473ms 2757ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2473ms 2757ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(7) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2191ms 2356ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2191ms 2356ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(8) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1311ms 2507ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1311ms 2507ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(9) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1374ms 1587ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1374ms 1587ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(10) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1742ms 281ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1742ms 281ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(11) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1019ms 352ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1019ms 352ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(12) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1822ms 2388ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1822ms 2388ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(13) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1406ms 1455ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1406ms 1455ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(14) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2535ms 2596ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2535ms 2596ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(15) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2382ms 2615ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2382ms 2615ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(16) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 2830ms 1014ms;
    animation: animation-viewarea--extractionlive-pulse-animation 2830ms 1014ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(17) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1095ms 1858ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1095ms 1858ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(18) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1858ms 2568ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1858ms 2568ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(19) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1278ms 2218ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1278ms 2218ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .all-numbers-extracted.pulse-animation > div:nth-child(20) {
    -webkit-animation: animation-viewarea--extractionlive-pulse-animation 1252ms 2168ms;
    animation: animation-viewarea--extractionlive-pulse-animation 1252ms 2168ms; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 12.5px 0 25px 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap .label {
    width: 100%;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #004c93;
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span {
    border: 2px solid black;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (60px / 2));
    left: calc(50% - (60px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers > div {
    width: 35%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers > div small {
    color: #004c93 !important;
    font-size: 26px !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers > div:nth-child(2) {
    margin-left: 15%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers > div:nth-child(3) {
    margin-right: 15%; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers > div {
    width: 40%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers > div:nth-child(2) {
    margin-left: 10%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers > div:nth-child(3) {
    margin-right: 10%; } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted .column-wrap.column-wrap_golden-numbers:first-child > div {
    width: 100%;
    margin: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted > p {
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px;
    color: #004c93;
    text-transform: uppercase;
    text-align: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted > p span {
    color: #f58220; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap.step-wrap_second .golden-numbers-extracted.show-blink {
    -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
    animation: animation-viewarea--extractionlive-clock-blink 1s infinite; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body .step-wrap {
    margin: 0 12.5px;
    width: calc(100% - 25px); } }

@media screen {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body.show-extraction-numbers .step-wrap.step-wrap_first {
    opacity: 1; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body.show-extraction-numbers .step-wrap.step-wrap_second {
    opacity: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body.show-extraction-golden-numbers .step-wrap.step-wrap_first {
    opacity: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_body.show-extraction-golden-numbers .step-wrap.step-wrap_second {
    opacity: 1; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer {
    height: 135px;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1000;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer.no_played {
    height: 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer.no_played .body_played .single_played {
    width: 100%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played {
    background: white;
    width: 100%;
    height: calc(100%);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .title_played {
    background: #dfe9f1;
    width: 100%;
    height: 25px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #004c93;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    position: relative;
    top: 0px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .title_played i {
    font-size: 24px;
    margin: 0 30px;
    color: #004c93;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap {
    width: 100%;
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: 0px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played {
    width: 100%;
    height: 75%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number {
    width: 40px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span {
    border: 2px solid black;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (35px / 2));
    left: calc(50% - (35px / 2)); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-empty {
    width: 50px;
    height: 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .numbers_played .wrapper-single-number > .number-extracted {
    width: 50px;
    height: 50px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .column-wrap .text_golden-played {
    width: 100%;
    height: 25%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-item: center;
    color: #004c93;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group {
    min-width: 100%;
    width: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    height: calc(100%);
    left: 0; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played {
    min-width: calc(932px - 25px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played {
    width: 200px;
    height: 150px;
    top: -200px;
    left: calc(50% - 100px - 25px);
    background: #003f79;
    border-color: #dfe9f1;
    border-width: 1px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played .wrap_icon_arrow {
    bottom: -11px;
    border: none;
    background: #003f79;
    border-right: 1px solid #dfe9f1 !important;
    border-bottom: 1px solid #dfe9f1 !important;
    right: calc(50% - 10px); }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played .wrap_icon_close {
    color: white;
    font-size: 24px;
    right: 15px;
    top: 15px;
    position: absolute; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played .container {
    width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Bliss2-Bold", sans-serif;
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played .container p {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: space-evenly;
    align-content: space-evenly;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played .container span {
    min-width: 100%;
    font-size: 90%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played .container span.result {
    font-size: 18px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played.tooltip_result-played_loser .container {
    height: 40%;
    padding-top: 60%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played.tooltip_result-played_waiting .container p {
    display: block;
    width: 100%;
    font-size: 18px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played.tooltip_result-played_winning .container {
    background: url(../img/background/10elotto_homepage_viewer_modal_extraction_live_tooltip_result_played_winning.png?v=2026-06-03) no-repeat;
    background-size: 100%;
    background-position: center; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played.tooltip_result-played_winning .container p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 20px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played.tooltip_result-played_winning .container span.result {
    font-size: 16px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played.tooltip_result-played_winning .container span.count {
    font-size: 22px;
    color: white; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played .tooltip_result-played.tooltip_result-played_winning .wrap_icon_arrow {
    right: calc(50% - 10px); } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction .modal_footer .body_played .played_group .single_played {
    min-width: calc(768px - 25px) !important; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container.modal_container-wait-extraction {
    width: calc(768px - 25px); } }

@media screen {
  /* QUICK FIXES TABLET */ }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_footer .number_played_replay > .column-wrap.column-wrap_left {
    width: 578px; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group .container-scroll .single_played > .column-wrap.column-wrap_left {
    width: 585px; }
  /*Relut*/
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden {
    width: 11% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.progress-number {
    width: 3% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted {
    width: 43% !important;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: -10px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div {
    width: 9%; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers div span.selected {
    background-size: 68% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extracted .container-numbers > div span.extracted {
    background-size: 73% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers {
    width: 100% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-golden {
    width: 8% !important;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -8px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra {
    width: 180px;
    height: 100%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -10px; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers div span.selected {
    width: 28px;
    height: 28px;
    background-size: 76% !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numbers-extra .container-numbers > div span.extracted {
    width: 28px;
    height: 28px;
    background-size: 73% !important;
    background-position: center !important; }
  .diecielotto-wrap .component-wrap_viewer-immediate .modal_wrap-extraction-live > .modal_container .modal_body .container_result-extraction .table_result-extraction tbody tr td.numbers .numeri__gong {
    margin-left: -10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

@media screen {
  .diecielotto-wrap .component-wrap_promo {
    overflow: hidden;
    width: calc(100% - 6px);
    height: 165px; }
  .diecielotto-wrap .component-wrap_promo.component-wrap_promo_loading {
    height: 165px;
    background: whitesmoke;
    border: none !important; }
  .diecielotto-wrap .component-wrap_immediate .component-content {
    height: 125px; }
  .diecielotto-wrap .component-wrap_claim-rules-game {
    border: none !important;
    width: 100%;
    padding: 0px 12.5px; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content {
    background: unset !important; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content {
    background: white; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li {
    height: 50px; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(1) {
    background-image: url(../img/logos/ams-logo-1.png?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 170px;
    width: 180px; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(2) {
    background-image: url(../img/logos/ams-logo-2.png?v=2026-06-03);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 170px;
    width: 180px; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(3) {
    width: 350px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Bliss2-Bold", sans-serif;
    color: #004a8f;
    padding: 5px 10px; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(3) a {
    color: #004a8f;
    text-decoration: underline; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(4) {
    background-image: url(../img/logos/ams-logo-3.png?v=2026-06-03);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 170px;
    width: 170px; } }

@media screen and (max-width: 931px) {
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li {
    height: 50px; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(1) {
    background-image: url(../img/logos/ams-logo-1.png?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140px;
    width: 150px; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(2) {
    background-image: url(../img/logos/ams-logo-2.png?v=2026-06-03);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140px;
    width: 150px; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(3) {
    width: 270px;
    font-size: 12px;
    color: #004a8f; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(3) a {
    color: #004a8f;
    text-decoration: underline; }
  .diecielotto-wrap .component-wrap_claim-rules-game .component-content .content ul li:nth-child(4) {
    background-image: url(../img/logos/ams-logo-3.png?v=2026-06-03);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130px;
    width: 140px; } }

@media screen {
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 375px; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full.content-min {
    height: auto; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap {
    width: 50%;
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap h4 {
    margin: 0;
    width: calc(100%);
    color: #004c93;
    background: #dfe9f1;
    font-size: 15px;
    font-family: "Bliss2-Bold", sans-serif;
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    position: relative;
    z-index: auto;
    height: 30px;
    text-transform: none; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div {
    width: 20%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span {
    border: 2px solid black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2)); }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul > li div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul li {
    margin: 5px 0px 0px 0px;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul li > span {
    cursor: default;
    font-size: 13px;
    font-family: "Bliss2-Bold", sans-serif;
    color: #404040;
    margin-left: 5px;
    width: 155px; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul li div {
    cursor: default;
    font-size: 14px; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap ul li div > span > small {
    font-size: 14px; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(1) ul li > div > span {
    border: 2px solid #004c93; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(2) ul li > div > span {
    border: 2px solid #004c93 !important; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(3) h4 {
    background: #f6ee35; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(3) ul li > div > span {
    border: 2px solid #f6ee35 !important; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(4) h4 {
    background: #ffdd98; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(4) ul li > div > span {
    border: 2px solid #f58220 !important; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(4) ul li > div > span small {
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(5) h4 {
    text-transform: uppercase;
    background: #ffaba0; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(5) ul li > div > span {
    border: 2px solid #FF5440 !important; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(5) ul li > div > span small {
    color: #404040 !important; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(5) .empty-content {
    border-right: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(6) h4 {
    text-transform: uppercase;
    background: #ffaba0; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(6) ul li > div > span {
    border: 2px solid #FF5440 !important; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap:nth-child(6) ul li > div > span small {
    color: #404040 !important; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap .empty-content {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 30px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap .empty-content .icon {
    width: 100%;
    height: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap .empty-content .icon i {
    font-size: 24px;
    color: #cccccc; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full > div .column-wrap .empty-content p {
    color: #cccccc !important;
    text-align: center;
    font-weight: bold;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 15px;
    margin: 0px; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full .btn-vai-statistiche {
    border: none;
    height: 25px;
    border-radius: 0 !important;
    text-transform: inherit;
    font-weight: lighter;
    text-decoration: underline;
    font-size: 14px;
    font-family: "Bliss-Regular", sans-serif;
    background: #f2f2f2; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_full h3 {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 22px; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_empty {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 25px 0; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_empty * {
    color: #cccccc; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_empty .icon {
    padding: 0 0 6.25px 0; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_empty .icon i {
    font-size: 74px; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_empty h4 {
    font-weight: bold;
    font-size: 24px;
    padding: 6.25px 0;
    margin: 0;
    text-align: center; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_empty p {
    padding: 6.25px 0;
    font-size: 18px;
    margin: 0;
    text-align: center; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers .component-content.component-content_empty button {
    font-size: 18px;
    margin-top: 25px;
    width: 200px;
    padding: 10px;
    color: white;
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers.component-wrap_frequent-delayed-numbers_loading {
    height: 266px;
    border: none !important;
    background: whitesmoke; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_header {
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_header .logo {
    background: url(../img/logos/10elotto.png?v=2026-06-03) no-repeat;
    background-size: 80px;
    background-position-y: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_header h2 {
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_header i {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body {
    font-family: "Bliss-Regular", sans-serif;
    font-size: 14px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    position: relative; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .btn {
    background: white;
    text-transform: none;
    font-weight: normal;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Bliss2-Bold", sans-serif;
    position: relative;
    margin-left: 10px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .btn i {
    font-size: 22px;
    position: relative;
    top: 3px;
    left: 0px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .btn.btn-salva-preferita {
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .btn.btn-modifica-schedina {
    margin-right: 10px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .btn:focus {
    outline: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome {
    width: 100%;
    height: 80px;
    background: #003f79;
    margin-top: 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome > p {
    font-size: 18px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome > p > span {
    font-size: 24px;
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-winner {
    position: relative; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-winner > .banner_bg-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: url(../img/background/10elotto_esito_giocata_banner_vinto_left.png?v=2026-06-03) no-repeat;
    background-position: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-winner > .banner_bg-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url(../img/background/10elotto_esito_giocata_banner_vinto_right.png?v=2026-06-03) no-repeat;
    background-position: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-winner.banner_outcome-winner-high {
    background: #004c93 url(../img/background/10elotto_esito_giocata_banner_vinto_alta.png?v=2026-06-03) no-repeat;
    background-size: cover; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-winner.banner_outcome-winner-high > .banner_bg-left,
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-winner.banner_outcome-winner-high > .banner_bg-right {
    display: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-loser {
    position: relative; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-loser > .banner_bg-left {
    display: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-loser > p {
    text-transform: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action {
    width: 100%;
    height: auto;
    margin: 2px 0px 10px 0px;
    background: #ffcd46;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action .checkbox-panel {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    z-index: 100;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action .checkbox-panel:checked ~ .claim {
    display: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action .checkbox-panel:checked ~ span i:before {
    content: ""; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action span {
    color: #004c93;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif;
    height: 35px;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action span i {
    color: #004c93;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0px 0px 0px 10px;
    padding-bottom: 2px;
    position: relative;
    width: 22px;
    height: 22px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    z-index: 10; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action span i:before {
    position: relative;
    z-index: 20; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action span i:after {
    content: ".";
    background: white;
    width: 20px;
    height: 20px;
    position: absolute;
    color: blue;
    border-radius: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: calc(50% - 9px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    left: calc(50% - 10px);
    z-index: 10;
    top: calc(50% - 10px); }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action .claim {
    height: auto;
    width: calc(100% - 60px);
    background: #fafafa;
    color: #004c93;
    padding: 10px 30px;
    font-size: 16px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .panel-action .claim ul li {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header > .tooltip {
    position: absolute;
    top: 70px;
    width: 440px;
    height: 30px;
    background: #f0f3f6;
    border: 1px solid #004c93;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
    right: 0;
    opacity: 1 !important; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header > .tooltip.tooltip-error {
    width: calc(100%);
    left: 0px;
    top: 35px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header > .tooltip.tooltip-error p {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin: 0 5px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header > .tooltip.tooltip-error p i {
    margin-right: 1rem; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header > .tooltip.tooltip-error .wrap_icon_arrow {
    background: #ff0937;
    border: 1px solid #ff0937;
    left: 90px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header > .tooltip .wrap_icon_arrow {
    border: 1px solid #004c93;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: 110px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f0f3f6;
    z-index: -1; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    font-size: 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .title i {
    border-right: 1px solid #e0e0e0;
    width: 50px;
    text-align: center;
    font-size: 22px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .title span {
    text-align: center;
    width: calc(100% - 50px);
    margin: 10px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .count_played {
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16.66667px 0;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .count_played small {
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12.5px;
    font-family: "Bliss-Regular", sans-serif;
    font-size: 14px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played .label {
    width: 100%;
    text-transform: uppercase;
    color: #004c93;
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap {
    width: calc(50%);
    padding: 12.5px 0;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap .row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap .row span {
    font-weight: bold;
    text-align: left;
    margin: 2px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap .row span:last-child {
    font-weight: normal; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played {
    font-family: "Bliss-Regular", sans-serif;
    margin-bottom: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left {
    width: 60%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left .label {
    width: 100%;
    text-transform: uppercase;
    color: #004c93;
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left .numbers {
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right {
    width: 35%;
    margin-left: 5%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos {
    max-width: 50px;
    width: calc(100% / 3);
    height: 100%;
    margin: 0 5px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos.golden-logo {
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 30%;
    width: 60px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos.double-golden-logo {
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: 80%;
    background-position: center 30%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos.option-x {
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 35%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos.gong-logo {
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 35%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played .numeri__gong {
    text-align: left; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played {
    width: 100%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played thead {
    font-size: 16px;
    color: #f58220;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played td.type-game {
    text-align: left; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr {
    font-weight: lighter;
    font-size: 13px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr th {
    font-family: "Bliss2-Bold", sans-serif;
    padding: 0 !important;
    border: none;
    color: #004c93;
    border-bottom: 3px solid #f58220 !important; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr th.count {
    text-transform: unset !important; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td {
    height: 60px;
    line-height: 15px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td.icon_collapse {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_down.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td.icon_collapse.open {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_up.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played {
    padding: 0;
    margin: 0;
    border-top: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played td {
    padding: 0;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    border: none;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 12px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played thead th {
    padding: 0;
    margin: 0;
    border: none !important;
    height: 20px;
    text-transform: none;
    color: #404040;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody {
    background: #f0f3f6; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr {
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td {
    text-align: center;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
    height: 25px;
    font-size: 90%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip {
    width: 150px;
    text-decoration: underline;
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif !important;
    font-size: 13px;
    cursor: pointer;
    position: relative; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip {
    top: 35px;
    width: 294px;
    padding: 15px;
    height: auto;
    left: -175px;
    border-color: #e0e0e0; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .wrap_icon_close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip h4 {
    font-family: "Bliss-Regular", sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    font-size: 12px;
    color: #004c93;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted {
    color: #004c93;
    font-size: 12px;
    width: 97%;
    height: calc(100% - 30px - 30px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted span {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    background-size: contain;
    color: white !important;
    align-items: center;
    margin: 2px;
    width: 24px;
    height: 24px;
    font-family: Baloo; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted span.selected {
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    background-size: contain;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted-golden {
    color: #004c93;
    font-size: 12px;
    width: 67%;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted-golden > div {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted-golden > div > span {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/ball-style/10elotto/golden.png?v=2026-06-03) no-repeat;
    color: #004c93;
    font-family: Baloo;
    background-size: contain;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-left: 5px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted-option-x {
    color: #004c93;
    font-size: 12px;
    width: 93%;
    height: calc(100% - 30px - 30px);
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted-option-x span {
    font-family: Baloo;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/ball-style/10elotto/overtime.png?v=2026-06-03) no-repeat;
    color: #004c93;
    background-size: contain;
    margin: 2px;
    width: 24px;
    height: 24px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted-option-x span:nth-child(9) {
    margin-left: 14%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numbers-extracted-option-x span.selected {
    background: url(../img/ball-style/10elotto/extracted.png?v=2026-06-03) no-repeat;
    background-size: contain;
    color: #004c93 !important; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numeri__gong {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .numeri__gong span {
    font-size: 12px;
    max-width: 24px;
    max-height: 24px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .wrap_icon_arrow {
    border-bottom: none;
    border-right: none;
    width: 20px;
    height: 20px;
    position: absolute;
    background: white !important;
    top: -12px;
    right: 60px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f0f3f6;
    border-color: #e0e0e0;
    z-index: 19; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .logo_oro {
    width: 38px;
    height: 24px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .logo_doppio_oro {
    width: 40px;
    height: 28px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .logo_extra {
    width: 50px;
    height: 18px;
    background-size: 80% !important;
    background-position: center;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .logo_gong {
    width: 50px;
    height: 20px;
    max-width: 45px !important;
    margin-right: 15px;
    background-size: contain !important;
    background-position: center;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .winning_payout_text {
    font-size: 12px;
    font-family: "Bliss-Regular", sans-serif;
    line-height: 15px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .winning_payout_text .panel_close {
    text-align: center;
    font-size: 16px;
    color: black;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer .btn-rigioca-schedina {
    font-size: 16px;
    font-weight: normal;
    padding: 5px calc(12.5px); }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer .btn-rigioca-schedina:focus {
    outline: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer .count_total {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 60px;
    border-right: 1px solid #e0e0e0;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer .count_total span:last-child {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    top: -2px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer .count_total span:first-child {
    font-size: 16px;
    text-transform: uppercase;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_header {
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_header .logo {
    background: url(../img/logos/10elotto.png?v=2026-06-03) no-repeat;
    background-size: 80px;
    background-position-y: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_header h2 {
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_header i {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body {
    detailfont-family: "Bliss-Regular", sans-serif;
    font-size: 14px; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    font-size: 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .title i {
    border-right: 1px solid #e0e0e0;
    width: 50px;
    text-align: center;
    font-size: 22px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .title span {
    text-align: center;
    width: calc(100% - 50px);
    margin: 10px; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .count_played {
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16.66667px 0;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .count_played small {
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12.5px;
    font-family: "Bliss-Regular", sans-serif;
    font-size: 14px; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap {
    width: calc(50%);
    padding: 12.5px 0;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap .row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap .row span {
    font-weight: bold;
    text-align: left;
    margin: 2px; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap .row span:last-child {
    font-weight: normal; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played {
    font-family: "Bliss-Regular", sans-serif;
    margin-bottom: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left {
    width: 60%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left .label {
    width: 100%;
    text-transform: uppercase;
    color: #004c93;
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left .numbers {
    margin: 0;
    padding: 0; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right {
    width: 20%;
    margin-left: 20%; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .golden-logo {
    width: 50%;
    height: 100%;
    margin: 0 5px; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .golden-logo:first-child {
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center bottom; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .golden-logo:last-child {
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center bottom; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numeri__gong {
    text-align: left; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played {
    width: 100%; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played thead {
    font-size: 16px;
    color: #f58220;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played td.type-game {
    text-align: left; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr {
    font-weight: lighter;
    font-size: 13px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr th {
    font-family: "Bliss2-Bold", sans-serif;
    padding: 0 !important;
    border: none;
    color: #004c93;
    border-bottom: 3px solid #f58220 !important; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td {
    height: 60px;
    line-height: 15px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td.amount::after, .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td.count::after, .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td.golden-number::after {
    content: "€";
    margin-left: 2px; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td.icon_collapse {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_down.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td.icon_collapse.open {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_up.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played {
    padding: 0;
    margin: 0;
    border-top: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played td {
    padding: 0;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    border: none;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 12px; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played thead th {
    padding: 0;
    margin: 0;
    border: none !important;
    height: 20px;
    text-transform: none;
    color: #404040;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody {
    background: #f0f3f6; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr {
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td {
    text-align: center;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
    height: 25px;
    font-size: 90%; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip {
    width: 150px;
    text-decoration: underline;
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif !important;
    font-size: 13px;
    cursor: pointer;
    position: relative; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip {
    top: 35px;
    width: 210px;
    height: 70px;
    left: -85px;
    padding: 5px;
    border-color: #e0e0e0; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .wrap_icon_close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip h4 {
    width: 100%;
    font-family: "Bliss-Regular", sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .tooltip_body {
    color: #004c93;
    font-size: 12px;
    width: 100%;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .tooltip_body span:after {
    content: " - "; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .tooltip_body span:last-child:after {
    content: "  "; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .tooltip_footer {
    color: #004c93;
    font-size: 12px;
    width: 100%;
    height: 15px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip .tooltip .wrap_icon_arrow {
    border-bottom: none;
    border-right: none;
    width: 20px;
    height: 20px;
    position: absolute;
    background: white !important;
    top: -12px;
    right: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f0f3f6;
    border-color: #e0e0e0;
    z-index: 19; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_footer .btn-gioca-numeri {
    font-size: 16px;
    padding: 5px calc(12.5px); }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_footer .potential_winnings {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: 15px; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_footer .potential_winnings span {
    font-size: 14px;
    text-align: center;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_footer .count_total {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 60px;
    border-right: 1px solid #e0e0e0;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_footer .count_total span:last-child {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    top: -2px; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_footer .count_total span:last-child:after {
    content: "€"; }
  .diecielotto-wrap .component-wrap_summary-played-dealer .popup_wrap-summary-played-dealer .popup_container .popup_footer .count_total span:first-child {
    font-size: 16px;
    text-transform: uppercase;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_potential-winnings {
    border: none !important; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: unset; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content h3 {
    background: #004c93;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Bliss-Regular", sans-serif;
    width: 70%;
    font-size: 13px;
    padding: 4px 2px;
    border-radius: 12px; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content h3 span {
    color: white; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info {
    position: absolute;
    right: 8px;
    top: 2px;
    font-size: 18px;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings {
    bottom: 35px;
    width: 300px;
    height: auto;
    padding: 10px 20px 10px 10px;
    top: auto;
    right: -20px !important;
    left: auto;
    z-index: -2000;
    border-color: #004c93;
    background: white !important;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings.show-in {
    z-index: 2099 !important; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings .tooltip_body {
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings .tooltip_body h4 {
    margin: 15px 0px 5px 0px;
    text-transform: none;
    font-size: 13px;
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings .tooltip_body h4:first-child {
    margin: 0px 0px 5px 0px; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings .tooltip_body p {
    font-size: 13px;
    font-family: "Bliss-Regular", sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #004c93;
    text-transform: none !important;
    text-align: left; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings .tooltip_body p span {
    color: #004c93;
    text-transform: lowercase;
    display: inline-block; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings .tooltip_body p span:first-letter {
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings .wrap_icon_arrow {
    border-top: none;
    border-left: none;
    bottom: -12px;
    right: 15px;
    left: auto;
    z-index: -1;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .icon-Info .tooltip.tooltip_potential-winnings .wrap_icon_close {
    top: 3px;
    right: 3px;
    font-size: 18px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap {
    width: 100%;
    height: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap > div {
    width: calc(100% / 4);
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 12px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #004c93;
    padding: 3px 0;
    border-right: 1px solid #004c93; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap > div.winning-number {
    width: 18%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap > div.awards-10elotto {
    width: 24%; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap > div.golden-number {
    width: 29%;
    background: #f9f493; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap > div.golden-number:first-child {
    background: #f9f493; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap > div.golden-number:last-child {
    background: #f6ee35; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap > div.overtime {
    width: 100%;
    border: none; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_title {
    text-align: center;
    border: 2px solid #004c93;
    border-radius: 12px 12px 0 0;
    border-bottom: none; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_title > div {
    text-transform: uppercase;
    text-align: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_title > div.golden-number {
    background: #f9f493; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_title > div.golden-number:first-child {
    background: #f9f493; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_title > div.golden-number:last-child {
    background: #f6ee35;
    border-radius: 0 12px 0 0;
    border: none; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_numbers-played {
    border-top: 1px solid #004c93;
    border-left: 2px solid #004c93;
    border-right: 2px solid #004c93; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_numbers-played > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_numbers-played > div span {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_numbers-played > div.golden-number:last-child {
    border: none; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_numbers-played:last-child {
    border-radius: 0 0 12px 12px;
    border-bottom: 2px solid #004c93;
    border-top: 1px solid #004c93; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .row-wrap.row-wrap_numbers-played:last-child .golden-number:last-child {
    border-radius: 0px 0px 12px 0px; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .column-wrap {
    border-radius: 12px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .column-wrap.column-wrap_left {
    border-radius: 12px;
    background: white;
    width: 80%;
    margin-right: 2%; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .column-wrap.column-wrap_right {
    background: white;
    width: 18%; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .column-wrap.column-wrap_right .row-wrap {
    border-color: #f58220; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .column-wrap.column-wrap_right .row-wrap.row-wrap_title {
    background: #f58220; }
  .diecielotto-wrap .component-wrap_potential-winnings .component-content .column-wrap.column-wrap_right .row-wrap.row-wrap_title .overtime {
    color: white; }
  .diecielotto-wrap .component-wrap_potential-winnings .claim-text {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-family: Bliss2-Bold, sans-serif; }
  .diecielotto-wrap .component-wrap_potential-winnings.component-wrap_potential-winnings_loading {
    height: 160px;
    background: whitesmoke;
    border: none !important; }
  .diecielotto-wrap .table_gong {
    width: 100%;
    background: white;
    height: 58px;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 12px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #004c93;
    border: 2px solid #ff5440;
    border-radius: 12px;
    margin: 9px 0 0; }
  .diecielotto-wrap .table_gong .title {
    width: 110px;
    height: 100%;
    background: #ff5440;
    color: white;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 12px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .diecielotto-wrap .table_gong .premio {
    width: 105px;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .diecielotto-wrap .table_gong .premio p {
    margin: 0;
    font-size: 10px; }
  .diecielotto-wrap .table_gong .premio .bk_premio {
    background: url(../img/background/premio_bk.png?v=2026-06-03) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 77px;
    height: 25px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .table_gong .premio .bk_premio span {
    color: white;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 16px; }
  .diecielotto-wrap .table_gong .desc {
    width: 235px;
    height: 100%;
    color: #004c93;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 12px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /*--------------------------------------------------------------------- ANIMAZIONE GONG STRUCTURE -----------------------------------------------------------*/
  .all-extractions-gong .gong_ball p {
    font-size: 52px !important; }
  .animazioneGong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative; }
  .animazioneGong .gong_intro {
    text-transform: uppercase;
    opacity: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeinoutfast 4.5s ease-in-out 0s 1;
    animation: fadeinoutfast 4.5s ease-in-out 0s 1; }
  .animazioneGong .gong_intro p {
    font-family: "VAGRoundedStd-Bold", sans-serif;
    font-size: 12px;
    color: #004795;
    text-align: center; }
  .animazioneGong .gong_intro span {
    width: 100%; }
  .animazioneGong .gong_intro span.logo_gong {
    background-image: url(../img/animazione-gong/logo_gong.png?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 57%;
    height: 40px;
    display: block;
    margin: 0 auto; }
  .animazioneGong .gong_animation {
    background-image: url(../img/animazione-gong/base.png?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    width: 280px;
    height: 156px;
    margin-top: 30px;
    -webkit-animation: fadein 2s;
    animation: fadein 2s; }
  .animazioneGong .gong_animation .gong_pointer {
    position: absolute;
    z-index: 2;
    top: 1.9%;
    background-image: url(../img/animazione-gong/pointer.png?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 80%;
    width: 100%; }
  .animazioneGong .gong_animation .gong_tapullo {
    position: absolute;
    z-index: 2;
    top: 25%;
    background-image: url(../img/animazione-gong/tapullo.png?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 66%;
    width: 100%; }
  .animazioneGong .gong_animation .gong_weel {
    position: absolute;
    z-index: 3;
    top: 25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 66%;
    width: 100%;
    background-image: url(../img/animazione-gong/PremioStart.png?v=2026-06-03); }
  .animazioneGong .gong_animation .gong_weel.premio50 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/animazione-gong/Premio50.gif?v=2026-06-03); }
  .animazioneGong .gong_animation .gong_weel.premio200 {
    background-image: url(../img/animazione-gong/Premio200.gif?v=2026-06-03); }
  .animazioneGong .gong_animation .gong_extraction {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 8%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .animazioneGong .gong_animation .gong_extraction .gong_ball {
    background-image: url(../img/animazione-gong/ball_gong.svg?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 53%;
    height: 60%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.5px;
    margin-top: 0px;
    -webkit-animation: ball 1.1s linear;
    animation: ball 1.1s linear;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden; }
  .animazioneGong .gong_animation .gong_extraction .gong_ball p {
    color: white;
    padding-top: 1px;
    font-size: 100px;
    font-family: "VAGRoundedStd-Bold", sans-serif;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .animazioneGong .gong_animation .gong_hammer {
    position: relative;
    z-index: 5;
    top: 22%;
    background-image: url(../img/animazione-gong/hammer.png?v=2026-06-03);
    background-repeat: no-repeat;
    background-position: 12% center;
    background-size: contain;
    height: 21%;
    width: 70%;
    -webkit-animation: bang 1s;
    animation: bang 1s; }
  .animazioneGong .gong_animation .gong_waves {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 40%;
    top: 0%; }
  .animazioneGong .gong_animation .gong_waves .wave {
    position: absolute;
    background-image: url(../img/animazione-gong/wave.png?v=2026-06-03);
    background-repeat: no-repeat;
    background-size: contain; }
  .animazioneGong .gong_animation .gong_waves .wave.w1 {
    opacity: 0;
    top: 77%;
    height: 54%;
    width: 100%;
    background-position: 87% center;
    -webkit-animation: waves 2s ease-in-out 0s 1;
    animation: waves 2s ease-in-out 0s 1; }
  .animazioneGong .gong_animation .gong_waves .wave.w2 {
    opacity: 0;
    top: 64%;
    height: 70%;
    width: 100%;
    background-position: 92% center;
    -webkit-animation: waves 2s ease-in-out 0.3s 1;
    animation: waves 2s ease-in-out 0.3s 1; }
  .animazioneGong .gong_animation .gong_waves .wave.w3 {
    opacity: 0;
    top: 54%;
    height: 80%;
    width: 100%;
    background-position: 97% center;
    -webkit-animation: waves 2s ease-in-out 0.6s 1;
    animation: waves 2s ease-in-out 0.6s 1; }
  .animazioneGong .gong_animation .gong_cage {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  @-webkit-keyframes fadein {
    0% {
      opacity: 0; }
    25% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @keyframes fadein {
    0% {
      opacity: 0; }
    25% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes fadeinout {
    0% {
      opacity: 0; }
    15% {
      opacity: 1; }
    50% {
      opacity: 1; }
    85% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes fadeinout {
    0% {
      opacity: 0; }
    15% {
      opacity: 1; }
    50% {
      opacity: 1; }
    85% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes fadeinoutfast {
    0% {
      opacity: 0; }
    15% {
      opacity: 1; }
    30% {
      opacity: 0; }
    45% {
      opacity: 1; }
    60% {
      opacity: 0; }
    75% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes fadeinoutfast {
    0% {
      opacity: 0; }
    15% {
      opacity: 1; }
    30% {
      opacity: 0; }
    45% {
      opacity: 1; }
    60% {
      opacity: 0; }
    75% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes bang {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @keyframes bang {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @-webkit-keyframes ball {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0); }
    50% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @keyframes ball {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0); }
    50% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @-webkit-keyframes waves {
    0% {
      opacity: 0; }
    25% {
      opacity: 1; }
    50% {
      opacity: 1; }
    75% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes waves {
    0% {
      opacity: 0; }
    25% {
      opacity: 1; }
    50% {
      opacity: 1; }
    75% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  .speaker {
    position: absolute;
    padding: 20px;
    left: 4.5px;
    top: 0;
    background: url(../img/icons/speaker_on.png?v=2026-06-03);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    border: 0;
    z-index: 1000; }
  .speaker.mute_audio {
    background: url(../img/icons/speaker_off.png?v=2026-06-03);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block; } }

/* Media Print */
@media print {
  /* Include SCSS for function print js */
  /* Settings Print */
  @page {
    size: portrait;
    margin: 10mm 10mm; }
  html,
  body {
    width: 768px;
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto; }
  * {
    font-size: 14px !important; }
  /* Include module printable */
  .pagination-container {
    width: 100%;
    margin: 25px 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 30px; }
  .pagination-container ul {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 5px #cccccc;
    box-shadow: 0px 0px 5px #cccccc;
    border-radius: 5px; }
  .pagination-container ul li {
    height: auto;
    min-width: 35px;
    text-align: center;
    position: relative;
    height: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(0, 157, 224, 0.15); }
  .pagination-container ul li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: black;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .pagination-container ul li a i {
    font-size: 12px; }
  .pagination-container ul li:first-child {
    border: none;
    border-radius: 5px 0 0 5px; }
  .pagination-container ul li:last-child {
    border-radius: 0 5px 5px 0; }
  .pagination-container ul li.active {
    background: #cccccc;
    cursor: default;
    pointer-events: none; }
  .pagination-container ul li.active a {
    color: white; }
  .pagination-container ul li:hover {
    background: #cccccc; }
  .pagination-container ul li:hover a {
    color: white; }
  .pagination-container ul li.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none; }
  .pagination-container ul li.disabled a {
    cursor: default;
    pointer-events: none; }
  .diecielotto-wrap .pagination-container ul {
    -webkit-box-shadow: 0px 0px 5px #004c93;
    box-shadow: 0px 0px 5px #004c93; }
  .diecielotto-wrap .pagination-container ul li.active {
    background: #004c93; }
  .diecielotto-wrap .pagination-container ul li:hover {
    background: #004c93; }
  .diecielotto-wrap .pagination-container ul li:hover a {
    color: white; }
  /* Include SCSS for Popup layer */
  .popup_wrap {
    position: initial;
    width: 100%;
    height: auto; }
  .popup_wrap .popup_container {
    position: initial;
    width: 100%;
    height: 100%; }
  .popup_wrap .popup_container .popup_header {
    width: calc(100% - 25px);
    height: 60px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 12.5px;
    position: relative; }
  .popup_wrap .popup_container .popup_header .logo {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 200px;
    background: url(../img/logos/10elotto.png?v=2026-06-03) no-repeat;
    background-size: 150px; }
  .popup_wrap .popup_container .popup_header h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 22px;
    color: #f58220;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Baloo", sans-serif; }
  .popup_wrap .popup_container .popup_header .close-icon {
    position: absolute;
    top: 12px;
    cursor: pointer;
    right: 12px;
    font-size: 32px; }
  .popup_wrap .popup_container .popup_body {
    position: initial;
    width: 100%;
    height: auto; }
  .popup_wrap .popup_container .popup_footer {
    position: initial;
    width: 100%;
    height: 100px; }
  .popup_wrap.popup_wrap-normal .popup_container .popup_body {
    height: calc(100% - 75px - 100px - 50px);
    width: 710px;
    padding: 30px calc((100% - 710px) - ((100% - 710px) / 2));
    line-height: 1.8rem;
    overflow-y: scroll;
    font-size: 16px; }
  .popup_wrap.popup_wrap-normal .popup_container .popup_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative; }
  /* Includes SCSS for header */
  header.dailygame-wrap, header.diecielotto-wrap, header.lotto-wrap {
    display: none; }
  /* Includes SCSS for menu */
  menu {
    display: none; }
  /* Component */
  .diecielotto-wrap .message_wrap,
  .diecielotto-wrap .component-wrap_viewer-area,
  .diecielotto-wrap .component-wrap_immediate,
  .diecielotto-wrap .component-wrap_viewer-immediate
.component-wrap_potential-winnings,
  .diecielotto-wrap .component-wrap_viewer-area,
  .diecielotto-wrap .component-wrap_promo,
  .diecielotto-wrap .component-wrap_potential-winnings,
  .diecielotto-wrap .component-wrap_frequent-delayed-numbers,
  .diecielotto-wrap .component-wrap_claim-rules-game,
  .diecielotto-wrap .component-wrap_extraction-claim,
  .diecielotto-wrap .component-wrap_choose_lottery,
  .diecielotto-wrap .component-wrap_potential-winnings,
  .diecielotto-wrap .component-wrap_promo,
  .diecielotto-wrap .group-panel,
  .diecielotto-wrap .modal_wrap-summary-played,
  .diecielotto-wrap .modal_wrap-extraction-live,
  .diecielotto-wrap .modal_wrap-subscriptions,
  .diecielotto-wrap .detail_header,
  .diecielotto-wrap .info_played_print,
  .diecielotto-wrap .repeat_played {
    display: none !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .panel_choose-numbers-gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_choose-numbers .numeri__gong {
    text-align: center;
    margin: 20px auto;
    padding: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_choose-numbers .numeri__gong p {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: calc(0.8889rem + 0.2vw);
    color: #004c93;
    padding: 0 10px 0 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .numeri__gong span {
    width: 32px;
    height: 32px;
    max-height: 46px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: "Baloo", sans-serif;
    font-size: 16px;
    color: white !important;
    background: transparent url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat center;
    background-size: cover; }
  .diecielotto-wrap .component-wrap_choose-numbers .numeri__gong span.vinto {
    background: transparent url(../img/ball-style/gong/ball_gong_win.png?v=2026-06-03) no-repeat center;
    background-size: cover;
    color: white !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .numeri__gong span.empty {
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    opacity: 1;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback {
    padding: 25px 12.5px 25px 12.5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header {
    padding: 12.5px;
    background: #175fa0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    height: 160px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/background/10elotto_feedback_header.png?v=2026-06-03) no-repeat;
    background-size: auto;
    background-position: 100% 100%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header h3 {
    width: 100%;
    font-size: 32px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: white;
    font-family: "Bliss2-Bold", sans-serif;
    background: url(../img/background/10elotto_feedback_header_h3.png?v=2026-06-03) no-repeat;
    background-position: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header h3 span:first-child {
    width: calc(100% - (50px * 2));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/background/10elotto_feedback_header_h3.png?v=2026-06-03) repeat-x;
    background-size: auto;
    background-position: center;
    margin: 0 50px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header h3 span:last-child {
    height: 50px;
    display: block;
    width: 230px;
    background: #175fa0;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header .text-container {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif;
    line-height: 22px;
    margin: 10px 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header .text-container span {
    color: white;
    margin-bottom: 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header .text-container span:first-child {
    font-size: 20px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header .text-container span:last-child {
    font-size: 26px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_header .cta-container {
    display: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .tooltip {
    display: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    font-size: 24px !important;
    font-family: "Bliss2-Bold", sans-serif;
    color: #004c93;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .title button {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    border-right: 1px solid #e0e0e0;
    width: 60px;
    text-align: center;
    font-size: 16px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .title button i {
    font-size: 22px;
    margin-right: 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .title span {
    text-align: center;
    width: calc(100% - 50px);
    margin: 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .count_played {
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12.5px 0;
    font-size: 16px;
    font-family: "Bliss-Regular", sans-serif;
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .count_played small {
    font-size: 16px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played {
    font-family: "Bliss-Regular", sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left {
    width: 60%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left .label {
    width: 100%;
    text-transform: uppercase;
    color: #004c93;
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_left .numbers {
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right {
    width: 30%;
    margin-left: 10%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos {
    width: calc(100% / 3);
    height: 100%;
    margin: 0 5px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos.golden-logo {
    max-width: 44px;
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 35px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos.double-golden-logo {
    max-width: 44px;
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 30px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos.option-x {
    max-width: 44px;
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 40px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap > .numbers-played .column-wrap.column-wrap_right .logos.gong-logo {
    max-width: 44px;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 40px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .numeri__gong {
    text-align: left;
    margin-top: 0px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .numeri__gong span {
    max-width: 32px;
    max-height: 32px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12.5px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played > .column-wrap {
    width: calc(50%);
    padding: 25px 0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played > .column-wrap .row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played > .column-wrap .row span {
    font-family: "Bliss-Regular", sans-serif;
    text-align: left;
    margin: 5px;
    font-weight: normal; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played {
    width: 100%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played thead {
    font-size: 16px;
    color: #f58220;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played td.type-game {
    text-align: left; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr {
    font-weight: lighter;
    font-size: 13px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr th {
    font-family: "Bliss2-Bold", sans-serif;
    padding-bottom: 5px;
    border: none;
    color: #004c93;
    border-bottom: 3px solid #f58220 !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr th.count {
    text-transform: capitalize !important; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr td {
    height: 55px;
    line-height: 15px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr td.icon_collapse {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_down.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr td.icon_collapse.open {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_up.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played {
    padding: 0;
    margin: 0;
    border-top: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played td {
    padding: 0;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    border: none;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 12px; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played thead th {
    padding: 0;
    margin: 0;
    border: none !important;
    height: 20px;
    text-transform: none;
    color: #404040;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody {
    background: #f0f3f6; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr {
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td {
    text-align: center;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
    height: 25px;
    font-size: 90%; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip {
    display: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .info_played_print {
    display: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_feedback .detail_wrap .repeat_played {
    display: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_promo {
    display: none; }
  .diecielotto-wrap .component-wrap_choose-numbers .page_wrap-feedback .page_container .element-wrap.element-wrap_button {
    display: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/gong/ball_gong_selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .panel_choose-numbers-gong div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .numeri__gong {
    text-align: center;
    margin: 20px auto;
    padding: 0;
    width: 100%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .numeri__gong p {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: calc(0.8889rem + 0.2vw);
    color: #004c93;
    padding: 0 10px 0 0; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .numeri__gong span {
    width: 32px;
    height: 32px;
    max-height: 46px;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: "Baloo", sans-serif;
    font-size: 16px;
    color: white !important;
    background: transparent url(../img/ball-style/gong/ball_gong.png?v=2026-06-03) no-repeat center;
    background-size: cover; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .numeri__gong span.vinto {
    background: transparent url(../img/ball-style/gong/ball_gong_win.png?v=2026-06-03) no-repeat center;
    background-size: cover;
    color: white !important; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .numeri__gong span.empty {
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    opacity: 1;
    background: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_header {
    display: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body {
    font-family: "Bliss-Regular", sans-serif;
    font-size: 14px;
    width: calc(100% - 50px);
    margin: 0 25px;
    padding: 0;
    overflow: auto !important;
    height: auto !important; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    position: relative; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .btn {
    background: white;
    text-transform: none;
    font-weight: normal;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Bliss2-Bold", sans-serif;
    position: relative;
    margin-left: 10px;
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .btn i {
    font-size: 22px;
    position: relative;
    top: 3px;
    left: 0px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .btn.btn-salva-preferita {
    margin-left: 10px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .btn.btn-modifica-schedina {
    margin-right: 10px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome {
    width: 100%;
    height: 80px;
    background: #003f79;
    margin-top: 12.5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome > p {
    font-size: 18px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome > p > span {
    font-size: 24px;
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-winner {
    position: relative; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-winner > .banner_bg-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: url(../img/background/10elotto_esito_giocata_banner_vinto_left.png?v=2026-06-03) no-repeat;
    background-position: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-winner > .banner_bg-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url(../img/background/10elotto_esito_giocata_banner_vinto_right.png?v=2026-06-03) no-repeat;
    background-position: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-loser {
    position: relative; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-loser > .banner_bg-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header .banner_outcome.banner_outcome-loser > p {
    text-transform: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_header > .tooltip {
    display: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .title {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    font-size: 16px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .title i {
    border-right: 1px solid #e0e0e0;
    width: 50px;
    text-align: center;
    font-size: 22px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .title span {
    text-align: center;
    width: calc(100% - 50px);
    margin: 10px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .count_played {
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16.66667px 0;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .count_played small {
    font-weight: bold; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12.5px;
    font-family: "Bliss-Regular", sans-serif;
    font-size: 14px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap {
    width: calc(50%);
    padding: 12.5px 0;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap .row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap .row span {
    font-weight: bold;
    text-align: left;
    margin: 2px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .column-wrap .row span:last-child {
    font-weight: normal; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played {
    font-family: "Bliss-Regular", sans-serif;
    margin-bottom: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left {
    width: 60%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left .label {
    width: 100%;
    text-transform: uppercase;
    color: #004c93;
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 14px;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div {
    width: 10%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span {
    border: 2px solid black;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Baloo", sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - (32px / 2));
    left: calc(50% - (32px / 2)); }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected {
    border-color: #004c93;
    background: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number {
    color: #404040; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden-not-selected ~ .number small {
    color: #404040; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number {
    color: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.selected ~ .number small {
    color: white; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.not-extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/not-extracted.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.golden ~ .number small {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px  1px 0 #fff, 1px  1px 0 #fff; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted {
    background-position: center !important;
    background-size: contain !important;
    background: url(../img/ball-style/10elotto/selected.png?v=2026-06-03) no-repeat;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.extracted ~ .number small {
    color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.empty {
    color: white;
    border-color: #004c93; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number {
    background: none;
    border: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left > .numbers div span.number small {
    color: #404040;
    font-weight: lighter; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_left .numbers {
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right {
    width: 20%;
    margin-left: 20%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos {
    width: calc(100% / 3);
    height: 100%;
    margin: 0 5px;
    max-width: 50px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos.golden-logo {
    background: url(../img/logos/golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 30px;
    width: 60px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos.double-golden-logo {
    background: url(../img/logos/double-golden-number.png?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 30px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos.option-x {
    background: url(../img/logos/logoExtraWhite.svg?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 40px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played > .numbers-played .column-wrap.column-wrap_right .logos.gong-logo {
    max-width: 44px;
    background: url(../img/logos/logo_gong.svg?v=2026-06-03) no-repeat;
    background-size: contain;
    background-position: center 40px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played .numeri__gong {
    text-align: left;
    margin-top: 0px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played .numeri__gong p {
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played .numeri__gong span {
    max-width: 32px;
    max-height: 32px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played {
    width: 100%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played thead {
    font-size: 16px;
    color: #f58220;
    text-transform: uppercase; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr {
    font-weight: lighter;
    font-size: 13px;
    text-align: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr th {
    font-family: "Bliss2-Bold", sans-serif;
    padding: 0 !important;
    border: none;
    color: #004c93;
    border-bottom: 3px solid #f58220 !important; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td {
    height: 60px;
    line-height: 15px;
    font-family: "Bliss-Regular", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td.icon_collapse {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_down.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr > td.icon_collapse.open {
    background: url(../img/background/10elotto_feedback_table_icon-collapse_up.png?v=2026-06-03) no-repeat;
    width: 50px;
    background-size: 30px 30px;
    background-position: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played {
    padding: 0;
    margin: 0;
    border-top: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played td {
    padding: 0;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #cccccc; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    border: none;
    font-family: "Bliss2-Bold", sans-serif;
    font-size: 12px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played thead th {
    padding: 0;
    margin: 0;
    border: none !important;
    height: 20px;
    text-transform: none;
    color: #404040;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody {
    background: #f0f3f6; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr {
    border-bottom: 1px solid #e0e0e0; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td {
    text-align: center;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
    height: 25px;
    font-size: 90%; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .detail_wrap .info_played table.summary-played tr.detail-single-played table.single-played tbody tr td.icon-tooltip {
    display: none; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .winning_payout_text {
    font-size: 12px;
    font-family: "Bliss-Regular", sans-serif;
    line-height: 15px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_body > .panel_body .winning_payout_text .panel_close {
    text-align: center;
    font-size: 16px;
    color: black;
    cursor: pointer; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer .btn-rigioca-schedina {
    visibility: hidden; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer .count_total {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 60px;
    border-right: 1px solid #e0e0e0;
    font-family: "Bliss2-Bold", sans-serif; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer .count_total span:last-child {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    position: relative;
    top: -2px; }
  .diecielotto-wrap .component-wrap_detail-played-dealer .popup_wrap-detail-played-dealer .popup_container .popup_footer .count_total span:first-child {
    font-size: 16px;
    text-transform: uppercase;
    color: #004c93; } }

/* Media for IE */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* Include SCSS for Header */
  header.dailygame-wrap ul li:last-child a {
    background-size: 1.3rem; }
  /* Include SCSS for Tooltip */
  .tooltip.show-in {
    z-index: 2000 !important;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  .tooltip.show-out {
    z-index: -2000 !important;
    opacity: 0; }
  /* Include SCSS for Modal */
  .modal_wrap.modal_wrap-small .modal_container {
    position: relative !important; }
  .modal_wrap.show-in {
    z-index: 2100 !important;
    opacity: 1 !important;
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  /* Include SCSS for Menu */
  menu.dailygame-wrap.show-in {
    top: 0px !important; }
  menu.dailygame-wrap.show-out {
    top: -50px !important; }
  /* Include components structure for 10elotto */
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_third {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_third .step-wrap.step-wrap_extraction {
    height: 95px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_third .step-wrap.step-wrap_extraction .label {
    position: static !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .wrap_extraction .wrapper-extraction-final .step-wrap_third .step-wrap.step-wrap_waiting {
    height: 95px !important; }
  .diecielotto-wrap .component-wrap_viewer-area .content .tab-area.tab-area_extraction-live .modal_wrap-extraction-live > .modal_container .modal_footer .played_group {
    overflow-y: scroll !important;
    overflow-x: hidden !important; } }

/*--------------------------------------------------------------------- CONCORSI SPECIALI -----------------------------------------------------------*/
.component-wrap_viewer-area.happyHour .wrap_extraction, .component-wrap_viewer-area.happyHour .wrap-extraction, .component-wrap_viewer-area.happyHour .all-extractions-gong, .component-wrap_viewer-area.happyHour .all-extractions {
  background: none !important;
  background-image: url(../img/concorsi-speciali/bk_animazioneRidotto_happy.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center; }

.component-wrap_viewer-area.happyHour .wrap_extraction p, .component-wrap_viewer-area.happyHour .wrap_extraction span.label, .component-wrap_viewer-area.happyHour .wrap_extraction .text_single-number-extracted, .component-wrap_viewer-area.happyHour .wrap-extraction p, .component-wrap_viewer-area.happyHour .wrap-extraction span.label, .component-wrap_viewer-area.happyHour .wrap-extraction .text_single-number-extracted, .component-wrap_viewer-area.happyHour .all-extractions-gong p, .component-wrap_viewer-area.happyHour .all-extractions-gong span.label, .component-wrap_viewer-area.happyHour .all-extractions-gong .text_single-number-extracted, .component-wrap_viewer-area.happyHour .all-extractions p, .component-wrap_viewer-area.happyHour .all-extractions span.label, .component-wrap_viewer-area.happyHour .all-extractions .text_single-number-extracted {
  color: white !important; }

.component-wrap_viewer-area.happyHour .wrap_extraction p span, .component-wrap_viewer-area.happyHour .wrap_extraction span.label span, .component-wrap_viewer-area.happyHour .wrap_extraction .text_single-number-extracted span, .component-wrap_viewer-area.happyHour .wrap-extraction p span, .component-wrap_viewer-area.happyHour .wrap-extraction span.label span, .component-wrap_viewer-area.happyHour .wrap-extraction .text_single-number-extracted span, .component-wrap_viewer-area.happyHour .all-extractions-gong p span, .component-wrap_viewer-area.happyHour .all-extractions-gong span.label span, .component-wrap_viewer-area.happyHour .all-extractions-gong .text_single-number-extracted span, .component-wrap_viewer-area.happyHour .all-extractions p span, .component-wrap_viewer-area.happyHour .all-extractions span.label span, .component-wrap_viewer-area.happyHour .all-extractions .text_single-number-extracted span {
  color: #f58220 !important; }

.component-wrap_viewer-area.happyHour .wrap_extraction .pagination, .component-wrap_viewer-area.happyHour .wrap-extraction .pagination, .component-wrap_viewer-area.happyHour .all-extractions-gong .pagination, .component-wrap_viewer-area.happyHour .all-extractions .pagination {
  color: white !important; }

.component-wrap_viewer-area.happyHour .wrap_extraction .single-extraction, .component-wrap_viewer-area.happyHour .wrap-extraction .single-extraction, .component-wrap_viewer-area.happyHour .all-extractions-gong .single-extraction, .component-wrap_viewer-area.happyHour .all-extractions .single-extraction {
  background: none !important;
  background-image: url(../img/concorsi-speciali/bk_animazioneRidotto_happy.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center; }

.component-wrap_viewer-area.happyHour .wrap_extraction .single-extraction.specialContest, .component-wrap_viewer-area.happyHour .wrap-extraction .single-extraction.specialContest, .component-wrap_viewer-area.happyHour .all-extractions-gong .single-extraction.specialContest, .component-wrap_viewer-area.happyHour .all-extractions .single-extraction.specialContest {
  background-image: url(../img/concorsi-speciali/bk_animazioneRidotto_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.component-wrap_viewer-area.happyHour .wrap_extraction .single-extraction.specialContest .pagination, .component-wrap_viewer-area.happyHour .wrap-extraction .single-extraction.specialContest .pagination, .component-wrap_viewer-area.happyHour .all-extractions-gong .single-extraction.specialContest .pagination, .component-wrap_viewer-area.happyHour .all-extractions .single-extraction.specialContest .pagination {
  color: #004c93 !important; }

.component-wrap_viewer-area.happyHour .wrap_extraction .single-extraction.specialContest p, .component-wrap_viewer-area.happyHour .wrap_extraction .single-extraction.specialContest span.label, .component-wrap_viewer-area.happyHour .wrap_extraction .single-extraction.specialContest .text_single-number-extracted, .component-wrap_viewer-area.happyHour .wrap-extraction .single-extraction.specialContest p, .component-wrap_viewer-area.happyHour .wrap-extraction .single-extraction.specialContest span.label, .component-wrap_viewer-area.happyHour .wrap-extraction .single-extraction.specialContest .text_single-number-extracted, .component-wrap_viewer-area.happyHour .all-extractions-gong .single-extraction.specialContest p, .component-wrap_viewer-area.happyHour .all-extractions-gong .single-extraction.specialContest span.label, .component-wrap_viewer-area.happyHour .all-extractions-gong .single-extraction.specialContest .text_single-number-extracted, .component-wrap_viewer-area.happyHour .all-extractions .single-extraction.specialContest p, .component-wrap_viewer-area.happyHour .all-extractions .single-extraction.specialContest span.label, .component-wrap_viewer-area.happyHour .all-extractions .single-extraction.specialContest .text_single-number-extracted {
  color: #004c93 !important; }

.component-wrap_viewer-area.happyHour .wrap_extraction .single-extraction.specialContest p span, .component-wrap_viewer-area.happyHour .wrap_extraction .single-extraction.specialContest span.label span, .component-wrap_viewer-area.happyHour .wrap_extraction .single-extraction.specialContest .text_single-number-extracted span, .component-wrap_viewer-area.happyHour .wrap-extraction .single-extraction.specialContest p span, .component-wrap_viewer-area.happyHour .wrap-extraction .single-extraction.specialContest span.label span, .component-wrap_viewer-area.happyHour .wrap-extraction .single-extraction.specialContest .text_single-number-extracted span, .component-wrap_viewer-area.happyHour .all-extractions-gong .single-extraction.specialContest p span, .component-wrap_viewer-area.happyHour .all-extractions-gong .single-extraction.specialContest span.label span, .component-wrap_viewer-area.happyHour .all-extractions-gong .single-extraction.specialContest .text_single-number-extracted span, .component-wrap_viewer-area.happyHour .all-extractions .single-extraction.specialContest p span, .component-wrap_viewer-area.happyHour .all-extractions .single-extraction.specialContest span.label span, .component-wrap_viewer-area.happyHour .all-extractions .single-extraction.specialContest .text_single-number-extracted span {
  color: #f58220 !important; }

.component-wrap_viewer-area .single-extraction.specialContest {
  background-image: url(../img/concorsi-speciali/bk_animazioneRidotto_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.component-wrap_viewer-area .single-extraction.specialContest .pagination {
  color: #004c93 !important; }

.component-wrap_viewer-area .single-extraction.specialContest p, .component-wrap_viewer-area .single-extraction.specialContest span.label, .component-wrap_viewer-area .single-extraction.specialContest .text_single-number-extracted {
  color: #004c93 !important; }

.component-wrap_viewer-area .single-extraction.specialContest p span, .component-wrap_viewer-area .single-extraction.specialContest span.label span, .component-wrap_viewer-area .single-extraction.specialContest .text_single-number-extracted span {
  color: #f58220 !important; }

.component-wrap_viewer-area .single-extraction.happyHour {
  background: none !important;
  background-image: url(../img/concorsi-speciali/bk_animazioneRidotto_happy.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center; }

.component-wrap_viewer-area .single-extraction.happyHour .pagination {
  color: white !important; }

.component-wrap_viewer-area .single-extraction.happyHour p, .component-wrap_viewer-area .single-extraction.happyHour span.label, .component-wrap_viewer-area .single-extraction.happyHour .text_single-number-extracted {
  color: white !important; }

.component-wrap_viewer-area .single-extraction.happyHour p span, .component-wrap_viewer-area .single-extraction.happyHour span.label span, .component-wrap_viewer-area .single-extraction.happyHour .text_single-number-extracted span {
  color: #f58220 !important; }

.component-wrap_viewer-area .tab-area.specialContest .wrap_extraction, .component-wrap_viewer-area .tab-area.specialContest .wrap-extraction, .component-wrap_viewer-area .tab-area.specialContest .all-extractions-gong {
  background: none !important;
  background-image: url(../img/concorsi-speciali/bk_animazioneRidotto_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center; }

.component-wrap_viewer-area .tab-area.specialContest .wrap_extraction .single-extraction, .component-wrap_viewer-area .tab-area.specialContest .wrap-extraction .single-extraction, .component-wrap_viewer-area .tab-area.specialContest .all-extractions-gong .single-extraction {
  background: none !important;
  background-image: url(../img/concorsi-speciali/bk_animazioneRidotto_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center; }

.modal_wrap-extraction-live.specialContest .step-wrap_cms, .modal_wrap-extraction-live.specialContest .step-wrap_banner, .modal_wrap-extraction-live.specialContest .step-wrap_summary {
  background-image: url(../img/concorsi-speciali/bk_waiting_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  margin: 0 !important;
  padding: 0 25px; }

@media screen and (max-width: 931px) {
  .modal_wrap-extraction-live.specialContest .step-wrap_cms, .modal_wrap-extraction-live.specialContest .step-wrap_banner, .modal_wrap-extraction-live.specialContest .step-wrap_summary {
    width: calc(100% - 50px) !important; } }

.modal_wrap-extraction-live.specialContest .step-wrap_cms .all-number-extractions-gong, .modal_wrap-extraction-live.specialContest .step-wrap_banner .all-number-extractions-gong, .modal_wrap-extraction-live.specialContest .step-wrap_summary .all-number-extractions-gong {
  background: none !important; }

.modal_wrap-extraction-live.specialContest .step-wrap .column-wrap_right {
  background-image: url(../img/concorsi-speciali/bk_animazione_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  margin: 0 !important;
  padding: 25px 0; }

.modal_wrap-extraction-live.specialContest .step-wrap .right-container {
  background-image: url(../img/concorsi-speciali/bk_animazione_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  margin: 0 !important; }

.modal_wrap-extraction-live.specialContest .step-wrap_clock {
  background-image: url(../img/concorsi-speciali/bk_waiting_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  -webkit-animation: unset !important;
  animation: unset !important;
  background-position: center; }

.modal_wrap-extraction-live.specialContest .step-wrap_clock p {
  -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
  animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }

.modal_wrap-extraction-live.specialContest .banner_specialContest {
  background-image: url(../img/concorsi-speciali/banner_special.png?v=2026-06-03);
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 100%;
  max-width: 820px;
  height: 65px;
  border-radius: 5px;
  margin: 5px auto; }

.modal_wrap-extraction-live.specialContest .claim-text.specialContest .text {
  background-image: url(../img/concorsi-speciali/banner_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
  max-width: 820px;
  height: 65px;
  border-radius: 10px;
  margin: 5px auto;
  color: #004c93 !important;
  font-family: VAGRoundedStd-Bold;
  font-size: 26px; }

.modal_wrap-extraction-live.happyHour .step-wrap_cms, .modal_wrap-extraction-live.happyHour .step-wrap_banner, .modal_wrap-extraction-live.happyHour .step-wrap_summary {
  background-image: url(../img/concorsi-speciali/bk_waiting_happy.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  margin: 0 !important;
  padding: 0 25px; }

@media screen and (max-width: 931px) {
  .modal_wrap-extraction-live.happyHour .step-wrap_cms, .modal_wrap-extraction-live.happyHour .step-wrap_banner, .modal_wrap-extraction-live.happyHour .step-wrap_summary {
    width: calc(100% - 50px) !important; } }

.modal_wrap-extraction-live.happyHour .step-wrap_cms .all-number-extractions-gong, .modal_wrap-extraction-live.happyHour .step-wrap_banner .all-number-extractions-gong, .modal_wrap-extraction-live.happyHour .step-wrap_summary .all-number-extractions-gong {
  background: none !important; }

.modal_wrap-extraction-live.happyHour .step-wrap_cms .countdown_next-extraction, .modal_wrap-extraction-live.happyHour .step-wrap_banner .countdown_next-extraction, .modal_wrap-extraction-live.happyHour .step-wrap_summary .countdown_next-extraction {
  color: white !important; }

.modal_wrap-extraction-live.happyHour .step-wrap .column-wrap_right {
  background-image: url(../img/concorsi-speciali/bk_animazione_happy.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  margin: 0 !important;
  padding: 25px 0; }

.modal_wrap-extraction-live.happyHour .step-wrap .column-wrap_right .text-extraction, .modal_wrap-extraction-live.happyHour .step-wrap .column-wrap_right .wait-extraction p {
  color: white !important; }

.modal_wrap-extraction-live.happyHour .step-wrap .column-wrap_right .text-extraction span, .modal_wrap-extraction-live.happyHour .step-wrap .column-wrap_right .wait-extraction p span {
  color: #f58220 !important; }

.modal_wrap-extraction-live.happyHour .step-wrap .right-container {
  background-image: url(../img/concorsi-speciali/bk_animazione_happy.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  margin: 0 !important; }

.modal_wrap-extraction-live.happyHour .step-wrap_clock {
  background-image: url(../img/concorsi-speciali/bk_waiting_happy.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  -webkit-animation: unset !important;
  animation: unset !important;
  background-position: center;
  color: white !important; }

.modal_wrap-extraction-live.happyHour .step-wrap_clock p {
  color: white !important;
  -webkit-animation: animation-viewarea--extractionlive-clock-blink 1s infinite;
  animation: animation-viewarea--extractionlive-clock-blink 1s infinite; }

.modal_wrap-extraction-live.happyHour .banner_specialContest {
  background-image: url(../img/concorsi-speciali/banner_time.png?v=2026-06-03);
  background-repeat: no-repeat;
  background-size: contain !important;
  width: 100%;
  max-width: 820px;
  height: 65px;
  border-radius: 5px;
  margin: 5px auto; }

.modal_wrap-extraction-live.happyHour .claim-text.happyHour .text {
  background-image: url(../img/concorsi-speciali/banner_time.png?v=2026-06-03) !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
  max-width: 820px;
  height: 65px;
  border-radius: 10px;
  margin: 5px auto;
  color: #004c93 !important;
  font-family: VAGRoundedStd-Bold;
  font-size: 26px; }

.modal_wrap-extraction-live.happyHour .claim-text.happyHour.comingsoon .text {
  font-family: Bliss-Regular;
  background-image: none !important;
  color: white !important; }

.badge {
  position: absolute;
  width: 210px;
  height: 35px;
  left: 226px;
  top: 36px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 8px #D7E2EE;
  box-shadow: 0px 0px 8px #D7E2EE;
  border-radius: 8px; }

.badge_content {
  padding: 5px 10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(93.63deg, #FFBF55 -11.43%, #FFE560 63.87%, #FFBF55 139.65%);
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.badge_content span {
  font-family: Bliss-Regular !important;
  font-size: 12px !important;
  color: #004795 !important;
  line-height: 12px !important;
  display: inline-block !important;
  max-width: unset !important;
  border-right: 0px !important;
  text-transform: initial !important; }

.badge_content strong {
  display: inline;
  font-weight: bold; }

.badge_arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFBF55;
  z-index: -1;
  cursor: pointer;
  left: -5px;
  top: 15px; }

[data-type="dieciElotto-options"] .panel_options .badge {
  opacity: 0;
  animation: fadeinout 5s linear forwards;
  -webkit-animation: fadeinout 5s linear forwards; }

@keyframes fadeinout {
  0%, 10%, 90%, 100% {
    opacity: 0; }
  11%, 89% {
    opacity: 1; } }

@-webkit-keyframes fadeinout {
  0%, 10%, 90%, 100% {
    opacity: 0; }
  11%, 89% {
    opacity: 1; } }

.panel_check-summary .badge {
  left: 11px !important;
  top: -40px !important;
  width: 245px !important; }

.panel_check-summary .badge .badge_arrow {
  left: 15px !important;
  top: 39px !important; }

.boxSpecialContest {
  width: 100%;
  height: 32px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(93.63deg, #FFBF55 -11.43%, #FFE560 63.87%, #FFBF55 139.65%);
  -webkit-box-shadow: 0px 0px 8px #D7E2EE;
  box-shadow: 0px 0px 8px #D7E2EE;
  border-radius: 6px;
  font-family: Bliss-Regular;
  font-style: normal;
  font-weight: 400;
  font-size: calc(0.6667rem + 0.2vw);
  color: #004795; }

.boxSpecialContest strong {
  font-family: Bliss2-Bold;
  margin: 0 3px; }

.logoSpecialContest {
  display: inline-block;
  background-image: url(../img/concorsi-speciali/logo_special.svg?v=2026-06-03);
  background-repeat: no-repeat;
  background-size: cover;
  width: 102px;
  height: 23px; }

.extraction-archive .logoSpecialContest {
  margin-left: 15px !important; }

.blueSpecial {
  color: #004C93 !important;
  text-transform: initial !important;
  font-size: 11px !important; }

.table_specialContest {
  width: 100%;
  height: 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0; }

.table_specialContest.desc {
  color: #004c93;
  font-family: "Bliss2-Bold", sans-serif;
  font-size: 12px;
  margin-top: 9px; }

.table_specialContest.desc a {
  text-decoration: underline;
  margin-left: 3px; }

.page_wrap-feedback .boxSpecialContest {
  margin-top: 20px; }

.banner_outcome-winner.specialContest {
  background-image: url(../img/concorsi-speciali/bk_result_special.png?v=2026-06-03) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.banner_outcome-winner.specialContest + .panel-action {
  background: #FFCB4A !important;
  margin: 0px 0px 10px 0px !important; }

.banner_outcome-winner.specialContest p {
  color: #004c93 !important; }

.banner_outcome-winner.specialContest p span:first-of-type {
  color: black !important;
  font-size: 20px !important; }

.banner_outcome-winner.specialContest p span {
  font-size: 14px !important;
  color: #004c93;
  text-transform: initial !important; }

.banner_outcome-winner.specialContest .subdesc {
  display: block !important; }

.banner_outcome-winner.specialContest .banner_bg-right, .banner_outcome-winner.specialContest .banner_bg-left {
  display: none !important; }

#homeBannerRightTop {
  height: 125px;
  display: block; }

#homeSchedinaBannerOverlay {
  height: 440px;
  display: block; }

#homeBannerVisoreEspansoContentOne {
  height: 200px;
  display: block; }

#homeBannerVisoreEspansoContentTwo {
  height: 200px;
  display: block; }

#homeBannerVisoreEspansoContentThree {
  height: 200px;
  display: block; }

#homeBannerVisoreRidottoTwo {
  display: block; }

#homeBannerVisoreRidotto {
  display: block; }
