@charset "UTF-8";.nifty-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-50%) translateY(-50%)
}

.md-show {
    visibility: visible
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(17,17,17,.8);
    transition: all .3s
}

.md-show+.md-overlay {
    opacity: 1;
    visibility: visible
}

.slide-in-bottom .md-content {
    transform: translateY(20%);
    opacity: 0;
    transition: all .3s
}

.md-show.slide-in-bottom .md-content {
    transform: translateY(0);
    opacity: 1
}

.fade-in-scale .md-content {
    transform: scale(.7);
    opacity: 0;
    transition: all .3s
}

.md-show.fade-in-scale .md-content {
    transform: scale(1);
    opacity: 1
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.py-4 {
    padding-bottom: 1.5rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.font-weight-bold {
    font-weight: 700!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mx-2 {
    margin-left: .5rem!important;
    margin-right: .5rem!important
}

@media screen and (max-width: 768px) {
    .pl-sm-10 {
        padding-left:10px
    }
}

.table-borderless>tbody>tr>td,.table-borderless>tbody>tr>th,.table-borderless>tfoot>tr>td,.table-borderless>tfoot>tr>th,.table-borderless>thead>tr>td,.table-borderless>thead>tr>th {
    border: none
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    vertical-align: middle
}

@media screen and (max-width: 992px) {
    .d-lg-none {
        display:block
    }
}

@media screen and (min-width: 992px) {
    .d-lg-none {
        display:none
    }
}

.d-inline-block {
    display: inline-block
}

html {
    font-size: inherit
}

.swal2-container,.swal-overlay {
    z-index: 9999999999!important
}

.lgn_session_notification {
    padding: 15px;
    position: fixed;
    top: 0;
    background: #c30;
    width: 100%;
    z-index: 9999
}

.lgn_session_notification .msg {
    font-weight: 700
}

.lgn_session_notification .flex {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.swal-modal {
    background-color: #f5f8fa;
    margin-top: 32px;
    border-top: 1px solid #2d9b33;
    overflow: hidden
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.d-none {
    display: none
}

.d-block {
    display: block
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.justify-content-center {
    justify-content: center
}

.security_info .footerlink ul {
    margin: 0
}

.security_info .footerlink ul li {
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px
}

.security_info .footerlink ul li a {
    color: #fff
}

.mobile .security_info {
    background-color: #6e6e6e;
    padding: 10px 0
}

.mobile .security_info .small {
    font-size: 13px;
    padding-bottom: 7px
}

.mobile .security_info .game_license {
    text-align: center;
    margin-bottom: 10px
}

.mobile .security_info .game_license .lic_img {
    width: 60px
}

.security_info .security {
    float: right
}

.security_info .security .footer_logimg {
    width: 190px;
    margin-right: 10px
}

.mobile .security_info .security .footer_logimg {
    width: 120px;
    margin-bottom: 10px
}

.security_info .certification .footer_logimg {
    margin-right: 10px;
    width: 50px
}

.mobile .security_info .certification .footer_logimg {
    margin-right: 5px;
    width: 40px;
    margin-bottom: 10px
}

.social_weblogo {
    padding: 0 15px
}

.social_weblogo .provider_img .footer_logimg {
    max-height: 40px
}

.mobile .social_weblogo .small {
    padding-bottom: 0
}

.social_weblogo .social-icons {
    font-size: 12px
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem
}

dl,ol,p,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

body,html {
    height: 100%
}

.colored-toast .swal2-title {
    color: #fff;
    margin: 0 2px!important
}

.colored-toast .swal2-html-container {
    color: #fff;
    margin: 7px 2px!important;
    font-size: 14px!important;
    line-height: 1.5
}

.colored-toast.swal2-icon-success {
    background-color: #2e7803!important
}

.colored-toast.swal2-icon-error {
    background-color: #b42e2e!important
}

.content,.main-content {
    height: auto;
    min-height: 600px;
    margin-bottom: 100px
}

.mobile .content,.mobile .main-content {
    margin-bottom: 200px
}

.mobile .acc .content,.mobile .acc .main-content {
    margin-bottom: 400px
}

.content-loader,.loader-wrapper {
    position: relative
}

.content-loader {
    height: 400px
}

body {
    min-height: 1001px;
    background-image: linear-gradient(90deg,#393939,#6e6e6e);
    background-color: #393939;
    color: #fff
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

i {
    line-height: inherit
}

input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.title {
    color: #f5965b;
    font-family: Open Sans,sans-serif
}

.btn {
    outline: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: none
}

@media screen and (max-width: 992px) {
    .btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
        color:#fff
    }
}

@media screen and (min-width: 992px) {
    .btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
        color:#fff
    }
}

.btn.btn-clear {
    color: inherit;
    font-weight: inherit;
    padding: 0;
    font-size: inherit;
    background: none;
    outline: none
}

.btn-warning {
    background: inherit
}

.btn-primary {
    background: #ff5a09;
    color: #fff;
    border-color: #ff5a09;
    border-radius: 5px;
    font-weight: inherit
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.btn-primary[disabled] {
    background-color: #ff8c53;
    color: #000;
    border-color: #ff8c53
}

.btn-primary--dark {
    background-color: #b53f0c;
    color: #fff;
    border-color: #b53f0c;
    border-radius: 5px
}

.btn-primary--dark.active,.btn-primary--dark:active,.btn-primary--dark:focus,.btn-primary--dark:hover,.btn-primary--dark[disabled] {
    background-color: #ff732e;
    color: #e0e0e0;
    border-color: #ff732e
}

.btn-secondary {
    background: #f3843e;
    color: #fff;
    border-color: #f3843e;
    border-radius: 5px
}

.btn-secondary.active,.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover,.btn-secondary[disabled] {
    background-color: #f5965b;
    color: #000;
    border-color: #f5965b
}

.btn-tertiery {
    background: #a7a7a7;
    color: #000;
    border-color: #a7a7a7;
    border-radius: 5px;
    font-weight: inherit
}

.btn-tertiery.active,.btn-tertiery:active,.btn-tertiery:focus,.btn-tertiery:hover,.btn-tertiery[disabled] {
    background-color: #888;
    color: #000;
    border-color: #888
}

.btn-accent {
    background: #f90;
    color: #fff;
    border-color: #f90;
    border-radius: 5px;
    font-weight: inherit
}

.btn-accent.active,.btn-accent:active,.btn-accent:focus,.btn-accent:hover,.btn-accent[disabled] {
    background-color: #ffb84d;
    color: #fff;
    border-color: #ffb84d
}

.btn-round {
    border-radius: 60px;
    padding: 7px 14px;
    margin-bottom: 5px;
    text-align: center
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity,transform;
    transition: all .1s ease-out
}

.modal-header button.close {
    outline: none
}

.header.danger {
    background-color: #c70022
}

.header.info {
    background-color: #17a2b8
}

.header.warning {
    background-color: #ffc107
}

.header.success {
    background-color: #28a745
}

.ico-alert.danger {
    color: #c70022
}

.ico-alert.info {
    color: #17a2b8
}

.ico-alert.warning {
    color: #ffc107
}

.ico-alert.success {
    color: #28a745
}

.btn-link {
    color: #f5965b;
    display: inline;
    padding: 0;
    font-weight: inherit;
    vertical-align: inherit
}

.btn-link:disabled,.btn-link:focus,.btn-link:hover,.btn-link[disabled] {
    color: #f5965b;
    opacity: .5
}

a:link,a:visited {
    text-decoration: none!important
}

.txt_accent,b,strong {
    font-weight: bolder;
    font-weight: 700
}

.txt_accent {
    color: #ffb84d
}

.material-icons {
    font-size: inherit
}

.text-t500 {
    color: #4d4d4d
}

a.text-t500:focus,a.text-t500:hover {
    color: #333
}

.text-t600 {
    color: #000
}

a.text-t600:focus,a.text-t600:hover {
    color: #000
}

.text-primary-2 {
    color: #e2e8f9
}

a.text-primary-2:focus,a.text-primary-2:hover {
    color: #b8c7f0
}

.font-size-sm {
    font-size: 11.2px!important
}

.font-size-lg {
    font-size: 17.5px!important
}

.fs-md {
    font-size: 16px!important
}

.fs-sm {
    font-size: 11.2px!important
}

.fs-lg {
    font-size: 17.5px!important
}

.fs-xl {
    font-size: 22.4px!important
}

.fs-xxl {
    font-size: 28px!important
}

.fs-xs {
    font-size: 8.96px!important
}

.fs-xxs {
    font-size: 7.168px!important
}

.noSidePadding {
    padding-right: 0!important;
    padding-left: 0!important
}

.pointer {
    cursor: pointer
}

i {
    color: inherit;
    font-weight: inherit
}

ol,ul {
    padding: 0;
    margin: 0 0 10px 25px
}

.dotted_line {
    border-bottom: 1px dotted #fff
}

.img-center {
    display: block
}

.center,.img-center {
    margin: 0 auto
}

.flex-row {
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    width: 100%
}

.flex,.flex-row {
    display: flex;
    align-items: center
}

.flex-no-wrap {
    flex-wrap: nowrap
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-grow {
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important
}

.flex-align-top {
    align-items: flex-start
}

.auto-box {
    flex-basis: 0;
    flex-grow: 1
}

.mobile .auto-box {
    min-width: 100px;
    max-width: 100px
}

.flex-grow-2 {
    flex-grow: 2!important
}

.flex-grow-3 {
    flex-grow: 3!important
}

.border-box {
    border: 1px solid #6e6e6e;
    padding: 1em
}

.fixed-bottom-left {
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 888
}

.gradient-border {
    position: relative
}

.gradient-border:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 90%;
    height: 0;
    border-bottom: 2px solid #d8d8d8;
    -o-border-image: linear-gradient(90deg,rgba(0,0,0,.5),#d8d8d8,rgba(0,0,0,.5)) 1 100%;
    border-image: linear-gradient(90deg,rgba(0,0,0,.5),#d8d8d8,rgba(0,0,0,.5)) 1 100%;
    border-image-slice: 1 1 1 1
}

.gradient-border:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 90%;
    border-right: 2px solid #d8d8d8;
    -o-border-image: linear-gradient(180deg,rgba(0,0,0,.5),#d8d8d8,rgba(0,0,0,.5)) 1 100%;
    border-image: linear-gradient(180deg,rgba(0,0,0,.5),#d8d8d8,rgba(0,0,0,.5)) 1 100%;
    border-image-slice: 1 1 1 1
}

@media (min-width: 768px) and (max-width:991px) {
    .gradient-border:nth-of-type(2n):after {
        content:none
    }

    .gradient-border:last-of-type:before {
        content: none
    }

    .gradient-border:nth-last-of-type(2):before {
        content: none
    }
}

@media (min-width: 992px) {
    .gradient-border:nth-of-type(3n):after {
        content:none
    }

    .gradient-border:last-of-type:before {
        content: none
    }

    .gradient-border:nth-last-of-type(2):before {
        content: none
    }

    .gradient-border:nth-last-of-type(3):before {
        content: none
    }
}

@keyframes flash-border {
    0% {
        -webkit-filter: blur(15px);
        filter: blur(15px)
    }

    to {
        -webkit-filter: blur(25px);
        filter: blur(25px);
        opacity: 1
    }
}

.gradient-box {
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    position: relative;
    box-sizing: border-box;
    z-index: 5;
    background-color: #393939;
    background-clip: padding-box;
    /* !importanté */
    border: 10px solid transparent;
    /* !importanté */
    border-radius: 1em
}

.gradient-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -10px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: 0;
    transition: opacity .3s ease-in-out;
    animation: flash-border .5s infinite alternate
}

.gradient-box:before {
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background: linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);
    border-radius: 1em
}

app-content-pagination pagination {
    transform: translateX(-25%)
}

.pagination-page>.page-link {
    color: red!important;
    font-size: 0;
    border-radius: 50%;
    width: 0;
    margin: 5px;
    background-color: #c2c2c2
}

@media screen and (max-width: 992px) {
    .pagination-page>.page-link {
        padding:3px
    }
}

@media screen and (min-width: 992px) {
    .pagination-page>.page-link {
        padding:5px
    }
}

.page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
}

.page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
}

.pager-btn a {
    font-size: 1rem;
    font-weight: 900
}

.divider {
    border-right: 1px solid;
    width: 1px;
    min-height: 1.2em;
    height: 90%;
    display: inline-block;
    margin: auto 0
}

.separator-right {
    border-right: 1px solid #393939
}

.svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -.0625em;
    vertical-align: middle;
    width: 1em
}

.site-footer {
    background-color: #6e6e6e;
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%;
    margin-top: 2rem;
    color: #fff
}

.social-icons {
    color: #fff;
    font-size: 1.2rem
}

.social-icons .button.icon:hover>i {
    color: #fff!important
}

.button {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: inherit;
    letter-spacing: .03em;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 5px;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}

.button.facebook:hover {
    color: #3a589d!important
}

.button.twitter:hover {
    color: #38c0ff!important
}

.button.instagram:hover {
    color: #3b6994!important
}

.button.youtube:hover {
    color: #f90018!important
}

.button.is-outline {
    line-height: 2.19em;
    border: 2px solid;
    background-color: transparent
}

.button.icon {
    margin-left: .12em;
    margin-right: .12em;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    display: inline-block
}

.button.icon.circle {
    padding-left: 0;
    padding-right: 0
}

.button i {
    vertical-align: middle;
    top: -1px;
    position: relative
}

.circle {
    border-radius: 50%!important
}

.min-circle {
    max-height: 2em!important;
    min-width: 1.8em!important;
    line-height: 1.6em!important;
    min-height: 1.8em
}

.min-circle i {
    vertical-align: middle;
    bottom: 1.5px;
    position: relative
}

.social-icons i {
    min-width: 1em
}

.social-icons .button.icon:hover {
    background-color: currentColor!important;
    border-color: currentColor!important
}

.toptobottom {
    text-orientation: sideways-right;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 700;
    font-family: pt-sans,sans-serif;
    text-transform: uppercase
}

.bottom-to-top,.toptobottom {
    -ms-writing-mode: tb-rl;
    display: inline-block
}

.bottom-to-top {
    writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.pin-in-grp>div {
    padding: 0 5px
}

.pin-in-grp input {
    text-align: center;
    float: left
}

@media (min-width: 600px) {
    .modal-sm {
        max-width:350px
    }
}

.modal-backdrop.show {
    opacity: .8;
    background-color: rgba(57,57,57,.8);
    z-index: 1049
}

.mobile ._hide {
    display: none
}

.member-service {
    white-space: nowrap;
    overflow: hidden
}

.member-service i {
    font-size: 28.728px
}

.mobile .member-service .content-item {
    display: inline-block
}

app-home-info a {
    color: #fff
}

input[type=password] {
    letter-spacing: .3em
}

.input-group.uline {
    border-bottom: 1px solid #f7a978
}

.form-control {
    border-color: #f7a978;
    background-color: transparent;
    height: 30px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    border-radius: 5px
}

.form-control.underline {
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important;
    outline: none!important;
    box-shadow: none;
    border: none
}

.form-control.underline+.input-group-btn {
    box-shadow: none;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none
}

.form-control.underline+.input-group-btn+.input-group-btn:disabled {
    opacity: .6
}

.form-control.underline+.input-group-btn .btn-link {
    text-decoration: none
}

.form-control.underline:focus {
    box-shadow: inset 0 1px 1px -1px rgba(0,0,0,.075),-1px 8px 8px -8px rgba(102,175,233,.6)
}

.form-control.underline:focus+.input-group-btn {
    border-color: #66afe9!important;
    box-shadow: inset 0 1px 1px -1px rgba(0,0,0,.075),-1px 8px 8px -8px rgba(102,175,233,.6)
}

.form-control.underline:disabled {
    background-color: transparent!important;
    opacity: .6;
    border-bottom: 1px solid #f7a978
}

.form-control.underline:disabled+.input-group-btn {
    border-bottom: 1px solid rgba(247,169,120,.6)
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: rgba(255,173,132,.3);
    color: #fff;
    opacity: .6;
    border: 1px solid rgba(255,173,132,.3)
}

select {
    color: #948080
}

select>option {
    background-color: #393939;
    color: #fff
}

select.form-control {
    padding-top: 2px
}

.form-control.focus {
    color: #000;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control.ng-invalid.ng-dirty~.invalid-feedback,.was-validated .form-control.ng-invalid~.invalid-feedback {
    display: block
}

.was-validated .form-check-input.ng-invalid~.invalid-feedback,.was-validated .form-check-input.ng-invalid~.invalid-tooltip {
    display: block
}

.form-check-input.ng-invalid.ng-dirty~.form-check-label,.was-validated .form-check-input.ng-invalid~.form-check-label {
    color: #c70022!important
}

.input-group-addon,.input-group-btn {
    border-radius: 5px
}

app-slots-main .content-wrapper {
    height: 80%!important
}

app-slots-main ul.pagination {
    margin-left: -4em
}

.dialog {
    border: 1px solid #ff5a09;
    width: 100%;
    padding: 20px;
    position: relative;
    background-color: #393939
}

.dialog.arrow-top {
    margin-top: 15px
}

.dialog.arrow-top:after {
    content: " ";
    position: absolute;
    left: 30px;
    top: -15px;
    border: 15px solid transparent;
    border-top: none;
    border-bottom: 15px solid #ff5a09;
    z-index: 2
}

.dialog.arrow-top:before {
    content: " ";
    position: absolute;
    left: 30px;
    top: -14px;
    border-color: currentcolor transparent #393939;
    border-style: none solid solid;
    border-width: medium 14px 15px 15px;
    z-index: 4
}

.input-l {
    padding: 16px 18px 17px
}

.icon-input input {
    padding-left: 46px;
    height: auto
}

.icon-input {
    position: relative
}

.icon-input i.left {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 18px;
    transition: all .2s ease;
    font-size: 18px
}

i.form-control-feedback {
    right: 25px;
    height: 30px;
    line-height: 30px
}

#loginForm i.form-control-feedback {
    top: 15px
}

.has-error~.form-control-feedback {
    color: #c70022
}

.has-success~.form-control-feedback {
    color: #28a745
}

.has-error~.feedback {
    color: #c70022
}

.has-success~.feedback {
    color: #28a745
}

.help-block {
    color: #c70022;
    margin-bottom: 0
}

.help-block,small {
    display: inline-block
}

.banner-content {
    min-height: 560px;
    margin-left: 25%;
    margin-right: 25%;
    padding: 1em
}

.banner-title {
    font-size: 50px;
    font-family: dinpro;
    font-weight: 700
}

.page-background {
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: -50%;
    margin-right: -50%;
    background-size: cover
}

.sideNav nav {
    text-align: center
}

@media screen and (max-width: 992px) {
    .sideNav nav {
        font-size:12px
    }
}

@media screen and (min-width: 992px) {
    .sideNav nav {
        font-size:17.5px
    }
}

.navbar {
    border-radius: 5px;
    min-height: auto;
    margin: 20px 0
}

.navbar-default {
    background: none;
    border: none;
    position: relative
}

.navbar-default .navbar-nav li {
    border-right: 1px solid var(--t300);
    padding: 0 12px 0 7px;
    margin: 5px 0
}

.navbar-default .navbar-nav li:last-of-type {
    border-right: none
}

.navbar-default .navbar-nav li .nav-link {
    padding: 0;
    margin: 0;
    color: var(--t500);
    display: block
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #f3843e!important;
    background: none
}

.navbar-default .navbar-nav a.nav-link:focus,.navbar-default .navbar-nav a.nav-link:hover {
    color: #f3843e!important;
    background: none
}

.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: center
}

@media screen and (min-width: 992px) {
    .navbar-default.navbar-collapse {
        justify-content:center
    }
}

@media screen and (max-width: 992px) {
    .hidden-md {
        display:none!important
    }

    .navbar-default {
        background-color: #6e6e6e;
        border: 1px solid rgba(57,57,57,.7)
    }

    .navbar-default .navbar-nav li {
        display: block;
        background: none;
        border-right: none;
        padding: 0;
        margin: 0
    }

    .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
        background: #393939
    }

    .navbar {
        padding: 0
    }

    .navbar-header {
        background-color: #b53f0c;
        padding: 5px 8px;
        width: 100%
    }

    .navbar-header .navbar-toggler {
        float: right;
        z-index: 3;
        position: relative
    }

    .navbar-header .menu-select {
        text-align: center;
        float: left;
        width: 100%;
        margin-top: -1.5em;
        z-index: 1
    }

    div.menu-select {
        display: block
    }

    .navbar-nav {
        margin: 0;
        width: 100%
    }

    .navbar-default .navbar-toggler {
        background-color: #393939;
        transition: all .4s ease
    }

    .navbar-default .navbar-toggler-icon {
        color: #fff!important
    }

    .navbar-default .navbar-nav>li>a.nav-link {
        border-bottom: 1px solid rgba(57,57,57,.7);
        padding: 10px 0
    }

    .navbar-default .navbar-nav>li>a.nav-link:focus,.navbar-default .navbar-nav>li>a.nav-link:hover {
        background: #393939
    }

    .collapse {
        transition: all .3s ease-out;
        overflow: hidden!important;
        max-height: 0
    }

    .collapse.in {
        transition: all .8s ease-in;
        max-height: 3000px
    }
}

.mat-slider-horizontal {
    min-width: 200px!important
}

.mat-slider-track-fill {
    background-color: #61acef!important
}

.mat-slider-thumb {
    background-color: #fff!important
}

.cms table thead th,.table.table-default thead th {
    background-color: #f3843e;
    vertical-align: middle
}

.cms table td,.cms table th,.table.table-default td,.table.table-default th {
    border: 1px solid #fff;
    text-align: center
}

.cms table .thead,.cms table tr.first-child td:first-child,.table.table-default .thead,.table.table-default tr.first-child td:first-child {
    color: #ef7130;
    font-weight: 700;
    background-color: transparent
}

.cms table tr>td,.table.table-default tr>td {
    background-color: transparent;
    vertical-align: middle
}

.divWalletBalance {
    padding: .5em;
    font-size: 11.2px!important
}

.divWalletBalance .td-last-child {
    min-width: 100px;
    height: 1rem;
    text-align: right
}

.divWalletBalance .td-first-child {
    width: auto;
    height: 1rem;
    vertical-align: middle;
    min-width: 100px
}

.divWalletBalance~hr {
    margin-top: .3em;
    margin-bottom: .2em
}

.popover {
    border-radius: 5px;
    border: 1px solid grey;
    background: #fafafa
}

.mat-group {
    position: relative;
    margin: 15px 0
}

textarea.mat-control {
    resize: none
}

input.mat-control,textarea.mat-control {
    background: none;
    color: #c4c4c4;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: none;
    border-bottom: 1px solid #c4c4c4
}

input.mat-control:focus,textarea.mat-control:focus {
    outline: none
}

input.mat-control:disabled~label,input.mat-control:focus~label,input.mat-control:valid~label,textarea.mat-control:disabled~label,textarea.mat-control:focus~label,textarea.mat-control:valid~label {
    top: -14px;
    font-size: 12px;
    color: #f4f4f4
}

input.mat-control:focus~.bar:before,textarea.mat-control:focus~.bar:before {
    width: 100%
}

.mat-group label {
    color: #c4c4c4;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    top: 10px;
    transition: all .3s ease
}

.mat-group .bar {
    position: relative;
    display: block;
    width: 100%
}

.mat-group .bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #f4f4f4;
    transition: all .3s ease;
    left: 0
}

.popover-header,.popover-title {
    background-color: #ae390a;
    font-size: 11.2px;
    border-bottom: none;
    text-decoration: underline
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after {
    border-bottom-color: #ae390a
}

.popover-body,.popover-content {
    background-color: #ae390a;
    color: #fff
}

.modal-content {
    background-color: #6e6e6e;
    border-radius: 5px
}

@media screen and (max-width: 992px) {
    .container-wrapper,.content,.full-container,.main-content,body,html {
        height:100%
    }

    body.mobile {
        background-color: #393939;
        background-image: linear-gradient(90deg,#393939,#6e6e6e);
        color: #fff
    }

    body.mobile h2 {
        font-size: 19px
    }

    body.mobile h3,body.mobile h4 {
        font-size: 16px
    }

    body.mobile h5 {
        font-size: 12px
    }

    body.mobile .gradient-box {
        background-color: #393939
    }

    body.mobile .gradient-border:after,body.mobile .gradient-border:before {
        content: none
    }

    body.mobile .mobile-border {
        display: block;
        border-top: 3px solid rgba(255,115,46,.8);
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }

    body.mobile .overlay-wrapper {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.7)
    }

    body.mobile .btn-fancy {
        background-color: #ff5a09
    }
}

.loader-b {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.loader-b:before {
    content: "";
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    border-radius: 50%;
    border: 2px solid #f3843e;
    border-top-color: #ff8c53;
    animation: spin 2s linear infinite
}

.loader-b.large:before {
    width: 72px;
    height: 72px;
    border-width: 5px
}

.loader-b.large:after {
    display: block;
    position: relative;
    transform: translateY(-207.5%);
    margin: auto;
    text-align: center;
    content: "Loading"
}

#loader:before,.loader:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: 2px;
    border-radius: 50%;
    border: 2px solid #f3843e;
    border-top-color: #ff8c53;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.info-view .nav {
    font-size: 14px
}

.info-view mat-panel-title {
    padding: 5px
}

mat-form-field.mat-form-field.mat-form-field-appearance-outline>div.mat-form-field-wrapper>div.mat-form-field-flex>div.mat-form-field-infix {
    padding: .4em 0
}

mat-form-field.mat-form-field.mat-form-field-appearance-outline>div.mat-form-field-wrapper>div.mat-form-field-flex>div.mat-form-field-infix>span.mat-form-field-label-wrapper {
    top: -1.5em
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    transform: translateY(-1.1em) scale(.75);
    width: 133.33333%
}

ngx-daterangepicker-material {
    color: #000
}

.sports_pc .iframe-box,.sports_pc iframe {
    height: 1600px!important
}

.cursor-draggable {
    cursor: grab;
    cursor: -webkit-grab
}

.btns-log .btn.btn-block {
    border-radius: 0
}

.ann-wrapper {
    padding: .2em;
    background-color: inherit;
    color: inherit;
    vertical-align: middle
}

.ann-wrapper .ann-content {
    overflow: hidden;
    padding-top: 5px
}

.ann-wrapper i {
    font-size: 21.882px;
    color: #f3843e
}

div.daterangepicker,div.daterangepicker .ranges,div.daterangepicker table {
    color: #000
}

.fancybox-slide>* {
    max-width: 100%!important;
    padding: 10px;
    background-color: transparent!important
}

@media screen and (max-width: 992px) {
    .nifty-modal {
        top:30%
    }
}

@media screen and (min-width: 992px) {
    .nifty-modal {
        top:50%
    }
}

.g-slider-wrapper .title {
    text-transform: uppercase
}

.setup-pin .ce-modal__content-container {
    max-width: 400px;
    min-width: 300px;
    width: 90%;
    padding: 20px
}

.corner-logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px
}

.corner-logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-color: #ff5a09 transparent transparent;
    border-style: solid;
    border-width: 120px 120px 0 0;
    z-index: -1
}

.corner-logo .logo-crypto {
    transform: scale(.6);
    position: absolute;
    left: -12%;
    top: -12%
}

.stv-radio-buttons-wrapper {
    clear: both;
    display: inline-block;
    padding: 0 10px
}

.stv-radio-button {
    visibility: hidden
}

.stv-radio-button+label {
    float: left;
    padding: .5em 1em;
    cursor: pointer;
    border: 1px solid #f3843e;
    margin-right: -1px;
    color: #fff;
    background-color: #f3843e
}

.stv-radio-button+label:first-of-type {
    border-radius: 5px 0 0 5px
}

.stv-radio-button+label:last-of-type {
    border-radius: 0 5px 5px 0
}

.stv-radio-button:checked+label {
    background-color: #f7a978;
    border-color: #393939;
    color: #000
}

.carousel-indicators li {
    border-color: #f3843e
}

.carousel-indicators li.active {
    background-color: #f3843e
}

img.lazy {
    opacity: 0
}

span.verti {
    height: 100%
}

div.verti,span.verti {
    vertical-align: middle;
    display: inline-block
}

.lazy,.lazyloading {
    opacity: 0;
    transition: opacity .4s
}

img.lazyloaded {
    opacity: 1;
    transition: opacity .4s
}

img.lazyload:not([src]) {
    visibility: hidden
}

.radio_2 {
    padding-right: 0;
    padding-left: 0
}

.radio_2[class^=col]:first-child {
    padding-right: 0;
    padding-left: 15px
}

.radio_2[class^=col]:last-child:not(:first-child) {
    padding-left: 0;
    padding-right: 15px
}

.radio_2 label {
    text-align: center;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f3843e;
    color: #f3843e;
    height: 32px;
    line-height: 32px;
    transition: .7s
}

.radio_2 label .marked {
    display: inline-block;
    opacity: 0;
    border-radius: 50%;
    line-height: 16px;
    height: 16px;
    width: 16px;
    margin-left: 2px;
    background-color: #fff;
    color: #f3843e;
    font-weight: 900s;
    vertical-align: middle;
    vertical-align: text-bottom;
    transition: .2s
}

.radio_2 input[type=radio] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0
}

