:root {
    --brand-color-pick3: #0B142D;
}

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 */
/* ********************************************************************************************* */

.draw-selection {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    /* border-bottom: 1px solid #c7c7c7;*/
}

    .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: "Roboto", sans-serif;
        font-size: 23px;
        color: #282B41;
        font-weight: 600;
    }

    .draw-selection > ul {
    }

        .draw-selection > ul > li {
            display: inline-block;
            width: auto;
            height: auto;
            margin: 0 0 0 0;
            padding: 0 2px 0 2px;
        }

            .draw-selection > 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: 'Archivo', sans-serif;
                font-size: 14px;
                color: #333;
                font-weight: 500;
                line-height: 16px;
                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: #000;
            background-color: var(--brand-color-o);
            border-color: var(--brand-color);
            cursor: text;
        }

        .draw-selection > ul > li a.disabled {
            color: #c7c7c7;
            cursor: not-allowed;
        }

/* ********************************************************************************************* */
/* Draws Selection - END */
/* ********************************************************************************************* */

/* ********************************************************************************************* */
/* Pick3 - START */
/* ********************************************************************************************* */
.numbers-container {
    border-radius: 15px;
    border: 2px solid #1A2A4A;
    background: #FFF;
}

    .numbers-container .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;
    }

    .numbers-container .numbers-box,
    .numbers-container .lines-box {
        display: block;
        width: 50%;
        float: left;
        padding: 0 10px 0 0;
    }

    .numbers-container .lines-box {
        display: none;
    }

    .numbers-container .numbers-box #wrong-selection {
        text-align: center;
        color: red;
        font-family: 'Archivo';
    }

#numbers-slider {
    padding: 5px 10px;
}

.numbers-container .numbers-box #numbers-selection .carousel-inner {
    margin: 0 auto;
    /*padding:10px;*/
    width: 330px;
}

.numbers-container .numbers-box #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;
}

    .numbers-container .numbers-box #numbers-selection #numbers-input .selected-number {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 2px solid #C4CACE;
        background: #fff;
        margin: 6px;
    }

        .numbers-container .numbers-box #numbers-selection #numbers-input .selected-number.active {
            border: 3px solid #65993E;
        }

.numbers-container .pick3-box:not(.eo) .numbers-box .logo {
    display: none;
}

.numbers-container .pick3-box.eo .numbers-box .logo.eo {
    text-align: center;
    margin: 40px 10px;
}

.numbers-container .wager-type,
.numbers-container .wager-amount,
.numbers-container .extra-option {
    display: block;
    width: 50%;
    float: left;
    padding: 0 0 0 25px;
}

.numbers-container .add-line-btn,
.numbers-container .update-line-btn {
    clear: both;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
}

.numbers-container .update-line-btn {
    display: none;
}

    .numbers-container .add-line-btn #pick3-add-line-btn,
    .numbers-container .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%;
    }

        .numbers-container .add-line-btn #pick3-add-line-btn:hover,
        .numbers-container .add-line-btn #pick3-add-line-btn:active,
        .numbers-container .add-line-btn #pick3-add-line-btn:focus,
        .numbers-container .update-line-btn #pick3-update-line-btn:hover,
        .numbers-container .update-line-btn #pick3-update-line-btn:active,
        .numbers-container .update-line-btn #pick3-update-line-btn:focus {
            background-color: #458224;
        }

        .numbers-container .add-line-btn #pick3-add-line-btn.disabled,
        .numbers-container .update-line-btn #pick3-update-line-btn:disabled {
            border: 2px solid #C4CACE;
            background: #FFF;
            color: #C4CACE;
        }

.numbers-container .pick3-box {
    height: 290px;
    padding: 10px 15px 20px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.numbers-container .pick3-box.eo {
    height: 420px;
}


    .numbers-container .pick3-box .header {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

        .numbers-container .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;
        }

        .numbers-container .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;
        }

        .numbers-container .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;
        }

.numbers-container .numbers-box .numbers-cells {
    background: var(--brand-color-pick3);
    border-radius: 20px;
    min-height: 215px;
    position: relative;
}

.numbers-container .numbers-box .numbers-cell {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
}

.numbers-container .numbers-box .slide-numbers-cell #box-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.numbers-container .numbers-box .numbers-cell .number-box,
.numbers-container .numbers-box .slide-numbers-cell .slide-number-box {
    flex-basis: 20%;
    display: inline-flex;
    justify-content: center;
    padding: 4px;
}

    .numbers-container .numbers-box .numbers-cell .number-box:first-child .btn-number,
    .numbers-container .numbers-box .slide-numbers-cell .slide-number-box:first-child .slide-btn-number {
        border-top-left-radius: 14px;
    }

    .numbers-container .numbers-box .numbers-cell .number-box:nth-child(5) .btn-number,
    .numbers-container .numbers-box .slide-numbers-cell .slide-number-box:nth-child(5) .slide-btn-number {
        border-top-right-radius: 14px;
    }

    .numbers-container .numbers-box .numbers-cell .number-box:nth-child(6) .btn-number,
    .numbers-container .numbers-box .slide-numbers-cell .slide-number-box:nth-child(6) .slide-btn-number {
        border-bottom-left-radius: 14px;
    }

    .numbers-container .numbers-box .numbers-cell .number-box:last-child .btn-number,
    .numbers-container .numbers-box .slide-numbers-cell .slide-number-box:last-child .slide-btn-number {
        border-bottom-right-radius: 14px;
    }

    .numbers-container .numbers-box .numbers-cell .number-box .btn-number,
    .numbers-container .numbers-box .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;
    }

.numbers-container .numbers-box .numbers-cell.active { /*.numbers-container .numbers-box .slide-numbers-cell.active*/
    display: flex;
}

.numbers-container .numbers-box .numbers-indicators {
    display: flex;
    justify-content: center;
}

    .numbers-container .numbers-box .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 */
/* ********************************************************************************************* */


.numbers-container .numbers-box .slide-numbers-indicators {
    display: flex;
    justify-content: center;
}

    .numbers-container .numbers-box .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);
    }

#selection-error,
#draw-invalid-combo,
#draw-invalid-combo-lines{
    display: none;
    position: absolute;
    width: 82%;
    height: 78px;
    border-radius: 15px;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
    margin: auto;
    z-index: 1000;
}

#selection-error {
    background: #DC2626;
}

#draw-invalid-combo-lines {
    width: 87%;
    height: 100px;
}

#draw-invalid-combo,
#draw-invalid-combo-lines {
    background: rgba(12, 20, 45, 0.95);
}

    #selection-error .description{
        height: 100%;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Archivo';
        color: #fff;
        padding: 15px 10px;
        text-align: center;
    }

#draw-invalid-combo .description{
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Archivo';
    color: #fff;
    padding: 18px 10px;
    text-align: center;
}

#draw-invalid-combo-lines .description {
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Archivo';
    color: #fff;
    padding: 10px 5px;
    text-align: center;
}

#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 */


