.iti {
    --iti-path-flags-1x: url('/node_modules/intl-tel-input/build/img/flags.webp');
    --iti-path-flags-2x: url('/node_modules/intl-tel-input/build/img/flags@2x.webp');
    --iti-path-globe-1x: url('/node_modules/intl-tel-input/build/img/globe.webp');
    --iti-path-globe-2x: url('/node_modules/intl-tel-input/build/img/globe@2x.webp');
}

body {
    overflow-x: hidden;
}

body.deposit {
    overflow: auto !important;
}

ul > li {
    font-weight: normal;
}

h3.accountTitle i {
    font-size: 20px;
}

ul#user-dropdown-menu i {
    color: white;
}

#user-dropdown-menu li:hover i {
    color: black;
}

.frameOptions .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: inherit;
}

.table {
    color: #333;
}

.site-deposit-now .input-group input#inputAmount {
    width: 75%;
}

.form-group.cardMask input.form-control.firstsixdigits {
    width: 30%;
    margin: auto;
}

.form-group.cardMask input.form-control.lastfourdigits {
    width: 30%;
    margin: auto;
}

.form-group.cardMask .x {
    width: 30%;
    text-align: center;
    margin: auto;
}

.paymentForm .form-group.cardnums .input-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.paymentForm {
    padding: 10px;
}

.paymentForm .input-container {
    width: 100%;
}

.paymentForm .site-deposit-now .input-group label {
    width: 100%;
}

.error_line {
    width: 100%;
    position: relative;
    height: auto;
    clear: both;
}

.formMx {
    display: none
}

#constantproModal > .modal-dialog > .modal-content {
    background: white;
}

#paywizeModal > .modal-dialog > .modal-content {
    background: white;
}

.site-deposit-now {
    color: #ffffff;
}

.site-deposit-now .amount_input {
    width: 75%;
    text-align: right;
}

.site-deposit-now .input-group-addon {
    width: 25%;
    height: 34px;
    border-radius: 0 16px 16px 0;
}

.paymentForm .input-group {
    display: block;
}

.paymentForm .alert.alert-info {
    margin-top: 0;
}

#test_payments .paymentProvider {
    background: #ffbbbb;
}

.payment-modal .modal-body, #card_modal .modal-body {
    height: 80vh;
    overflow: auto;
    padding-top: 0;
}

div#payofixModal .modal-body {
    height: initial;
}

div#payofixModal .site-deposit-now {
    color: black;
}

.error {
    margin-left: 0 !important;
}

.paymentForm label#lastfourdigits-error {
    position: initial;
    left: 0;
}

#credit_card_pan {
    width: 74%;
    float: left;
}

.cc_brand_logo {
    width: 22%;
    height: 34px;
    float: left;
    background: white no-repeat center;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto 0 2%;
}

#card-form label {
    color: #ffffff !important;
}

#card-form label.payment-form-error {
    color: #ff8800 !important;
    margin-bottom: 0;
    height: 15px;
    display: contents;
    font-size: 12px;
}

input.payment-form-error, select.payment-form-error {
    background-color: #ffddbb;
    margin-bottom: 0;
}

#credit_card_cvc {
    width: 25% !important;
    float: left;
}

#label_save {
    width: 48%;
    margin-left: 2%;
    float: left;
    font-size: 12px;
}

#credit_card_save {
    width: 25%;
    float: left;
}

#expiration_m, #expiration_y {
    width: 49%;
    float: left;
}

#expiration_y {
    margin-left: 2%;
}

#payment_form .form-group {
    margin-bottom: 10px;
}

#payment_form input[type="checkbox"] {
    margin: 0;
}