.radio_2 input[type=radio]:checked~label {
    background-color: #f3843e;
    color: #fff;
    transition: .7s
}

.radio_2 input[type=radio]:checked~label .marked {
    opacity: 1;
    transition: .2s
}

.wrapword {
    white-space: -moz-pre-wrap!important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal
}

.text-danger {
    color: #c70022
}

.hot-game-tag {
    position: absolute;
    z-index: 1;
    top: -4px;
    left: -4px;
    width: 60px;
    height: 51px;
    background-size: 60px;
    background-image: url(/assets/images/sprites/game-tag-icon-hot.webp)
}

.mobile .hot-tag {
    top: 0;
    right: -4px
}

.hot-tag {
    top: -4px;
    right: -4px;
    height: 51px;
    background-image: url(/assets/images/sprites/hot-tag.png);
    background-repeat: no-repeat
}

.daily-wins,.hot-tag {
    position: absolute;
    z-index: 1;
    width: 60px;
    background-size: 60px
}

.daily-wins {
    bottom: 0;
    right: 0;
    height: 61px;
    background-image: url(https://files.sitestatic.net/assets/imgs/daily%20win_1000x1000.png)
}

@keyframes blinking {
    50% {
        opacity: 0
    }
}

.pg_force_reset .title {
    margin-bottom: 1.5em
}

.pg_force_reset .box {
    max-width: 600px;
    padding: 20px 10px 30px;
    margin: 0 auto
}

@media screen and (max-width: 992px) {
    .pg_force_reset .box {
        background-color:inherit
    }
}

@media screen and (min-width: 992px) {
    .pg_force_reset .box {
        background-color:#6e6e6e
    }
}

.toggle-password {
    font-size: 1.4em;
    position: absolute;
    top: 0;
    right: 30px
}

i.form-control-feedback~.toggle-password {
    right: 60px
}

#loginForm .toggle-password {
    top: 15px!important;
    right: 15px!important
}

