.nobr {
    white-space: nowrap;
    hyphens: none;
}

.app-body {
    min-height: 90vh;
}

@media (max-width: 991.98px) {
    .app-body {
        margin-top: 0;
    }
}

.navbar {
    margin-bottom: 1rem;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 4px;
    left: 9px;
}

#receiveBetModalOnlineCashdesk {
    width: 100%;
    height: 100vh;
    border: 0;
}

.iframe-keno {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-keno {
    max-width: 95% !important;
    text-align: center !important;
}

.iframe-races {
    width: 980px;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-races {
    max-width: 95% !important;
    text-align: center !important;
}

.iframe-penalty {
    width: 980px;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-greyhound-races {
    max-width: 95% !important;
    text-align: center !important;
}

.iframe-greyhound-races {
    width: 980px;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-penalty {
    max-width: 95% !important;
    text-align: center !important;
}

.iframe-betting {
    width: 100%;
    max-width: 1530px;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-betting {
    max-width: 95% !important;
    text-align: center !important;
}

.iframe-roulette {
    width: 95%;
    height: 84vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-roulette {
    max-width: 95% !important;
    text-align: center !important;
}

.iframe-borlette {
    width: 90vw;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-borlette {
    max-width: 95% !important;
    text-align: center !important;
}

.iframe-keno80 {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-keno80 {
    max-width: 95% !important;
    text-align: center !important;
}

.iframe-lucky6 {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.iframe-paypam {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-lucky6 {
    max-width: 95% !important;
    text-align: center !important;
}

.iframe-lucky-race {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    border: 0;
}

.modal-lg-lucky-race {
    max-width: 95% !important;
    text-align: center !important;
}

.loader {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.loader:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loader-hourglass-animation 1.2s infinite;
}


.loader-cashdesk {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loader-cashdesk:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.loader-cashdesk:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loader-hourglass-animation 1.2s infinite;
}

.loader-balance {
    overflow: visible;
    margin: auto;
}

.loader-balance:before {
    content: '';
}

.loader-balance:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 10px solid rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7) transparent rgba(0, 0, 0, 0.7) transparent;
    animation: loader-hourglass-animation 1.2s infinite;
    float: right;
    margin: -20px 0 0 0;
}

@keyframes loader-hourglass-animation {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

.select-with-filter, .multiselect-with-filter {
    display: block;
    min-width: 100%;
    max-width: 100%;
}

.js-crserver-item {
    display: none;
}

.password-input {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}

.password-input::placeholder {
    text-security: none;
    -webkit-text-security: none;
    -moz-text-security: none;
}