.bootstrap-dialog-message {
    color: #ffffff;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

/* Absolute Center Spinner */
.loading-payment {
    position: fixed;
    z-index: 5000000000;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading-payment div {
    position: absolute;
    color: #ffffff;
    width: 300px;
    height: 30px;
    margin: 30px 0 0 -84px;
    z-index: 100000;
    font: small-caption;
}

/* Transparent Overlay */
.loading-payment:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading-payment:not(:required) {
    /* hide "loading..." text */
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading-payment:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

#deposit_3d_iframe {
    border: 0;
    width: 470px;
    height: 800px;
    background: #ffffff;
    margin-left: 0;
    zoom: 0.80;
    -webkit-transform-origin: 0 0;
}

#deposit_3d_modal .modal-body {
    overflow: hidden;
    padding: 0;
}

#bestmids_modal .modal-body {
    padding: 0;
    /* height: 530px; */
}

#bestmids_modal .modal-header {
    margin-bottom: 20px;
}

#merchant-widget-mount-point {
    height: 100%;
}

#deposit_success_modal .modal-header,
#deposit_3d_modal .modal-header,
#deposit_error_modal .modal-header,
#card_modal .modal-header,
#card_existing_modal .modal-header {
    display: block !important;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.formMx {
    display: none
}

#constantproModal > .modal-dialog > .modal-content {
    background: white;
}

#paywizeModal > .modal-dialog > .modal-content {
    background: white;
}

.site-deposit-now {
    color: #ffffff;
}

.site-deposit-now .amount_input {
    width: 75%;
    text-align: right;
}

.site-deposit-now .input-group-addon {
    width: 25%;
    height: 34px;
    border-radius: 0 16px 16px 0;
}

.paymentForm .input-group {
    display: block;
}

.paymentForm .alert.alert-info {
    margin-top: 0;
}

#test_payments .paymentProvider {
    background: #ffbbbb;
}

.banktransferForm {
    color: #000000;
}

.modal {
    z-index: 1000000000;
}

.modal-dialog {
    overflow-y: initial !important
}

.payment-modal .modal-content, #card-modal .modal-content {
    max-height: 576px;
    height: auto;
}

#card_modal .modal-footer {
    margin-top: 0;
}

.payment-debug-info {
    position: absolute;
    font-size: 12px;
    width: 100%;
    text-align: right;
    padding-right: 30px;
    color: yellow;
}

.license {
    max-width: 600px;
    width: 70%;
    margin: 0 auto;
}

.licencelogo2 {
    float: right;
    width: 80px;
    height: 100%;
}

@media (max-width: 768px) {
    .licencelogo2 {
        width: 40px;
        margin-left: 0;
    }
}


#BankTransferWModal > div > .modal-content,
#BankTransferAUModal > div > .modal-content {
    height: auto;
}

.ok.bonus {
    background-color: #a14649;
    padding: 10px;
    cursor: pointer;
}

.bonuswarning.coverAll {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 100000;
    background: #000000a6;
}

.BoxContainer {
    display: block !important;
    position: fixed;
    width: 90vw;
    max-width: 400px;
    background-color: #1f1f1f;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #333;
    padding: 10px;
    max-height: 90vh;
    overflow-y: scroll;
}

.buttonContainer .col-xs-6 {
    float: initial;
    margin: auto;
    text-align: center;
}

.buttonContainer .col-xs-6 .button.ok {
    background-color: #5ab379;
    color: #fff;
    border-bottom: 2px solid #4a9465;
    width: 100px;
    height: 33px;
    background-image: none;
    font-size: 17px;
    padding-top: 8px;
    font-weight: 600;
}

.BoxContainer .Content {
    padding-bottom: 10px;
}

.BoxContainer .Content p {
    font-size: 17px;
}

.BoxContainer .Content label, .BoxContainer .Content input {
    font-size: 20px;
}

.bonuspopup .errorline {
    height: 20px;
}

.BoxContainer .Content input {
    margin-top: 10px;
}

.showChaneCurrAsk .coverAll.hidden {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 100000;
    background: #000000a6;
}

.askChangeBox.Container {
    display: block !important;
    position: fixed;
    width: 350px;
    height: 270px;
    background-color: #1f1f1f;
    left: 50%;
    top: 50%;
    /* padding: 10px; */
    transform: translate(-50%, -50%);
    /* filter: blur(0); */
    border: 3px solid #333;
}