.footer_btm_logo_img img {
    max-height: 70px;
    height: auto
}

#loginForm .btn-refresh {
    vertical-align: middle;
    padding-top: 0;
    margin-top: 0;
    border: 0;
    background-color: transparent;
    position: relative;
    text-align: left
}

#loginForm .captcha_img {
    padding: 0;
    vertical-align: top;
    top: 0
}

#loginForm .icon-refresh {
    padding-left: 7.5px;
    font-size: 18px;
    margin-top: 5px;
    display: inline-block
}

.mobile #loginForm .icon-refresh {
    padding-left: 15px
}

#loginForm #LoginCaptcha~i.form-control-feedback {
    top: 4px;
    right: 0
}

#resetPwdForm #fogotrefreshCaptcha {
    background: transparent;
    padding: 0;
    top: -1px;
    left: -10px
}

#resetPwdForm #fogotrefreshCaptcha .captcha_img {
    height: 48px
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
    margin: 0 6px;
    vertical-align: middle
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #585858;
    transition: .4s
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s
}

.switch input:checked+.slider {
    background-color: #ff5a09
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #ff5a09
}

.switch input:checked+.slider:before {
    transform: translateX(26px)
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

#btn-reset2ndpin {
    margin-left: 20px;
    border-radius: 20px;
    padding: 3px 20px
}

