:root {
    --brand-color: #d9e0e7;
    --active-color: #7856fe;
    --brand-color-pick3: #0B142D;
    --primary-dark-greeen: #041A17;
    --gray-sage: #DEE5E5;
    --accent-purple: #7856FE;
}

.us-widget-beton-form {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .us-widget-beton-form .widget-container {
        display: block;
        width: auto;
        height: auto;
        margin: 0 0 0 0;
        padding-bottom: 5px;
        padding-top:1px;
        background: #e7eef6;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        font-family: 'Axiforma';
        font-size: 14px;
        color: #000;
        text-align: center;
    }

        .us-widget-beton-form .widget-container div,
        .us-widget-beton-form .widget-container span {
            font-family: 'Axiforma';
        }

    .us-widget-beton-form.loading .widget-container {
        min-height: 350px;
        background: linear-gradient(to bottom, rgb(231, 238, 246), #fff);
    }

    .us-widget-beton-form .widget-container .form-title {
        display: none;
        width: auto;
        height: auto;
        margin: 0 0 0 0;
        padding: 15px 0 15px 0;
        background-color: var(--brand-color);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

    .us-widget-beton-form .widget-container .widget-section {
        display: block;
        width: 375px;
        height: auto;
        margin: 24px auto;
        padding: 0 0 0 0;
        position: relative;
    }

    .us-widget-beton-form .widget-container.qp .widget-section.section-play-form {
        min-width: 548px;
    }

.widget-section .section-play-form {
    margin-top: 20px !important;
}


.widget-section .section-title {
    display: flex;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0 0 16px 0;
    padding: 0 5px 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #041A17;
}

    .widget-section .section-title.j-start {
        justify-content: start;
        margin-bottom: 8px;
    }

    .widget-section .section-title.j-between {
        justify-content: space-between;
        margin: 0;
    }

    .widget-section .section-title.a-center {
        text-align: center;
    }

    .widget-section .section-title.a-right {
        text-align: right;
    }

.widget-section .section-subtitle {
    display: block;
    width: auto;
    height: auto;
    text-align:left;
    margin: 5px 0 0 0;
    padding: 0 5px 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #041A17;
    line-height: 20px;
}


.widget-section .section-title span:not(.num) {
    display: inline-block;
    padding-top: 10px;
}

.widget-section .section-title .title-actions {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    vertical-align: top;
}

.widget-section .section-title button {
    width: auto;
    height: 40px;
    min-width: 40px;
    margin: 0 0 0 0;
    padding: 0 5px 0 5px;
    background-color: #fff;
    border: 1px solid #041A17;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #041A17;
    background-repeat: no-repeat;
    background-position-y: center;
}

    .widget-section .section-title button.my-quick-pick-button {
        padding-left: 35px;
        padding-right: 10px;
        background-image: url(../images/btn-quick-pick.svg);
        background-position-x: 5px;
    }

    .widget-section .section-title button.my-delete-button {
        background-image: url(../images/btn-delete.svg);
        background-position-x: center;
    }

    .widget-section .section-title button:disabled {
        cursor: not-allowed;
    }


.us-widget-beton-form .widget-container .play-form {
    display: block;
    width: auto;
    height: auto;
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
}

.play-form .my-comb-container {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    text-align: center;
}

.my-comb-container > ul {
    margin: 0 auto;
}

    .my-comb-container > ul[data-num-count="10"] {
        width: 220px;
    }

    .my-comb-container > ul[data-num-count="12"] {
        width: 260px;
    }

    .my-comb-container > ul > li {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin: 0 6px 6px 0;
        padding: 7px 0 0 0;
        border-style: solid;
        border-width: 1px;
        border-radius: 50%;
        font-size: 16px;
        font-weight: 700;
    }

        .my-comb-container > ul > li:last-child {
            margin-right: 0px;
        }

    .my-comb-container > ul[data-num-count="10"] > li:nth-child(5n+5) {
        margin-right: 0px;
    }

    .my-comb-container > ul[data-num-count="12"] > li:nth-child(6n+6) {
        margin-right: 0px;
    }


    .my-comb-container > ul > li.number {
        color: #041a17;
        background-color: #fff;
        border-color: #5f5f60;
    }

    .my-comb-container > ul > li.joker {
        background-color: var(--brand-color);
        color: #fff;
        border-color: var(--brand-color);
    }



.play-form .my-ticket-container {
    display: block;
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    text-align: center;
}

.my-ticket-container .my-ticket {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: left;
}

    .my-ticket-container .my-ticket #line-cost {
        display: none;
        font-family: 'Axiforma';
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: right;
        padding: 8px 0 0 0;
        color:var(--primary-dark-greeen);
    }

.my-ticket > ul {
}

    .my-ticket > ul.my-numbers {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .my-ticket > ul.my-jokers {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .my-ticket > ul > li {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 0 0 0;
        padding: 4px 0 4px 4px;
        text-align: center;
    }


        .my-ticket > ul > li > button {
            width: 46px;
            height: 46px;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            background-color: #fff;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 700;
            color: #041A17;
        }

            .my-ticket > ul > li > button:disabled {
                cursor: not-allowed;
            }

            .my-ticket > ul > li > button[data-active="1"] {
                background-color: var(--active-color);
                color: #fff;
            }


.my-ticket .my-add-line-command {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 16px 0 0 0;
}

    .my-ticket .my-add-line-command button {
        display: none;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        padding: 14px 0 12px 0;
        background-color: #fff;
        border: 2px solid #58ce70;
        border-radius: 8px;
        font-family: 'Axiforma';
        font-size: 16px;
        font-weight: 700;
        color: #041a17;
        text-align: center;
    }

        .my-ticket .my-add-line-command button.my-update-line-button {
            display: none;
            width: 100%;
            height: auto;
            margin: 0 0 0 0;
            padding: 14px 0 12px 0;
            background-color: #58ce70;
            border: 1px solid #58ce70;
            border-radius: 8px;
            font-family: 'Axiforma';
            font-size: 16px;
            font-weight: 700;
            color: #041a17;
            text-align: center;
        }

/*.my-ticket:not([data-id]) .my-add-line-command button.my-add-line-button { display: block; }
.my-ticket[data-id] .my-add-line-command button.my-update-line-button { display: block; }*/

.us-widget-beton-form[data-mode="play"] .my-ticket .my-add-line-command button.my-add-line-button {
    display: block;
}

.us-widget-beton-form[data-mode="edit"] .my-ticket .my-add-line-command button.my-update-line-button {
    display: block;
}


.my-ticket .my-add-line-command button:disabled {
    background-color: #d7dbdb;
    border-color: #d7dbdb;
    color: #5f5f60;
    cursor: not-allowed;
}





.us-widget-beton-form .widget-container .pay-form,
.us-widget-beton-form .widget-container .multiplier-form {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.pay-form .pay-box,
.multiplier-form .multiplier-box {
    display: block;
    width: auto;
    height: auto;
    margin: 8px 0 0 0;
    padding: 16px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

    .pay-form .pay-box.md-week > div,
    .multiplier-form .multiplier-box > div {
        display: inline-block;
        width: 50%;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .pay-form .pay-box.md-week > div:first-child,
        .multiplier-form .multiplier-box > div:first-child {
            text-align: left;
        }

        .pay-form .pay-box.md-week > div:last-child,
        .multiplier-form .multiplier-box > div:last-child {
            text-align: right;
        }

    .pay-form .pay-box.disabled > div,
    .multiplier-form .multiplier-box.disabled > div {
        color: #d7dbdb;
    }


.pay-form .select-box.md-draws {
    display: block;
    width: auto;
    height: auto;
    margin: 16px 0 0 0;
    padding: 0 0 0 0;
}

    .pay-form .select-box.md-draws select {
        width: calc(100% - 40px);
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: none;
        outline: none;
    }

    .pay-form .select-box.md-draws .select2-container {
        width: 100% !important;
    }

        .pay-form .select-box.md-draws .select2-container .select2-selection--single,
        .pay-form .select-box.md-draws .select2-container--open .select2-selection--single,
        .pay-form .select-box.md-draws .select2-container--focus .select2-selection--single {
            width: auto !important;
            height: auto !important;
            padding: 21px 20px 19px 20px;
            margin: 0 0 0 0;
            border: none !important;
            border-radius: 8px !important;
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1) !important;
            text-align: left;
        }

            .pay-form .select-box.md-draws .select2-container .select2-selection--single span {
                font-family: 'Axiforma';
                font-size: 14px;
                font-weight: 400;
                color: #041A17;
            }


    .pay-form .select-box.md-draws .select2-dropdown {
        border: none !important;
    }

    .pay-form .select-box.md-draws .select2-dropdown--above {
        margin-top: 5px !important;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .pay-form .select-box.md-draws .select2-dropdown--below {
        margin-top: -5px !important;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1) !important;
    }

    .pay-form .select-box.md-draws .select2-dropdown .select2-results__option--highlighted[aria-selected] {
        background-color: var(--brand-color) !important;
        color: #fff !important;
    }

    .pay-form .select-box.md-draws .select2-dropdown .select2-results__option {
        padding: 7px 20px 7px 20px !important;
        font-family: 'Axiforma';
        font-size: 14px;
        font-weight: 400;
        color: #041A17;
        text-align: left;
    }

    .pay-form .select-box.md-draws .select2-container--disabled .select2-selection {
        background-color: #fff !important;
    }

    .pay-form .select-box.md-draws .select2-container--disabled .select2-selection--single span {
        color: #d7dbdb;
    }




.section-command-form button {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 15px 0 13px 0;
    background-color: #58ce70;
    border: 1px solid #58ce70;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #041A17;
}

    .section-command-form button:disabled {
        background-color: #d7dbdb;
        border-color: #d7dbdb;
        color: #5f5f60;
        cursor: not-allowed;
    }

    .section-command-form button.my-add-to-cart-button span {
        display: inline-block;
    }

    .section-command-form button:disabled span{
        display:none;
    }

.widget-section.section-my-lines {
    display: block;
}

.widget-section.section-template {
    display: none !important;
}


.section-my-lines .my-line-container {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    background-color: #fff;
    border-radius: 8px;
}

    .section-my-lines .my-line-container:last-child {
        margin-bottom: 0px;
    }

.us-widget-beton-form[data-mode="edit"] .my-line-container {
    opacity: 0.5;
}

.us-widget-beton-form .my-line-container.invalid {
    opacity: 0.5;
}

.us-widget-beton-form[data-mode="edit"] .my-line-container.edit-line {
    opacity: 1;
}


.section-my-lines .my-line-container .my-line-header {
    display: block;
    width: auto;
    height: 47px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: var(--brand-color);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    vertical-align: top;
}

.my-line-header > div {
    display: inline-block;
    width: calc(50% - 2px);
    height: 31px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 16px;
    vertical-align: top;
}

    .my-line-header > div:first-child {
        padding-left: 10px;
        padding-top: 17px;
        text-align: left;
    }

    .my-line-header > div:last-child {
        padding-top: 12px;
        padding-right: 10px;
        text-align: right;
    }

.my-line-header .btn-line-command {
    background-repeat: no-repeat;
}

    .my-line-header .btn-line-command:disabled {
        cursor: not-allowed;
    }

    .my-line-header .btn-line-command.btn-remove-line {
        width: 24px;
        height: 24px;
        background-image: url(../images/btn-remove-line.svg);
        background-color: transparent;
        background-position-y: 0px;
    }

    .my-line-header .btn-line-command.btn-edit-line {
        width: 24px;
        height: 24px;
        background-image: url(../images/btn-edit-line.svg);
        background-color: transparent;
        background-position-y: 2px;
        margin-right: 2px;
    }

    .my-line-header .btn-line-command.btn-cancel {
        width: 24px;
        height: 24px;
        background-image: url(../images/btn-cancel.svg);
        background-color: transparent;
        margin-right: 2px;
    }

.my-line-container .my-line-header .btn-line-command.btn-edit-line {
    display: inline-block;
}

.my-line-container.edit-line .my-line-header .btn-line-command.btn-edit-line {
    display: none;
}

.my-line-container .my-line-header .btn-line-command.btn-cancel {
    display: none;
}

.my-line-container.edit-line .my-line-header .btn-line-command.btn-cancel {
    display: inline-block;
}

.section-my-lines .my-line-container ul.my-line-comb {
    display: block;
    width: auto;
    height: auto;
    min-height: 60px;
    margin: 0 0 0 0;
    padding: 12px 0 8px 20px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: left;
}

.section-my-lines .my-line-container .my-line-wager {
    text-align: left;
    padding: 0 20px 18px;
    font-family: 'Axiforma';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--primary-dark-greeen);
}

.section-my-lines[data-num-count="10"] .my-line-container ul.my-line-comb {
    width: 220px;
}

.section-my-lines[data-num-count="12"] .my-line-container ul.my-line-comb {
    width: 285px;
}

ul.my-line-comb li {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 7px 0 6px 0;
    margin: 0 5px 5px 0;
    border-radius: 50%;
    border: 1px solid #5f5f60;
    font-size: 16px;
    font-weight: 700;
    color: #041A17;
    text-align: center;
}

    ul.my-line-comb li:last-child {
        margin-right: 0px;
    }

    ul.my-line-comb li.joker {
        border-color: var(--brand-color);
        background-color: var(--brand-color);
        color: #fff;
    }

.widget-overlay {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    margin: 58.56px 0 0 0;
    padding: 0 0 0 0;
    background-color: #000;
    opacity: 0.5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 2;
}

.us-widget-beton-form .blockUI.blockOverlay {
    border-radius: 8px;
}

.us-widget-beton-form .blockUI.blockMsg {
    top: calc(50% - 21px) !important;
}

/*from beton*/

div.content-title-panel .panel-title {
    color: var(--brand-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

    div.content-title-panel .panel-title .draw-name {
        color: #000;
    }
/* Loading Overlay - START */
.blockUI.blockOverlay {
    width: 102% !important;
    height: 103% !important;
    margin: -1% 0 0 -1% !important;
    border-radius: 20px;
}

/* Loading Overlay - END */


.plugin-beton {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .plugin-beton ul {
        list-style-type: none;
    }


    /* Loading Styles - START */

    /* Loading Styles - START */



    /* Widget Heder - START */

    .plugin-beton .beton-overlay {
        display: none;
        position: absolute;
        width: auto;
        height: auto;
        margin: -10px 0 0 -10px;
        background-color: rgb(0, 0, 0, 0.3);
        border-radius: 20px;
        z-index: 11;
    }

        .plugin-beton .beton-overlay .beton-overlay-message {
            display: block;
            width: 400px;
            height: auto;
            min-height: 300px;
            margin: 30px auto;
            padding: 20px;
            background-color: #fff;
            border: none;
            border-radius: 20px;
            font-family: 'Roboto', sans-serif;
            font-size: 17px;
            color: #000;
            text-align: center;
            box-shadow: 5px 5px 10px #2E2E2E;
        }

            .plugin-beton .beton-overlay .beton-overlay-message a:hover {
                text-decoration: underline;
            }

    .plugin-beton .beton-header {
        display: block;
        width: auto;
        height: 80px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border-radius: 15px;
        background: linear-gradient(to right, var(--header-color-start), var(--header-color-end));
    }

        /* Loading Header */
        .plugin-beton .beton-header.header-loading {
            background: rgb(240, 240, 240);
            cursor: not-allowed;
        }

.beton-header .header-table {
    display: table;
    float: left;
    width: auto;
    height: 80px;
    padding: 0 0 0 0;
}

    .beton-header .header-table.hide-table {
        display: none;
    }

.header-table .header-row {
    display: table-row;
    width: auto;
    height: auto;
}

.header-row .header-cell {
    display: table-cell;
    width: auto;
    height: 80px;
    padding: 0 0 0 0;
    vertical-align: middle;
}

.header-cell.cell-logo {
    padding: 0 0 0 20px;
}

.header-cell.cell-brand-name {
    padding: 0 0 0 20px;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

    .header-cell.cell-brand-name .draw-name {
        color: #000;
    }

.header-cell.cell-vertical-line {
    padding: 0 0 0 20px;
}

    .header-cell.cell-vertical-line .c-vertical-line {
        display: inline-block;
        width: 1px;
        height: 60px;
        margin: 7px 0 0 0;
        padding: 0 0 0 0;
        background-color: #fff;
    }


.header-cell.cell-prize {
    padding: 0 0 0 20px;
    font-family: "Roboto", sans-serif;
    font-size: 27px;
    color: #fff;
    font-weight: 700;
}

    .header-cell.cell-prize .brand-prize {
        display: inline;
    }

.brand-prize .small-m {
}

.header-cell.cell-prize .prize-text {
    display: inline;
    font-size: 27px;
}

    .header-cell.cell-prize .prize-text:before {
        content: " ";
    }

.header-cell.cell-timer {
    padding: 0 0 0 20px;
}

    .header-cell.cell-timer .c-timer {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 30px;
        font-family: "Roboto", sans-serif;
        font-size: 27px;
        color: #fff;
        font-weight: 700;
        background-image: url(../images/clock.svg);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 0px 5px;
    }


.beton-header .header-command {
    display: inline-block;
    float: right;
    width: auto;
    height: 80px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.header-command button {
    display: inline-block;
    width: auto;
    height: 80px;
    min-width: 80px;
    margin: 0 0 0 -2px;
    padding: 0 10px 0 10px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position-x: center;
    border-radius: 0px;
}

    .header-command button.btn-header-magic {
        background-image: url(../images/Wand_white.svg);
        background-position-y: 20px;
        background-size: 25px;
    }

    .header-command button.btn-header-pickown {
        background-image: url(../images/pickown.svg);
        background-position-y: 26px;
        background-size: 25px;
        display: none;
    }

    .header-command button:last-child {
        background-image: url(../images/Trash_White.svg);
        background-size: 23px;
        background-position-y: 24px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .header-command button:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .header-command button div {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 33px 0 0 0;
        padding: 0 0 0 0;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        color: white;
        text-transform: uppercase;
    }

    .header-command button:disabled {
        cursor: not-allowed;
    }

        .header-command button:disabled:hover {
            background-color: rgba(0, 0, 0, 0.3);
        }

/* Widget Heder - END */



/* Widget Play Area - START */

.plugin-beton .beton-play-area {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    border: none;
}

/* Widget Play Area - END */



/* ********************************************************************************************* */
/* Widget Tickets - START */
/* ********************************************************************************************* */

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

.beton-tickets a.button-more-ticket {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
    border: 2px solid #c7c7c7;
    border-radius: 10px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

    .beton-tickets a.button-more-ticket:hover {
        background-color: var(--brand-color-o);
    }

.beton-tickets ul.tickets-container {
    vertical-align: top;
}

ul.tickets-container li.ticket-container {
    float: left;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 15px 15px 0px;
}

    ul.tickets-container li.ticket-container:nth-child(4n) {
        padding-right: 0px;
    }

    ul.tickets-container li.ticket-container .ticket-overlay {
        display: none;
    }

    ul.tickets-container li.ticket-container[data-ticket-status="disabled"] .ticket-overlay {
        display: inline-block;
        position: absolute;
        width: 185px;
        height: 0px;
        margin: 2px 2px 2px 2px;
        padding: 0 0 0 0;
        border: 2px solid #fff;
        border-radius: 14px;
        background-color: rgba(0, 0, 0, 0.3);
        text-align: center;
        z-index: 10;
    }

    ul.tickets-container li.ticket-container .ticket-overlay button {
        display: inline-block;
        width: 130px;
        height: 80px;
        padding: 5px 8px 5px 8px;
        margin: 0 0 0 0;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 15px;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        color: #000;
    }

        ul.tickets-container li.ticket-container .ticket-overlay button:disabled {
            opacity: 0.5;
        }

    ul.tickets-container li.ticket-container .ticket-overlay div {
        display: inline-block;
        width: 130px;
        height: auto;
        padding: 15px 8px 15px 8px;
        margin: 0 0 0 0;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 15px;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        color: #000;
        text-align: center;
        vertical-align: middle;
    }

    ul.tickets-container li.ticket-container div.ticket {
        display: inline-block;
        width: 189px;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 2px solid #c7c7c7;
        border-radius: 15px;
        background-color: #fff;
    }



/* Loading Ticket - START */

.plugin-beton .beton-header.header-loading {
}

.plugin-beton .beton-play-area.play-area-loading .beton-tickets {
    display: inline-block;
    width: 65%;
    height: 300px;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(to bottom, rgb(240, 240, 240), #fff);
    cursor: not-allowed;
    animation-name: ticket-loading-key;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.plugin-beton .beton-play-area.play-area-loading .beton-payment {
    width: 34%;
}

    .plugin-beton .beton-play-area.play-area-loading .beton-payment .beton-payment-box {
        display: inline-block;
        width: 96%;
        height: 300px;
        margin: 10px 0 0 0;
        padding: 0 0 0 0;
        border-top: 1px solid #c7c7c7;
        border-left: 1px solid #c7c7c7;
        border-right: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        background: linear-gradient(to bottom, rgb(240, 240, 240), #fff);
        cursor: not-allowed;
        animation-name: ticket-loading-key;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }

@keyframes ticket-loading-key {

    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.9;
    }

    20% {
        opacity: 0.8;
    }

    30% {
        opacity: 0.7;
    }

    40% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.5;
    }

    60% {
        opacity: 0.6;
    }

    70% {
        opacity: 0.7;
    }

    80% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

/* Loading Ticket - END */


/* Ticket Header - START */

li.ticket-container .ticket .ticket-header {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


.ticket-header .ticket-header-top {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 0 0 0;
    padding: 3px 0 0 0;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: var(--brand-color);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

    .ticket-header .ticket-header-top button {
        float: right;
        width: auto;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

    .ticket-header .ticket-header-top span {
        float: left;
        margin: 7px 0 0 10px;
        padding: 0 0 0 0;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-weight: 600;
    }

    .ticket-header .ticket-header-top button.btn-ticket-clear {
        float: right;
        padding: 0 0 0 0;
        margin: 5px 10px 0 0;
        background-color: transparent;
        font-size: 14px;
    }

    .ticket-header .ticket-header-top button.btn-ticket-magic {
        float: right;
        padding: 0 0 0 0;
        margin: 7px 10px 0 0;
        background-color: transparent;
    }


.ticket-header .ticket-header-bottom {
    display: block;
    width: 100%;
    height: 26px;
    margin: 0 0 0 0;
    padding: 4px 0 0 0;
    font-family: "Roboto";
    font-size: 13px;
    color: gray;
    text-align: center;
    background: transparent;
}

    .ticket-header .ticket-header-bottom i.fa-check-circle {
        font-size: 14px;
        color: #539c2c;
        margin-left: 3px;
    }

/* Ticket Header - END */


/* Ticket Body - START */

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

.ticket-body .ticket-numbers {
}

.ticket-body .ticket-jokers {
}

.ticket-body .ticket-field {
    display: inline-block;
    box-sizing: border-box;
    width: 28px;
    height: 24px;
    margin: 3px 2px 3px 0;
    padding: 3px 0 0 0;
    border: 1px solid #bcbec0;
    border-radius: 6px;
    text-align: center;
    vertical-align: top;
    font-family: "Roboto", 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    color: #ccc;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none;
}

.ticket-body .ticket-numbers .ticket-field {
}

    .ticket-body .ticket-numbers .ticket-field:not([data-checked="0"]):before {
        position: absolute;
        content: "\f00d";
        font-family: 'FontAwesome';
        font-size: 19px;
        font-weight: normal;
        color: var(--brand-color);
        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-field[data-checked="1"]:before {
        margin-left: 3px;
        margin-top: 7px;
    }

    .ticket-body .ticket-numbers .ticket-field[data-checked="2"]:before {
        margin-left: 6px;
        margin-top: 7px;
    }


.ticket-body .ticket-jokers .ticket-field:not([data-checked="0"]) {
    background-color: var(--brand-color);
    color: #fff;
}

.ticket-body .ticket-jokers .ticket-field {
    border-color: var(--brand-color);
    color: var(--brand-color);
}

.beton-tickets ul.tickets-container {
    counter-reset: section;
}

li1.ticket-container .ticket .ticket-body:before {
    width: auto;
    height: auto;
    position: absolute;
    margin-left: 50px;
    margin-top: 100px;
    counter-increment: section;
    content: counter(section);
    font-size: 70px;
    font-family: sans-serif, "Roboto";
    color: #000;
    opacity: 0.1;
    text-shadow: 2px 1px #000;
    text-align: center;
}

li.ticket-container[data-index-char="2"] .ticket .ticket-body:before {
    margin-left: 30px;
}

ul.tickets-container li.ticket-container[data-ticket-status="enabled"]:hover .ticket .ticket-body:before {
    visibility: hidden;
}


.ticket-body .numbers-title,
.ticket-body .jokers-title {
    display: block;
    width: auto;
    height: auto;
    margin: 10px 0 2px 0;
    padding: 0 0 0 0;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #000;
    text-align: left;
    font-weight: 600;
    background: transparent;
}

.ticket-body .numbers-title {
    margin-top: 0px;
}

/* Ticket Body - END */

/* ********************************************************************************************* */
/* Widget Tickets - END */
/* ********************************************************************************************* */



/* ********************************************************************************************* */
/* Widget Payment - START */
/* ********************************************************************************************* */

.beton-play-area .beton-payment {
    display: inline-block;
    width: 334px;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: right;
    vertical-align: top;
}


    .beton-play-area .beton-payment .beton-payment-box {
        display: inline-block;
        width: 318px;
        height: auto;
        margin: 10px 0 0 0;
        padding: 10px 20px 15px 20px;
        text-align: left;
        vertical-align: top;
        border: 2px solid #c7c7c7;
        border-radius: 15px;
        position: relative;
    }

.beton-payment-box .section-title {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #282B41;
    font-weight: 500;
}


/* Min Number of lines - START */

.beton-payment-box .min-number-of-lines {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 10px 0 12px 0;
    background-color: var(--brand-color);
}

.beton-payment-box .min-number-of-lines-arrow {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    text-align: center;
}

    .beton-payment-box .min-number-of-lines-arrow div {
        display: inline-block;
        content: " ";
        position: absolute;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        border-top: 12px solid var(--brand-color);
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: none;
    }

.min-number-of-lines .nol-title {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.min-number-of-lines ul {
    text-align: center;
    margin: 10px 0 0 0;
}

    .min-number-of-lines ul li {
        display: inline-block;
        padding: 0 2px 8px 2px;
    }

        .min-number-of-lines ul li a {
            display: inline-block;
            width: 86px;
            height: 40px;
            margin: 0 0 0 0;
            padding: 10px 0 0 0;
            background-color: var(--brand-color);
            border: 1px solid #fff;
            border-radius: 15px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            color: #fff;
            font-weight: 600;
            line-height: 18px;
        }

            .min-number-of-lines ul li a[data-checked="1"] {
                color: #000;
                background-color: #fff;
                cursor: text;
            }

            .min-number-of-lines ul li a:hover {
                background-color: var(--brand-color-o);
                color: #000;
            }

            .min-number-of-lines ul li a[data-checked="1"]:hover {
                color: #000;
                background-color: #fff;
            }

.min-number-of-lines[data-lines-count="4"] ul li a {
    width: 75px;
}

.min-number-of-lines[data-lines-count="5"] ul li a {
    width: 60px;
}

/* Min Number of lines - END */



/* Draw Days - START */

.beton-payment-box .draw-days {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c7c7c7;
}

    .beton-payment-box .draw-days[data-min-number-of-lines="false"] {
        margin-top: 0px;
    }

.draw-days .days-title {
    font-weight: 600;
}

.draw-days ul {
    text-align: center;
    margin: 10px 0 0 0;
}

    .draw-days ul li {
        display: inline-block;
        padding: 0 2px 8px 2px;
    }

        .draw-days ul li a {
            display: inline-block;
            width: 80px;
            height: 40px;
            margin: 0 0 0 0;
            padding: 10px 0 0 0;
            background-color: #fff;
            border: 1px solid #c7c7c7;
            border-radius: 10px;
            font-family: 'Roboto';
            font-size: 13px;
            color: #333;
            font-weight: 500;
        }

            .draw-days ul li a[data-checked="1"] {
                color: #000;
                background-color: var(--brand-color-o);
                border-color: var(--brand-color);
                cursor: text;
            }

.draw-days[data-days-count = "3"] ul li a {
    width: 80px;
}

.draw-days[data-days-count = "7"] ul li a {
    width: 80px;
}

.draw-days ul li a:hover {
    background-color: var(--brand-color-o);
    border-color: var(--brand-color);
    color: #000;
}

.draw-days ul li a[data-checked="1"]:hover {
    background-color: var(--brand-color-o);
    border-color: var(--brand-color);
    color: #000;
}

/* Draw Days - END */



/* Payment Weeks (MD) - START */

.beton-payment-box .payment-draws {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.payment-draws .draws-title {
}

.payment-draws ul {
    text-align: center;
    margin: 10px 0 0 0;
}

    .payment-draws ul li {
        display: inline-block;
        padding: 0 2px 8px 2px;
    }

        .payment-draws ul li a {
            display: inline-block;
            width: 60px;
            height: 40px;
            margin: 0 0 0 0;
            padding: 10px 0 0 0;
            background-color: #fff;
            border: 2px solid #c7c7c7;
            border-radius: 10px;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            color: #333;
            font-weight: 600;
            line-height: 16px;
        }

            .payment-draws ul li a[data-checked="1"] {
                color: #000;
                background-color: var(--brand-color-o);
                border-color: var(--brand-color);
                cursor: text;
            }

            .payment-draws ul li a[data-action="0"] {
                color: #c4c2c0;
                border-color: #c4c2c0;
                background-color: #fff;
                cursor: not-allowed;
            }

            .payment-draws ul li a[data-action="1"]:hover {
                background-color: var(--brand-color-o);
                border-color: var(--brand-color);
                color: #000;
            }

            .payment-draws ul li a[data-checked="1"][data-action="1"]:hover {
                background-color: var(--brand-color-o);
                color: #000;
            }

/*.payment-draws[data-draws-count="3"] ul li a { width: 86px; }
.payment-draws[data-draws-count="4"] ul li a { width: 76px; }

.payment-draws[data-draws-count="6"] ul li { padding-left: 0px; padding-right: 0px; }
.payment-draws[data-draws-count="6"] ul li a { width: 55px; }*/

/* Payment Weeks (MD) - END */


/* Payment Separator - START */
.beton-payment-box .payment-separator {
    display: block;
    width: auto;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
/* Payment Separator - END */


/* Payment Subs - START */

.beton-payment-box .section-title .md-title {
    font-size: 23px;
    font-weight: 600;
    color: #282B41;
}

.beton-payment-box .section-title .md-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: gray;
    line-height: 20px;
}

.beton-payment-box .payment-subs {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .beton-payment-box .payment-subs[data-md="false"] {
        margin-top: 20px;
    }

.payment-subs button.btn-subs {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0;
    background-color: #fff;
    border: 2px solid #c7c7c7;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

    .payment-subs button.btn-subs[data-checked="1"] {
        background-color: var(--brand-color-o);
        border-color: var(--brand-color);
    }

    .payment-subs button.btn-subs i {
        float: right;
        margin: 0 10px 0 0;
        padding: 0 0 0 0;
        font-size: 21px;
        color: var(--brand-color);
    }

    .payment-subs button.btn-subs .info-effect {
        animation-name: btn-info-key;
        animation-duration: 1s;
        animation-iteration-count: 1;
    }

@keyframes btn-info-key {

    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.25;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.payment-subs .subs-note {
    display: block;
    width: auto;
    height: auto;
    margin: 5px 0 5px 0;
    padding: 0 0 0 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333;
    text-align: center;
}


.payment-subs .subs-panel {
    display: none;
    width: auto;
    height: auto;
    margin: 10px 0 0 0;
    padding: 15px 15px 15px 15px;
    background-color: #efedee;
    border: 1px solid #afadae;
}

    .payment-subs .subs-panel ul {
        margin: 0 0 0 0;
    }

        .payment-subs .subs-panel ul li {
            padding: 7px 0 7px 0;
            border: none;
        }


        .payment-subs .subs-panel ul li {
        }

            .payment-subs .subs-panel ul li a {
                font-family: "Roboto", sans-serif;
                font-size: 13px;
                color: #333;
            }

                .payment-subs .subs-panel ul li a div {
                    display: inline-block;
                }

                    .payment-subs .subs-panel ul li a div.subs-checkbox {
                        display: inline-block;
                        float: left;
                        width: 20px;
                        height: 20px;
                        margin: -1px 10px 0 0;
                        padding: 0 0 0 0;
                        border: 1px solid #afadae;
                        border-radius: 50%;
                        background-color: #fff;
                    }

                .payment-subs .subs-panel ul li a[data-checked="1"] div.subs-checkbox:before {
                    display: inline-block;
                    content: " ";
                    width: 12px;
                    height: 12px;
                    margin: 3px 0 0 3px;
                    padding: 0 0 0 0;
                    border: none;
                    border-radius: 50%;
                    background-color: #000;
                    font-family: FontAwesome;
                    color: #000;
                    font-size: 11px;
                }

                .payment-subs .subs-panel ul li a div.subs-checkbox-text {
                    display: inline-block;
                    width: auto;
                    height: auto;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                    font-family: "Roboto", sans-serif;
                    font-size: 14px;
                    color: #333;
                }

                .payment-subs .subs-panel ul li a[data-checked="1"] div.subs-checkbox-text {
                    font-weight: 600;
                }


    .payment-subs .subs-panel .subs-actions {
        display: block;
        width: auto;
        height: auto;
        margin: 20px 0 0 0;
        padding: 0 0 0 0;
    }

        .payment-subs .subs-panel .subs-actions button {
            width: calc(50% - 8px);
            height: auto;
            margin: 0 0 0 0px;
            padding: 8px 10px 8px 10px;
            background-color: #999999;
            border: none;
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            color: #fff;
            font-weight: 500;
        }

            .payment-subs .subs-panel .subs-actions button.btn-subs-save {
                margin-right: 8px;
                background-color: #000;
            }

            .payment-subs .subs-panel .subs-actions button.btn-subs-cancel {
            }

            .payment-subs .subs-panel .subs-actions button:hover {
                background-color: #FF8000;
            }

/* Payment Subs - END */



/* Payment Amount - START */

.beton-payment-box .payment-box-errors {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    padding: 5px 5px 5px 5px;
    border: 1px solid red;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: red;
}

.beton-payment-box .payment-amount {
    display: block;
    width: auto;
    height: auto;
    margin: 25px 0 15px 0;
    padding: 0 0 0 0;
}

.payment-amount .amount-section {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.amount-section.amount-lines {
    padding-top: 10px;
    border-top: 2px solid #c7c7c7;
}

.beton-payment-box[data-div-count="2"] .payment-amount {
    margin-top: 0px;
}

.beton-payment-box[data-div-count="2"] .amount-section.amount-lines {
    padding-top: 0px;
    border-top: none;
}

.amount-section.amount-discount {
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
}

.amount-section.amount-total {
    padding-top: 10px;
}

    .amount-section.amount-total.t-line {
        border-top: 1px solid #c7c7c7;
        margin-top: 10px;
    }

.amount-section.amount-total {
    padding-top: 0px;
}

.amount-section .amount-section-title {
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    color: #333;
    font-weight: 600;
}

.amount-section.amount-discount .amount-section-title {
    color: #ff8003;
}

.amount-section .amount-section-value {
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    color: #333;
    font-weight: 600;
}

.amount-section.amount-discount .amount-section-value {
    color: #ff8003;
}

.amount-section.amount-lines .amount-section-value.line-through {
    text-decoration: line-through;
    text-decoration-color: red;
}

.amount-section.amount-lines .amount-section-title .amount-title {
    display: inline-block;
}

.amount-section.amount-lines .amount-section-title .amount-subtitle {
    display: inline-block;
    font-size: 13px;
    color: #393939;
    font-weight: 500;
    text-transform: initial;
}
/* Payment Amount - END */



/* Beton Actions - START */

.beton-payment-box .beton-actions {
    display: block;
    width: auto;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
}

    .beton-payment-box .beton-actions button.btn-add-to-cart {
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        padding: 10px 40px;
        font-family: "Archivo", sans-serif;
        font-size: 25px;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        background-color: var(--jp-btn-background-color);
        border-radius: 15px;
    }

        .beton-payment-box .beton-actions button.btn-add-to-cart:hover {
            background-color: #458224;
        }

        .beton-payment-box .beton-actions button.btn-add-to-cart:disabled {
            background-color: #c4cace;
            cursor: not-allowed;
            color: #fff;
        }

/* Beton Actions - END */


/* ********************************************************************************************* */
/* Widget Payment - END */
/* ********************************************************************************************* */



/* ********************************************************************************************* */
/* Bootbox - START */
/* ********************************************************************************************* */

.modal.bootbox-alert {
}

    .modal.bootbox-alert .modal-dialog {
        width: 400px !important;
    }

    .modal.bootbox-alert .modal-content {
    }

    .modal.bootbox-alert .modal-content {
        width: 400px;
    }

        .modal.bootbox-alert .modal-content .modal-body {
        }

        .modal.bootbox-alert .modal-content .modal-footer {
            display: none;
        }


        .modal.bootbox-alert .modal-content .modal-body button.bootbox-close-button {
            position: absolute;
            right: 20px;
            top: -20px;
        }

        .modal.bootbox-alert .modal-content .modal-body .bootbox-body {
            display: block;
            width: auto;
            height: auto;
            margin: 30px 0 10px 0;
            padding: 0 0 0 0;
            font-family: 'Roboto';
            font-size: 15px;
            color: #333;
            text-align: center;
        }

.bootbox-body a.jp-btn {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    border: 1px solid var(--jp-btn-background-color) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
}

/* ********************************************************************************************* */
/* Bootbox - END */
/* ********************************************************************************************* */



/* ********************************************************************************************* */
/* Draws Selection - START */
/* ********************************************************************************************* */
.widget-section.section-draw-selection{
    margin:32px auto 24px auto !important;
}

.draw-selection {
    display: block;
    width: auto;
    height: auto;
    padding: 0 0 0 0;
}

    .draw-selection .section-title {
        display: block;
        width: auto;
        height: auto;
        margin: 0 0 10px 0;
        padding: 0 0 0 0;
        text-align: center;
        font-family: "Axiforma", sans-serif;
        font-size: 23px;
        color: #282B41;
        font-weight: 600;
    }

    .draw-selection > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .draw-selection > ul > li {
            display: inline-flex;
            width: auto;
            height: auto;
            margin: 0 0 0 0;
            padding: 3px 4px;
        }


        .draw-selection > ul[data-draws-count="4"] li {
            flex: 50%;
        }

            .draw-selection > ul > li a {
                display: inline-block;
                width: 100%;
                height: 44px;                
                padding: 12px 0;
                background-color: #fff;
                border: 1px solid var(--primary-dark-greeen);
                border-radius: 8px;
                font-family: 'Axiforma';
                font-size: 14px;
                color: var(--primary-dark-greeen);
                font-weight: 700;
                line-height: 20px;
                text-align: center;
            }

        .draw-selection > ul[data-draws-count="2"] > li a {
            width: 130px;
        }

        .draw-selection > ul[data-draws-count="3"] > li a {
            width: 84px;
        }

        .draw-selection > ul > li a[data-checked="1"] {
            color: #fff;
            background-color: var(--brand-color);
            border-color: var(--brand-color);
            cursor: text;
        }

        .draw-selection > ul > li a.disabled {
            color: #c7c7c7;
            cursor: not-allowed;
        }

/* ********************************************************************************************* */
/* Draws Selection - END */
/* ********************************************************************************************* */

/* ********************************************************************************************* */
/* PickX - START */
/* ********************************************************************************************* */

.my-ticket .numbers-container-header {
    color: #1A2A4A;
    text-align: center;
    font-family: 'Archivo';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 2px solid #DFE5E9;
    padding: 10px 15px;
    margin: 0 15px;
}

.my-ticket .lines-box {
    display: none;
}

.my-ticket #wrong-selection {
    text-align: center;
    color: red;
    font-family: 'Archivo';
}

#numbers-slider {
    padding: 16px 10px;
    margin-bottom: 44px;
}

.my-ticket #numbers-selection .carousel-inner {
    margin: 0 auto;
    width: 330px;
}

.my-ticket #numbers-selection #numbers-input {
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 8px;
    color: #5F5F60;
    text-align: center;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .my-ticket #numbers-selection #numbers-input .selected-number {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 2px solid #C4CACE;
        background: #fff;
        margin: 6px;
    }

        .my-ticket #numbers-selection #numbers-input .selected-number.active {
            border: 3px solid #65993E;
        }

.my-ticket .pick3-box:not(.eo) .logo {
    display: none;
}

.my-ticket .pick3-box.eo .logo.eo {
    text-align: center;
    margin: 40px 10px;
}

.my-ticket .wager-type .fixed-label,
.my-ticket .wager-amount .fixed-label {
    flex: 0 0 auto;
    margin: 0 20px;
    color: #555;
    grid-column: 1;
    grid-row: 1;
}

}

.my-ticket .add-line-btn,
.my-ticket .update-line-btn {
    clear: both;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
}

.my-ticket .update-line-btn {
    display: none;
}

    .my-ticket .add-line-btn #pick3-add-line-btn,
    .my-ticket .update-line-btn #pick3-update-line-btn {
        padding: 7px 10px;
        border-radius: 15px;
        border: 2px solid #FDFEFE;
        background: #539C2C;
        color: #FDFEFE;
        font-family: Archivo;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        width: 100%;
    }

        .my-ticket .add-line-btn #pick3-add-line-btn:hover,
        .my-ticket .add-line-btn #pick3-add-line-btn:active,
        .my-ticket .add-line-btn #pick3-add-line-btn:focus,
        .my-ticket .update-line-btn #pick3-update-line-btn:hover,
        .my-ticket .update-line-btn #pick3-update-line-btn:active,
        .my-ticket .update-line-btn #pick3-update-line-btn:focus {
            background-color: #458224;
        }

        .my-ticket .add-line-btn #pick3-add-line-btn.disabled,
        .my-ticket .update-line-btn #pick3-update-line-btn:disabled {
            border: 2px solid #C4CACE;
            background: #FFF;
            color: #C4CACE;
        }

.my-ticket .pick3-box {
    height: 290px;
    padding: 10px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .my-ticket .pick3-box.eo {
        height: 420px;
    }


    .my-ticket .pick3-box .header {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

        .my-ticket .pick3-box .header .header-number {
            padding: 3px 7px;
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #65993E;
            border-radius: 20px;
            color: #FFF;
            font-family: Roboto;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .my-ticket .pick3-box .header .header-title {
            color: #24292D;
            font-family: Roboto;
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            padding-left: 5px;
        }

        .my-ticket .pick3-box .header .header-info {
            color: #24292D;
            font-family: Roboto;
            font-size: 2rem;
            font-style: normal;
            font-weight: 700;
            line-height: 17px;
            /*            background-image: url('/Media/widgets/us-plugin-pick3/global/images/exclamation_mark.svg');
            background-size: 17px 17px;
            width: 17px;
            height: 17px;*/
            margin-left: 8px;
        }

.my-ticket .numbers-cell {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
}

.my-ticket .slide-numbers-cell #box-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.my-ticket .numbers-cell .number-box,
.my-ticket .slide-numbers-cell .slide-number-box {
    flex-basis: 20%;
    display: inline-flex;
    justify-content: center;
    padding: 4px;
}

    /*    .my-ticket  .numbers-cell .number-box:first-child .btn-number,
    .my-ticket  .slide-numbers-cell .slide-number-box:first-child .slide-btn-number {
        border-top-left-radius: 14px;
    }

    .my-ticket  .numbers-cell .number-box:nth-child(5) .btn-number,
    .my-ticket  .slide-numbers-cell .slide-number-box:nth-child(5) .slide-btn-number {
        border-top-right-radius: 14px;
    }

    .my-ticket  .numbers-cell .number-box:nth-child(6) .btn-number,
    .my-ticket  .slide-numbers-cell .slide-number-box:nth-child(6) .slide-btn-number {
        border-bottom-left-radius: 14px;
    }

    .my-ticket  .numbers-cell .number-box:last-child .btn-number,
    .my-ticket  .slide-numbers-cell .slide-number-box:last-child .slide-btn-number {
        border-bottom-right-radius: 14px;
    }*/

    .my-ticket .numbers-cell .number-box .btn-number,
    .my-ticket .slide-numbers-cell .slide-number-box .slide-btn-number {
        width: 100%;
        height: 47px;
        color: #5F5F60;
        text-align: center;
        font-family: Archivo;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: #fff;
    }

        .my-ticket .slide-numbers-cell .slide-number-box .slide-btn-number[data-active="1"] {
            background-color: var(--active-color);
            color: #fff;
        }

.my-ticket .numbers-cell.active { /*.my-ticket  .slide-numbers-cell.active*/
    display: flex;
}

.my-ticket .numbers-indicators {
    display: flex;
    justify-content: center;
}

    .my-ticket .numbers-indicators li {
        padding: 5px;
    }

/* Chrome, Safari, Edge, Opera */
input.selected-number::-webkit-outer-spin-button,
input.selected-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].selected-number {
    -moz-appearance: textfield;
}

.payment-lines {
    margin: 0 0 25px 0;
}

    .payment-lines.qp {
        display: none;
    }

.payment-line-box {
    display: flex;
    margin: 5px auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 12.216px;
    border: 2px solid #1A2A4A;
    background: #FFF;
    padding: 4px;
}

    .payment-line-box.invalid {
        border: 2px solid red;
    }

    .payment-line-box.qp {
        justify-content: space-evenly;
    }

        .payment-line-box.qp .line-controls {
            display: none;
        }

    .payment-line-box .line-numbers {
        padding-left: 10px;
    }

        .payment-line-box .line-numbers .line-number {
            padding: 3px 6px;
            display: inline-block;
            margin: 0 2px;
            width: 20px;
            height: 20px;
            background: var(--brand-color);
            border-radius: 20px;
            color: #FFF;
            font-family: Archivo;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .payment-line-box .line-wager-type {
        color: #000;
        text-align: center;
        font-family: Archivo;
        font-size: 14.659px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .payment-line-box .line-controls {
        display: flex;
        align-items: center;
    }

        .payment-line-box .line-controls .line-no-extra-option {
            display: none;
        }

        .payment-line-box .line-controls .line-extra-option {
            display: contents;
        }

            .payment-line-box .line-controls .line-extra-option img {
                height: 16px;
            }

        .payment-line-box .line-controls .btn-edit-line {
            background-image: url(../images/edit.svg);
            background-repeat: no-repeat;
            background-color: transparent;
            background-size: contain;
            width: 20px;
            height: 17px;
        }

        .payment-line-box .line-controls .btn-remove-line {
            background-image: url(../images/btn-remove.svg);
            background-repeat: no-repeat;
            background-color: transparent;
            background-size: contain;
            width: 18px;
            height: 17px;
        }
/* ********************************************************************************************* */
/* Pick3 - END */
/* ********************************************************************************************* */


.my-ticket .slide-numbers-indicators {
    display: flex;
    justify-content: center;
}

    .my-ticket .slide-numbers-indicators li {
        padding: 5px;
    }


select.form-control.input-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--brand-color-pick3);
    border: none;
    margin: 0;
    width: 100%;
    cursor: inherit;
    color: #FFF;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    border-radius: 20px;
    background: var(--brand-color-pick3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    grid-area: select;
}

    select.form-control.input-select option {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 5px 10px;
        color: #FFF;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

select::-ms-expand {
    display: none;
}

.select {
    width: 100%;
    position: relative;
    min-width: 320px;
    max-width: 100%;
    border: 1px solid var(--select-border);
    border-radius: 0.25em;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    background-color: transparent;
    align-items: center;
}

    .select::after {
        content: "";
        width: 1.3em;
        height: 1.1em;
        margin-right: 15px;
        background-color: #fff;
        clip-path: polygon(100% 0%, 0 0%, 50% 100%);
        grid-area: select;
        justify-self: end;
    }

#numbers-input #btn-delete-number {
    background-image: url(../images/delete.svg);
    background-size: 31px 31px;
    background-color: transparent;
    width: 31px;
    height: 31px;
    position: absolute;
    right: 25px;
    top: 18px;
}

    #numbers-input #btn-delete-number.disabled {
        background-image: url(../images/delete_disabled.svg);
    }

#numbers-selection {
    position: relative;
}

#draw-invalid-combo,
#draw-invalid-combo-lines,
#selection-error {
    display: none;
    position: absolute;
    width: 90%;
    height: 72px;
    left: 360px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    background-color: #F9F7FF;
    box-shadow: 0px 4px 4px 0px #8A949933;
}

#draw-invalid-combo,
#draw-invalid-combo-lines {
    height: fit-content;
}

#draw-invalid-combo-lines {
    left: 390px;
}


    #draw-invalid-combo .description,
    #draw-invalid-combo-lines .description,
    #selection-error .description {
        height: 100%;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Axiforma';
        line-height: 20px;
        color: var(--primary-dark-greeen);
        padding: 16px 10px 16px 34px;
        text-align: left;
        border-left: 6px solid var(--accent-purple);
        background-image: url(../images/toast.svg);
        background-repeat: no-repeat;
        background-position: 10px 18px;
    }

        #draw-invalid-combo .description span {
            font-weight: 600;
        }

.payment-lines:empty + .payment-amount {
    margin-top: 0px;
}

    .payment-lines:empty + .payment-amount .amount-section.amount-lines {
        border-top: none;
        padding-top: 0px;
    }

/* Extra option - START */
.extra-option .mp-content {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--brand-color-pick3);
    border: none;
    margin: 0;
    padding: 0 0.7em 0 0.7em;
    width: 100%;
    cursor: inherit;
    color: #FFF;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    border-radius: 20px;
    background: var(--brand-color-pick3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    grid-area: select;
}

    .extra-option .mp-content .extra-option-name {
        padding: 0 8px;
        display: flex;
    }

        .extra-option .mp-content .extra-option-name img {
            height: 28px;
            padding: 0 5px;
        }

.extra-option-switcher .ui-switcher {
    height: 42px;
    width: 70px;
    border-radius: 40px;
}

    .extra-option-switcher .ui-switcher:after {
        height: 38px;
        width: 38px;
    }

#extra-option-modal {
}

    #extra-option-modal .modal-dialog {
        margin: 1.75rem auto;
        width: 348px;
    }

        #extra-option-modal .modal-dialog.modal-dialog-centered {
            align-items: center;
            min-height: calc(100% - (1.75rem * 2));
            display: flex;
        }


        #extra-option-modal .modal-dialog .modal-content {
            border-radius: 20px;
        }

            #extra-option-modal .modal-dialog .modal-content .modal-header .close {
                opacity: 1;
            }

                #extra-option-modal .modal-dialog .modal-content .modal-header .close:hover {
                    opacity: 0.5;
                }

        #extra-option-modal .modal-dialog .modal-body {
            text-align: center;
            padding: 15px;
        }


            #extra-option-modal .modal-dialog .modal-body img {
                width: 64px;
            }

            #extra-option-modal .modal-dialog .modal-body .title {
                color: #000;
                text-align: center;
                font-family: Archivo;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 25.5px;
                letter-spacing: -0.42px;
                padding: 16px 0 0 0;
            }

            #extra-option-modal .modal-dialog .modal-body .description {
                color: #5F5F60;
                font-family: Archivo;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 25px;
                letter-spacing: -0.42px;
                padding: 16px 10px;
                text-align: center;
            }

/* Extra option - END */

.wager-type,
.wager-amount {
    display: flex;
    align-items: center;
}

.wager-desc .wager-desc-title {
    font-family: 'Axiroma';
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: var(--primary-dark-greeen);
}

.wager-desc .wager-desc-text {
    font-family: 'Axiroma';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--primary-dark-greeen);
}