.askChangeBox.Container .content, .askChangeBox.Container .content p {
    pointer-events: none;
}

.currSelectContainer {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.currSelectContainer .currSelect {
    background-color: black;
    padding: 1px 11px;
    cursor: pointer;
}

.currSelect.selected {
    border: 2px solid #c107c0;
}

.askChangeBox.Container .Content {
    padding: 20px;
}

.askChangeBox.Container .realContainer {
    border-radius: 0;
    text-align: center;
    color: white;
    cursor: pointer;
}

.askChangeBox > div > a > div > h4.play, .cancelPlay {
    padding-top: 10px;
}

#bonuswarning {
    z-index: 10000;
    position: absolute;
    width: 100%;
}

#bonuswarning > div > .message-box-body {
    height: 50px !important;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px
}

.toggle {
    position: relative;
    overflow: hidden
}

.toggle input[type=checkbox] {
    display: none
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none
}

.toggle.off .toggle-group {
    left: -100%
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px
}

.toggle-on.btn {
    padding-right: 24px
}

.toggle-off.btn {
    padding-left: 24px
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px
}

.toggle-on.btn-lg {
    padding-right: 31px
}

.toggle-off.btn-lg {
    padding-left: 31px
}

.toggle-handle.btn-lg {
    width: 40px
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px
}

.toggle-on.btn-sm {
    padding-right: 20px
}

.toggle-off.btn-sm {
    padding-left: 20px
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px
}

.toggle-on.btn-xs {
    padding-right: 12px
}

.toggle-off.btn-xs {
    padding-left: 12px
}

/* GLIDER */

.glider-contain {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.glider {
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    transform: translateZ(0);
}

.glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
}

.glider.draggable {
    user-select: none;
    cursor: grab;
}

.glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none;
}

.glider.drag {
    cursor: grabbing;
}

.glider-slide {
    flex-shrink: 0;
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
    box-sizing: border-box;
}

.glider-slide img {
    max-width: 100%;
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
}

.glider-prev, .glider-next {
    user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: 23px;
    border: 0;
    top: 45%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17, .67, .83, .67),
    color .5s cubic-bezier(.17, .67, .83, .67);
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
    color: #a89cc8;
}

.glider-next {
    right: 43px;
    left: auto;
}

.glider-next.disabled,
.glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default;
}

.glider-slide {
    min-width: 150px;
}

.glider-hide {
    opacity: 0;
}

.glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px auto 0;
    padding: 0;
    position: relative;
}

.glider-dot {
    border: 0;
    padding: 0;
    user-select: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
    background: #a89cc8;
}

.playReal.glider-slide {
    cursor: pointer;
}

.provider-glider {
    overflow: hidden;
    padding: 10px 0;
}

.glider-prev.provider, .glider-next.provider {
    top: 0;
    color: white;
    width: 50px;
    height: 100%;
    /* background: linear-gradient;
    background-color: black;
    transition: background-color 0.5s ease;
    /* background: linear-gradient(to right, #000 70%, transparent 100%); */
    /* background-size: 200% 100%;
    background-position: bottom right; */
    transition: all 0.7s ease-out;
}

.glider-prev.provider {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
}

.glider-next.provider {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
}

.provs {
    display: block;
}

.provs.dropdown {
    width: 200px !important;
    overflow: auto;
    max-height: 300px;
    right: auto;
    margin-left: -8px;
}

.provs.dropdown li {
    width: 100%;
}

.form-control.provider-search-bar {
    border-radius: 0;
    background: #333;
    border: none;
    color: whitesmoke;
}

input.inputSearch:focus-visible {
    outline: none;
}

.tourCard {
    height: 320px;
}

.tourCard .col {
    width: inherit;
}

.tourImageTrue {
    height: auto !important;
    display: flex;
}

.table.tourTable {
    color: white;
}

.col.tourName > h3, .col.prizepool > h3 {
    font-size: 16px !important;
}