.switch_lable {
    font-size: 14px
}

#collapsible-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

#collapsible-footer .i-collapse {
    border-radius: 50%;
    padding: 0 5px;
    background-color: #f3843e;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: transform .5s linear
}

#collapsible-footer .i-collapse.rotate {
    transform: rotate(180deg)
}

.scroller::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #fff
}

.scroller::-webkit-scrollbar {
    width: 4px;
    height: 12px;
    border-radius: 2px
}

@media screen and (max-width: 992px) {
    .scroller::-webkit-scrollbar {
        background-color:#b53f0c
    }
}

@media screen and (min-width: 992px) {
    .scroller::-webkit-scrollbar {
        background-color:#b53f0c
    }
}

.emailsubscribe {
    margin-top: 10px
}

.emailsubscribe label {
    font-size: 14px;
    margin-top: 0;
    padding-left: 8px!important;
    padding-top: 1px!important;
    float: left;
    cursor: pointer
}

.emailsubscribe label input {
    float: left;
    margin-right: 10px
}

.profile-edit .emailsubscribe label {
    font-size: 16px;
    padding-top: 0!important;
    font-weight: 500!important;
    cursor: pointer;
    line-height: 20px
}

.pgsoft_video {
    display: block
}

.text-overflow-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-style-type-dash {
    list-style-type: none;
    margin: 0
}