.my-ticket .qp-line-selection .qp-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    font-family: 'Axiforma', sans-serif;
}

.my-ticket .qp-line-selection .qp-option {
    display: inline-grid;
    gap:4px;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px 15px;
    flex: 18%;
    box-shadow: 0px 0px 4px 0px #0000001A;
    cursor: pointer;
}

    .my-ticket .qp-line-selection .qp-option[data-active="1"] {
        background-color: var(--brand-color);
        color: #fff;
    }

.my-ticket .qp-line-selection span.text-bold {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    padding-top:5px;
}

.my-ticket .qp-line-selection span.text-light {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom:5px;
}

.my-ticket .qp-line-selection .qp-input {
    flex: 100%;
    display: grid;
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px #0000001A;
    padding: 26px 55px 26px 17px;
    min-height: 116px;
    margin-top:8px;
}

    .my-ticket .qp-line-selection .qp-input[data-active="1"] {
    }

    .my-ticket .qp-line-selection .qp-input div.input-option-text {
        grid-column: 1;
        grid-row: 1;
        z-index: 1;
        /*display:grid;*/
    }

        .my-ticket .qp-line-selection .qp-input div.input-option-text span {
            display: block;
        }

    .my-ticket .qp-line-selection .qp-input input {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
        padding: 12px 0 12px 0;
        border: none;
        font-family: 'Axiforma';
        font-weight: 700;
        line-height: 30px;
        height: 60px;
        font-size: 60px;
        width: 100%;
    }

        .my-ticket .qp-line-selection .qp-input input::placeholder {
            font-family: 'Axiforma';
            color: var(--gray-sage);
            transform: translate3d(0, 5px, 0);
        }