.redirectSignup {
    cursor: pointer;
}

.mobile-myaccount-siteoptions {
    display: flex;
    width: 100%;
    margin-top: 43px !important;
}

.progress-bar {
    color: black !important;
    font-weight: bold !important;
}


input.bonusPromoCode {
    color: black;
    margin: auto;
}

.button.ok {
    background-color: #2db34a;
    color: black;
    font-weight: 900;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.bonuspopup.coverAll .Content {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.bonuspopup .errorline {
    width: 100%;
}

.bonuspopup.coverAll label {
    width: 100%;
    text-align: center;
}

.bonuspopup.coverAll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: #000000c9;
    z-index: 1164;
}

p.invalid {
    color: red;
}

p.valid {
    color: #51ff51;
}

.lcAward {
    color: #2e6884;
    font-size: 16px;
    font-weight: bold;
}

.complaint .input-div {
    height: initial;
}

.complaint input#complaintmessages-type {
    opacity: 1;
    position: relative;
    width: 30px;
    margin: 0 10px 0 0;
    accent-color: #010101;
}

label.complaint-radio-group {
    padding: 0;
    display: flex;
    align-items: center;
    color: white;
}

.field-complaintmessages-type p.help-block.help-block-error {
    display: none;
}

.powerBy7soft a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
}

.paymentimg {
    background: #fff;
}

.paymentimg:hover {
    background: #fff;
}

.paymentimg:focus {
    background: green;
}

footer .site_information {
    max-width: 600px;
    margin: 20px auto;
    float: none;
}

.under-maintenance-contanier {
    display:flex;
    width:100%;
    height:100%;
    background: var(--maintenace-background);
    position:relative;
    padding: 50px;
}
.under-maintenance-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:16px;
}

@media (max-width: 36em) {
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px;
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156, 156, 156, 0.25);
        box-shadow: 0 0 1px rgba(255, 255, 255, .25);
    }
}

@media (max-width: 1024px) {

    .glider-dot {
        width: 8px;
        height: 8px;
        margin: 5px;
    }

    .glider-dots {
        margin: -20px auto 0;
    }

    .glider-prev, .glider-next {
        font-size: 30px;
    }

    .glider-next {
        right: 33px;
    }
}

@media (max-width: 480px) {
    .provider-glider {
        overflow: auto;
    }

    .glider-prev, .glider-next {
        top: 35%;
    }

    .glider-next {
        right: 23px;
    }

    #deposit_success_modal .modal-body, #deposit_3d_modal .modal-body, #deposit_error_modal .modal-body, #card_modal .modal-body, #card_existing_modal .modal-body {
        height: 90vh;
    }
}

#payment-info-table td {
    height: 30px;
}

#payment-info-table td:nth-child(2) {
    padding-left: 2px;
}

#payment-info-table td i {
    cursor: pointer;
}

.sb-amount {
    font-size: 20px;
}

.sb-reference {
    color: #ff8888;
    font-size: 20px;
}

h3.pay-info {
    margin: 0 0 30px 0;
}

.pay-please {
    margin-bottom: 40px;
}

.blink {
    animation: blinkMe 2s linear infinite;
}

@keyframes blinkMe {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

* {
    margin: 0;
    padding: 0;
}

#snow-animation-container {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}

.signup-box.popup div#simpleSignUp {
    background-color: #232323;
    background-attachment: fixed;
    background-image: url("/images/7goldcasino/texture.webp");
    border: 1px solid dodgerblue;
}

.signup-box.popup {
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    background: #1b1b1b9c;
    width: 100%;
    height: 100%;
    display: flex;
}

.signup-box.popup div#simpleSignUp {
    max-width: 320px;
    margin: auto;
    padding: 29px;
}

.signup-box.popup .input-div {
    margin: 0;
    height: initial;
}

.signup-box.popup .form-group {
    margin-bottom: 0;
}