.ul-style-type-dash>li {
    text-indent: 13px
}

.ul-style-type-dash>li:before {
    content: "-";
    margin: 0 10px 0 0;
    text-indent: 13px
}

.circle-au,.circle-bd,.circle-br,.circle-cn,.circle-en,.circle-id,.circle-in,.circle-kh,.circle-my,.circle-np,.circle-ph,.circle-pk,.circle-th,.circle-tw,.circle-vn {
    background: url(https://files.sitestatic.net/sprites/flags-sm.png?v=8.10) no-repeat;
    width: 28px;
    height: 28px
}

.circle-id {
    background-position: -115px -10px
}

.circle-th {
    background-position: -11px -11px
}

.circle-cn {
    background-position: -39px -11px
}

.circle-vn {
    background-position: -116px -45px
}

.circle-my {
    background-position: -67px -11px
}

.circle-in {
    background-position: -78px -45px
}

.circle-en {
    background-position: -11px -98px
}

.circle-kh {
    background-position: -75px -102px
}

.circle-tw {
    background-position: -118px -134px
}

.circle-ph {
    background-position: -9px -134px
}

.circle-au {
    background-position: -47px -134px
}

.circle-br {
    background-position: -84px -134px
}

.circle-np {
    background-position: -9px -168px
}

.circle-pk {
    background-position: -47px -168px
}

.circle-bd {
    background-position: -84px -168px
}

.bg_gold {
    background: url(https://files.sitestatic.net/sprites/flags-sm.png?v=8) no-repeat -103px -74px
}

.bg_gold,.bg_silver {
    width: 25px;
    height: 23px;
    z-index: 2
}

.bg_silver {
    background: url(https://files.sitestatic.net/sprites/flags-sm.png?v=8) no-repeat -74px -74px
}

.bg_bronze {
    background: url(https://files.sitestatic.net/sprites/bronze_diamond.png);
    background-size: contain;
    background-repeat: no-repeat
}

.bg_bronze,.bg_diamond {
    width: 25px;
    height: 25px;
    z-index: 2
}

.bg_diamond {
    background: url(https://files.sitestatic.net/sprites/diamond.png);
    background-size: contain;
    background-repeat: no-repeat
}

.layout.full-container {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.layout .side-nav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: .3s;
    transform: translate3d(-100%,0,0);
    visibility: hidden
}

.layout .side-nav.open {
    transform: none;
    visibility: visible;
    z-index: 999999999999
}

.layout .side-nav.navContentOpen {
    width: 200px
}

.layout .main-content {
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25,.8,.25,1);
    transition-property: transform,margin-left,margin-right,right,left;
    z-index: 1;
    position: relative
}

.layout .main-content.sideNavOpen {
    margin-left: 100px;
    margin-right: -100px
}

.layout .main-content.sideNavOpen .top-bar {
    left: 100px;
    right: -100px
}

.layout .main-content.navContentOpen {
    margin-left: 200px;
    margin-right: -200px
}

.layout .main-content.navContentOpen .top-bar {
    left: 200px;
    right: -200px
}

.layout .main-content.rightSideBarOpen {
    margin-right: 20rem;
    margin-left: -20rem;
    z-index: 99999999999
}

@media (min-width: 768px) {
    .layout .main-content.rightSideBarOpen {
        margin-right:40rem;
        margin-left: -40rem
    }
}

.layout .main-content.rightSideBarOpen .top-bar {
    right: 20rem;
    left: -20rem
}

@media (min-width: 768px) {
    .layout .main-content.rightSideBarOpen .top-bar {
        margin-right:40rem;
        margin-left: -40rem
    }
}

.layout .content.my01 {
    margin-top: 47px;
    height: auto;
    display: inline-block;
    width: 100%
}

.navContentOpen .backdrop:before,.rightSideBarOpen .backdrop:before,.sideNavOpen .backdrop:before {
    content: "";
    position: fixed;
    top: -47px;
    left: 0;
    height: auto;
    bottom: -150%;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px;
    background: rgba(57,57,57,.8)
}

.footer-desc {
    margin-top: 1em
}

.apk-down-bar {
    padding: 5px 5px 5px 15px
}

.apk-down-bar #btn-close--apk {
    font-size: 1.5em
}

.apk-down-bar .android-wrap {
    float: right;
    padding-right: 5px;
    display: block;
    padding-top: 3px
}

.apk-down-bar .android-wrap i {
    font-size: 1.5em
}

.apk-down-bar a {
    height: 100%;
    display: block
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.top-bar .inner-header {
    background-color: #4f4f4f;
    background-image: none;
    color: #5b80e7;
    opacity: .95;
    justify-content: space-between
}

.top-bar a,.top-bar button {
    display: block;
    height: 47px;
    font-size: 1.6rem;
    color: #f3843e;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 900
}

.top-bar a {
    position: relative;
    text-decoration: none
}

.top-bar .btn:hover {
    color: currentColor;
    text-decoration: none
}

.top-bar .btn.focus,.top-bar .btn:focus {
    outline: 0;
    box-shadow: none
}

.top-bar a>div,.top-bar a>i {
    line-height: 47px;
    height: 47px;
    vertical-align: middle
}

.top-bar a>div {
    padding: 3px
}

.top-bar .logo img {
    height: 44px;
    vertical-align: top
}

#other-game-bals table tr:first-child {
    border-top: 0 solid #ddd
}

#other-game-bals table tr:last-child td {
    border-bottom: 0 solid #ddd
}

#other-game-bals table tr td {
    border-top: 0 solid #ddd;
    border-bottom: 1px solid #ddd
}

#r-side-bar {
    height: 100%;
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    overflow-x: hidden;
    width: 0;
    background-color: #6e6e6e;
    transition: .3s
}

