.container-acc-summ {
    margin-top: 15px;
}

.standard-main-container {
    display: flex;
    margin-bottom: 10px
}

.standard-side-menu,.standard-main-content {
    margin: 0 15px
}

.standard-side-menu {
    flex-basis: 25%;
    overflow-x: hidden
}

.standard-main-content {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 600px;
    overflow-x: hidden
}

.standard-main-content ::-webkit-scrollbar {
    height: 7px;
    width: 7px
}

.standard-main-content ::-webkit-scrollbar-track {
    background: transparent
}

.standard-main-content ::-webkit-scrollbar-thumb {
    background: #58585a;
    border-radius: 5px
}

.tab-menu-container {
    display: flex;
    margin-bottom: 20px;
    background-color: #808080;
    border-radius: 10px;
    font-size: 12px;
    margin: 10px auto 20px
}

.tab-menu-container a {
    flex: 1;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    overflow: hidden
}

.tab-menu-container a[data-active="true"] {
    background-color: #7f673a
}

.tab-menu-container a:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.tab-menu-container a:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.tab-menu-container a:not(:last-child) {
    border-right: 1px solid #fff
}

.tab-menu-container a [data-icon] {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.top-tab-container {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #1b2757
}

.top-tab-container a {
    padding: 10px 20px;
    background-color: #030a2e;
    color: #fff;
    text-transform: uppercase;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-tab-container a[data-active="true"],.top-tab-container a:hover {
    background-color: #1b2757;
    color: #fff
}

.top-tab-container a [data-icon] {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    background-image: var(--image-src);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.top-tab-container a[data-active="true"]>[data-icon] {
    background-image: var(--active-image-src)
}

.tab-content-container {
    background-color: #030a2e;
    padding: 15px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}



.standard-side-menu {
    margin: 0;
    margin-bottom: 10px;
    background-color: #030a2e
}

.standard-side-menu>li+li,.standard-side-menu-group+.standard-side-menu-group,.standard-side-menu-group-label+.standard-side-menu {
    margin-top: 1px
}

.standard-side-menu-group-label,.standard-side-menu a {
    display: block;
    background-color: #1b2757;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none
}

.standard-side-menu a[data-active="true"],.standard-side-menu a:hover {
    color: #faa301
}

.standard-side-menu .player-account-section,.standard-side-menu .menu-section {
    padding: 5px 10px;
    color: #fff
}

.standard-side-menu .player-account-section {
    padding: 5px 10px;
    background-color: #0a1849;
    text-align: center
}

.standard-side-menu .player-account-section .username {
    color: #428bca;
    font-size: 18px
}

.standard-side-menu .player-account-section .last-login-date {
    font-size: 10px;
    margin-bottom: 5px
}

.standard-side-menu .player-account-section .wallet-container {
    display: flex;
    justify-content: space-between;
    background-color: #02071c;
    border: 1px solid #fff;
    font-size: 20px;
    padding: 0 10px
}

.standard-side-menu .player-account-section .wallet-container button {
    padding: 0;
    border: none;
    background: none;
    outline: none
}

.standard-side-menu .player-account-section .refresh-container {
    display: flex;
    align-items: center
}

.standard-side-menu .player-account-section .wallet-container i[data-icon] {
    display: block;
    height: 18px;
    width: 18px;
    background: center no-repeat;
    background-size: contain
}

.standard-side-menu .menu-section {
    background-color: #030a2e;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.standard-side-menu .menu-section .new-title,.standard-side-menu .menu-section a {
    padding: 10px 15px;
    background-color: inherit;
    text-transform: uppercase
}

.standard-side-menu .menu-section .new-title {
    font-size: 18px;
    text-align: center
}

.standard-side-menu .menu-section hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border-color: #1b2757;
    width: 100%
}

.standard-side-menu .menu-section a {
    padding: 15px;
    margin-bottom: 2px;
    display: flex
}

.standard-side-menu .menu-section a:hover,.standard-side-menu .menu-section a:focus,.standard-side-menu .menu-section a[data-active="true"] {
    background-color: #1b2757;
    color: #faa301
}

.standard-side-menu .menu-section a [data-icon] {
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin-right: 10px;
    background-image: var(--image-src);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.standard-side-menu .menu-section a>span {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    white-space: nowrap;
    overflow-x: auto
}

.standard-side-menu ::-webkit-scrollbar {
    height: 7px;
    width: 7px
}

.standard-side-menu ::-webkit-scrollbar-track {
    background: transparent
}

.standard-side-menu ::-webkit-scrollbar-thumb {
    background: #58585a;
    border-radius: 5px
}

.standard-side-menu-group-label {
    background-color: #0f1738;
    font-weight: normal;
    margin: 0;
    padding-left: 12.5px;
    padding-right: 12.5px;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.standard-side-menu-group-label:after {
    content: "";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    transition: transform .3s;
    transform-origin: center
}

.standard-side-menu-group-checkbox {
    visibility: hidden;
    position: absolute;
    pointer-events: none
}

.standard-side-menu-group-checkbox:not(:checked)~.standard-side-menu {
    display: none
}

.standard-side-menu-group-checkbox:not(:checked)+.standard-side-menu-group-label:after {
    transform: rotate(-90deg)
}


.standard-profile-bar {
    background-color: #0a1849;
    color: #fff;
    display: flex;
    margin-bottom: 10px;
    padding: 0 10px
}

.standard-profile-bar section {
    padding: 10px 0
}

.standard-profile-bar a,.standard-profile-bar a:hover {
    color: #fff
}

.standard-profile-bar .user-field {
    display: flex;
    gap: 10px;
    flex-grow: 1;
    align-items: center;
    padding-right: 25px
}

.standard-profile-bar .user-field img {
    width: 60px;
    height: auto
}

.standard-profile-bar .user-field div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: normal
}

.standard-profile-bar .user-field div .username {
    color: #fba501;
    font-size: 24px
}

.standard-profile-bar .user-field div .last-login {
    font-size: 10px
}

.standard-profile-bar .deposit-field,.standard-profile-bar .withdraw-field {
    border-left: 1px dotted #fff;
    padding: 0;
    margin: 15px 0;
    flex-basis: 85px
}

.standard-profile-bar .deposit-field a,.standard-profile-bar .withdraw-field a {
    color: #fff;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 100%
}

.standard-profile-bar .withdraw-field {
    /* border-right: 1px dotted #fff */
}

.standard-profile-bar .deposit-field img,.standard-profile-bar .withdraw-field img {
    display: block;
    margin: auto;
    height: 25px;
    width: 25px
}

.standard-profile-bar .verification-field {
    padding-left: 20px;
    flex-grow: 2
}

.standard-profile-bar .verification-field i[data-icon] {
    background-color: #606060;
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    min-width: 35px;
    min-height: 35px;
    background-image: var(--image-src);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: relative
}

.standard-profile-bar .verification-field i[data-icon]:after {
    color: #fff;
    background-color: #f00;
    content: "!";
    text-align: center;
    font-style: normal;
    font-size: 12px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 50%
}

.standard-profile-bar .referral-field {
    padding-left: 20px
}

.standard-profile-bar .referral-code-container {
    border: 1px dashed #23527c;
    background-color: #1b2757;
    color: #fba501;
    text-align: center;
    font-size: 24px;
    margin-top: 5px;
    padding: 0 10px;
    width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.standard-side-menu-group-label,.standard-side-menu a {
    background-color: #1b2757;
    color: #fff
}

.standard-form-title {
    background-color: #263366;
    color: #fff
}
.profile-container .section-heading {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px
}

.profile-container .mobile-info-button {
    border: 1px solid #23527c;
    border-radius: 5px;
    padding: 8px 45px;
    text-decoration: none;
    display: inline-flex;
    margin-bottom: 15px
}

.profile-container .mobile-info-button:hover {
    background-color: #23527c;
    color: #fff
}

.standard-content-info {
    border: 1px solid #0a1849;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 0;
    display: flex;
    gap: 10px
}

.standard-content-info>div {
    flex-basis: 50%
}

.standard-content-info h2 {
    color: #fba501;
    margin: 20px 0;
    font-size: 15px;
    text-transform: uppercase
}

.standard-content-info .standard-content-block {
    background-color: #0a1849;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.standard-content-info table tr th,.standard-content-info table tr td {
    border: 0
}

.profile-summary-table {
    margin: 0
}

.profile-summary-table th {
    text-align: right;
    font-weight: normal
}

.profile-summary-table td {
    word-break: break-word
}

.profile-summary-table th,.profile-summary-table td {
    text-transform: uppercase
}

.profile-summary-table.table,.profile-summary-table.table>tbody>tr>th,.profile-summary-table.table>tbody>tr>td {
    border: 0;
    vertical-align: middle;
    color: #fff
}

.profile-summary-table .warning {
    background-color: #f00;
    color: #fff;
    font-size: smaller;
    text-transform: none;
    padding: 5px;
    display: block
}

.profile-summary-table .warning img {
    height: 16px;
    width: auto
}

.standard-form-title {
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px;
    background-color: #263366;
    color: #fff
}

.casino-lobby-container-main * {
    box-sizing:border-box
}

.casino-lobby-container-main .slide {
    border-style:none
}
.casino-lobby-container-main .swiper-pagination-dot {
    text-align:center;
    margin-top:-25px;
    margin-bottom:.9375rem
}

.bank-info-container {
    display: flex;
    flex-direction: column-reverse
}

.bank-info-container .carousel-inner {
    text-align: initial
}

.bank-info-container .carousel-indicators {
    position: static;
    width: 100%;
    margin: 10px 0
}

.bank-info-container .carousel-indicators li {
    display: inline-block;
    width: 17px;
    height: 4px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0;
    border: none
}

.bank-info-container .carousel-indicators .active {
    background-color: #fe9b00
}

.bank-info-block {
    background-color: #263366;
    color: #fff;
    margin: 0 5px;
    padding: 15px 10px;
    border-radius: 5px
}

.bank-info-block .account-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 25px
}

.bank-info-block .account-name img {
    height: 20px;
    width: auto
}

.bank-info-block .account-number,.bank-info-block hr,.bank-info-block .bank-name {
    display: block
}

.bank-info-block .account-number {
    font-size: 25px;
    letter-spacing: 5px
}

.bank-info-block hr {
    border-top: 1px solid #0a1849;
    border-bottom: 1px solid #344279;
    margin: 10px 0
}

.bank-info-block .bank-name {
    text-transform: uppercase;
    font-size: 16px
}

.last-transaction-table {
    border: 1px solid #0a1849
}

.last-transaction-table thead {
    background-color: #0a1849
}

.last-transaction-table thead th {
    font-weight: normal
}

.last-transaction-table.table thead th,.last-transaction-table.table tbody td {
    color: #fff
}

.last-transaction-table .empty {
    text-align: center
}

.last-transaction-table [data-ticket-status] {
    border-radius: 10px;
    padding: 2px 10px;
    margin: 4px 0 0;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background-color: #808080
}

.last-transaction-table [data-ticket-status="REJ"] {
    background-color: #ff3838
}

.last-transaction-table [data-ticket-status="APP"] {
    background-color: #56f000
}

.last-transaction-table [data-ticket-status="PEN"] {
    background-color: #999
}

.last-transaction-table [data-ticket-status="FAI"] {
    background-color: #ffb302
}

.banking-details-header label {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal
}

.b138-icon {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.standard-form-content {
    padding: 20px;
    background-color: #fff;
    flex-grow: 1;
    overflow: auto
}

.standard-form-content+.standard-form-title {
    margin-top: 10px
}

.standard-form-note {
    color: #263366
}

.standard-form-note {
    margin-bottom: 20px;
    background-color: #d8d8d8;
    padding: 15px
}

.standard-form-note:last-child {
    margin: 0
}

.standard-form-note span {
    color: #263366;
    text-transform: uppercase;
    font-weight: 800
}

.standard-form-note ol {
    list-style: lower-roman;
    padding-left: 15px
}


.standard-form-note span {
    color: #263366;
    text-transform: uppercase;
    font-weight: 800
}

.standard-form-note ol {
    list-style: lower-roman;
    padding-left: 15px
}

.standard-inline-form-group+.standard-form-note {
    font-style: initial
}

.standard-inline-form-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 15px
}

.standard-inline-form-group label {
    flex-grow: 1;
    margin: 0;
    color: #838383;
    font-weight: 100
}

.standard-inline-form-group [data-section="asterisk"] {
    color: #f00;
    padding: 0 10px
}

.standard-inline-form-group [data-section="input"],.standard-inline-form-group [data-section="display"],.standard-inline-form-group [data-section="button"] {
    width: 60%;
    flex-shrink: 0
}

.standard-inline-form-group [data-section="input"]:first-child {
    margin-left: auto
}

.standard-inline-form-group .captcha-input {
    position: relative
}

.standard-inline-form-group .captcha-input input {
    width: 50%
}

.standard-inline-form-group .captcha-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center
}

.standard-inline-form-group .captcha-container img {
    height: 34px;
    margin-left: 10px
}

.standard-inline-form-group .refresh-captcha-button {
    font-size: 22px;
    top: 0;
    cursor: pointer
}

.standard-inline-form-group [data-section="input"] label+label {
    margin-left: 10px
}


.standard-required-message {
    display: none
}

.standard-button-group {
    text-align: center;
    margin-bottom: 15px;
}


.bank-info {
    background-color: #919197;
    background-image: linear-gradient(to bottom,#919197 0%,#444352 100%);
    color: #fff
}

.bank-info h4 {
    color: #fff
}

.bank-info hr {
    border-top-color: #888
}

.deposit-container .deposit-form-group,.deposit-amount-container,.withdrawal-container .withdrawal-form-group {
    background-color: #efeff3
}

.predefined-deposit-amount-selection input[type="radio"]:checked+label,.payment-method-selection input[type="radio"]:checked+label {
    background-color: #ef0101;
    background-image: linear-gradient(to bottom,#ef0101 0%,#720e0d 100%)
}

.withdrawal-container .real-withdrawal-amount {
    color: #ef0101
}

.withdrawal-container .withdrawal-form-group [data-section="input"] {
    color: #000
}

.withdrawal-container .formatted-balance {
    color: #ef0101
}


.deposit-container .fast-deposit {
    margin-left: 20px;
    width: 60px
}

.deposit-container .real-deposit-amount+div,.deposit-container .serial-number-deposit-note {
    margin-top: 10px
}

.deposit-container .real-deposit-amount:empty {
    display: none
}

.deposit-container .real-deposit-amount:before {
    content: attr(data-title);
    margin-right: 5px
}

.deposit-container .admin-fee-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #d0b300
}

.deposit-container label+label {
    margin-left: 10px
}

.deposit-container select.input-validation-error {
    color: transparent
}

.deposit-container input.input-validation-error {
}

.deposit-container .deposit-form-group {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px
}

.deposit-container .deposit-form-group .form-group:last-child {
    margin-bottom: 0
}

.deposit-container .deposit-form-group [data-section="asterisk"] {
    color: #f00
}

.deposit-amount-container {
    border-radius: 5px
}

.deposit-amount-container [data-section="depo-input"] {
    display: flex
}

.deposit-amount-container input[type="text"] {
    color: black;
    border-radius: 0
}

.deposit-amount-container [data-field="amount"] {
    flex-grow: 1
}

.deposit-amount-container [data-field="reference-number"] input {
    width: 60px;
    background-color: #6a6a6a;
    border: #6a6a6a;
    color: #fff;
    border-radius: 0
}

.deposit-amount-container [data-field="copy"] {
    width: 35px
}

.deposit-amount-container input {
    width: 100%
}

.deposit-amount-container .real-deposit-amount {
    font-size: 24px;
    line-height: 1;
    color: black;
}

.deposit-amount-container .real-deposit-amount:before {
    content: attr(data-title);
    display: block;
    font-size: 14px;
    margin: 7px 0
}

.deposit-amount-container .fast-deposit-note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.15
}

.deposit-note {
    display: flex;
    align-items: stretch;
    background-color: transparent;
    padding: 0
}

.deposit-note.standard-form-note span {
    color: #363565
}

.deposit-note-icon {
    flex-basis: calc(100%/8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    background: linear-gradient(to bottom,#787880,#42424f)
}

.deposit-note-icon img {
    width: 40px
}

.deposit-note-content {
    flex-basis: calc((100%/8)*7);
    background-color: #cbcbcb;
    color: #363565;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.deposit-note ul {
    padding-left: 25px
}

.deposit-note ul li {
    list-style: decimal
}

.predefined-deposit-amount-selection {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.predefined-deposit-amount-selection input[type="radio"] {
    visibility: hidden;
    position: absolute;
    pointer-events: none
}

.predefined-deposit-amount-selection label {
    flex-basis: calc((100% - 5px*7)/8);
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background-color: #cbcbcb;
    cursor: pointer
}

.predefined-deposit-amount-selection input[type="radio"]+label {
    color: #000
}

.predefined-deposit-amount-selection input[type="radio"]:checked+label {
    background-color: #f3dd7f;
    background-image: linear-gradient(to bottom,#f3dd7f 0%,#b88416 100%);
    color: #fff
}

.predefined-deposit-amount-selection input[type="radio"]:disabled+label {
    display: none
}

.deposit-confirmation-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.deposit-amount-range {
    font-size: 12px;
    margin-top: 6px;
    color: #d0b300
}

.deposit-amount-range span:not(:empty):before {
    content: attr(data-title)
}

.deposit-amount-range span:not(:empty)+span:not(:empty):before {
    content: " | " attr(data-title)
}

.withdrawal-container .formatted-balance {
    color: #d3a516
}

.withdrawal-container .copy-bank-account-button {
    background: none;
    border: none;
    padding: 0;
    margin-left: 5px;
    color: #3950af
}

.withdrawal-container .copy-bank-account-button:hover {
    color: #fba501
}

.withdrawal-container .real-withdrawal-amount {
    margin-top: 10px;
    color: #d3a516
}

.withdrawal-container .withdrawal-form-group {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px
}

.withdrawal-container .withdrawal-form-group .form-group:last-child {
    margin-bottom: 0
}

.withdrawal-container .withdrawal-form-group [data-section="asterisk"] {
    color: #f00
}

.withdrawal-container input.input-validation-error {
    background-color: #000
}

.withdrawal-container .admin-fee-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #d0b300
}

.withdrawal-note {
    display: flex;
    align-items: stretch;
    background-color: transparent;
    padding: 0
}

.withdrawal-note.standard-form-note strong,.withdrawal-note.standard-form-note span {
    color: #363565
}

.withdrawal-note-icon {
    flex-basis: calc(100%/8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    background: linear-gradient(to bottom,#787880,#42424f)
}

.withdrawal-note-icon img {
    width: 40px
}

.withdrawal-note-content {
    flex-basis: calc((100%/8)*7);
    background-color: #cbcbcb;
    color: #363565;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.withdrawal-note ul {
    padding-left: 25px
}

.withdrawal-note ul li {
    list-style: decimal
}

.withdrawal-confirmation-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.b138-wthdrawl-icon {
    height: 40px;
}


.standard-reporting-control-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 15px 0
}

.standard-reporting-control-group label {
    margin: 0
}

.standard-reporting-control-group select,.standard-reporting-control-group input {
    margin: 0 10px;
    display: inline-block;
    width: initial
}

.standard-reporting-control-group input {
    width: 120px
}

.standard-reporting-control-group input[data-picker="date-range"] {
    width: 240px
}

.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    display: table-column;
    float: none
}

table td[class*="col-"],table th[class*="col-"] {
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be
}


.site-content-container .messaging-side-menu [data-active="true"] a {
    color: #fff;
    border-color: #f60202
}

.site-content-container .messaging-side-menu {
    background-color: #181834
}


.standard-form-content {
    padding: 20px;
    background-color: #fff;
    flex-grow: 1;
    overflow: auto
}
.messaging-side-menu {
    background-color: #263366;
    display: flex;
    align-items: flex-start;
    padding: 5px 10px 0;
    margin: 0;
    color: #fff
}

.messaging-side-menu a,.messaging-side-menu a:hover {
    text-decoration: none;
    color: inherit
}

.messaging-side-menu a {
    display: block;
    padding: 10px 35px;
    border-bottom: 5px solid transparent
}

.messaging-side-menu [data-active="true"] a {
    color: #fca601;
    border-color: #fca601
}

.messaging-side-menu .support-ticket {
    margin-left: auto
}

.messaging-side-menu .support-ticket>a {
    background-color: #455593;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    border: none
}

.message-detail-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.message-detail-title a,.message-detail-title a:hover {
    text-decoration: none
}

.message-detail-title a {
    color: inherit
}

.message-detail-title>div:first-child,.message-detail-title>div:last-child {
    flex-basis: 15%
}

.message-detail-title>div:last-child {
    text-align: right
}

.message-detail-title>div:last-child span {
    margin-right: 5px
}

.replied-message {
    color: #858585;
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d5d5;
    margin-bottom: 10px;
    line-height: 26px
}

.replied-message .replied-message-content {
    padding: 10px 15px
}

.replied-message[data-creator="true"] {
    text-align: right
}

.replied-message[data-creator="true"] .replied-message-content {
    background-color: #becbfd
}

.replied-message[data-message-type="announcement"] {
    color: #fff
}

.replied-message[data-message-type="announcement"] .notification-header {
    display: flex;
    align-items: stretch;
    gap: 15px
}

.replied-message[data-message-type="announcement"] .notification-header .notification-image {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7ebaed;
    border-radius: 10px
}

.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Deposit"][data-transaction-status="PEN"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Deposit"][data-transaction-status="NEW"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Withdrawal"][data-transaction-status="PEN"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Withdrawal"][data-transaction-status="NEW"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="LogResetPasswordForgotPassword"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="LogResetPasswordChangePassword"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="LogResetPasswordPassword"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="LogResetPasswordAPKPassword"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="LogResetPasswordChangeMobilePassword"] {
    background-color: #f5f164
}

.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Deposit"][data-transaction-status="REJ"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Deposit"][data-transaction-status="FAIL"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Withdrawal"][data-transaction-status="REJ"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Withdrawal"][data-transaction-status="FAIL"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-category="Announcement"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-category="Notification"] {
    background-color: #e5949e
}

.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Deposit"][data-transaction-status="APP"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="Withdrawal"][data-transaction-status="APP"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="ClaimBonus"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="ClaimCommission"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="ClaimCashback"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="ClaimCombinePromo"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="NewBonus"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="NewCommission"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="NewCashback"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="NewCombinePromo"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="ClaimPreBonusOnGoing"],.replied-message[data-message-type="announcement"] .notification-header .notification-image[data-message-subcategory="ClaimPreBonusComplete"] {
    background-color: #76cb79
}

.replied-message[data-message-type="announcement"] .notification-header .notification-image img {
    width: 50px;
    height: 50px
}

.replied-message[data-message-type="announcement"] .notification-title {
    font-size: 14px;
    font-weight: 700
}

.message-table {
    line-height: 24px;
    color: #333
}

.message-table a,.message-table a:hover {
    text-decoration: none;
    color: inherit
}

.message-table input[type="checkbox"],.message-table label {
    cursor: pointer;
    font-weight: normal;
    margin: 0
}

.message-table label {
    display: flex;
    align-items: center
}

.message-table-header,.message-table-body {
    display: grid;
    grid-template-columns: 200px auto
}

.message-table-header .buttons-container {
    display: flex;
    justify-content: flex-end
}

.message-table-header .buttons-container a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 15px;
    margin: 5px 0;
    font-weight: bold;
    color: #404040
}

.message-table-header .buttons-container a+a {
    margin-left: 10px
}

.message-table-header .buttons-container a:hover {
    background-color: #bababa
}

.message-table-body [data-seen="false"] {
    font-weight: bold
}

.message-table .checkbox-column,.message-table .message-column {
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.message-table-body .checkbox-column,.message-table-body .message-column {
    padding: 15px 0;
    border-top: 1px solid #d6d5d5
}

.message-table .checkbox-column input[type=checkbox] {
    margin: 0 10px
}

.message-table .message-column {
    justify-content: space-between
}

.message-table .created-date:first-child {
    margin-left: auto
}


ul,ol {
    list-style: none;
    margin: 0;
    padding: 0
}


.standard-form-content {
    padding: 20px;
    background-color: #fff;
    flex-grow: 1;
    overflow: auto
}

.standard-form-content+.standard-form-title {
    margin-top: 10px
}

.large-game-list-container .large-game-list .play-now {
    background-color: #ef0101;
    background-image: linear-gradient(to bottom,#ef0101 0%,#720e0d 100%);
    color: #fff
}

.large-game-list-container .large-game-list .play-now:hover {
    background-color: #f60202;
    color: #fff
}

.game-list-title>div {
    background-color: inherit;
    color: #edeff6
}

.game-list-title,.game-list {
    background-color: #02071c
}

.game-list {
    border-color: #0c1740
}

.game-list .game-item {
    background-color: #0c1740
}

.game-list .wrapper-container:hover {
    background: #000
}

.large-game-list-container {
    background-color: rgba(3,13,58,.85)
}

.large-game-list li {
    border-color: #144472
}

.large-game-list {
    border-color: #c10303
}

.large-game-list li:hover {
    border-color: #c10303
}

.large-game-list .bottom-link-container {
    background-color: #091122
}


.link-container a.game-info,.game-info {
    color: #3e5384;
    border-color: #3e5384
}

.link-container a.game-info:hover,.link-container a.game-info:focus,.game-info:hover,.game-info:focus {
    border-color: #c10303;
    color: #c10303
}

.provider-page .large-game-list-container,.provider-info {
    background-color: rgba(3,13,58,.85)
}

.game-provider-img {
    border-color: #144472
}

.game-provider-desc-arcade,.game-provider-desc-sport,.game-provider-desc,.provider-info h5,.provider-info p {
    color: #bbb
}

.arcade-game-list .link-container .free-play:hover {
    color: #0098ff
}



.game-list .wrapper-container {
    position: relative;
    padding-top: 100%
}

.game-list .wrapper-container:hover {
    background: #000
}

.game-list .wrapper-container:hover:after,.game-list .wrapper-container:hover img {
    opacity: .1
}

.game-list .wrapper-container:hover .link-container {
    opacity: 1
}

.game-list .wrapper-container:hover .rtp-container {
    opacity: 0
}

.game-list .link-container a {
    margin: 10px;
    width: 70%;
    padding: 10px 15px
}

.large-game-list-container {
    background-color: rgba(3,13,58,.85);
    margin-bottom: 25px
}

.large-game-list {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.large-game-list-arcade {
    padding: 15px;
    display: flex;
    justify-content: center;
    margin: 0
}

.large-game-list li {
    flex-basis: calc((100% - (10px*3*2))/3);
    margin: 10px;
    position: relative;
    border: 2px solid #3e5384
}

.large-game-list li:hover {
    border-color: #ff9600
}

.large-game-list img {
    width: 100%
}

.large-game-list .casino-link-container {
    position: absolute;
    top: 125px;
    left: 30px
}

.large-game-list .others-link-container {
    position: absolute;
    top: 125px;
    left: 95px
}

.large-game-list .sports-link-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.large-game-list .sports-link-container a {
    padding: 10px 30px
}

.large-game-list .bottom-link-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
    background-color: #091122;
    display: flex;
    justify-content: center;
    align-items: center
}

.large-game-list .bottom-link-container a {
    padding: 8px 20px
}

.arcade-game-list {
    background-color: rgba(3,13,58,.85);
    margin-bottom: 25px;
    padding: 10px 5px 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.arcade-game-list .link-container {
    flex-basis: 200px;
    padding: 5px;
    position: relative
}

.arcade-game-list .link-container a {
    position: relative;
    display: block;
    padding-top: 100%
}

.arcade-game-list .link-container a:hover>img:last-child,.arcade-game-list .link-container a:hover picture:last-child img {
    opacity: 0
}

.arcade-game-list .link-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity .5s ease 0s
}

.arcade-game-list .link-container .free-play:before {
    content: none
}

.arcade-game-list .link-container .free-play {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    padding-top: initial;
    border-radius: initial;
    text-align: center;
    color: #fff;
    background: #fff;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(0,0,0,1) 50%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px
}

.arcade-game-list .link-container .free-play:hover {
    color: #ffa200
}


.arcade-game-list {
    background-color: rgba(3,13,58,.85)
}

.link-container a.game-info,.game-info {
    color: #3e5384;
    border-color: #3e5384
}

.link-container a.game-info:hover,.link-container a.game-info:focus,.game-info:hover,.game-info:focus {
    border-color: #c10303;
    color: #c10303
}

.provider-page .large-game-list-container,.provider-info {
    background-color: rgba(3,13,58,.85)
}

.game-provider-img {
    border-color: #144472
}

.game-provider-desc-arcade,.game-provider-desc-sport,.game-provider-desc,.provider-info h5,.provider-info p {
    color: #bbb
}

.arcade-game-list .link-container .free-play:hover {
    color: #0098ff
}

.arcade-game-list {
    background-color: rgba(3,13,58,.85);
    margin-bottom: 25px;
    padding: 10px 5px 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.arcade-game-list .link-container {
    flex-basis: 200px;
    padding: 5px;
    position: relative
}

.arcade-game-list .link-container a {
    position: relative;
    display: block;
    padding-top: 100%
}

.arcade-game-list .link-container a:hover>img:last-child,.arcade-game-list .link-container a:hover picture:last-child img {
    opacity: 0
}

.arcade-game-list .link-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity .5s ease 0s
}

.arcade-game-list .link-container .free-play:before {
    content: none
}

.arcade-game-list .link-container .free-play {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    padding-top: initial;
    border-radius: initial;
    text-align: center;
    color: #fff;
    background: #fff;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(0,0,0,1) 50%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px
}

.arcade-game-list .link-container .free-play:hover {
    color: #ffa200
}


.arcade-game-list {
    background-color: rgba(3,13,58,.85);
    margin-bottom: 25px;
    padding: 10px 5px 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.arcade-game-list .link-container {
    flex-basis: 200px;
    padding: 5px;
    position: relative
}

.arcade-game-list .link-container a {
    position: relative;
    display: block;
    padding-top: 100%
}

.arcade-game-list .link-container a:hover>img:last-child,.arcade-game-list .link-container a:hover picture:last-child img {
    opacity: 0
}

.arcade-game-list .link-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity .5s ease 0s
}

.arcade-game-list .link-container .free-play:before {
    content: none
}

.arcade-game-list .link-container .free-play {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    padding-top: initial;
    border-radius: initial;
    text-align: center;
    color: #fff;
    background: #fff;
    background: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(0,0,0,1) 50%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px
}

.arcade-game-list .link-container .free-play:hover {
    color: #ffa200
}

.provider-page .large-game-list-container {
    margin: 25px 0;
    background-color: rgba(9,23,71,.8)
}

.provider-page .large-game-list {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 15px 25px
}

.provider-page img {
    max-width: 100%
}

.link-container a.game-info,.game-info {
    font-style: italic;
    font-weight: 800;
    border: 3px solid #3e5384;
    color: #3e5384;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
    text-indent: -2px;
    padding-top: 0
}

.link-container a.game-info:hover,.link-container a.game-info:focus,.game-info:hover,.game-info:focus {
    border-color: #ff9600;
    color: #ff9600;
    text-decoration: none
}

.link-container a.game-info {
    z-index: 2;
    top: 15px;
    right: 19px
}

.link-container a.game-info,.provider-slide .game-info {
    width: 20px;
    height: 20px;
    font-size: 13px
}

.game-provider-img {
    position: relative;
    border: 2px solid #3e5384
}

.game-provider-img-arcade {
    position: relative;
    display: flex;
    align-items: center
}

.game-provider-img-arcade img {
    max-width: initial
}

.game-provider-desc {
    padding: 0 25px;
    color: #f5a001;
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    flex-basis: calc((100% - (355px)))
}

.game-provider-desc-sport {
    padding: 15px 15px 15px 15px;
    color: #f5a001;
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-align: justify
}

.game-provider-desc-arcade {
    padding: 25px 25px 25px 25px;
    color: #f5a001;
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    display: flex;
    align-self: center
}

.provider-info {
    padding: 15px 25px;
    background-color: #040e31
}

.provider-info h5 {
    color: #f5a001;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px
}

.provider-info p {
    color: #f5a001;
    text-align: justify;
    font-style: italic;
    line-height: 16px
}

@keyframes fav-icon-bounce {
    0%,20%,60%,100% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(-3px)
    }

    40% {
        transform: translateY(-6px)
    }
}