.signup-box.popup .close {
    position: relative;
    top: -35px;
    right: -35px;
    width: 30px;
    height: 30px;
    background-color: #282828;
    opacity: 1;
    border-radius: 40px;
    border: 1px solid dodgerblue;
    text-align: center;
    line-height: 28px;
    font-weight: 300;
}

.form-group.field-signupform-gender label.control-label {
    display: none;
}

div#signupform-gender {
    padding-left: 20px;
}

.tag_filter .title {
    text-transform: uppercase;
}

.tag_filter .tag {
    text-transform: capitalize;
}

.message-container.top-message.flex .full_width {
    width: 100%;
}

.fas, .far {
    margin-right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    color: #000;
    font-size: 11px;
    line-height: 11px;
    text-shadow: none;
    /*vertical-align: top;*/
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.presettedContainer {
    display: flex;
}

.preSetted.input {
    border: 1px solid #f09235;
    background-color: #00000078;
    box-shadow: inset #000000eb 1px 2px 4px 0;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    font-weight: 900;
    cursor: pointer;
}

.signup-box .form-group.field-signupform-agree {
    background-color: #333333;
    padding: 8px;
}

.field-signupform-agree .checkbox label {
    color: white;
}

.signup-box .has-success .checkbox label {
    color: #6deba6;
}

.signup-box .has-error .checkbox label {
    color: #ff5a5a;
}

.signup-box .form-group.field-signupform-agree p.help-block.help-block-error {
    margin: 0;
}

.iti--inline-dropdown .iti__dropdown-content {
    z-index: 1000;
}

.iti__dropdown-content, .iti__search-input {
    background-color: #3b352f !important;
    border-color: #836e59 !important;
}

.iti__globe {
    background: none !important;
    background-size: contain !important;
    margin-left: -4px !important;
}

.balanceBlock.active {
    margin-top: 3px !important;
}

#chat, #chat-enable, #chat-disable {
    font-size: 10px !important;
}

.personal_notification.desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

@media (min-width: 768px) {
    .personal_notification.mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .personal_notification.mobile {
        display: flex !important;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .personal_notification.desktop {
        display: none;
    }

}


.personal_notification::marker {
    content: none;
}

.personal_notification .style-module_bell-button_3jMIl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.style-module_bell-badge_3aqCW {
    position: absolute;
    background-color: red;
    right: 9px;
    top: -7px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.personal_notification .style-module_icon_15MbP {
    width: 23px;
    border: 5px;
    margin-right: 20px;
    max-height: 30px;
    cursor: pointer;
}

.personal_notification div#messenger-dropdown {
    position: absolute;
    /* background-color: brown; */
    min-width: 320px;
    right: 0;
    top: 59px;
    display: none;
    font-size: 12px;
}

/* this rule for showing notification message box in popup modal */
#notificationsForm > .personal_notification > .promo_notifications > #messenger-dropdown {
    position: inherit;
    min-width: 100%;
    right: 0;
    top: 74px;
    display: block !important;
}

.style-module_icon_15MbP.style-module_size-14_1uSXB.style-module_closeIcon_3tBtI {
    display: table-cell;
    width: 14px;
}

.personal_notification .style-module_dropdown_2xeam:not(.style-module_npdr_1zc9v,.style-module_npon_1nGWe):before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    top: -4px;
    right: 10px;
    transform: rotate(45deg);
}

.personal_notification .style-module_close_18enT {
    position: absolute;
    top: 10px;
    right: 10px;
}

.personal_notification .style-module_tabs_1rD36 {
    display: flex;
    width: 100%;
    background-color: #403934;
}

.personal_notification .style-module_container_1Wl1O {
    border-radius: 10px;
    overflow: hidden;
    background-color: #262422;
}

.personal_notification .style-module_item_1fHtX {
    width: 40%;
    /* height: 22px; */
    line-height: 42px;
}

.personal_notification .style-module_label_25-MB {
    text-align: center;
}

.personal_notification .style-module_controls-panel_wJza1 {
    display: flex;
    justify-content: space-evenly;
    background: #403934;
    cursor: pointer;
}