#r-side-bar.open {
    width: 20rem
}

@media (min-width: 768px) {
    #r-side-bar.open {
        width:40rem
    }
}

#r-side-bar .side-bar-content {
    height: 100%;
    width: 100%;
    z-index: 4;
    overflow-x: hidden
}

#r-side-bar .modal-title {
    font-weight: 600
}

#r-side-bar .modal-footer {
    border-top: 1px solid rgba(57,57,57,.3)
}

#r-side-bar .modal-header {
    border-bottom: 1px solid rgba(57,57,57,.3)
}

@media (min-width: 768px) {
    #r-side-bar .profile-head .container {
        width:100%
    }
}

#r-side-bar .footer-content {
    text-align: left;
    width: 100%
}

#r-side-bar a {
    font-weight: 900;
    position: relative
}

#r-side-bar .swiper-wrapper {
    overflow: unset
}

#r-side-bar .swiper-wrapper .bal-title {
    font-size: 12px
}

#r-side-bar .swiper-wrapper .bal-box-inner {
    display: flex;
    align-items: center
}

#r-side-bar .swiper-wrapper .bal-box {
    background: #ff8c53;
    border-radius: 8px
}

#r-side-bar .swiper-button-next,#r-side-bar .swiper-button-prev {
    background-image: none;
    display: inline-flex;
    align-items: center
}

#r-side-bar .swiper-button-next.swiper-button-disabled,#r-side-bar .swiper-button-prev.swiper-button-disabled {
    display: none
}

#r-side-bar .swiper-button-next span,#r-side-bar .swiper-button-prev span {
    display: flex;
    align-items: center;
    color: #ff8c53;
    background: #fff;
    border-radius: 100%;
    width: 34px;
    height: 34px
}

#r-side-bar .swiper-button-next {
    right: 8px;
    position: absolute;
    top: 35%
}

#r-side-bar .swiper-button-prev {
    left: 8px;
    position: absolute;
    top: 35%
}

#langModal-mobile {
    top: 50%
}

.language {
    padding: 10px;
    background-color: #393939
}

.language .title {
    background-color: #6e6e6e;
    padding: 3px;
    text-align: center
}

.language table {
    margin: 15px auto
}

.language .circle-id {
    margin: 0 auto
}

.language .i {
    padding: 0 15px 15px
}

.language tr {
    margin-bottom: .2em
}

.language .b-line {
    border-left: 1px solid #fff
}

.language .country {
    font-size: .8em;
    text-align: center
}

.language .flag-wrap {
    padding: 0 15px 15px
}

.footer-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 20px
}

.footer-body {
    padding: .4rem 2rem
}

.games-category {
    min-height: 130vh
}

#btn-wrap--goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 50%;
    transform: translateX(100%);
    z-index: 99
}

.menu-bottom .navbar-inverse {
    background-color: #ff5a09;
    transition: all .35s ease
}

.menu-bottom .footericon-single {
    padding: 0;
    width: 20%
}

.menu-bottom .footericon-single a {
    font-size: 10px;
    padding: 3px 0;
    display: block;
    color: #fff
}

.menu-bottom .footericon-single a i {
    font-size: 20px;
    display: block
}

.menu-bottom .footericon-single a.footer-funds i {
    width: 46px;
    height: 46px;
    background-color: #f3843e;
    position: absolute;
    top: -20px;
    border-radius: 50%;
    left: calc(50% - 23px);
    line-height: 46px
}

.menu-bottom .footericon-single a.footer-funds div {
    margin-top: 30px
}

.menu-bottom .footericon-single:last-child a {
    border: 0
}

.menu-bottom .flex-row {
    justify-content: space-between
}

.menu-bottom .horizontal-hover {
    position: fixed;
    bottom: 60px;
    left: calc(50% - 150px);
    width: 300px;
    z-index: 999;
    background-color: #ff8c53;
    transition: all .35s ease;
    visibility: hidden;
    opacity: 0
}

.menu-bottom .horizontal-hover.show {
    bottom: 70px;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease
}

.menu-bottom .horizontal-hover.show:after {
    transition: all .5s ease .2s;
    bottom: -8px
}

.menu-bottom .horizontal-hover:after {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff8c53;
    bottom: 0;
    opacity: .95
}

.menu-bottom .horizontal-hover li {
    width: 32%;
    vertical-align: middle;
    border-right: 1px solid hsla(0,0%,100%,.15)
}

.menu-bottom .horizontal-hover li a {
    display: block;
    padding: 8px 5px
}

.menu-bottom .horizontal-hover li:last-child {
    border-right: 0
}

.menu-bottom .vertical-hover {
    position: absolute;
    bottom: 85%;
    left: calc(50% - 20px);
    width: 300px;
    z-index: 999;
    transition: all .35s ease;
    visibility: hidden;
    opacity: 0
}

.menu-bottom .vertical-hover li {
    display: block;
    background-color: #ff8c53;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 45px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.8);
    margin: -15px 0 4px;
    transition: all .35s ease
}

.menu-bottom .vertical-hover.show {
    bottom: 85%;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease
}

.menu-bottom .vertical-hover.show li {
    margin-top: 0;
    transition: all .5s ease
}

.mobile.input-focused .navbar-fixed-bottom {
    bottom: -150px;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease
}

.mdc-tab-bar {
    width: 100%;
    border-bottom: 1px solid hsla(0,0%,100%,.12)
}

.mdc-tab-scroller {
    overflow-y: hidden
}

.mdc-tab-scroller__scroll-area {
    -webkit-overflow-scrolling: touch;
    display: flex;
    overflow-x: hidden
}

.mdc-tab-scroller__scroll-area--scroll {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 0
}

.mdc-tab-scroller__scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 0
}

.mdc-tab-scroller__scroll-content {
    position: relative;
    display: flex;
    flex: 1 0 auto;
    transform: none;
    will-change: transform
}

.mdc-tab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .0892857143em;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    z-index: 1;
    width: 100%;
    padding: 15px 24px
}

@media screen and (max-width: 992px) {
    .mdc-tab {
        min-width:20px
    }
}

@media screen and (min-width: 992px) {
    .mdc-tab {
        min-width:160px
    }
}

@media screen and (max-width: 992px) {
    .profile-head .mdc-tab {
        padding:10px
    }
}

@media screen and (min-width: 992px) {
    .profile-head .mdc-tab {
        padding:15px 24px
    }
}

.mdc-tab__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    pointer-events: none
}

.mdc-tab__text-label {
    transition: color .15s linear;
    display: inline-block;
    line-height: 1;
    z-index: 2
}

.mdc-tab .mdc-tab__text-label {
    color: #fff
}

.mdc-tab--active .mdc-tab__text-label,.mdc-tab.active .mdc-tab__text-label {
    color: #f3843e
}

