.wager-type,
.wager-amount {
    display: grid;
    width: auto;
    height: auto;
    margin: 8px 0 0 0;
    padding: 0 0 0 0;
    background: #fff;
    border-radius: 8px;
}


    .wager-type select,
    .wager-amount select {
        width: calc(100% - 40px);
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: none;
        outline: none;
    }

    .wager-type .select2-container,
    .wager-amount .select2-container {
        width: 100% !important;
        grid-column: 1;
        grid-row: 1;
    }

        .wager-type .select2-container.select2-container--bootstrap .select2-selection,
        .wager-amount .select2-container.select2-container--bootstrap .select2-selection {
            background-color: transparent;
        }

        .wager-type .select2-container .select2-selection--single,
        .wager-type .select2-container--open .select2-selection--single,
        .wager-type .select2-container--focus .select2-selection--single,
        .wager-amount .select2-container .select2-selection--single,
        .wager-amount .select2-container--open .select2-selection--single,
        .wager-amount .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;
            display: flex;
            justify-content: end;
        }

            .wager-type .select2-container .select2-selection--single .select2-selection__rendered,
            .wager-amount .select2-container .select2-selection--single .select2-selection__rendered {
                padding: 0px 21px 0 10px;
                color: #041A17;
                font-weight: 700;
            }

            .wager-type .select2-container .select2-selection--single span,
            .wager-amount .select2-container .select2-selection--single span {
                font-family: 'Axiforma';
                font-size: 14px;
                font-weight: 400;
                color: #041A17;
            }


    .wager-type .select2-dropdown,
    .wager-amount .select2-dropdown {
        border: none !important;
    }

    .wager-type .select2-dropdown--above,
    .wager-amount .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;
    }

    .wager-type .select2-dropdown--below,
    .wager-amount .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;
    }

    .wager-type .select2-dropdown .select2-results__option--highlighted[aria-selected],
    .wager-amount .select2-dropdown .select2-results__option--highlighted[aria-selected] {
        background-color: #E7EEF6;
        border-radius: 8px;
    }

    .wager-type .select2-dropdown .select2-results__option,
    .wager-amount .select2-dropdown .select2-results__option {
        padding: 16px !important;
        margin: 2px 8px;
        font-family: 'Axiforma';
        font-size: 14px;
        font-weight: 400;
        color: #041A17;
        text-align: left;
        position: relative;
    }

        .wager-type .select2-dropdown .select2-results__option:not(.select2-results__option--highlighted)[aria-selected]::after,
        .wager-amount .select2-dropdown .select2-results__option:not(.select2-results__option--highlighted)[aria-selected]::after {
            content: "";
            display: block;
            height: 1px;
            margin: 10px auto;
            border-bottom: 1px solid #D7DBDB;
            position: absolute;
            top: -10px;
            left: 0;
            right: 0;
            width: 90%;
        }

        .wager-type .select2-dropdown .select2-results__option:first-child::after,
        .wager-amount .select2-dropdown .select2-results__option:first-child::after {
            display: none;
        }

    .wager-type .select2-dropdown .select2-results__option--highlighted[aria-selected] + .select2-results__option::after,
    .wager-amount .select2-dropdown .select2-results__option--highlighted[aria-selected] + .select2-results__option::after {
        display: none;
    }


    .wager-type .select2-container--disabled .select2-selection,
    .wager-amount .select2-container--disabled .select2-selection {
        background-color: #fff !important;
    }

    .wager-type .select2-container--disabled .select2-selection--single span,
    .wager-amount .select2-container--disabled .select2-selection--single span {
        color: #d7dbdb;
    }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 23px;
    top: 0;
    width: 4px
}

    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-color: #041A17 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        height: 0;
        left: 0;
        margin-left: -5px;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 0
    }

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #041A17 transparent;
    border-width: 0 5px 5px 5px;
}
