<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* BetOn Container - START */

.beton-container {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
}

    .beton-container .beton-phrase {
        display: none;
    }

    /* BetOn Container - END */



    /* ********************************************************************************************* */
    /* BetOn Header - START */
    /* ********************************************************************************************* */

    .beton-container .beton-header {
        
        width: 1140px;
        height: 80px;
        
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        color: #fff;
        font-weight: 500;
        line-height: 13px;
    }


/* Logo &amp; Name - START */

.beton-header .lotto-header-table {
    display: table;
    float: left;

    width: auto;
    height: 80px;

    padding: 5px 0 5px 0;

}

.beton-header .lotto-header-table .lotto-header-row {
    display: table-row;
}

.lotto-header-row .lotto-line-container { 
    
    display: table-cell; 

    width: auto;
    height: 70px;

    padding: 2px 0 2px 0;

}
.lotto-line-container .lotto-header-line { display: inline-block; width: 1px; height: 66px; background-color: #fff; }

.beton-header .lotto-logo-container {
    
    display: table-cell;

    width: auto;
    height: 70px;

    margin: 0 0 0 0;
    padding: 0 0 0 20px;

    vertical-align: top;

}
.lotto-logo-container img { }

.beton-header .lotto-name-container {
    
    display: table-cell;

    width: auto;
    height: 70px;

    margin: 0 0 0 0;
    padding: 28px 20px 0 10px;

    vertical-align: top;

}

.lotto-name-container .lotto-name {
    
    display: inline-block;

    width: auto;
    height: auto;

    margin: -3px 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    line-height: 23px;
    text-transform: none;
    
}

/* Logo &amp; Name - START */


/* Prize - START */

.beton-header .lotto-prize-container {
    
    display: table-cell;
    
    width: auto;
    height: auto;

    margin: 0 0 0 0;
    padding: 12px 20px 0 20px;
    
    vertical-align: top;

}

.lotto-prize-container span.lotto-prize {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 45px;
    font-weight: 800;
}

/* Cash4Life - START */
.beton-container.lotto-39 .beton-header .lotto-prize-container span.lotto-prize { font-size: 35px; }
html:not([lang="en"]) .beton-container.lotto-39 .beton-header .lotto-prize-container span.lotto-prize { font-size: 30px; }
/* Cash4Life - END */

.lotto-prize-container span.lotto-prize .small-m { font-size: 45px; }

.lotto-prize-container span.lotto-prize .prize-text { font-size: 32px; }
.lotto-prize-container span.lotto-prize .prize-text:before { content: " "; }

/* Prize - END */


/* Actions - START */

.beton-header .lotto-action-container {
    
    display: inline-block;
    float: right;

    width: auto;
    height: auto;
    
    margin: 0 0 0 0;
    padding: 0 0 0 0;

}

.lotto-action-container button {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: normal;
}

.lotto-action-container .btn-magic-1 {
    width: auto;
    height: auto;
    min-width: 130px;
    float: left;
    padding: 7px 5px 7px 5px;
    margin: 0 10px 0 0;
}

.lotto-action-container .btn-magic-all {
    display: inline-block;
    float: left;
    
    width: auto;
    height: 80px;
    
    min-width: 85px;

    padding: 0 10px 0 10px;
    margin: 0 2px 0 0;
    
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: white;
    
    background-color: rgba(0, 0, 0, 0.3);

    background-image: url(../img/btn-quick-pick.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 19px;

    border-radius: 0px;

}
.lotto-action-container .btn-magic-all div {
    display: inline-block;

    width: auto;
    height: auto;

    margin: 33px 0 0 0;
    padding: 0 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: white;
    text-transform: uppercase;

}

.lotto-action-container .btn-trash-all {
    display: inline-block;
    float: right;
    
    width: auto;
    height: 80px;

    min-width: 85px;

    padding: 0 10px 0 10px;
    margin: 0 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: white;
    
    background-color: rgba(0, 0, 0, 0.3);

    background-image: url(../img/btn-clear.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 24px;

    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.lotto-action-container .btn-trash-all div {
    display: inline-block;

    width: auto;
    height: auto;

    margin: 33px 0 0 0;
    padding: 0 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: white;
    text-transform: uppercase;

}

.lotto-action-container .btn-magic-all:hover,
.lotto-action-container .btn-trash-all:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.lotto-action-container .btn-magic-all:disabled,
.lotto-action-container .btn-trash-all:disabled {
    cursor: not-allowed;
}
.lotto-action-container .btn-magic-all:disabled:hover,
.lotto-action-container .btn-trash-all:disabled:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.lotto-action-container .fa.fa-trash-o {
    color: #fff;
    background: transparent;
}

    .lotto-action-container .fa.fa-trash-o:hover {
        background: transparent;
    }
/* Actions - END */


/* Timer - START */

.beton-header .lotto-timer {
    display: table-cell;
    
    width: auto;
    height: 70px;
    
    padding: 26px 0 0 20px;
    margin: 0 0 0 0;
    
    vertical-align: top;

}

.lotto-timer .timer-view {
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 16px;
    padding: 0 0 0 20px;
    background: Transparent url(/Media/widgets/widget-nav-bar/img/clock.png) no-repeat;
}

.lotto-timer .timer-view .timer-value,
.lotto-timer .timer-view .timer-delimiter {
    
    width: auto;

    padding: 0 0 0 0;
    margin: 0 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    
    line-height: 16px;
    text-align: center;

    text-transform: lowercase;

}

.lotto-timer .timer-view .timer-delimiter { width: auto; margin: 0 -3px 0 -3px; }

.lotto-timer .timer-view .drawing-in-progress {
    
    display: block;
    
    padding: 0 0 0 0;
    margin: 0 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    
}

/* Timer - END */


/* ********************************************************************************************* */
/* BetOn Header - END */
/* ********************************************************************************************* */



/* ********************************************************************************************* */
/* Ticket - START */
/* ********************************************************************************************* */

.beton-container .beton-play {
    display: block;

    width: 1140px;
    height: auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    background-color: #fff;
    border: 1px solid #c7c7c7;
    
}

.beton-play .beton-tickets-container {
    display: inline-block;
    width: 653px;
    height: auto;
    margin: 0 0 0 0;
    padding: 25px 0 0 0;
    text-align: left;
    vertical-align: top;
}

.beton-play div.beton-price-container {
    display: inline-block;
    width: 480px;
    height: auto;
    margin: 0 0 0 0;
    padding: 25px 0 0 0;
    text-align: left;
    vertical-align: top;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* Tickets - START */

.beton-tickets-container ul li.ticket-container {
    display: block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 25px 25px;
    background: none;
    text-align: center;
    z-index: 100;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}

li.ticket-container .ticket {
    display: block;
    width: 170px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 1px solid #c7c7c7;
    
    background-color: White;
    text-align: left;
}

.beton-tickets-container ul li.ticket-container:hover {
    padding-bottom: 11px;
}

.beton-tickets-container ul li.ticket-container:hover .ticket {
        margin: -20px 0 0 0;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(189,189,189,1);
        -moz-box-shadow: 3px 3px 5px 0px rgba(189,189,189,1);
        box-shadow: 3px 3px 5px 0px rgba(189,189,189,1);
}

.beton-tickets-container ul li.ticket-container.ticket-container-disabled:hover .ticket {
    margin: 0 0 0 0;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}


/* Ticket Header - START */

li.ticket-container .ticket .ticket-header {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    background: Transparent;
    font-family: Arial;
    font-size: 12px;
    color: gray;
    font-weight: normal;
    text-align: center;
}

    li.ticket-container .ticket .ticket-header .fa-check-circle {
        font-size: 14px;
        color: #FF9300;
    }


    li.ticket-container .ticket .ticket-header button {
        width: auto;
        height: auto;
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: white;
        font-weight: normal;
    }

        li.ticket-container .ticket .ticket-header button.btn-trash {
            background: transparent;
        }

    li.ticket-container .ticket .ticket-header .header-1 {
        display: none;
        width: 100%;
        height: 34px;
        margin: 0 0 0 0;
        padding: 6px 0 6px 0;
        background: #c3c4c5;
       
        text-align: center;
    }

li.ticket-container:hover .ticket .ticket-header .header-1 {
    display: block;
}

li.ticket-container.ticket-container-disabled:hover .ticket .ticket-header .header-1 {
    display: none;
}


.ticket-header .header-1 .btn-magic {
    width: auto;
    height: auto;
    min-width: 100px;
    padding: 3px 5px 0 5px;
    border: 1px solid #FF9300;
    *border-radius: 5px;
}

    .ticket-header .header-1 .btn-magic:hover {
        border-color: #FFA800;
    }

    .ticket-header .header-1 .btn-magic:disabled {
        background-color: Transparent !important;
        border-color: white;
    }

.ticket-header .header-1 .btn-trash {
    position: absolute;
    margin: 0 0 0 5px;
    font-size: 14px !important;
}

li.ticket-container .ticket .ticket-header .header-2 {
    display: block;
    width: 100%;
    height: 26px;
    margin: 0 0 0 0;
    padding: 8px 0 0 0;
    font-family: Arial;
    font-size: 13px;
    color: gray;
    font-weight: normal;
    text-align: center;
}


/* Ticket Header - END */


/* Ticket Body - START */

li.ticket-container .ticket .ticket-body {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 10px 8px 8px 12px;
}

li.ticket-container:hover .ticket .ticket-body {
    padding: 10px 8px 8px 12px;
}

.ticket-body .ticket-numbers {
    display: block;
    width: auto;
    height: auto;
}

li.ticket-container:hover .ticket .ticket-body .ticket-numbers {
    background: transparent !important;
}

.ticket-body .ticket-numbers .ticket-number {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 2px 5px 0;
    padding: 2px 0 0 0;
    border: 1px solid #bcbec0;
    font-size: 12px;
    color: #ccc;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

li.ticket-container.ticket-container-disabled .ticket-body .ticket-numbers .ticket-number {
    cursor: not-allowed;
    color: #ccc !important;
}

.ticket-body .ticket-numbers .ticket-number.on:before {
    position: absolute;
    color: #f70d0d;
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 19px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #999999;
    z-index: 4;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

.ticket-body .ticket-numbers .ticket-number.on-1:before {
    margin-top: 8px;
    margin-left: 3px;
}


.ticket-body .ticket-numbers .ticket-number.on-2:before {
    margin-top: 8px;
    margin-left: 7px;
}


.ticket-body .ticket-jokers {
    display: block;
    width: auto;
    height: auto;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
}

    .ticket-body .ticket-jokers .ticket-joker {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 0 2px 5px 0;
        padding: 2px 0 0 0;
        border: 1px solid #ea0606;
        font-size: 12px;
        color: #ea0606;
        line-height: 19px;
        text-align: center;
        vertical-align: middle;
        text-align: center;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }

li.ticket-container.ticket-container-disabled .ticket-body .ticket-jokers .ticket-joker {
    cursor: not-allowed;
}

.ticket-body .ticket-jokers .ticket-joker.on {
    background: #ea0606;
    color: white;
}

/* Ticket Body - END */


/* Tickets - END */

/* ********************************************************************************************* */
/* Ticket - END */
/* ********************************************************************************************* */



/* ********************************************************************************************* */
/* OVERLAY - START */
/* ********************************************************************************************* */

.beton-container .beton-overlay {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    background: rgba(80, 80, 80, 0.3);
    border: none;
    cursor: not-allowed;
    z-index: 2;
    text-align: center;
}

.beton-container .beton-overlay .beton-overlay-content {
    
    display: inline-block;
    
	width: auto;
    height: auto;
    
	padding: 7px 7px 7px 7px;
    
	font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 31px;
    color: #FF8002;

    border: 1px solid white;
    background: rgba(255, 255, 255, 0.6);

}



/* ********************************************************************************************* */
/* OVERLAY - END */
/* ********************************************************************************************* */


.ticket-body .ticket-numbers .ticket-number-f1,
.ticket-body .ticket-numbers .ticket-number-f2,
.ticket-body .ticket-jokers .ticket-joker-f1,
.ticket-body .ticket-jokers .ticket-joker-f2 {
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    margin: -4px 0 0 -10px;
    padding: 4px 0 0 0;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    color: #ffffff;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
}

.ticket-body .ticket-numbers .ticket-number-f1 {
    background: #0027d6;
}

.ticket-body .ticket-numbers .ticket-number-f2 {
    background: #0027d6;
    margin-left: -6px;
}

.ticket-body .ticket-jokers .ticket-joker-f1 {
    background: #ffba02;
}

.ticket-body .ticket-jokers .ticket-joker-f2 {
    background: #ffba02;
    margin-left: -6px;
}


@-webkit-keyframes fly-ball {
    0% {
        opacity: 1;
    }

    100% {
        margin-top: 500px;
        opacity: 0;
    }
}

/* Standard syntax */
@keyframes fly-ball {
    0% {
        opacity: 1;
    }

    100% {
        margin-top: 500px;
        opacity: 0;
    }
}

.fly-ball {
    position: absolute;
    -webkit-animation-name: fly-ball;
    animation-name: fly-ball;
}


/*** TOOLTIPS ***/
.subscription-top .tooltip {
    opacity: .7 !important;
}





/* ********************************************************************************************* */
/* Price Grid - START */
/* ********************************************************************************************* */

.price-container {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 20px 0 0;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #333;
}

    .price-container .price-header {
        display: block;
        width: auto;
        height: auto;
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #929292;
        text-align: justify;
    }

    .price-container .payment-type-grid {
        display: block;
        width: auto;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: black;
        text-align: left;
        border: none;
        
    }

    .price-container .payment-type-title {

        display: block;

        width: auto;
        height: auto;

        margin: 0 0 0 0;
        padding: 0 0 10px 0;

        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        color: #000;
        font-weight: 600;

        text-align: center;
        text-transform: uppercase;

    }

    .price-container.no-multidraw.no-subscription .payment-type-grid {
        display: none;
    }

    .price-container .payment-type-grid .payment-type-grid-item {
        
        display: block;
        
        width: auto;
        height: auto;
        
        min-height: 67px;

        padding: 6px 10px 6px 10px;
        margin: 0 0 5px 0;
        
        border: 1px solid #c9c9c9;
        
        background: #f2f2f2;
        cursor: pointer;

     }
     .price-container .payment-type-grid .payment-type-grid-item:hover { background-color: #fff; }

     .price-container .payment-type-grid .payment-type-grid-item.selected { border-color: #ffa404; background-color: #ffefd5; }
     .price-container .payment-type-grid .payment-type-grid-item.selected:hover { border-color: #ffa404; background-color: #ffefd5; }

     .price-container .payment-type-grid .payment-type-grid-item:last-child { margin-bottom: 0px; }       


.payment-type-grid-item .grid-item-discount-container {
    display: inline-block;
    
    position: absolute;
    right: 45px;

    width: auto;
    height: auto;

    min-width: 125px;
    min-height: 20px;
    
    margin: -6px 0 0 0;
    padding: 0 20px 0 20px;

    background: #6c8df8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    text-align: center;

}

.payment-type-grid-item .grid-item-radio-container {
    display: inline-block;
    float: left;

    width: 18px;
    height: auto;
    
    margin: 0 10px 0 0;
    padding: 16px 10px 8px 0;

}

.payment-type-grid-item .grid-item-label-container {
    display: inline-block;
    width: 90%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


.beton-label-mark {
    color: red;
}

.beton-label-line-through {
    text-decoration: line-through;
}

.label-no-highlight {
    font-weight: 500;
}

.multidraw-mark {
    color: red;
}

.payment-type-grid-item .grid-item-label-container .label-1 {
    
    font-size: 14px;
    color: #7f7e7a;
    font-weight: 500;

    white-space: nowrap;
    text-overflow: ellipsis;

}

.payment-type-grid-item .grid-item-label-container .label-1 .label-title {

    padding: 0 5px 0 0;

    font-size: 21px;
    color: #000;
    font-weight: 600;

}

.payment-type-grid-item .grid-item-label-container .label-2 {
    
    margin: 0 0 5px 0;
    
    color: #000;
    font-size: 13px;
    font-weight: 500;
 
    white-space: nowrap;
    text-overflow: ellipsis;

}

.payment-type-grid-item.selected .grid-item-label-container .label-2 {
    color: black;
}

.payment-type-grid-item .grid-item-label-container .label-3 {
    color: #909090;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-item-options-container .item-options-left label {
    padding-top: 3px;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.payment-type-grid-item .grid-item-options-container {
    display: none;
    width: auto;
    height: auto;
    margin: 5px 0 0 0px;
    padding: 0 0 0 0;
    vertical-align: top;
}

    .payment-type-grid-item .grid-item-options-container.options-multidraw-periods {
        display: block;
        width: 100%;
    }

    .payment-type-grid-item .grid-item-options-container.options-subscription-periods {
        display: block;
        width: 100%;
    }


.grid-item-options-container .item-options {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: middle;
}

.grid-item-options-container .item-options-left,
.grid-item-options-container .item-options-right {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid-item-options-container .item-options-left {
    width: 35%;
}

.grid-item-options-container .item-options-right {
    width: 60.5%;
}

/*.grid-item-options-container select {
    max-width: 220px !important;
}

.grid-item-options-container .select2-container--bootstrap {
    min-width: 220px !important;
}*/



.price-container .payment-type-grid .payment-type-grid-item .grid-item-options-container .select2-container--bootstrap .select2-selection--single {
    height: 35px;
    padding-top: 8px;
    background-color: #fafafa;
}

.price-container .payment-type-grid .payment-type-grid-item.selected .grid-item-options-container .select2-container--bootstrap .select2-selection--single,
.price-container .payment-type-grid .payment-type-grid-item:hover .grid-item-options-container .select2-container--bootstrap .select2-selection--single {
    background-color: white !important;
}

.grid-item-options-container .select2-dropdown {
    border-color: #d1d2d3 !important;
}

.grid-item-options-container .select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.grid-item-options-container .select2-container--bootstrap.select2-container--focus .select2-selection,
.grid-item-options-container .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: unset;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #d1d2d3;
}




.price-container .beton-grid-cost {
    display: block;
    width: auto;
    height: auto;
    margin: 10px 0 0 0;
    padding: 10px 0 10px 0;
    font-size: 17px;
    color: #888888;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
}

.price-container.no-multidraw.no-subscription .beton-grid-cost {
    display: none;
}


.price-container .beton-grid-cost .beton-grid-cost-line {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
}

    .price-container .beton-grid-cost .beton-grid-cost-line.hide-line {
        visibility: hidden;
    }

    .price-container .beton-grid-cost .beton-grid-cost-line .cost-label {
        float: left;
    }

    .price-container .beton-grid-cost .beton-grid-cost-line.line-cost .cost-label {
        color: #000;
    }

    .price-container .beton-grid-cost .beton-grid-cost-line.line-discount .cost-label {
        color: #ffa800;
    }

    .price-container .beton-grid-cost .beton-grid-cost-line .cost-value {
        float: right;
    }

    .price-container .beton-grid-cost .beton-grid-cost-line.line-cost .cost-value {
        color: #000;
    }

    .price-container .beton-grid-cost .beton-grid-cost-line.line-cost .cost-value.line-through {
        text-decoration: line-through;
        text-decoration-color: red;
    }

    .price-container .beton-grid-cost .beton-grid-cost-line.line-discount .cost-value {
        color: #ffa800;
    }




.price-container .beton-grid-price {
    display: block;
    width: auto;
    height: 25px;
    margin: 10px 0 10px 0;
    padding: 0 5px 0 5px;
    font-size: 20px;
    font-weight: 600;
}

.price-container.no-multidraw.no-subscription .beton-grid-price {
    margin-top: 0px;
}

.price-container .beton-grid-price .beton-price-label {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
}

.price-container .beton-grid-price .beton-price-total {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
}

.price-container .beton-grid-command {
    display: block;
    width: auto;
    height: auto;
    text-align: left;
}

    .price-container .beton-grid-command .play-btn {
        width: 100%;
        height: auto;

        margin: 0 0 15px 0;
        padding: 10px 40px;
        
        border-radius: 0px;

        text-transform: unset;
        
        line-height: 28px;
        cursor: pointer;
    }

        .price-container .beton-grid-command .play-btn:hover {
        }

        .price-container .beton-grid-command .play-btn:disabled {
            background-color: #c4c0be;
            cursor: not-allowed;
        }

.beton-price-container .min-selected-ticket {
    display: block;
    
    width: auto;
    height: auto;
    
    margin: 0 0 0 0;
    padding: 0 0 0 0;

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: normal;

    text-transform: none;

}

/* ********************************************************************************************* */
/* Price Grid - END */
/* ********************************************************************************************* */



/* ********************************************************************************************* */
/* Price Grid Ribbon - START */
/* ********************************************************************************************* */

.most-popular-ribbon-container {
    display: inline-block;
    width: auto;
    height: auto;
    float: right;
    text-align: right;
    margin-top: -65px;
    margin-right: -10px;
}

@media only screen and (min-width: 790px) {
    .most-popular-ribbon-container {
        display: inline-block;
        position: relative;
        float: right;
        width: auto;
        height: auto;
        text-align: right;
        right: unset;
        margin-top: -50px;
        margin-right: -10px;
    }
}

.most-popular-ribbon {
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 2px 10px 1px 10px;
    font-family: Arial;
    font-size: 13px;
    color: white;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/*.most-popular-ribbon::after {
    
    display: block;
    float: right;

    width: 7px;
    height: 34px;

    margin-top: -6px;
    margin-right: -17px;
    
    content: '';
    background: Transparent url(../../img/mp-ribbon-right-bg.png) top right no-repeat;

}
.lotto-single-line-container.lotto-single-safari .most-popular-ribbon::after {
    display: none;
}*/

/* ********************************************************************************************* */
/* Price Grid Ribbon - END */
/* ********************************************************************************************* */

.animated-modal.beton-dialog {
}

    .animated-modal.beton-dialog .modal-body {
    }

        .animated-modal.beton-dialog .modal-body .beton-body {
            max-width: 340px;
        }


/* Payment logos banner - START */
.footer-payment-logos.row {
    padding: 10px 11%;
    margin: 0;
    background: #f8f8f8;
    *border-radius: 5px;
    margin-bottom: 10px;
    text-align:center;
}

    .footer-payment-logos.row .payment-logo {
        width: 32%;
        display: inline-block;
        /*float: left;*/
        padding: 0 2px;
    }

    .footer-payment-logos.row .payment-logo[data-culture="de"]{
       display:none;
       float:none;
    }

    .footer-payment-logos.row .payment-logo:nth-child(4n+0) { margin-top: 4px; }

    .footer-payment-logos.row .payment-logo img{
    }
/* Payment logos banner - END */


/*lottery brand ID  - 44  START*/


.lotto-44 .beton-play .payment-type-grid-item .grid-item-radio-container {
    display: none;
}

.lotto-44 .beton-play .payment-type-grid-item .grid-item-discount-container {
    display: none;
}


.lotto-44 .beton-play .payment-type-grid-item.selected .grid-item-label-container .label-2 {
    background: none;
}


/*lottery brand ID  - 44  END*/</pre></body></html>