.mdc-tab-indicator {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.mdc-tab-indicator__content {
    transform-origin: left;
    opacity: 0
}

.mdc-tab-indicator--active .mdc-tab-indicator__content,.mdc-tab-indicator.active .mdc-tab-indicator__content {
    opacity: 1
}

.mdc-tab-indicator__content--underline {
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    border-top-style: solid
}

.mdc-tab-indicator .mdc-tab-indicator__content {
    transition: transform .25s cubic-bezier(.4,0,.2,1)
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
    border-color: #f3843e;
    border-top-width: 2px
}

.profile-head .profile-scoller {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.profile-head .profile-scoller::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 992px) {
    #r-side-bar .mdc-tab--active:before,#r-side-bar .mdc-tab.active:before {
        position:absolute;
        bottom: -1px;
        left: 50%;
        margin-left: -3px;
        content: "";
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 5px solid #6e6e6e;
        z-index: 3
    }

    #r-side-bar .mdc-tab--active,#r-side-bar .mdc-tab-indicator.active,#r-side-bar .mdc-tab.active {
        background: #ff8c53;
        -webkit-filter: brightness(90%);
        filter: brightness(90%)
    }

    #r-side-bar .mdc-tab--active .mdc-tab__text-label,#r-side-bar .mdc-tab.active .mdc-tab__text-label {
        color: #fff
    }

    #r-side-bar .mdc-tab {
        background: #ff8c53;
        font-size: 11px;
        text-shadow: 1px 0 1px #3c3c3c;
        min-width: unset
    }

    #r-side-bar .mdc-tab .mdc-tab__text-label {
        color: #fff
    }

    #r-side-bar .mdc-tab:not(:last-child) {
        border-right: 1px solid #555
    }

    #r-side-bar .outlet,#r-side-bar .profile-edit p,#r-side-bar .profile-edit p input {
        font-size: 13px!important
    }

    #r-side-bar .switch_lable {
        font-size: 9px
    }

    #r-side-bar .mdc-tab-bar {
        border-bottom: 0
    }

    #r-side-bar a:focus {
        outline: 0 auto -webkit-focus-ring-color
    }

    #r-side-bar .mdc-tab-indicator--active .mdc-tab-indicator__content,#r-side-bar .mdc-tab-indicator.active .mdc-tab-indicator__content {
        opacity: 0
    }
}

.wallet-bal {
    color: #ffb84d
}

.wallet-bal .row {
    font-weight: 900;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    background-color: #b53f0c;
    padding: .4em 0
}

.wallet-bal i,.wallet-bal span {
    vertical-align: middle
}

.wallet-bal .i-refresh {
    text-align: right;
    font-weight: 900;
    color: #fff
}

.wallet-bal .i-refresh i {
    font-size: 1.4rem
}

.wallet-bal .btn.btn-clear {
    text-align: left
}

.wallet-bal .btn-refresh-wallet.pull-right,.wallet-bal .btn-refresh-wallet.refresh_icon {
    border-radius: 50%;
    background-color: #f3843e;
    margin-right: 2px;
    line-height: 1.2
}

.wallet-bal .btn-refresh-wallet.refresh_icon {
    margin-left: 5px;
    width: 25px;
    height: 25px;
    text-align: center
}

.wallet-bal .btn-refresh-wallet.refresh_icon i {
    font-size: 20px;
    text-align: center
}

.wallet-bal .btn-collapse-balances,.wallet-bal .btn-wd {
    border-radius: 8px;
    background-color: #f3843e;
    line-height: 1.2;
    padding: 0 3px
}

.wallet-bal .btn-wd {
    color: #fff;
    margin-top: 5px
}

.wallet-bal .notification_drop {
    float: right;
    font-size: 22px;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #f3843e;
    line-height: 1;
    margin-left: 10px
}

.wallet-bal .notification_drop .dropdownNoti_content {
    width: 250px;
    height: auto;
    background-color: #50b08b
}

.wallet-bal .notification_drop .dropdownNoti_content:after {
    content: " ";
    position: absolute;
    right: 0;
    top: -10px;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #50b08b
}

.wallet-bal .notification_drop .dropdownNoti_content ul {
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    max-height: 100px;
    overflow-y: auto
}

.wallet-bal .notification_drop .dropdownNoti_content ul li {
    margin-top: 5px;
    padding: 2px 10px
}

.wallet-bal .notification_drop .dropdownNoti_content ul li:hover {
    background-color: #33373a;
    color: #fff
}

.wallet-bal .notification_drop .dropdownNoti_content ul li p {
    margin: 0
}

.wallet-bal .notification_drop .dropdownNoti_content .noti_footer {
    padding: 15px;
    display: inline-block;
    width: 100%;
    text-align: center
}

.wallet-bal .notification_drop .dropdownNoti_content .noti_footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.wallet-bal .notification_drop .dropdownNoti_content .noti_footer .submit_btn {
    width: 100%;
    background-color: #383838;
    color: #fff
}

.profile-head .container-box .title {
    padding: .7em 1.2em
}

@media screen and (max-width: 992px) {
    .profile-head .container-box .title {
        background-color:inherit
    }
}

@media screen and (min-width: 992px) {
    .profile-head .container-box .title {
        background-color:#b53f0c
    }
}

@media screen and (max-width: 992px) {
    .profile-head .container-box .title {
        color:#f5965b
    }
}

@media screen and (min-width: 992px) {
    .profile-head .container-box .title {
        color:#fff
    }
}

.profile-head .outlet {
    padding: 15px
}

.profile-head .circle {
    border: 1px solid;
    padding: .15em .5em
}

@media screen and (max-width: 992px) {
    .profile-head .circle {
        display:inline-block
    }
}

@media screen and (min-width: 992px) {
    .profile-head .circle {
        display:none
    }
}

@media screen and (max-width: 992px) {
    .profile-head .container-wrapper {
        background-color:inherit
    }
}

@media screen and (min-width: 992px) {
    .profile-head .container-wrapper {
        background-color:transparent
    }
}

.profile-head .container {
    top: 2em;
    position: relative
}

@media screen and (max-width: 992px) {
    .profile-head .container {
        background-color:inherit
    }
}

@media screen and (min-width: 992px) {
    .profile-head .container {
        background-color:#6e6e6e
    }
}

.profile-head .container .head-content {
    padding: 10px;
    margin-top: .7em
}

.profile-head .icon-shield {
    font-size: 4rem;
    color: #f7a978
}

.profile-head .acc_safety_info .info-2 {
    padding-top: .3em;
    font-size: 1.8rem
}

.profile-head .acc_safety_info i {
    padding-right: .4em;
    color: #f7a978
}

.profile-head .icon_menu {
    justify-content: space-evenly
}

.profile-head .icon_menu .icon-single {
    padding: 0;
    margin-top: -20px;
    justify-content: space-evenly
}

.profile-head .icon_menu .icon-single i {
    font-size: 18px;
    padding: 0
}

.profile-head .icon_menu .icon-single .mail_icon {
    top: -10px;
    right: -10px
}

.profile-head ul.nav {
    margin-right: 20px;
    margin-left: 20px
}

.profile-head .bal-box {
    margin: 0 25px;
    font-size: 1rem;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.7)
}

.profile-head .bal-box .row {
    align-items: center;
    justify-content: center
}

.profile-head .bal-box .icon-wallet {
    font-size: 21.882px;
    font-weight: 1000
}

.profile-head .bal-box .bal-txt {
    vertical-align: top
}

.profile-head .bal-box .i-refresh {
    font-size: 21.882px;
    vertical-align: top
}

.profile-head .bal-box .btn {
    cursor: pointer;
    padding: 0;
    font-weight: 1000;
    outline: none;
    box-shadow: none
}

.mobile .profile-head .container {
    top: 0
}

.mobile .profile-head .container .ref_down {
    display: none
}

.profile-head .btn-logout {
    float: right;
    font-size: 25.2px
}

.profile-head form:not(#chgPwdForm) .form-group {
    margin-bottom: 0
}

@media screen and (max-width: 992px) {
    .profile-head .msg {
        font-size:11.9994px
    }
}

@media screen and (min-width: 992px) {
    .profile-head .msg {
        font-size:14px
    }
}

.profile-head .nav-tabs {
    padding-bottom: 5px;
    border-bottom: none
}

.profile-head .nav-tabs a.nav-btn {
    color: #fff
}

.profile-head .nav-tabs .nav-btn {
    padding: .5rem 1rem 5px;
    display: inline-block;
    border-bottom: 1.5px solid transparent
}

@media screen and (max-width: 992px) {
    .profile-head .nav-tabs .nav-btn {
        font-size:11.9994px
    }
}

@media screen and (min-width: 992px) {
    .profile-head .nav-tabs .nav-btn {
        font-size:14px
    }
}

.profile-head .nav-tabs .nav-btn.active {
    color: #f7a978;
    border-bottom-color: #f3843e
}

@media screen and (max-width: 992px) {
    .profile-edit p {
        font-size:11.9994px
    }
}

@media screen and (min-width: 992px) {
    .profile-edit p {
        font-size:14px
    }
}