.personal_notification .style-module_scrollable-area_2Bjy9 {
    /* padding: 10px; */
}

.personal_notification .style-module_control_1MrZJ {
    line-height: 34px;
}

.personal_notification .style-module_footer_3ebl_ {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.personal_notification .personal_notification .style-module_footer_3ebl_ > div {
    /* width: 50%; */
}

.personal_notification a.style-module_message_3BZA9.style-module_clickable_3d8Qf.style-module_with-bg_1ipPD {
    /* position: absolute; */
    background-size: cover;
    background-repeat: no-repeat;
}

.personal_notification .style-module_transformContainer_1wOnc .messageContainer {
    height: 100%;
}

.personal_notification .style-module_date-wrap_1jlwF {
    text-align: center;
    font-size: 10px;
    margin: 5px 0 0;
    background-color: #0000007d;
    padding: 3px;
}

.personal_notification .style-module_content_1oZ3b.style-module_narrow_3otnO {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 500;
}

.personal_notification .style-module_transformContainer_1wOnc {
    text-transform: none;
    padding: 10px;
    background-image: url(/images/notifBg-2.png);
    background-size: cover;
    border-bottom: 1px solid black;
}

.personal_notification .style-module_topic_3yzFC {
    font-size: 19px;
    font-weight: 700;
}

.personal_notification .promo_notifications button.btn {
    color: #403934;
    font-weight: 700;
}

.personal_notification .style-module_active_11Y3r .style-module_label_25-MB {
    border-bottom: #f4c600 2px solid;
}

.personal_notification .promotionslist, .personal_notification .notificationslist {
    min-height: 150px;
    max-height: 400px;
    overflow-y: auto;
}

.personal_notification a {
    color: #f4c600;
}

.personal_notification a:hover {
    color: #f48900;
}

.personal_notification a.style-module_button-link_3iIxU {
    background-color: #f4c600;
    color: black;
    padding: 7px;
    border-radius: 3px;
}

.personal_notification .style-module_label_25-MB {
    cursor: pointer;
}

.personal_notification .no_message {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.grecaptcha-badge {
    display: none;
}

.col-md-6.logoinpagesContainer {
    display: none !important;
}

body.support .pages-view .pageContent > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #000000b8;
    padding: 20px 0;
}

body.support .pages-view .pageContent > .row .col-md-6 {
    width: 100%;
    /* max-width: 300px; */
    /* padding: 2px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

body.support .pages-view .pageContent > .row .col-md-6 > div {
    width: 100%;
    max-width: 300px;
    padding: 2px;
    margin: 10px;
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: row;
}

body.support .pages-view .pageContent > .row .col-md-6 .title {
    max-width: initial;
    text-align: center;
}

.ui.card {
    height: auto !important;
}

.ui.card ul {
    list-style: none;
}

#signupform-phone {
    padding-left: 80px !important;
}

#signupform-phone::placeholder {
    padding-left: 14px;
}

/* Disable Bootstrap's default modal transitions */
.modal.fade {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.help-block2.help-block-error2 {
    background: rgba(200, 0, 0, 0.8);
    color: white;
    border-radius: 4px;
    padding: 0px 6px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    display: inline-block;
    font-size: 12px;
    text-shadow: 0 0 3px black;
    font-weight: normal;
    position: relative;
    z-index: 2;
    margin-left: -7px;
}

.wdName {
    padding: 13px 10px !important;
    border: 1px solid grey !important;
    margin-bottom: 28px;
}

.wdInput {
    padding: 20px 10px !important;
    margin-right: 0px !important;
}

.wdAmountField {
    height: 70px;
}

.wdExpiryGroup {
    display: block !important;
    height: 80px !important;
}

.wdDropdown {
    width: 100% !important;
}

/* #getapayPayoutForm .help-block {
  background: #cc0d09;
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
  display: inline-block;
} */

#getapayPayoutForm .help-block {
  font-size: 12px;
  display: inline-block;
}

.progressbarPercent {
    color: black;
    text-align: center;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 10;
    inset: 0px;
}