.InstantWinGames .backdrop .context{
    background-color:rgba(0,0,0,0.65);
    display:flow-root !important;
    border-radius: 3px;
    margin-bottom: 10px;
}
.InstantWinGames .game-card .context{
    padding:10px 20px 5px 20px !important;
}
.Homepage .backdrop .context{
    background-color:rgba(0,0,0,0.65);
    border-radius: 3px;
    margin-bottom: 10px;
}
.InstantWinGames .box.small .caption h1 {
    font-size:24px;
}
.TopUpPage .notifies, .RepaymentPage .notifies {
    margin-top:20px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#TicketPickerForm_LottoForm_draws {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(177, 177, 177);
    border-right-color: rgb(177, 177, 177);
    border-bottom-color: rgb(177, 177, 177);
    border-left-color: rgb(177, 177, 177);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}