.profile-edit .i-star {
    vertical-align: top;
    display: inline-block;
    margin-left: 10px
}

.profile-edit .memer_leavel {
    display: flex
}

.profile-edit .kyc-label {
    border-radius: 6px;
    padding: 1px 5px;
    display: inline-flex;
    gap: 5px
}

.profile-edit .kyc-label.verified {
    background: #e9fff2;
    color: #359d74;
    cursor: default
}

.profile-edit .kyc-label.unverified {
    background: #c70022;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

@media screen and (max-width: 992px) {
    .my-promo p {
        font-size:11.9994px
    }
}

@media screen and (min-width: 992px) {
    .my-promo p {
        font-size:14px
    }
}

.my-promo p.lbl {
    color: #f7a978;
    margin-bottom: .2em
}

.mobile .switch input:checked+.slider {
    background-color: #ff8c53
}

.mobile #btn-reset2ndpin {
    margin-left: 0;
    margin-top: 10px
}

.side-nav-items {
    width: 100px;
    list-style: none;
    margin: 0;
    padding: 0
}

.side-nav-items .pos.enlarge .circle {
    padding: .15em .25em
}

.side-nav-items .pos.enlarge i {
    font-size: 35px
}

.side-nav-items .hot.sub {
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block;
    padding: 3px;
    line-height: 1;
    background: red;
    color: #fff;
    font-size: .5em;
    border-radius: 5px
}

.side-nav-items .hot.sub.new {
    background: linear-gradient(1deg,#fbd629,#ff0);
    color: #000
}

.side-nav-items>.nav-item {
    border-bottom: 1px solid rgba(57,57,57,.3);
    display: block
}

.side-nav-items>.nav-item>.navlink {
    text-transform: uppercase;
    text-align: center;
    padding: 15px 2px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #fff
}

.side-nav-items>.nav-item>.navlink .nav-title {
    font-size: 12px;
    white-space: normal;
    word-break: break-word
}

.side-nav-items>.nav-item>.navlink i {
    color: #fff;
    font-size: 22.4px
}

.side-nav-items>.nav-item>a.active {
    background-color: #6e6e6e;
    color: inherit
}

.side-nav-items>.nav-item>a.active.notShowActive {
    background-color: transparent
}

.nav-item-content {
    width: 100px;
    padding: 2px;
    display: none;
    left: 100px;
    bottom: 0;
    top: 0;
    position: absolute;
    background-color: #6e6e6e;
    overflow-y: scroll
}

.nav-item-content.open {
    display: block
}

.nav-content {
    height: 100%;
    top: 0;
    left: 0;
    background: #ff5a09;
    overflow-y: scroll
}

.nav-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.nav-content .submenu li {
    display: block;
    border-bottom: 1px solid rgba(57,57,57,.4)
}

.nav-content .submenu li a {
    text-align: center;
    color: #fff;
    font-size: 22.4px;
    padding: 15px;
    background-color: transparent;
    text-transform: uppercase;
    display: block
}

.nav-content h4,.nav-content h5 {
    margin-bottom: 0
}

.nav-content span.circle {
    display: inline-block;
    border-radius: 50%;
    padding: .25em .5em;
    background: #ff5a09
}

.nav-content span.circle .icon-km_gaming_dark {
    color: #ffe024
}

.games-category .title {
    text-transform: uppercase
}

.games-category .row {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.games-category .row .image-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.games-category .row .image-grid .box {
    width: 100%
}

.games-category .box {
    padding-right: 7.5px;
    padding-left: 7.5px
}

.games-category .box.col-xs-4 {
    padding-right: 2px;
    padding-left: 2px
}

.games-category .game-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.games-category .game {
    display: block;
    cursor: pointer;
    margin-bottom: .625rem;
    overflow: hidden
}

.games-category .game,.games-category .game img {
    border-radius: 8px;
    width: 100%
}

.games-category .g-title {
    display: none;
    white-space: nowrap;
    font-size: 12px
}

.games-category .rng img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.games-category .rng .g-title {
    display: block;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-transform: uppercase
}

.downloadapk-modal.nifty-modal {
    background-color: #ff732e;
    border: 2px solid #ff5a09;
    border-radius: 10px;
    overflow: hidden;
    top: 50%
}

.downloadapk-modal .modal-header {
    padding: 10px;
    background-color: #ff732e;
    background: linear-gradient(#ff732e,#ff5a09)
}

.downloadapk-modal .modal-header .md-close {
    background-color: hsla(0,0%,100%,.3);
    border: 0;
    border-radius: 50%;
    margin-top: 5px;
    outline: 0
}

.downloadapk-modal .modal-header .md-close:focus,.downloadapk-modal .modal-header .md-close:hover {
    background-color: hsla(0,0%,100%,.3);
    border: 0;
    border-radius: 50%;
    outline: 0
}

.downloadapk-modal .md-body {
    background-color: #393939;
    padding: 15px
}

.downloadapk-modal .download-caption {
    font-size: 13px;
    color: #cbcbcc;
    line-height: 1.2;
    margin: 8px 0
}

.downloadapk-modal .modal-header h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 0 #000
}

.downloadapk-modal .url-link {
    display: inline-block;
    padding: 5px;
    max-width: 120px
}

.tw_transfer_form {
    padding: 10px 15px;
    background-color: hsla(0,0%,41.2%,.35);
    border-radius: 5px;
    margin-bottom: 15px
}

.tw_transfer_form .vertical {
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    background-color: hsla(0,0%,100%,.3);
    margin-bottom: 8px;
    border-radius: 50%
}

.tw_transfer_form .vertical i {
    display: inline-block;
    transform: rotate(90deg) translateY(2px);
    transform-origin: center
}

.tw_transfer_form .form-group {
    position: relative
}

.tw_transfer_form .form-group .form-control-feedback {
    right: 0
}

.tw_transfer_form .form-control[readonly] {
    font-weight: 600;
    font-size: 15px
}

.tw_transfer_form .customrange-slider {
    margin: 15px auto;
    max-width: 70%
}

.tw_transfer_form .customrange-slider .ui-widget-content {
    background: #b8b8b8;
    box-shadow: inset 1px 1px 4px 0 #747474;
    border: none
}

.tw_transfer_form .customrange-slider .ui-slider .ui-slider-handle {
    width: .8em;
    height: 2em
}

.tw_transfer_form .customrange-slider .ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
    margin-left: -.6em;
    border: 1px solid #ff5a09;
    background: #ff5a09
}

.tw_transfer_form .customrange-slider .ui-slider-horizontal .ui-slider-range-min {
    background: #ff732e
}

.tw_transfer_form .customrange-slider .decrease-btn,.tw_transfer_form .customrange-slider .increase-btn {
    position: absolute;
    top: -10px;
    width: 20%;
    line-height: 1.2;
    font-size: 10px;
    text-align: center
}

.tw_transfer_form .customrange-slider .decrease-btn {
    left: -15px
}

.tw_transfer_form .customrange-slider .increase-btn {
    right: -8px
}

.tw_transfer_form .customrange-slider .custom-icon {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ebe3f6;
    font-size: 16px;
    line-height: 31px;
    font-weight: 600;
    color: #000;
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,.35);
    margin-bottom: 5px;
    text-align: center
}

.tw_transfer_form .customrange-slider .minmax-label {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    width: 100%
}

.tw_transfer_form .customrange-slider .minmax-value {
    color: #ffb84d;
    font-weight: 600
}

.text-center-sm {
    text-align: center
}

.navbar-fixed-bottom .mail_icon,.side-bar-content .mail_icon {
    position: absolute;
    top: .3em;
    color: #fff;
    font-size: 10px;
    right: .7em;
    width: 1.6em;
    height: 1.6em;
    line-height: 1em;
    border-radius: 50%;
    animation: blinking 1.2s linear .5s infinite;
    background-color: #ed1c24;
    text-align: center;
    padding: .2em
}

.navbar-fixed-bottom .mail_icon {
    right: 15px
}

.overflow-y {
    overflow-y: auto
}
